Ignore:
Timestamp:
Jul 3, 2012, 8:09:54 PM (12 years ago)
Author:
rwordsworth
Message:

Mainly updates to radiative transfer and gas management scheme.
Most CIA data now read from standard HITRAN datafiles. For the H2O
continuum, two options have been added: the standard CKD continuum,
and the empirical formula in PPC (Pierrehumbert 2010). Use the toggle
'H2Ocont_simple' in callphys.def to choose.

Note to Martians: I've changed the default values of 'sedimentation' and
'co2cond' in inifis to false. Both these are defined in the standard deftank
callphys.def file, so there shouldn't be any compatibility problems.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.GENERIC/libf/phystd/calc_rayleigh.F90

    r471 r716  
    7474            elseif(gnom(igas).eq.'He_')then
    7575               print*,'Helium not ready yet!'
     76               tauconsti(igas) = 0.0
     77               call abort
    7678            else
    7779               print*,'Error in calc_rayleigh: Gas species not recognised!'
     
    117119                  elseif(gnom(igas).eq.'H2_')then
    118120                     tauvari(igas) = 1.0/wl**4
     121                  elseif(gnom(igas).eq.'He_')then
     122                     print*,'Helium not ready yet!'
     123                     tauvari(igas) = 0.0
    119124                  else
    120125                     print*,'Error in calc_rayleigh: Gas species not recognised!'
Note: See TracChangeset for help on using the changeset viewer.