Changeset 538 for trunk/LMDZ.GENERIC/libf/phystd/inifis.F
- Timestamp:
- Feb 17, 2012, 11:54:16 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/libf/phystd/inifis.F
r526 r538 177 177 write(*,*) " enertest = ",enertest 178 178 179 write(*,*) "Check to see if cpp values used match gases.def ?" 180 check_cpp_match=.true. ! default value 181 call getin("check_cpp_match",check_cpp_match) 182 write(*,*) " check_cpp_match = ",check_cpp_match 183 184 179 185 write(*,*) "call radiative transfer ?" 180 186 callrad=.true. ! default value … … 192 198 call getin("callgasvis",callgasvis) 193 199 write(*,*) " callgasvis = ",callgasvis 194 200 195 201 write(*,*) "call continuum opacities in radiative transfer ?", 196 202 & "(matters only if callrad=T)" 197 Continuum=. false. ! default value203 Continuum=.true. ! default value 198 204 call getin("Continuum",Continuum) 199 205 write(*,*) " Continuum = ",Continuum 200 206 207 201 208 write(*,*) "call turbulent vertical diffusion ?" 202 209 calldifv=.true. ! default value … … 310 317 endif 311 318 312 313 319 write(*,*)"Use Newtonian cooling for radiative transfer?" 314 320 newtonian=.false. … … 506 512 endif 507 513 508 mugaz=0. 509 cpp=0. 514 mugaz=8.314*1000./pr 510 515 call su_gases 511 516 call calc_cpp_mugaz
Note: See TracChangeset
for help on using the changeset viewer.