Ignore:
Timestamp:
May 28, 2018, 11:47:03 PM (7 years ago)
Author:
jvatant
Message:

1) Microphysics diags / outputs :


+ Add supplementary diagnostics outputs for microphysics ( precip, flux, rc ... ) ( new muphy_diag.F90 module )
+ Correct the outputs of microphys tracers to be in X/m-3 to be comparable to "standard values"

+ Also update the deftank callphys.def with latest revs modifs for microphysics

2) Condensation / chemistry updates :


+ Moved chemistry AFTER microphysics

  • To have mufi condensation before photochem
  • Chemistry called last coherent with the fact that it brings back fields to equilibrium

+ If 2D chemistry, make zonally averaged fields go through mufi and chem condensation

to have non saturated profiles in input of photochemistry
( other 'short' processes neglected as 2D -> no diurnal cycle, just seasonal evolution )

+ Also corrected the positivity check ( took Mars GCM syntax ) after chemistry ( could previously lead to negs )

3) Noticed a weird behaviour ( bug? ) :


+ If generalize the use of arrays *_indx for tracers, to get rid of ugly "iq+nmicro",

it ends up with weird results / crash in optim mode ( ok in debug ) but didn't find out why ...

--JVO

File:
1 edited

Legend:

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

    r1795 r1926  
    7777# call chemistry ? (must have tracer=true)
    7878callchim = .false.
    79 # Activate zonal mean ? (must be true if callchim)
     79# Activate zonal mean ?
    8080moyzon_ch = .false.
    8181# chemistry is computed every "ichim" phys. timestep
     
    8686# call microphysics ? (must have tracer=true)
    8787callmufi = .false.
    88 # Activate zonal mean ? (must be true if callmufi by now)
    89 moyzon_mu = .false.
    90 ## If yes, clouds ?
     88## If yes, compute clouds ?
    9189callclouds = .false.
    9290### If yes, number of ices ? (must be compatible with traceur.def AND microphysical model )
    9391nices = 3
     92# Desactivate radiative coupling of microphysics ( i.e. use mean opacity profile )
     93uncoupl_optic_haze = .true.
    9494# ~~~~~ Parameters for microphysics ~~~~~
    9595# Path to microphys. config file ?
    9696config_mufi = ../../datagcm/microphysics/config.ne15.cfg
    97 # Fractal dimension ?
    98 df_mufi = 2.0
    99 # Monomer radius (m) ?
    100 rm_mufi = 6.66e-08
    101 # Aerosol density (kg.m-3) ?
    102 rho_aer_mufi = 1.e3
    10397# Pressure level of aer. production (Pa) ?
    10498p_prod = 1.0
Note: See TracChangeset for help on using the changeset viewer.