FV3DYCORE  Version 2.0.0
fv_restart.F90 File Reference

Go to the source code of this file.

Modules

module  fv_restart_mod
 

Functions/Subroutines

subroutine, public fv_restart_mod::fv_restart_init ()
 
subroutine, public fv_restart_mod::fv_restart (fv_domain, Atm, dt_atmos, seconds, days, cold_start, grid_type, this_grid)
 The subroutine 'fv_restart' initializes the model state, including prognaostic variables and several auxiliary pressure variables. More...
 
subroutine fv_restart_mod::fill_nested_grid_topo_halo (Atm, proc_in)
 
subroutine fv_restart_mod::fill_nested_grid_topo (Atm, proc_in)
 The subroutine 'fill_nested_grid_topo' fills the nested grid with topo to enable boundary smoothing. More...
 
subroutine fv_restart_mod::fill_nested_grid_data (Atm, proc_in)
 
subroutine fv_restart_mod::twoway_topo_update (Atm, proc_in)
 The subroutine ' twoway_topo_update' actually sets up the coarse-grid TOPOGRAPHY. More...
 
subroutine, public fv_restart_mod::fv_write_restart (Atm, timestamp)
 The subroutine 'fv_write_restart' writes restart files to disk. More...
 
subroutine, public fv_restart_mod::fv_restart_end (Atm, restart_endfcst)
 The subroutine 'fv_restart_end' writes ending restart files, terminates I/O, and prints out diagnostics including global totals and checksums. More...
 
subroutine fv_restart_mod::pmaxmn_g (qname, q, is, ie, js, je, km, fac, area, domain)
 

Variables

real(kind=r_grid), parameter fv_restart_mod::cnst_0p20 =0.20d0
 
logical fv_restart_mod::module_is_initialized = .FALSE.