Last change
on this file since 1145 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
|
Rev | Line | |
---|
[135] | 1 | !----------------------------------------------------------------------- |
---|
[374] | 2 | module datafile_mod |
---|
[135] | 3 | ! Address of the directory containing tables of data needed by the UCM |
---|
[374] | 4 | implicit none |
---|
[135] | 5 | |
---|
[716] | 6 | ! Default for Berserker @ UChicago: |
---|
| 7 | ! character(len=300) :: datadir='/home/rwordsworth/datagcm' |
---|
[374] | 8 | ! Default for Gnome Idataplex: |
---|
[716] | 9 | ! character(len=300) :: datadir='/san/home/rdword/gcm/datagcm' |
---|
[374] | 10 | ! Default for LMD machines: |
---|
[716] | 11 | character(len=300) :: datadir='/u/rwlmd/datagcm' |
---|
[374] | 12 | |
---|
| 13 | end module datafile_mod |
---|
[135] | 14 | !----------------------------------------------------------------------- |
---|
Note: See
TracBrowser
for help on using the repository browser.