Changeset 539


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

callphys.X files updated & corrected

Location:
trunk/LMDZ.GENERIC/deftank
Files:
5 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.
  • 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.
  • trunk/LMDZ.GENERIC/deftank/callphys.earth

    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   = N2CO2poor_H2Ovar
     
    116120nearco2cond   = .false.
    117121
    118 ## N2 options
    119 ## ~~~~~~~~~~
    120 # include N2 in cp and Rayleigh scattering calculation ?
    121 addn2 = .false.
    122 # N2 mixing ratio
    123 n2mixratio = 0.0
    124 
    125 ## H2 options
    126 ## ~~~~~~~~~~
    127 # include H2 in cp and Rayleigh scattering calculation ?
    128 # for now we assume H2 dominant if included
    129 addh2 = .false.
  • trunk/LMDZ.GENERIC/deftank/gases.def.CO2

    r413 r539  
    88# and then mixing ratios.
    99# mixing ratio -1 means the gas is variable.
     10# Gases should be in the same order as in the Q.dat
     11# correlated-k radiative transfer file.
  • trunk/LMDZ.GENERIC/deftank/gases.def.CO2H2Ovar

    r413 r539  
    1010# and then mixing ratios.
    1111# mixing ratio -1 means the gas is variable.
     12# Gases should be in the same order as in the Q.dat
     13# correlated-k radiative transfer file.
Note: See TracChangeset for help on using the changeset viewer.