Changeset 839 for trunk/LMDZ.GENERIC


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

LMDZ.GENERIC. ooops sorry. two files were modified but this was not my intent. corrected.

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

Legend:

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

    r838 r839  
    44tracer    = .true.
    55# Diurnal cycle ?  if diurnal=false, diurnally averaged solar heating
    6 diurnal   = .true.
     6diurnal   = .false.
    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=.false. #.true.
    21 
    22 ## Directory where external input files are
    23 ## ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    24 datadir     = /home/spiga/datagcm
     20check_cpp_match=.true.
    2521
    2622## Radiative transfer options
     
    4642specOLR    = .false.
    4743# Output global radiative balance in file 'rad_bal.out' - slow for 1D!!
    48 meanOLR    = .false.
     44meanOLR    = .true.
    4945# Variable gas species: Radiatively active ?
    5046varactive  = .true.
     
    5349# Variable gas species: Saturation percentage value at ground ?
    5450satval     = 0.0
    55 # Force specific heat capacity and molecular mass values
    56 force_cpp      = .false.
    5751
    5852## Star type
     
    7165# 1024.5 W m-2          Sol today x 0.75 = weak early Sun
    7266# 18.462 W m-2          The feeble Gl581
    73 # 19.960 W m-2          Gl581 with e=0.38 orbital average
    7467Fat1AU = 1366.0
    7568
     
    10194aerofixco2    = .false.
    10295# Radiatively active water aerosol?
    103 aeroh2o       = .false. #.true. #.false. does not work with mpi
     96aeroh2o       = .true.
    10497# Fixed water aerosol distribution?
    10598aerofixh2o  = .false.
     
    107100dusttau       = 0.0
    108101# Varying H2O cloud fraction?
    109 CLFvarying    = .true. 
     102CLFvarying    = .true.
    110103# H2O cloud fraction if fixed?
    111104CLFfixval     = 0.5
     
    138131Cboucher=1.
    139132# WATER: hydrology ?
    140 hydrology     = .false. #.true.
     133hydrology     = .true.
    141134# H2O snow (and ice) albedo ?
    142135albedosnow    = 0.6
  • trunk/LMDZ.GENERIC/deftank/earth1d.rcm1d.def

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