|
logical, public | mod_atmos_phy_mp_vars::atmos_phy_mp_restart_output = .false. |
| output restart file? More...
|
|
character(len=h_long), public | mod_atmos_phy_mp_vars::atmos_phy_mp_restart_in_basename = '' |
| Basename of the input file. More...
|
|
logical, public | mod_atmos_phy_mp_vars::atmos_phy_mp_restart_in_postfix_timelabel = .false. |
| Add timelabel to the basename of input file? More...
|
|
character(len=h_long), public | mod_atmos_phy_mp_vars::atmos_phy_mp_restart_out_basename = '' |
| Basename of the output file. More...
|
|
logical, public | mod_atmos_phy_mp_vars::atmos_phy_mp_restart_out_postfix_timelabel = .true. |
| Add timelabel to the basename of output file? More...
|
|
character(len=h_mid), public | mod_atmos_phy_mp_vars::atmos_phy_mp_restart_out_title = 'ATMOS_PHY_MP restart' |
| title of the output file More...
|
|
character(len=h_short), public | mod_atmos_phy_mp_vars::atmos_phy_mp_restart_out_dtype = 'DEFAULT' |
| REAL4 or REAL8. More...
|
|
real(rp), dimension(:,:,:), allocatable, public | mod_atmos_phy_mp_vars::atmos_phy_mp_dens_t |
|
real(rp), dimension(:,:,:), allocatable, public | mod_atmos_phy_mp_vars::atmos_phy_mp_momz_t |
|
real(rp), dimension(:,:,:), allocatable, public | mod_atmos_phy_mp_vars::atmos_phy_mp_momx_t |
|
real(rp), dimension(:,:,:), allocatable, public | mod_atmos_phy_mp_vars::atmos_phy_mp_momy_t |
|
real(rp), dimension(:,:,:), allocatable, public | mod_atmos_phy_mp_vars::atmos_phy_mp_rhot_t |
|
real(rp), dimension(:,:,:,:), allocatable, public | mod_atmos_phy_mp_vars::atmos_phy_mp_rhoq_t |
|
real(rp), dimension(:,:,:), allocatable, public | mod_atmos_phy_mp_vars::atmos_phy_mp_evaporate |
|
real(rp), dimension(:,:), allocatable, public | mod_atmos_phy_mp_vars::atmos_phy_mp_sflx_rain |
|
real(rp), dimension(:,:), allocatable, public | mod_atmos_phy_mp_vars::atmos_phy_mp_sflx_snow |
|