Changeset 2132 for trunk/LMDZ.GENERIC/libf/phystd/thermcell_mod.F90
- Timestamp:
- Apr 29, 2019, 3:13:04 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/libf/phystd/thermcell_mod.F90
r2127 r2132 6 6 ! Flags for computations 7 7 ! default 8 INTEGER,PARAMETER :: iflag_thermals_optflux = 1 ! 0 -9 8 INTEGER,PARAMETER :: dqimpl = 1 ! 1 flag for thermcell_dq version (1 : implicit scheme || 0 : explicit scheme) 10 9 … … 13 12 REAL,PARAMETER :: r_aspect_thermals = 1.0 ! Aspect ratio of the thermals (width / height) 14 13 REAL,PARAMETER :: tau_thermals = 0. ! 0. Relaxation time 15 REAL,PARAMETER :: betalpha = 1.0 ! 0.9 -between 0 (e=d) and 1 (rho*fraca=cst)16 REAL,PARAMETER :: afact = 1. ! 2./3. - buoyancy contribution,between 0 and 117 REAL,PARAMETER :: fact_epsilon = 1.e-4 ! 2.e-3 - friction14 REAL,PARAMETER :: betalpha = 1.0 ! 0.9 - factor between 0 (e=d) and 1 (rho*fraca=cst) 15 REAL,PARAMETER :: afact = 1. ! 2./3. Buoyancy contribution - factor between 0 and 1 16 REAL,PARAMETER :: fact_epsilon = 1.e-4 ! 2.e-3 Friction at plume borders - exponential decrease 18 17 REAL,PARAMETER :: nu = 0.000 ! Geometrical contributions to entrainment and detrainment 19 REAL,PARAMETER :: alpha max= 0.7 ! 0.7 Maximal permitted updraft fraction18 REAL,PARAMETER :: alpha_max = 0.7 ! 0.7 Maximal permitted updraft fraction 20 19 REAL,PARAMETER :: fomass_max = 0.5 ! 0.5 Maximal permitted outgoing layer mass fraction 21 REAL,PARAMETER :: pres_limit = 2.e5 ! 1.e5 -20 REAL,PARAMETER :: pres_limit = 2.e5 ! 1.e5 Minimal permitted pressure to trigger a thermal plume 22 21 23 22 !~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Note: See TracChangeset
for help on using the changeset viewer.