Changeset 539 for trunk/LMDZ.GENERIC/deftank/callphys.GJ581d
- Timestamp:
- Feb 17, 2012, 11:59:28 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/deftank/callphys.GJ581d
r253 r539 17 17 # Test energy conservation of model physics ? 18 18 enertest = .true. 19 # Check to see if cpp, mugaz values used match gas mixture defined in gases.def (recommended) ? 20 check_cpp_match=.true. 19 21 20 22 ## Radiative transfer options … … 26 28 # call multilayer correlated-k radiative transfer ? 27 29 corrk = .true. 30 # Include continuum absorption in radiative transfer (note CO2 is treated separately) ? 31 continuum = .true. 28 32 # folder in which correlated-k data is stored ? 29 33 corrkdir = CO2_H2Ovar … … 109 113 waterrain = .true. 110 114 # WATER: Precipitation threshold (simple scheme only) ? 111 rainthreshold = 0.0 115 rainthreshold = 0.001 112 116 # Include hydrology ? 113 117 hydrology = .true.
Note: See TracChangeset
for help on using the changeset viewer.