SCALE-RM
Modules | Functions/Subroutines | Variables
mod_admin_time.F90 File Reference
#include "scalelib.h"
Include dependency graph for mod_admin_time.F90:

Go to the source code of this file.

Modules

module  mod_admin_time
 module ADMIN TIME
 

Functions/Subroutines

subroutine, public mod_admin_time::admin_time_setup (setup_TimeIntegration)
 Setup. More...
 
subroutine, public mod_admin_time::admin_time_checkstate
 Evaluate component execution. More...
 
subroutine, public mod_admin_time::admin_time_advance
 Advance the time & evaluate restart & stop. More...
 

Variables

real(dp), public mod_admin_time::time_dtsec_atmos_restart
 time interval of atmosphere restart [sec] More...
 
real(dp), public mod_admin_time::time_dtsec_ocean_restart
 time interval of ocean restart [sec] More...
 
real(dp), public mod_admin_time::time_dtsec_land_restart
 time interval of land restart [sec] More...
 
real(dp), public mod_admin_time::time_dtsec_urban_restart
 time interval of urban restart [sec] More...
 
real(dp), public mod_admin_time::time_dtsec_resume
 time interval for resume [sec] More...
 
integer, public mod_admin_time::time_dstep_atmos_restart
 interval of atmosphere restart [step] More...
 
integer, public mod_admin_time::time_dstep_ocean_restart
 interval of ocean restart [step] More...
 
integer, public mod_admin_time::time_dstep_land_restart
 interval of land restart [step] More...
 
integer, public mod_admin_time::time_dstep_urban_restart
 interval of urban restart [step] More...
 
integer, public mod_admin_time::time_dstep_resume
 interval for resume [step] More...
 
logical, public mod_admin_time::time_doatmos_step
 execute atmosphere component in this step? More...
 
logical, public mod_admin_time::time_doatmos_dyn
 execute dynamics in this step? More...
 
logical, public mod_admin_time::time_doatmos_phy_cp
 execute physics in this step? (cumulus ) More...
 
logical, public mod_admin_time::time_doatmos_phy_mp
 execute physics in this step? (microphysics) More...
 
logical, public mod_admin_time::time_doatmos_phy_rd
 execute physics in this step? (radiation ) More...
 
logical, public mod_admin_time::time_doatmos_phy_sf
 execute physics in this step? (surface flux) More...
 
logical, public mod_admin_time::time_doatmos_phy_tb
 execute physics in this step? (turbulence ) More...
 
logical, public mod_admin_time::time_doatmos_phy_bl
 execute physics in this step? (boudary layer ) More...
 
logical, public mod_admin_time::time_doatmos_phy_ch
 execute physics in this step? (chemistry ) More...
 
logical, public mod_admin_time::time_doatmos_phy_ae
 execute physics in this step? (aerosol ) More...
 
logical, public mod_admin_time::time_doatmos_phy_lt
 execute physics in this step? (lightning ) More...
 
logical, public mod_admin_time::time_doatmos_restart
 execute atmosphere restart output in this step? More...
 
logical, public mod_admin_time::time_doocean_step
 execute ocean component in this step? More...
 
logical, public mod_admin_time::time_doocean_restart
 execute ocean restart output in this step? More...
 
logical, public mod_admin_time::time_doland_step
 execute land component in this step? More...
 
logical, public mod_admin_time::time_doland_restart
 execute land restart output in this step? More...
 
logical, public mod_admin_time::time_dourban_step
 execute urban component in this step? More...
 
logical, public mod_admin_time::time_dourban_restart
 execute urban restart output in this step? More...
 
logical, public mod_admin_time::time_doresume
 resume in this step? More...
 
logical, public mod_admin_time::time_doend
 finish program in this step? More...