FV3DYCORE  Version 2.0.0
fv_control.F90 File Reference
#include <file_version.h>

Go to the source code of this file.

Modules

module  fv_control_mod
 The module 'FV3_control' is for initialization and termination of the model, and controls namelist parameters in FV3.
 

Functions/Subroutines

subroutine, public fv_control_mod::fv_control_init (Atm, dt_atmos, this_grid, grids_on_this_pe, p_split)
 
subroutine set_namelist_pointers (Atm)
 The subroutine 'setup_namelist_pointers' associates the MODULE flag pointers with the ARRAY flag variables for the grid active on THIS pe so the flags can be read in from the namelist. More...
 
subroutine read_namelist_nest_nml
 
subroutine read_namelist_fv_nest_nml
 
subroutine read_namelist_fv_grid_nml
 
subroutine setup_update_regions
 
subroutine, public fv_control_mod::fv_end (Atm, this_grid, restart_endfcst)
 The subroutine 'fv_end' terminates FV3, deallocates memory, saves restart files, and stops I/O. More...
 

Variables

real fv_control_mod::too_big = 1.E35
 
integer, public fv_control_mod::ngrids = 1
 
integer fv_control_mod::commid
 
integer fv_control_mod::global_commid
 
integer fv_control_mod::halo_update_type = 1
 

Function/Subroutine Documentation

◆ read_namelist_fv_grid_nml()

subroutine fv_control_init::read_namelist_fv_grid_nml ( )
private

Definition at line 982 of file fv_control.F90.

◆ read_namelist_fv_nest_nml()

subroutine fv_control_init::read_namelist_fv_nest_nml ( )
private

Definition at line 963 of file fv_control.F90.

◆ read_namelist_nest_nml()

subroutine fv_control_init::read_namelist_nest_nml ( )
private

Definition at line 942 of file fv_control.F90.

◆ set_namelist_pointers()

subroutine fv_control_init::set_namelist_pointers ( type(fv_atmos_type), intent(inout), target  Atm)
private

The subroutine 'setup_namelist_pointers' associates the MODULE flag pointers with the ARRAY flag variables for the grid active on THIS pe so the flags can be read in from the namelist.

Definition at line 762 of file fv_control.F90.