|
| logical, public | mod_atmos_phy_lt_vars::atmos_phy_lt_restart_output = .false. |
| | output restart file? More...
|
| |
| character(len=h_long), public | mod_atmos_phy_lt_vars::atmos_phy_lt_restart_in_basename = '' |
| | Basename of the input file. More...
|
| |
| logical, public | mod_atmos_phy_lt_vars::atmos_phy_lt_restart_in_aggregate |
| | Switch to use aggregate file. More...
|
| |
| logical, public | mod_atmos_phy_lt_vars::atmos_phy_lt_restart_in_postfix_timelabel = .false. |
| | Add timelabel to the basename of input file? More...
|
| |
| character(len=h_long), public | mod_atmos_phy_lt_vars::atmos_phy_lt_restart_out_basename = '' |
| | Basename of the output file. More...
|
| |
| logical, public | mod_atmos_phy_lt_vars::atmos_phy_lt_restart_out_aggregate |
| | Switch to use aggregate file. More...
|
| |
| logical, public | mod_atmos_phy_lt_vars::atmos_phy_lt_restart_out_postfix_timelabel = .true. |
| | Add timelabel to the basename of output file? More...
|
| |
| character(len=h_mid), public | mod_atmos_phy_lt_vars::atmos_phy_lt_restart_out_title = 'ATMOS_PHY_LT restart' |
| | title of the output file More...
|
| |
| character(len=h_short), public | mod_atmos_phy_lt_vars::atmos_phy_lt_restart_out_dtype = 'DEFAULT' |
| | REAL4 or REAL8. More...
|
| |
| real(rp), dimension(:,:,:), allocatable, public | mod_atmos_phy_lt_vars::atmos_phy_lt_epot |
| |
| real(rp), dimension(:,:,:,:), allocatable, public | mod_atmos_phy_lt_vars::atmos_phy_lt_sarea |
| |
| integer, public | mod_atmos_phy_lt_vars::qa_lt = 0 |
| |
| integer, public | mod_atmos_phy_lt_vars::qs_lt = -1 |
| |
| integer, public | mod_atmos_phy_lt_vars::qe_lt = -2 |
| |
| real(rp), parameter, public | mod_atmos_phy_lt_vars::d0_crg = 100.E-6_RP |
| |
| real(rp), parameter, public | mod_atmos_phy_lt_vars::v0_crg = 8.0_RP |
| |
| logical, public | mod_atmos_phy_lt_vars::flg_lt = .false. |
| |