Changeset 727 for trunk/LMDZ.GENERIC/deftank/callphys.earlymars
- Timestamp:
- Jul 17, 2012, 5:12:18 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/deftank/callphys.earlymars
r539 r727 77 77 # call turbulent vertical diffusion ? 78 78 calldifv = .true. 79 # use turbdiff instead of vdifc ? 80 UseTurbDiff = .true. 79 81 # call convective adjustment ? 80 82 calladj = .true. … … 88 90 ## Tracer and aerosol options 89 91 ## ~~~~~~~~~~~~~~~~~~~~~~~~~~ 90 # Fixed aerosol distributions? 91 aerofixed = .false. 92 # Radiatively active CO2 aerosol? 93 aeroco2 = .true. 94 # Fixed CO2 aerosol distribution? 95 aerofixco2 = .false. 96 # Radiatively active water aerosol? 97 aeroh2o = .true. 98 # Fixed water aerosol distribution? 99 aerofixh2o = .false. 100 # basic dust opacity 101 dusttau = 0.0 92 102 # Varying H2O cloud fraction? 93 103 CLFvarying = .false.
Note: See TracChangeset
for help on using the changeset viewer.