Changeset 539 for trunk/LMDZ.GENERIC/deftank/callphys.earlymars
- Timestamp:
- Feb 17, 2012, 11:59:28 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/deftank/callphys.earlymars
r253 r539 17 17 # Test energy conservation of model physics ? 18 18 enertest = .false. 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 = earlymars … … 79 83 80 84 ######################################################################### 81 ## extra non-standard definitions for Gliese 581d85 ## extra non-standard definitions for Early Mars 82 86 ######################################################################### 83 87 … … 104 108 waterrain = .true. 105 109 # WATER: Precipitation threshold (simple scheme only) ? 106 rainthreshold = 0.0 11107 # WATER:hydrology ?110 rainthreshold = 0.001 111 # Include hydrology ? 108 112 hydrology = .true. 113 # H2O snow (and ice) albedo ? 114 albedosnow = 0.5 115 # Maximum sea ice thickness ? 116 maxicethick = 0.05 117 # Freezing point of seawater (degrees C) ? 118 Tsaldiff = 0.0 119 # Evolve surface water sources ? 120 sourceevol = .true. 121 # Ice evolution timestep ? 122 icetstep = 10 109 123 110 124 ## CO2 options … … 117 131 nearco2cond = .false. 118 132 119 ## N2 options120 ## ~~~~~~~~~~121 # include N2 in cp and Rayleigh scattering calculation ?122 addn2 = .false.123 # N2 mixing ratio124 n2mixratio = 0.0125 126 ## H2 options127 ## ~~~~~~~~~~128 # include H2 in cp and Rayleigh scattering calculation ?129 # for now we assume H2 dominant if included130 addh2 = .false.
Note: See TracChangeset
for help on using the changeset viewer.