Changeset 838
- Timestamp:
- Nov 11, 2012, 1:32:50 PM (12 years ago)
- Location:
- trunk/LMDZ.GENERIC/deftank
- Files:
-
- 11 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/deftank/callphys.earth
r729 r838 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. … … 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=.true. 20 check_cpp_match=.false. #.true. 21 22 ## Directory where external input files are 23 ## ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 24 datadir = /home/spiga/datagcm 21 25 22 26 ## Radiative transfer options … … 42 46 specOLR = .false. 43 47 # Output global radiative balance in file 'rad_bal.out' - slow for 1D!! 44 meanOLR = . true.48 meanOLR = .false. 45 49 # Variable gas species: Radiatively active ? 46 50 varactive = .true. … … 49 53 # Variable gas species: Saturation percentage value at ground ? 50 54 satval = 0.0 55 # Force specific heat capacity and molecular mass values 56 force_cpp = .false. 51 57 52 58 ## Star type … … 65 71 # 1024.5 W m-2 Sol today x 0.75 = weak early Sun 66 72 # 18.462 W m-2 The feeble Gl581 73 # 19.960 W m-2 Gl581 with e=0.38 orbital average 67 74 Fat1AU = 1366.0 68 75 … … 94 101 aerofixco2 = .false. 95 102 # Radiatively active water aerosol? 96 aeroh2o = . true.103 aeroh2o = .false. #.true. #.false. does not work with mpi 97 104 # Fixed water aerosol distribution? 98 105 aerofixh2o = .false. … … 100 107 dusttau = 0.0 101 108 # Varying H2O cloud fraction? 102 CLFvarying = .true. 109 CLFvarying = .true. 103 110 # H2O cloud fraction if fixed? 104 111 CLFfixval = 0.5 … … 131 138 Cboucher=1. 132 139 # WATER: hydrology ? 133 hydrology = . true.140 hydrology = .false. #.true. 134 141 # H2O snow (and ice) albedo ? 135 142 albedosnow = 0.6 -
trunk/LMDZ.GENERIC/deftank/earth1d.rcm1d.def
r596 r838 31 31 time = 12 32 32 # Number of time steps per sol 33 day_step = 1233 day_step = 24 34 34 # Number of sols to run 35 35 ndt = 1300 36 36 # Number of steps between each writting in diagfi 37 ecritphy= 12037 ecritphy=4 38 38 39 39 … … 50 50 ## ~~~~~~~~~~~~~~~~~~ 51 51 # Simulate global averaged conditions ? 52 global1d = . true.52 global1d = .false. #.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.