Changeset 839 for trunk/LMDZ.GENERIC
- Timestamp:
- Nov 11, 2012, 1:38:43 PM (12 years ago)
- Location:
- trunk/LMDZ.GENERIC/deftank
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/deftank/callphys.earth
r838 r839 4 4 tracer = .true. 5 5 # Diurnal cycle ? if diurnal=false, diurnally averaged solar heating 6 diurnal = . true.6 diurnal = .false. 7 7 # Seasonal cycle ? if season=false, Ls stays constant, to value set in "start" 8 8 season = .true. … … 18 18 enertest = .false. 19 19 # Check to see if cpp, mugaz values used match gas mixture defined in gases.def (recommended) ? 20 check_cpp_match=.false. #.true. 21 22 ## Directory where external input files are 23 ## ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 24 datadir = /home/spiga/datagcm 20 check_cpp_match=.true. 25 21 26 22 ## Radiative transfer options … … 46 42 specOLR = .false. 47 43 # Output global radiative balance in file 'rad_bal.out' - slow for 1D!! 48 meanOLR = . false.44 meanOLR = .true. 49 45 # Variable gas species: Radiatively active ? 50 46 varactive = .true. … … 53 49 # Variable gas species: Saturation percentage value at ground ? 54 50 satval = 0.0 55 # Force specific heat capacity and molecular mass values56 force_cpp = .false.57 51 58 52 ## Star type … … 71 65 # 1024.5 W m-2 Sol today x 0.75 = weak early Sun 72 66 # 18.462 W m-2 The feeble Gl581 73 # 19.960 W m-2 Gl581 with e=0.38 orbital average74 67 Fat1AU = 1366.0 75 68 … … 101 94 aerofixco2 = .false. 102 95 # Radiatively active water aerosol? 103 aeroh2o = . false. #.true. #.false. does not work with mpi96 aeroh2o = .true. 104 97 # Fixed water aerosol distribution? 105 98 aerofixh2o = .false. … … 107 100 dusttau = 0.0 108 101 # Varying H2O cloud fraction? 109 CLFvarying = .true. 102 CLFvarying = .true. 110 103 # H2O cloud fraction if fixed? 111 104 CLFfixval = 0.5 … … 138 131 Cboucher=1. 139 132 # WATER: hydrology ? 140 hydrology = . false. #.true.133 hydrology = .true. 141 134 # H2O snow (and ice) albedo ? 142 135 albedosnow = 0.6 -
trunk/LMDZ.GENERIC/deftank/earth1d.rcm1d.def
r838 r839 31 31 time = 12 32 32 # Number of time steps per sol 33 day_step = 2433 day_step = 12 34 34 # Number of sols to run 35 35 ndt = 1300 36 36 # Number of steps between each writting in diagfi 37 ecritphy= 437 ecritphy=120 38 38 39 39 … … 50 50 ## ~~~~~~~~~~~~~~~~~~ 51 51 # Simulate global averaged conditions ? 52 global1d = . false. #.true.52 global1d = .true. 53 53 # Latitude (deg) [only used if global1d = F] 54 54 latitude = 0.0
Note: See TracChangeset
for help on using the changeset viewer.