Changeset 1926 for trunk/LMDZ.TITAN/deftank
- Timestamp:
- May 28, 2018, 11:47:03 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.TITAN/deftank/callphys.def
r1795 r1926 77 77 # call chemistry ? (must have tracer=true) 78 78 callchim = .false. 79 # Activate zonal mean ? (must be true if callchim)79 # Activate zonal mean ? 80 80 moyzon_ch = .false. 81 81 # chemistry is computed every "ichim" phys. timestep … … 86 86 # call microphysics ? (must have tracer=true) 87 87 callmufi = .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 ? 91 89 callclouds = .false. 92 90 ### If yes, number of ices ? (must be compatible with traceur.def AND microphysical model ) 93 91 nices = 3 92 # Desactivate radiative coupling of microphysics ( i.e. use mean opacity profile ) 93 uncoupl_optic_haze = .true. 94 94 # ~~~~~ Parameters for microphysics ~~~~~ 95 95 # Path to microphys. config file ? 96 96 config_mufi = ../../datagcm/microphysics/config.ne15.cfg 97 # Fractal dimension ?98 df_mufi = 2.099 # Monomer radius (m) ?100 rm_mufi = 6.66e-08101 # Aerosol density (kg.m-3) ?102 rho_aer_mufi = 1.e3103 97 # Pressure level of aer. production (Pa) ? 104 98 p_prod = 1.0
Note: See TracChangeset
for help on using the changeset viewer.