FV3 Bundle
fv_io_nlm_mod Module Reference

Functions/Subroutines

subroutine, public fv_io_init ()
 
subroutine, public fv_io_exit
 
subroutine, public fv_io_read_restart (fv_domain, Atm)
 
subroutine, public fv_io_read_tracers (fv_domain, Atm)
 
subroutine, public remap_restart (fv_domain, Atm)
 
subroutine, public fv_io_register_nudge_restart (Atm)
 
subroutine, public fv_io_register_restart (fv_domain, Atm)
 
subroutine, public fv_io_write_restart (Atm, grids_on_this_pe, timestamp)
 
subroutine register_bcs_2d (Atm, BCfile_ne, BCfile_sw, fname_ne, fname_sw, var_name, var, var_bc, istag, jstag)
 
subroutine register_bcs_3d (Atm, BCfile_ne, BCfile_sw, fname_ne, fname_sw, var_name, var, var_bc, istag, jstag, mandatory)
 
subroutine, public fv_io_register_restart_bcs (Atm)
 
subroutine, public fv_io_register_restart_bcs_nh (Atm)
 
subroutine, public fv_io_write_bcs (Atm, timestamp)
 
subroutine, public fv_io_read_bcs (Atm)
 

Variables

logical module_is_initialized = .FALSE.
 
integer grid_xtdimid
 
integer grid_ytdimid
 
integer haloid
 
integer pfullid
 
integer grid_xtstagdimid
 
integer grid_ytstagdimid
 
integer oneid
 

Function/Subroutine Documentation

◆ fv_io_exit()

subroutine, public fv_io_nlm_mod::fv_io_exit ( )

Definition at line 97 of file fv_io_nlm.F90.

Here is the caller graph for this function:

◆ fv_io_init()

subroutine, public fv_io_nlm_mod::fv_io_init ( )

Definition at line 84 of file fv_io_nlm.F90.

Here is the caller graph for this function:

◆ fv_io_read_bcs()

subroutine, public fv_io_nlm_mod::fv_io_read_bcs ( type(fv_atmos_type), intent(inout)  Atm)

Definition at line 990 of file fv_io_nlm.F90.

Here is the caller graph for this function:

◆ fv_io_read_restart()

subroutine, public fv_io_nlm_mod::fv_io_read_restart ( type(domain2d), intent(inout)  fv_domain,
type(fv_atmos_type), dimension(:), intent(inout)  Atm 
)

Definition at line 110 of file fv_io_nlm.F90.

Here is the caller graph for this function:

◆ fv_io_read_tracers()

subroutine, public fv_io_nlm_mod::fv_io_read_tracers ( type(domain2d), intent(inout)  fv_domain,
type(fv_atmos_type), dimension(:), intent(inout)  Atm 
)

Definition at line 187 of file fv_io_nlm.F90.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ fv_io_register_nudge_restart()

subroutine, public fv_io_nlm_mod::fv_io_register_nudge_restart ( type(fv_atmos_type), dimension(:), intent(inout)  Atm)

Definition at line 412 of file fv_io_nlm.F90.

◆ fv_io_register_restart()

subroutine, public fv_io_nlm_mod::fv_io_register_restart ( type(domain2d), intent(inout)  fv_domain,
type(fv_atmos_type), dimension(:), intent(inout)  Atm 
)

Definition at line 435 of file fv_io_nlm.F90.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ fv_io_register_restart_bcs()

subroutine, public fv_io_nlm_mod::fv_io_register_restart_bcs ( type(fv_atmos_type), intent(inout)  Atm)

Definition at line 891 of file fv_io_nlm.F90.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ fv_io_register_restart_bcs_nh()

subroutine, public fv_io_nlm_mod::fv_io_register_restart_bcs_nh ( type(fv_atmos_type), intent(inout)  Atm)

Definition at line 956 of file fv_io_nlm.F90.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ fv_io_write_bcs()

subroutine, public fv_io_nlm_mod::fv_io_write_bcs ( type(fv_atmos_type), intent(inout)  Atm,
character(len=*), intent(in), optional  timestamp 
)

Definition at line 979 of file fv_io_nlm.F90.

Here is the caller graph for this function:

◆ fv_io_write_restart()

subroutine, public fv_io_nlm_mod::fv_io_write_restart ( type(fv_atmos_type), dimension(:), intent(inout)  Atm,
logical, dimension(:), intent(in)  grids_on_this_pe,
character(len=*), intent(in), optional  timestamp 
)

Definition at line 561 of file fv_io_nlm.F90.

Here is the caller graph for this function:

◆ register_bcs_2d()

subroutine fv_io_nlm_mod::register_bcs_2d ( type(fv_atmos_type), intent(in)  Atm,
type(restart_file_type), intent(inout)  BCfile_ne,
type(restart_file_type), intent(inout)  BCfile_sw,
character(len=120), intent(in)  fname_ne,
character(len=120), intent(in)  fname_sw,
character(len=*), intent(in)  var_name,
real, dimension(:,:), intent(in), optional  var,
type(fv_nest_bc_type_3d), intent(in), optional  var_bc,
integer, intent(in), optional  istag,
integer, intent(in), optional  jstag 
)
private

Definition at line 598 of file fv_io_nlm.F90.

Here is the caller graph for this function:

◆ register_bcs_3d()

subroutine fv_io_nlm_mod::register_bcs_3d ( type(fv_atmos_type), intent(in)  Atm,
type(restart_file_type), intent(inout)  BCfile_ne,
type(restart_file_type), intent(inout)  BCfile_sw,
character(len=120), intent(in)  fname_ne,
character(len=120), intent(in)  fname_sw,
character(len=*), intent(in)  var_name,
real, dimension(:,:,:), intent(in), optional  var,
type(fv_nest_bc_type_3d), intent(in), optional  var_bc,
integer, intent(in), optional  istag,
integer, intent(in), optional  jstag,
logical, intent(in), optional  mandatory 
)
private

Definition at line 742 of file fv_io_nlm.F90.

Here is the caller graph for this function:

◆ remap_restart()

subroutine, public fv_io_nlm_mod::remap_restart ( type(domain2d), intent(inout)  fv_domain,
type(fv_atmos_type), dimension(:), intent(inout)  Atm 
)

Definition at line 236 of file fv_io_nlm.F90.

Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ grid_xtdimid

integer fv_io_nlm_mod::grid_xtdimid
private

Definition at line 71 of file fv_io_nlm.F90.

◆ grid_xtstagdimid

integer fv_io_nlm_mod::grid_xtstagdimid
private

Definition at line 72 of file fv_io_nlm.F90.

◆ grid_ytdimid

integer fv_io_nlm_mod::grid_ytdimid
private

Definition at line 71 of file fv_io_nlm.F90.

◆ grid_ytstagdimid

integer fv_io_nlm_mod::grid_ytstagdimid
private

Definition at line 72 of file fv_io_nlm.F90.

◆ haloid

integer fv_io_nlm_mod::haloid
private

Definition at line 71 of file fv_io_nlm.F90.

◆ module_is_initialized

logical fv_io_nlm_mod::module_is_initialized = .FALSE.
private

Definition at line 69 of file fv_io_nlm.F90.

◆ oneid

integer fv_io_nlm_mod::oneid
private

Definition at line 72 of file fv_io_nlm.F90.

◆ pfullid

integer fv_io_nlm_mod::pfullid
private

Definition at line 71 of file fv_io_nlm.F90.