Go to the source code of this file.
|
logical, public | mod_atmos_dyn_vars::atmos_dyn_restart_output = .false. |
| output restart file? More...
|
|
character(len=h_long), public | mod_atmos_dyn_vars::atmos_dyn_restart_in_basename = '' |
| basename of the restart file More...
|
|
character(len=h_long), public | mod_atmos_dyn_vars::atmos_dyn_restart_out_basename = '' |
| basename of the output file More...
|
|
character(len=h_mid), public | mod_atmos_dyn_vars::atmos_dyn_restart_out_title = 'ATMOS_DYN restart' |
| title of the output file More...
|
|
character(len=h_mid), public | mod_atmos_dyn_vars::atmos_dyn_restart_out_dtype = 'DEFAULT' |
| REAL4 or REAL8. More...
|
|
real(rp), dimension(:,:,:,:), allocatable, public | mod_atmos_dyn_vars::prog |
|