Ignore:
Timestamp:
Feb 17, 2012, 11:54:16 PM (13 years ago)
Author:
rwordsworth
Message:

calc_cpp_mugaz changed to a check only in 3D

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.GENERIC/libf/phystd/inifis.F

    r526 r538  
    177177         write(*,*) " enertest = ",enertest
    178178
     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
    179185         write(*,*) "call radiative transfer ?"
    180186         callrad=.true. ! default value
     
    192198         call getin("callgasvis",callgasvis)
    193199         write(*,*) " callgasvis = ",callgasvis
    194 
     200       
    195201         write(*,*) "call continuum opacities in radiative transfer ?",
    196202     &              "(matters only if callrad=T)"
    197          Continuum=.false. ! default value
     203         Continuum=.true. ! default value
    198204         call getin("Continuum",Continuum)
    199205         write(*,*) " Continuum = ",Continuum
    200          
     206
     207 
    201208         write(*,*) "call turbulent vertical diffusion ?"
    202209         calldifv=.true. ! default value
     
    310317         endif
    311318
    312 
    313319         write(*,*)"Use Newtonian cooling for radiative transfer?"
    314320         newtonian=.false.
     
    506512         endif
    507513
    508          mugaz=0.
    509          cpp=0.
     514         mugaz=8.314*1000./pr
    510515         call su_gases
    511516         call calc_cpp_mugaz
Note: See TracChangeset for help on using the changeset viewer.