source: trunk/LMDZ.GENERIC/libf/phystd/params_h.F90 @ 1834

Last change on this file since 1834 was 716, checked in by rwordsworth, 12 years ago

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.

  • Property svn:executable set to *
File size: 306 bytes
Line 
1      module params_h
2
3!  for use with kcm subroutines
4!  RDW 22/09/11
5
6      implicit none
7
8      double precision rc,cp_n,m_n,m_v,rmn
9      save cp_n,m_n,m_v,rmn
10
11      logical ideal_v
12      save ideal_v
13
14      parameter (rc  = 8.314462d0) ! ideal gas constant [J mol^-1 K^-1]
15
16      end module params_h
Note: See TracBrowser for help on using the repository browser.