Ignore:
Timestamp:
Feb 17, 2012, 11:59:28 PM (13 years ago)
Author:
rwordsworth
Message:

callphys.X files updated & corrected

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.GENERIC/deftank/callphys.GJ581d

    r253 r539  
    1717# Test energy conservation of model physics ?
    1818enertest  = .true.
     19# Check to see if cpp, mugaz values used match gas mixture defined in gases.def (recommended) ?
     20check_cpp_match=.true.
    1921
    2022## Radiative transfer options
     
    2628# call multilayer correlated-k radiative transfer ?
    2729corrk      = .true.
     30# Include continuum absorption in radiative transfer (note CO2 is treated separately) ?
     31continuum  = .true.
    2832# folder in which correlated-k data is stored ?
    2933corrkdir   = CO2_H2Ovar
     
    109113waterrain     = .true.
    110114# WATER: Precipitation threshold (simple scheme only) ?
    111 rainthreshold = 0.0
     115rainthreshold = 0.001
    112116# Include hydrology ?
    113117hydrology     = .true.
Note: See TracChangeset for help on using the changeset viewer.