Changeset 539
- Timestamp:
- Feb 17, 2012, 11:59:28 PM (13 years ago)
- Location:
- trunk/LMDZ.GENERIC/deftank
- Files:
-
- 5 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. -
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. -
trunk/LMDZ.GENERIC/deftank/callphys.earth
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 = N2CO2poor_H2Ovar … … 116 120 nearco2cond = .false. 117 121 118 ## N2 options119 ## ~~~~~~~~~~120 # include N2 in cp and Rayleigh scattering calculation ?121 addn2 = .false.122 # N2 mixing ratio123 n2mixratio = 0.0124 125 ## H2 options126 ## ~~~~~~~~~~127 # include H2 in cp and Rayleigh scattering calculation ?128 # for now we assume H2 dominant if included129 addh2 = .false. -
trunk/LMDZ.GENERIC/deftank/gases.def.CO2
r413 r539 8 8 # and then mixing ratios. 9 9 # mixing ratio -1 means the gas is variable. 10 # Gases should be in the same order as in the Q.dat 11 # correlated-k radiative transfer file. -
trunk/LMDZ.GENERIC/deftank/gases.def.CO2H2Ovar
r413 r539 10 10 # and then mixing ratios. 11 11 # mixing ratio -1 means the gas is variable. 12 # Gases should be in the same order as in the Q.dat 13 # correlated-k radiative transfer file.
Note: See TracChangeset
for help on using the changeset viewer.