Changeset 253 for trunk/LMDZ.GENERIC/deftank/callphys.earlymars
- Timestamp:
- Aug 2, 2011, 11:13:07 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/deftank/callphys.earlymars
r135 r253 4 4 tracer = .true. 5 5 # Diurnal cycle ? if diurnal=false, diurnally averaged solar heating 6 diurnal = . false.6 diurnal = .true. 7 7 # Seasonal cycle ? if season=false, Ls stays constant, to value set in "start" 8 8 season = .true. … … 14 14 lwrite = .false. 15 15 # Save statistics in file "stats.nc" ? 16 callstats = . false.16 callstats = .true. 17 17 # Test energy conservation of model physics ? 18 18 enertest = .false. … … 35 35 # This is used only in the aerosol radiative transfer setup. (see aerave.F) 36 36 tplanet = 215. 37 # Output spectral OLR in 3D?37 # Output spectral OLR in 1D/3D? 38 38 specOLR = .false. 39 # Output global radiative balance in file ' olr.txt' - slow for 1D!!40 meanOLR = . false.39 # Output global radiative balance in file 'rad_bal.out' - slow for 1D!! 40 meanOLR = .true. 41 41 # Variable gas species: Radiatively active ? 42 varactive = . false.42 varactive = .true. 43 43 # Variable gas species: Fixed vertical distribution ? 44 varfixed = . true.44 varfixed = .false. 45 45 # Variable gas species: Saturation percentage value at ground ? 46 satval = 0. 846 satval = 0.0 47 47 48 48 ## Star type … … 58 58 # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 59 59 # Stellar flux at 1 AU. Examples: 60 # 1356.0 W m-2 Sol today 61 # 1017.0 W m-2 Sol today x 0.75 = weak early Sun 62 # 18.462 W m-2 The feeble Gl581 63 Fat1AU = 1017.0 60 # 1366.0 W m-2 Sol today 61 # 1024.5 W m-2 Sol today x 0.75 = weak Sun 3.8 GYa 62 # 18.462 W m-2 The feeble GJ581 63 # 19.960 W m-2 GJ581 with e=0.38 orbital average 64 Fat1AU = 1024.5 64 65 65 66 ## Tracer and aerosol options … … 78 79 79 80 ######################################################################### 80 ## extra non-standard definitions for Earth / Early Mars81 ## extra non-standard definitions for Gliese 581d 81 82 ######################################################################### 82 83 ## Radiative transfer options84 ## ~~~~~~~~~~~~~~~~~~~~~~~~~~85 # Parameterized Earth-like ozone absorption ?86 ozone = .false.87 83 88 84 ## Tracer and aerosol options 89 85 ## ~~~~~~~~~~~~~~~~~~~~~~~~~~ 90 86 # Fixed aerosol distributions? 91 aerofixed = .true. 87 aerofixed = .false. 88 # Varying H2O cloud fraction? 89 CLFvarying = .false. 90 # H2O cloud fraction? 91 CLFfixval = 0.5 92 92 # number mixing ratio of CO2 ice particles 93 93 Nmix_co2 = 100000. … … 105 105 # WATER: Precipitation threshold (simple scheme only) ? 106 106 rainthreshold = 0.011 107 # WATER: hydrology ? 108 hydrology = .true. 107 109 108 110 ## CO2 options … … 114 116 # Set initial temperature profile to 1 K above CO2 condensation everywhere? 115 117 nearco2cond = .false. 118 119 ## N2 options 120 ## ~~~~~~~~~~ 121 # include N2 in cp and Rayleigh scattering calculation ? 122 addn2 = .false. 123 # N2 mixing ratio 124 n2mixratio = 0.0 125 126 ## H2 options 127 ## ~~~~~~~~~~ 128 # include H2 in cp and Rayleigh scattering calculation ? 129 # for now we assume H2 dominant if included 130 addh2 = .false.
Note: See TracChangeset
for help on using the changeset viewer.