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/params_h.F90

    r305 r716  
    66      implicit none
    77
    8       double precision rc,m_n,m_v,rmn
    9       save m_n,m_v,rmn
     8      double precision rc,cp_n,m_n,m_v,rmn
     9      save cp_n,m_n,m_v,rmn
    1010
    1111      logical ideal_v
Note: See TracChangeset for help on using the changeset viewer.