Changeset 1554
- Timestamp:
- Jul 13, 2011, 2:24:53 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/phylmd/cv3_routines.F
r1516 r1554 57 57 58 58 c -- "microphysical" parameters: 59 59 sigdz=0.01 60 60 spfac = 0.15 61 61 pbcrit = 150.0 62 62 ptcrit = 500.0 63 63 cIM beg: ajout fis. reglage ep 64 flag_epKEorig= 065 elcrit=0.00 1164 flag_epKEorig=1 65 elcrit=0.0003 66 66 tlcrit=-55.0 67 67 cIM lu dans physiq.def via conf_phys.F90 epmax = 0.993 … … 75 75 ccc dttrig = 5. ! (loose) condition for triggering 76 76 dttrig = 10. ! (loose) condition for triggering 77 flag_wb= 078 wbmax = 1. ! (m/s) adiab updraught speed at LFC (used in cv3p1_closure)77 flag_wb=1 78 wbmax = 6. ! (m/s) adiab updraught speed at LFC (used in cv3p1_closure) 79 79 80 80 c -- rate of approach to quasi-equilibrium: 81 81 82 82 dtcrit = -2.0 83 tau = 1800.83 tau = 8000. 84 84 85 85 c -- interface cloud parameterization:
Note: See TracChangeset
for help on using the changeset viewer.