Ignore:
Timestamp:
Jul 3, 2012, 8:09:54 PM (13 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/datafile_mod.F90

    r374 r716  
    44      implicit none
    55
     6      ! Default for Berserker @ UChicago:
     7!      character(len=300) :: datadir='/home/rwordsworth/datagcm'
    68      ! Default for Gnome Idataplex:
    7       character(len=300) :: datadir='/san/home/rdword/gcm/datagcm'
     9!      character(len=300) :: datadir='/san/home/rdword/gcm/datagcm'
    810      ! Default for LMD machines:
    9 !      character(len=300) :: datadir='/u/rwlmd/datagcm'
     11      character(len=300) :: datadir='/u/rwlmd/datagcm'
    1012
    1113      end module datafile_mod
Note: See TracChangeset for help on using the changeset viewer.