Ignore:
Timestamp:
Oct 12, 2017, 12:26:18 PM (7 years ago)
Author:
jvatant
Message:

Making Titan's hazy again, part II
+ Added calmufi and inimufi routines that interface YAMMS model
+ Major changes of the tracer gestion in tracer_h (new query by name)
+ Update the deftank
JVO

Location:
trunk/LMDZ.TITAN/deftank
Files:
4 added
2 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.TITAN/deftank/callphys.def

    r1790 r1795  
    3939corrk      = .true.
    4040# folder in which correlated-k data is stored ?
    41   corrkdir   = 23x23_nocia_z55_T220
     41  corrkdir   = 23x23
    4242# call visible gaseous absorption in radiative transfer ?
    4343callgasvis = .true.
     
    7777# call chemistry ? (must have tracer=true)
    7878callchim = .false.
     79# Activate zonal mean ? (must be true if callchim)
     80moyzon_ch = .false.
    7981# chemistry is computed every "ichim" phys. timestep
    80 ichim = 20
    81 # Activate zonal mean ? (must match callchim)
    82 moyzon_ch = .false.
     82ichim = 200
     83
     84## Microphysics
     85## ~~~~~~~~~~~~
     86# call microphysics ? (must have tracer=true)
     87callmufi = .false.
     88# Activate zonal mean ? (must be true if callmufi by now)
     89moyzon_mu = .false.
     90## If yes, clouds ?
     91callclouds = .false.
     92### If yes, number of ices ? (must be compatible with traceur.def AND microphysical model )
     93nices = 3
     94# ~~~~~ Parameters for microphysics ~~~~~
     95# Path to microphys. config file ?
     96config_mufi = ../../datagcm/microphysics/config.ne15.cfg
     97# Fractal dimension ?
     98df_mufi = 2.0
     99# Monomer radius (m) ?
     100rm_mufi = 6.66e-08
     101# Aerosol density (kg.m-3) ?
     102rho_aer_mufi = 1.e3
     103# Pressure level of aer. production (Pa) ?
     104p_prod = 1.0
     105# Aer. production rate (kg.m-2.s-1) ?
     106tx_prod = 3.5e-13
     107# Equivalent radius production (m) ?
     108rc_prod = 2.0e-8
     109# Radius of air (nitrogen) molecule (m) ?
     110air_rad = 1.75e-10
     111
    83112
    84113## Star type
Note: See TracChangeset for help on using the changeset viewer.