#include <file_version.h>
Go to the source code of this file.
|
module | fv_control_mod |
| The module 'FV3_control' is for initialization and termination of the model, and controls namelist parameters in FV3.
|
|
|
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...
|
|
◆ read_namelist_fv_grid_nml()
subroutine fv_control_init::read_namelist_fv_grid_nml |
( |
| ) |
|
|
private |
◆ read_namelist_fv_nest_nml()
subroutine fv_control_init::read_namelist_fv_nest_nml |
( |
| ) |
|
|
private |
◆ read_namelist_nest_nml()
subroutine fv_control_init::read_namelist_nest_nml |
( |
| ) |
|
|
private |
◆ 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.