source: trunk/LMDZ.GENERIC/libf/phystd/datafile_mod.F90 @ 1153

Last change on this file since 1153 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.

File size: 597 bytes
Line 
1!-----------------------------------------------------------------------
2      module datafile_mod
3!  Address of the directory containing tables of data needed by the UCM
4      implicit none
5
6      ! Default for Berserker @ UChicago:
7!      character(len=300) :: datadir='/home/rwordsworth/datagcm'
8      ! Default for Gnome Idataplex:
9!      character(len=300) :: datadir='/san/home/rdword/gcm/datagcm'
10      ! Default for LMD machines:
11      character(len=300) :: datadir='/u/rwlmd/datagcm'
12
13      end module datafile_mod
14!-----------------------------------------------------------------------
Note: See TracBrowser for help on using the repository browser.