FV3DYCORE  Version1.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, grids_on_this_pe)
 The subroutine 'fv_restart' initializes the model state, including prognaostic variables and several auxiliary pressure variables. More...
 
subroutine, public fv_restart_mod::setup_nested_boundary_halo (Atm, proc_in)
 
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::fill_nested_grid_data_end (Atm, proc_in)
 The subroutine ' fill_nested_grid_data_end' actually sets up the coarse-grid TOPOGRAPHY. More...
 
subroutine, public fv_restart_mod::fv_write_restart (Atm, grids_on_this_pe, timestamp)
 The subroutine 'fv_write_restart' writes restart files to disk. More...
 
subroutine, public fv_restart_mod::fv_restart_end (Atm, grids_on_this_pe)
 The subroutine 'fv_restart_end' writes ending restart files, terminates I/O, and prints out diagnostics including global totals and checksums. More...
 
subroutine, public fv_restart_mod::d2c_setup (u, v, ua, va, uc, vc, dord4, isd, ied, jsd, jed, is, ie, js, je, npx, npy, grid_type, nested, se_corner, sw_corner, ne_corner, nw_corner, rsin_u, rsin_v, cosa_s, rsin2, regional)
 
subroutine, public fv_restart_mod::d2a_setup (u, v, ua, va, dord4, isd, ied, jsd, jed, is, ie, js, je, npx, npy, grid_type, nested, cosa_s, rsin2, regional)
 
subroutine fv_restart_mod::pmaxmn_g (qname, q, is, ie, js, je, km, fac, area, domain)
 The subroutine 'pmaxn_g' writes domain max, min, and averages quantities. More...
 

Variables

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