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.earlymars

    r253 r539  
    1717# Test energy conservation of model physics ?
    1818enertest  = .false.
     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   = earlymars
     
    7983
    8084#########################################################################
    81 ## extra non-standard definitions for Gliese 581d
     85## extra non-standard definitions for Early Mars
    8286#########################################################################
    8387
     
    104108waterrain     = .true.
    105109# WATER: Precipitation threshold (simple scheme only) ?
    106 rainthreshold = 0.011
    107 # WATER: hydrology ?
     110rainthreshold = 0.001
     111# Include hydrology ?
    108112hydrology     = .true.
     113# H2O snow (and ice) albedo ?
     114albedosnow    = 0.5
     115# Maximum sea ice thickness ?
     116maxicethick   = 0.05
     117# Freezing point of seawater (degrees C) ?
     118Tsaldiff      = 0.0
     119# Evolve surface water sources ?
     120sourceevol    = .true.
     121# Ice evolution timestep ?
     122icetstep      = 10
    109123
    110124## CO2 options
     
    117131nearco2cond   = .false.
    118132
    119 ## N2 options
    120 ## ~~~~~~~~~~
    121 # include N2 in cp and Rayleigh scattering calculation ?
    122 addn2 = .false.
    123 # N2 mixing ratio
    124 n2mixratio = 0.0
    125 
    126 ## H2 options
    127 ## ~~~~~~~~~~
    128 # include H2 in cp and Rayleigh scattering calculation ?
    129 # for now we assume H2 dominant if included
    130 addh2 = .false.
Note: See TracChangeset for help on using the changeset viewer.