Changeset 838


Ignore:
Timestamp:
Nov 11, 2012, 1:32:50 PM (12 years ago)
Author:
aslmd
Message:

LMDZ.GENERIC. added def files for runs with gray model using LMDZ.GENERIC or LMDZ5 (parallel).

Location:
trunk/LMDZ.GENERIC/deftank
Files:
11 added
2 edited

Legend:

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

    r729 r838  
    44tracer    = .true.
    55# Diurnal cycle ?  if diurnal=false, diurnally averaged solar heating
    6 diurnal   = .false.
     6diurnal   = .true.
    77# Seasonal cycle ? if season=false, Ls stays constant, to value set in "start"
    88season    = .true.
     
    1818enertest  = .false.
    1919# Check to see if cpp, mugaz values used match gas mixture defined in gases.def (recommended) ?
    20 check_cpp_match=.true.
     20check_cpp_match=.false. #.true.
     21
     22## Directory where external input files are
     23## ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     24datadir     = /home/spiga/datagcm
    2125
    2226## Radiative transfer options
     
    4246specOLR    = .false.
    4347# Output global radiative balance in file 'rad_bal.out' - slow for 1D!!
    44 meanOLR    = .true.
     48meanOLR    = .false.
    4549# Variable gas species: Radiatively active ?
    4650varactive  = .true.
     
    4953# Variable gas species: Saturation percentage value at ground ?
    5054satval     = 0.0
     55# Force specific heat capacity and molecular mass values
     56force_cpp      = .false.
    5157
    5258## Star type
     
    6571# 1024.5 W m-2          Sol today x 0.75 = weak early Sun
    6672# 18.462 W m-2          The feeble Gl581
     73# 19.960 W m-2          Gl581 with e=0.38 orbital average
    6774Fat1AU = 1366.0
    6875
     
    94101aerofixco2    = .false.
    95102# Radiatively active water aerosol?
    96 aeroh2o       = .true.
     103aeroh2o       = .false. #.true. #.false. does not work with mpi
    97104# Fixed water aerosol distribution?
    98105aerofixh2o  = .false.
     
    100107dusttau       = 0.0
    101108# Varying H2O cloud fraction?
    102 CLFvarying    = .true.
     109CLFvarying    = .true. 
    103110# H2O cloud fraction if fixed?
    104111CLFfixval     = 0.5
     
    131138Cboucher=1.
    132139# WATER: hydrology ?
    133 hydrology     = .true.
     140hydrology     = .false. #.true.
    134141# H2O snow (and ice) albedo ?
    135142albedosnow    = 0.6
  • trunk/LMDZ.GENERIC/deftank/earth1d.rcm1d.def

    r596 r838  
    3131time           = 12
    3232# Number of time steps per sol
    33 day_step       = 12
     33day_step       = 24
    3434# Number of sols to run
    3535ndt            = 1300
    3636# Number of steps between each writting in diagfi
    37 ecritphy=120
     37ecritphy=4
    3838
    3939
     
    5050## ~~~~~~~~~~~~~~~~~~
    5151# Simulate global averaged conditions ?
    52 global1d       = .true.
     52global1d       = .false. #.true.
    5353# Latitude (deg) [only used if global1d = F]
    5454latitude       = 0.0
Note: See TracChangeset for help on using the changeset viewer.