Changeset 1137 for trunk


Ignore:
Timestamp:
Jan 3, 2014, 3:50:03 PM (11 years ago)
Author:
aslmd
Message:

LMDZ.UNIVERSAL. make all callphys similar for saturn in deftank

Location:
trunk/LMDZ.UNIVERSAL/deftank
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.UNIVERSAL/deftank/PROTO_saturn_strato/callphys.def

    r1136 r1137  
    2525#datadir      = /san/home/spiga/COMMON/DATAGENERIC/
    2626#datadir     = /home/spiga/datagcm
    27 datadir = /d5/aslmd/datagcm/
     27datadir     = /d5/aslmd/datagcm/
    2828
    2929## Radiative transfer options
     
    3939# folder in which correlated-k data is stored ?
    4040corrkdir   = CH4_C2H6_C2H2_Profils
     41corrkdir   = CH4_C2H6_C2H2_T_70-400K
     42corrkdir   = CH4_C2H6_C2H2_HITRAN2012
    4143# call visible gaseous absorption in radiative transfer ?
    4244callgasvis = .true.
    4345# Include Rayleigh scattering in the visible ?
    44 rayleigh   = .false.
     46rayleigh   = .true.
    4547# Uniform absorption coefficient in radiative transfer?
    4648graybody     = .false.
     
    6062satval     = 0.0
    6163# Force specific heat capacity and molecular mass values
    62 force_cpp      = .true.
     64force_cpp      = .false.
    6365# Specific heat capacity in J K-1 kg-1 [only used if force_cpp = T]
    6466cpp            = 14000.
    6567# Molecular mass in g mol-1 [only used if force_cpp = T]
    6668mugaz          = 2.14
    67 # Remove lower boundary (e.g. for gas giant sims)
    68 #noradsurf    = .true.
    69 noradsurf    = .false.
    7069
    7170## Star type
     
    9594## ~~~~~~~~~~~~~~~~~~~~~
    9695# call turbulent vertical diffusion ?
    97 calldifv = .false. #.true. #.false. ##true. ##false chez sandrine
     96calldifv = .true.
    9897# use turbdiff instead of vdifc ?
    9998UseTurbDiff = .true.
     
    102101# call thermal conduction in the soil ?
    103102callsoil = .false.
     103# Internal heat flux (matters only if callsoil=F)
     104intheat = 2.0
     105# Remove lower boundary (e.g. for gas giant sims)
     106nosurf = .true.
    104107
    105108#########################################################################
     
    116119aeroh2o       = .false.
    117120# Fixed water aerosol distribution?
    118 aerofixh2o    = .false.  ##true chez Sandrine
     121aerofixh2o    = .false.
     122# two-layer aerosol model?
     123aeroback2lay  = .true.
    119124# basic dust opacity
    120125dusttau       = 0.0
     
    150155# multiplicative constant in Boucher 95 precip scheme
    151156Cboucher=1.
    152 # WATER: hydrology ?
     157# Include hydrology ?
    153158hydrology     = .false.
    154159# H2O snow (and ice) albedo ?
     
    163168## CO2 options
    164169## ~~~~~~~~~~~
    165 # gas is non-ideal CO2 ?
    166 nonideal      = .false.
    167170# call CO2 condensation ?
    168171co2cond       = .false.
  • trunk/LMDZ.UNIVERSAL/deftank/PROTO_saturn_tropostrato_128x96x64/callphys.def

    r1066 r1137  
    2323## ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    2424#datadir     = /san/home/spiga/DATAGENERIC
    25 datadir      = /san/home/spiga/COMMON/DATAGENERIC/
     25#datadir      = /san/home/spiga/COMMON/DATAGENERIC/
     26#datadir     = /home/spiga/datagcm
     27datadir     = /d5/aslmd/datagcm/
    2628
    2729## Radiative transfer options
     
    4042corrkdir   = CH4_C2H6_C2H2_T_70-400K
    4143corrkdir   = CH4_C2H6_C2H2_HITRAN2012
    42 #corrkdir   = CH4_C2H6_C2H2_HITRAN2012_T_60K
    4344# call visible gaseous absorption in radiative transfer ?
    4445callgasvis = .true.
  • trunk/LMDZ.UNIVERSAL/deftank/PROTO_saturn_tropostrato_256x192x64/callphys.def

    r1066 r1137  
    2323## ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    2424#datadir     = /san/home/spiga/DATAGENERIC
    25 datadir      = /san/home/spiga/COMMON/DATAGENERIC/
     25#datadir      = /san/home/spiga/COMMON/DATAGENERIC/
     26#datadir     = /home/spiga/datagcm
     27datadir     = /d5/aslmd/datagcm/
    2628
    2729## Radiative transfer options
     
    4042corrkdir   = CH4_C2H6_C2H2_T_70-400K
    4143corrkdir   = CH4_C2H6_C2H2_HITRAN2012
    42 #corrkdir   = CH4_C2H6_C2H2_HITRAN2012_T_60K
    4344# call visible gaseous absorption in radiative transfer ?
    4445callgasvis = .true.
Note: See TracChangeset for help on using the changeset viewer.