FE-Project
|
Public Member Functions | |
procedure | init (this, atm_mesh) |
procedure | final (this) |
procedure | calc_diagnostics (this) |
Calculate diagnostic variables. | |
procedure | calc_diagvar (this, field_name, field_work) |
procedure | calc_diagvar2d (this, field_name, field_work) |
procedure | history (this) |
procedure | check (this, force) |
procedure | monitor (this) |
procedure | read_restart_file (this, atmos_mesh, dyncore) |
procedure | write_restart_file (this) |
procedure | regist_physvar_manager (this, mp_auxvars2d_manager) |
Public Attributes | |
class(atmosmesh), pointer | mesh |
type(meshfield3d), dimension(:), allocatable | prog_vars |
type(modelvarmanager) | progvars_manager |
integer | prog_vars_commid |
type(meshfield3d), dimension(:), allocatable | qtrc_vars |
type(modelvarmanager) | qtrcvars_manager |
integer | qtrc_vars_commid |
type(meshfield3d), dimension(:), allocatable | aux_vars |
type(modelvarmanager) | auxvars_manager |
integer | aux_vars_commid |
type(meshfield2d), dimension(:), allocatable | aux_vars2d |
type(modelvarmanager) | auxvars2d_manager |
type(modelvarmanager), pointer | ptr_mp_auxvars2d_manager |
logical | moist |
type(meshfield3d), pointer | qv |
type(meshfield3d) | zero |
type(meshfield3d), dimension(:), allocatable | phy_tend |
type(modelvarmanager) | phytends_manager |
integer | phytends_commid |
integer | phytend_num_tot |
integer, dimension(:), allocatable | diagvars2d_histid |
integer, dimension(:), allocatable | diagvars3d_histid |
type(file_restart_meshfield_component) | restart_file |
logical | check_range |
logical | check_total |
Definition at line 70 of file mod_atmos_vars.F90.
procedure mod_atmos_vars::atmosvars::init | ( | class(atmosvars), intent(inout), target | this, |
class(atmosmesh), intent(inout), target | atm_mesh ) |
Definition at line 115 of file mod_atmos_vars.F90.
procedure mod_atmos_vars::atmosvars::final | ( | class(atmosvars), intent(inout) | this | ) |
Definition at line 116 of file mod_atmos_vars.F90.
procedure mod_atmos_vars::atmosvars::calc_diagnostics | ( | class(atmosvars), intent(inout), target | this | ) |
Calculate diagnostic variables.
Definition at line 117 of file mod_atmos_vars.F90.
procedure mod_atmos_vars::atmosvars::calc_diagvar | ( | class(atmosvars), intent(inout) | this, |
character(*), intent(in) | field_name, | ||
type(meshfield3d), intent(inout) | field_work ) |
Definition at line 118 of file mod_atmos_vars.F90.
procedure mod_atmos_vars::atmosvars::calc_diagvar2d | ( | class(atmosvars), intent(inout) | this, |
character(*), intent(in) | field_name, | ||
type(meshfield2d), intent(inout), target | field_work ) |
Definition at line 119 of file mod_atmos_vars.F90.
procedure mod_atmos_vars::atmosvars::history | ( | class(atmosvars), intent(inout) | this | ) |
Definition at line 120 of file mod_atmos_vars.F90.
procedure mod_atmos_vars::atmosvars::check | ( | class(atmosvars), intent(inout) | this, |
logical, intent(in), optional | force ) |
Definition at line 121 of file mod_atmos_vars.F90.
procedure mod_atmos_vars::atmosvars::monitor | ( | class(atmosvars), intent(inout) | this | ) |
Definition at line 122 of file mod_atmos_vars.F90.
procedure mod_atmos_vars::atmosvars::read_restart_file | ( | class(atmosvars), intent(inout), target | this, |
class(atmosmesh), intent(in) | atmos_mesh, | ||
class(atmdyndgmdriver_nonhydro3d), intent(inout) | dyncore ) |
Definition at line 123 of file mod_atmos_vars.F90.
procedure mod_atmos_vars::atmosvars::write_restart_file | ( | class(atmosvars), intent(inout) | this | ) |
Definition at line 124 of file mod_atmos_vars.F90.
procedure mod_atmos_vars::atmosvars::regist_physvar_manager | ( | class(atmosvars), intent(inout), target | this, |
type(modelvarmanager), intent(in), target | mp_auxvars2d_manager ) |
Definition at line 125 of file mod_atmos_vars.F90.
References mod_atmos_vars::atmosvars_getlocalmeshphyauxvars(), mod_atmos_vars::atmosvars_getlocalmeshphytends(), mod_atmos_vars::atmosvars_getlocalmeshprgvar(), mod_atmos_vars::atmosvars_getlocalmeshprgvars(), mod_atmos_vars::atmosvars_getlocalmeshqtrc_qv(), mod_atmos_vars::atmosvars_getlocalmeshqtrcphytend(), mod_atmos_vars::atmosvars_getlocalmeshqtrcvar(), mod_atmos_vars::atmosvars_getlocalmeshqtrcvarlist(), and mod_atmos_vars::atmosvars_getlocalmeshsfcvar().
class(atmosmesh), pointer mod_atmos_vars::atmosvars::mesh |
Definition at line 71 of file mod_atmos_vars.F90.
type(meshfield3d), dimension(:), allocatable mod_atmos_vars::atmosvars::prog_vars |
Definition at line 74 of file mod_atmos_vars.F90.
type(modelvarmanager) mod_atmos_vars::atmosvars::progvars_manager |
Definition at line 75 of file mod_atmos_vars.F90.
integer mod_atmos_vars::atmosvars::prog_vars_commid |
Definition at line 76 of file mod_atmos_vars.F90.
type(meshfield3d), dimension(:), allocatable mod_atmos_vars::atmosvars::qtrc_vars |
Definition at line 79 of file mod_atmos_vars.F90.
type(modelvarmanager) mod_atmos_vars::atmosvars::qtrcvars_manager |
Definition at line 80 of file mod_atmos_vars.F90.
integer mod_atmos_vars::atmosvars::qtrc_vars_commid |
Definition at line 81 of file mod_atmos_vars.F90.
type(meshfield3d), dimension(:), allocatable mod_atmos_vars::atmosvars::aux_vars |
Definition at line 84 of file mod_atmos_vars.F90.
type(modelvarmanager) mod_atmos_vars::atmosvars::auxvars_manager |
Definition at line 85 of file mod_atmos_vars.F90.
integer mod_atmos_vars::atmosvars::aux_vars_commid |
Definition at line 86 of file mod_atmos_vars.F90.
type(meshfield2d), dimension(:), allocatable mod_atmos_vars::atmosvars::aux_vars2d |
Definition at line 89 of file mod_atmos_vars.F90.
type(modelvarmanager) mod_atmos_vars::atmosvars::auxvars2d_manager |
Definition at line 90 of file mod_atmos_vars.F90.
type(modelvarmanager), pointer mod_atmos_vars::atmosvars::ptr_mp_auxvars2d_manager |
Definition at line 93 of file mod_atmos_vars.F90.
logical mod_atmos_vars::atmosvars::moist |
Definition at line 95 of file mod_atmos_vars.F90.
type(meshfield3d), pointer mod_atmos_vars::atmosvars::qv |
Definition at line 96 of file mod_atmos_vars.F90.
type(meshfield3d) mod_atmos_vars::atmosvars::zero |
Definition at line 97 of file mod_atmos_vars.F90.
type(meshfield3d), dimension(:), allocatable mod_atmos_vars::atmosvars::phy_tend |
Definition at line 100 of file mod_atmos_vars.F90.
type(modelvarmanager) mod_atmos_vars::atmosvars::phytends_manager |
Definition at line 101 of file mod_atmos_vars.F90.
integer mod_atmos_vars::atmosvars::phytends_commid |
Definition at line 102 of file mod_atmos_vars.F90.
integer mod_atmos_vars::atmosvars::phytend_num_tot |
Definition at line 103 of file mod_atmos_vars.F90.
integer, dimension(:), allocatable mod_atmos_vars::atmosvars::diagvars2d_histid |
Definition at line 106 of file mod_atmos_vars.F90.
integer, dimension(:), allocatable mod_atmos_vars::atmosvars::diagvars3d_histid |
Definition at line 107 of file mod_atmos_vars.F90.
type(file_restart_meshfield_component) mod_atmos_vars::atmosvars::restart_file |
Definition at line 109 of file mod_atmos_vars.F90.
logical mod_atmos_vars::atmosvars::check_range |
Definition at line 111 of file mod_atmos_vars.F90.
logical mod_atmos_vars::atmosvars::check_total |
Definition at line 112 of file mod_atmos_vars.F90.