- Timestamp:
- Jan 3, 2014, 3:50:03 PM (11 years ago)
- Location:
- trunk/LMDZ.UNIVERSAL/deftank
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.UNIVERSAL/deftank/PROTO_saturn_strato/callphys.def
r1136 r1137 25 25 #datadir = /san/home/spiga/COMMON/DATAGENERIC/ 26 26 #datadir = /home/spiga/datagcm 27 datadir = /d5/aslmd/datagcm/27 datadir = /d5/aslmd/datagcm/ 28 28 29 29 ## Radiative transfer options … … 39 39 # folder in which correlated-k data is stored ? 40 40 corrkdir = CH4_C2H6_C2H2_Profils 41 corrkdir = CH4_C2H6_C2H2_T_70-400K 42 corrkdir = CH4_C2H6_C2H2_HITRAN2012 41 43 # call visible gaseous absorption in radiative transfer ? 42 44 callgasvis = .true. 43 45 # Include Rayleigh scattering in the visible ? 44 rayleigh = . false.46 rayleigh = .true. 45 47 # Uniform absorption coefficient in radiative transfer? 46 48 graybody = .false. … … 60 62 satval = 0.0 61 63 # Force specific heat capacity and molecular mass values 62 force_cpp = . true.64 force_cpp = .false. 63 65 # Specific heat capacity in J K-1 kg-1 [only used if force_cpp = T] 64 66 cpp = 14000. 65 67 # Molecular mass in g mol-1 [only used if force_cpp = T] 66 68 mugaz = 2.14 67 # Remove lower boundary (e.g. for gas giant sims)68 #noradsurf = .true.69 noradsurf = .false.70 69 71 70 ## Star type … … 95 94 ## ~~~~~~~~~~~~~~~~~~~~~ 96 95 # call turbulent vertical diffusion ? 97 calldifv = . false. #.true. #.false. ##true. ##false chez sandrine96 calldifv = .true. 98 97 # use turbdiff instead of vdifc ? 99 98 UseTurbDiff = .true. … … 102 101 # call thermal conduction in the soil ? 103 102 callsoil = .false. 103 # Internal heat flux (matters only if callsoil=F) 104 intheat = 2.0 105 # Remove lower boundary (e.g. for gas giant sims) 106 nosurf = .true. 104 107 105 108 ######################################################################### … … 116 119 aeroh2o = .false. 117 120 # Fixed water aerosol distribution? 118 aerofixh2o = .false. ##true chez Sandrine 121 aerofixh2o = .false. 122 # two-layer aerosol model? 123 aeroback2lay = .true. 119 124 # basic dust opacity 120 125 dusttau = 0.0 … … 150 155 # multiplicative constant in Boucher 95 precip scheme 151 156 Cboucher=1. 152 # WATER:hydrology ?157 # Include hydrology ? 153 158 hydrology = .false. 154 159 # H2O snow (and ice) albedo ? … … 163 168 ## CO2 options 164 169 ## ~~~~~~~~~~~ 165 # gas is non-ideal CO2 ?166 nonideal = .false.167 170 # call CO2 condensation ? 168 171 co2cond = .false. -
trunk/LMDZ.UNIVERSAL/deftank/PROTO_saturn_tropostrato_128x96x64/callphys.def
r1066 r1137 23 23 ## ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 24 24 #datadir = /san/home/spiga/DATAGENERIC 25 datadir = /san/home/spiga/COMMON/DATAGENERIC/ 25 #datadir = /san/home/spiga/COMMON/DATAGENERIC/ 26 #datadir = /home/spiga/datagcm 27 datadir = /d5/aslmd/datagcm/ 26 28 27 29 ## Radiative transfer options … … 40 42 corrkdir = CH4_C2H6_C2H2_T_70-400K 41 43 corrkdir = CH4_C2H6_C2H2_HITRAN2012 42 #corrkdir = CH4_C2H6_C2H2_HITRAN2012_T_60K43 44 # call visible gaseous absorption in radiative transfer ? 44 45 callgasvis = .true. -
trunk/LMDZ.UNIVERSAL/deftank/PROTO_saturn_tropostrato_256x192x64/callphys.def
r1066 r1137 23 23 ## ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 24 24 #datadir = /san/home/spiga/DATAGENERIC 25 datadir = /san/home/spiga/COMMON/DATAGENERIC/ 25 #datadir = /san/home/spiga/COMMON/DATAGENERIC/ 26 #datadir = /home/spiga/datagcm 27 datadir = /d5/aslmd/datagcm/ 26 28 27 29 ## Radiative transfer options … … 40 42 corrkdir = CH4_C2H6_C2H2_T_70-400K 41 43 corrkdir = CH4_C2H6_C2H2_HITRAN2012 42 #corrkdir = CH4_C2H6_C2H2_HITRAN2012_T_60K43 44 # call visible gaseous absorption in radiative transfer ? 44 45 callgasvis = .true.
Note: See TracChangeset
for help on using the changeset viewer.