FE-Project
Loading...
Searching...
No Matches
Data Types | Variables
mod_atmos_phy_mp Module Reference

module ATMOSPHERE physics / cloud microphysics More...

Data Types

type  atmosphymp
 Derived type to manage a component of cloud microphysics. More...
 

Variables

integer, parameter mp_typeid_kessler = 1
 

Detailed Description

module ATMOSPHERE physics / cloud microphysics

Description
Module for cloud microphysics
Author
Yuta Kawai, Team SCALE
NAMELIST
  • PARAM_ATMOS_PHY_MP
    nametypedefault valuecomment
    TIME_DT real(DP) UNDEF8 Timestep for cloud microcloud physics
    TIME_DT_UNIT character(len=H_SHORT) 'SEC' Unit of timestep
    MP_TYPE character(len=H_MID) 'KESSLER' Type of cloud microcloud physics scheme
    DO_PRECIPITATION logical Flag whether sedimentation (precipitation) is applied
    DO_NEGATIVE_FIXER logical Flag whether negative fixer is applied
    LIMIT_NEGATIVE real(RP)
    NTMAX_SEDIMENTATION integer
    MAX_TERM_VEL real(RP)
    CLDFRAC_THLESHOLD real(RP)

History Output
No history output

Variable Documentation

◆ mp_typeid_kessler

integer, parameter mod_atmos_phy_mp::mp_typeid_kessler = 1

Definition at line 90 of file mod_atmos_phy_mp.F90.

90 integer, parameter :: MP_TYPEID_KESSLER = 1