FE-Project
|
module ATMOSPHERE physics / Cloud Microphysics More...
Data Types | |
type | atmosphympvars |
Functions/Subroutines | |
subroutine, public | atmosphympvars_getlocalmeshfields_tend (domid, mesh, mp_tends_list, mp_dens_t, mp_momx_t, mp_momy_t, mp_momz_t, mp_rhot_t, mp_rhoh, mp_evap, mp_rhoq_t, lcmesh3d) |
subroutine, public | atmosphympvars_getlocalmeshfields_sfcflx (domid, mesh, sfcflx_list, sflx_rain, sflx_snow, sflx_engi) |
Variables | |
integer, parameter, public | atmos_phy_mp_dens_t_id = 1 |
integer, parameter, public | atmos_phy_mp_momx_t_id = 2 |
integer, parameter, public | atmos_phy_mp_momy_t_id = 3 |
integer, parameter, public | atmos_phy_mp_momz_t_id = 4 |
integer, parameter, public | atmos_phy_mp_rhot_t_id = 5 |
integer, parameter, public | atmos_phy_mp_rhoh_id = 6 |
integer, parameter, public | atmos_phy_mp_evaporate_id = 7 |
integer, parameter, public | atmos_phy_mp_tends_num1 = 7 |
type(variableinfo), dimension(atmos_phy_mp_tends_num1), public | atmos_phy_mp_tend_vinfo |
integer, parameter, public | atmos_phy_mp_aux2d_sflx_rain_id = 1 |
integer, parameter, public | atmos_phy_mp_aux2d_sflx_snow_id = 2 |
integer, parameter, public | atmos_phy_mp_aux2d_sflx_engi_id = 3 |
integer, parameter, public | atmos_phy_mp_aux2d_num = 3 |
type(variableinfo), dimension(atmos_phy_mp_aux2d_num), public | atmos_phy_mp_aux2d_vinfo |
module ATMOSPHERE physics / Cloud Microphysics
name | description | unit | variable |
---|---|---|---|
MP_SFLX_RAIN | precipitation flux (liquid) in MP process | kg/m2/s | MP_SFLX_RAIN |
MP_SFLX_SNOW | precipitation flux (solid) in MP process | kg/m2/s | MP_SFLX_SNOW |
MP_SFLX_ENGI | internal energy flux flux in MP process | J/m2/s | MP_SFLX_ENGI |
MP_DENS_t | tendency of x-momentum in MP process | kg/m3/s | MP_DENS_t |
MP_MOMX_t | tendency of x-momentum in MP process | kg/m2/s2 | MP_MOMX_t |
MP_MOMY_t | tendency of y-momentum in MP process | kg/m2/s2 | MP_MOMY_t |
MP_MOMZ_t | tendency of z-momentum in MP process | kg/m2/s2 | MP_MOMZ_t |
MP_RHOT_t | tendency of rho*PT in MP process | kg/m3.K/s | MP_RHOT_t |
mp_RHOH | diabatic heating rate in MP process | J/kg/s | mp_RHOH |
mp_EVAPORATE | number concentration of evaporated cloud | m-3 | mp_EVAPORATE |
MP_{TRACER_NAME}_t | tendency of rho*{TRACER_NAME} in MP process; {TRACER_NAME} depends on the physics schemes, e.g., QV, QC, QR. | TRACER_UNIT | TRACER_NAME |
Vterm_{TRACER_NAME} | terminal velocity of {TRACER_NAME}; {TRACER_NAME} depends on the physics schemes, e.g., QV, QC, QR. | TRACER_UNIT | TRACER_NAME |
subroutine, public mod_atmos_phy_mp_vars::atmosphympvars_getlocalmeshfields_tend | ( | integer, intent(in) | domid, |
class(meshbase), intent(in) | mesh, | ||
class(modelvarmanager), intent(inout) | mp_tends_list, | ||
class(localmeshfieldbase), intent(out), pointer | mp_dens_t, | ||
class(localmeshfieldbase), intent(out), pointer | mp_momx_t, | ||
class(localmeshfieldbase), intent(out), pointer | mp_momy_t, | ||
class(localmeshfieldbase), intent(out), pointer | mp_momz_t, | ||
class(localmeshfieldbase), intent(out), pointer | mp_rhot_t, | ||
class(localmeshfieldbase), intent(out), pointer | mp_rhoh, | ||
class(localmeshfieldbase), intent(out), pointer | mp_evap, | ||
type(localmeshfieldbaselist), dimension(:), intent(out) | mp_rhoq_t, | ||
class(localmesh3d), intent(out), optional, pointer | lcmesh3d ) |
Definition at line 277 of file mod_atmos_phy_mp_vars.F90.
References atmos_phy_mp_dens_t_id, atmos_phy_mp_evaporate_id, atmos_phy_mp_momx_t_id, atmos_phy_mp_momy_t_id, atmos_phy_mp_momz_t_id, atmos_phy_mp_rhoh_id, atmos_phy_mp_rhot_t_id, and atmos_phy_mp_tends_num1.
Referenced by mod_atmos_phy_mp_vars::atmosphympvars::history().
subroutine, public mod_atmos_phy_mp_vars::atmosphympvars_getlocalmeshfields_sfcflx | ( | integer, intent(in) | domid, |
class(meshbase), intent(in) | mesh, | ||
class(modelvarmanager), intent(inout) | sfcflx_list, | ||
class(localmeshfieldbase), intent(out), pointer | sflx_rain, | ||
class(localmeshfieldbase), intent(out), pointer | sflx_snow, | ||
class(localmeshfieldbase), intent(out), pointer | sflx_engi ) |
Definition at line 349 of file mod_atmos_phy_mp_vars.F90.
References atmos_phy_mp_aux2d_num, atmos_phy_mp_aux2d_sflx_engi_id, atmos_phy_mp_aux2d_sflx_rain_id, and atmos_phy_mp_aux2d_sflx_snow_id.
Referenced by mod_atmos_component::atmos_setup(), mod_atmos_vars::atmosvars_getlocalmeshqtrcphytend(), and mod_atmos_phy_mp_vars::atmosphympvars::history().
integer, parameter, public mod_atmos_phy_mp_vars::atmos_phy_mp_dens_t_id = 1 |
Definition at line 82 of file mod_atmos_phy_mp_vars.F90.
Referenced by atmosphympvars_getlocalmeshfields_tend().
integer, parameter, public mod_atmos_phy_mp_vars::atmos_phy_mp_momx_t_id = 2 |
Definition at line 83 of file mod_atmos_phy_mp_vars.F90.
Referenced by atmosphympvars_getlocalmeshfields_tend().
integer, parameter, public mod_atmos_phy_mp_vars::atmos_phy_mp_momy_t_id = 3 |
Definition at line 84 of file mod_atmos_phy_mp_vars.F90.
Referenced by atmosphympvars_getlocalmeshfields_tend().
integer, parameter, public mod_atmos_phy_mp_vars::atmos_phy_mp_momz_t_id = 4 |
Definition at line 85 of file mod_atmos_phy_mp_vars.F90.
Referenced by atmosphympvars_getlocalmeshfields_tend().
integer, parameter, public mod_atmos_phy_mp_vars::atmos_phy_mp_rhot_t_id = 5 |
Definition at line 86 of file mod_atmos_phy_mp_vars.F90.
Referenced by atmosphympvars_getlocalmeshfields_tend().
integer, parameter, public mod_atmos_phy_mp_vars::atmos_phy_mp_rhoh_id = 6 |
Definition at line 87 of file mod_atmos_phy_mp_vars.F90.
Referenced by atmosphympvars_getlocalmeshfields_tend().
integer, parameter, public mod_atmos_phy_mp_vars::atmos_phy_mp_evaporate_id = 7 |
Definition at line 88 of file mod_atmos_phy_mp_vars.F90.
Referenced by atmosphympvars_getlocalmeshfields_tend().
integer, parameter, public mod_atmos_phy_mp_vars::atmos_phy_mp_tends_num1 = 7 |
Definition at line 89 of file mod_atmos_phy_mp_vars.F90.
Referenced by atmosphympvars_getlocalmeshfields_tend().
type(variableinfo), dimension(atmos_phy_mp_tends_num1), public mod_atmos_phy_mp_vars::atmos_phy_mp_tend_vinfo |
Definition at line 91 of file mod_atmos_phy_mp_vars.F90.
integer, parameter, public mod_atmos_phy_mp_vars::atmos_phy_mp_aux2d_sflx_rain_id = 1 |
Definition at line 109 of file mod_atmos_phy_mp_vars.F90.
Referenced by atmosphympvars_getlocalmeshfields_sfcflx().
integer, parameter, public mod_atmos_phy_mp_vars::atmos_phy_mp_aux2d_sflx_snow_id = 2 |
Definition at line 110 of file mod_atmos_phy_mp_vars.F90.
Referenced by atmosphympvars_getlocalmeshfields_sfcflx().
integer, parameter, public mod_atmos_phy_mp_vars::atmos_phy_mp_aux2d_sflx_engi_id = 3 |
Definition at line 111 of file mod_atmos_phy_mp_vars.F90.
Referenced by atmosphympvars_getlocalmeshfields_sfcflx().
integer, parameter, public mod_atmos_phy_mp_vars::atmos_phy_mp_aux2d_num = 3 |
Definition at line 112 of file mod_atmos_phy_mp_vars.F90.
Referenced by atmosphympvars_getlocalmeshfields_sfcflx().
type(variableinfo), dimension(atmos_phy_mp_aux2d_num), public mod_atmos_phy_mp_vars::atmos_phy_mp_aux2d_vinfo |
Definition at line 114 of file mod_atmos_phy_mp_vars.F90.