Changeset 1795 for trunk/LMDZ.TITAN/deftank
- Timestamp:
- Oct 12, 2017, 12:26:18 PM (7 years ago)
- Location:
- trunk/LMDZ.TITAN/deftank
- Files:
-
- 4 added
- 2 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.TITAN/deftank/callphys.def
r1790 r1795 39 39 corrk = .true. 40 40 # folder in which correlated-k data is stored ? 41 corrkdir = 23x23 _nocia_z55_T22041 corrkdir = 23x23 42 42 # call visible gaseous absorption in radiative transfer ? 43 43 callgasvis = .true. … … 77 77 # call chemistry ? (must have tracer=true) 78 78 callchim = .false. 79 # Activate zonal mean ? (must be true if callchim) 80 moyzon_ch = .false. 79 81 # chemistry is computed every "ichim" phys. timestep 80 ichim = 20 81 # Activate zonal mean ? (must match callchim) 82 moyzon_ch = .false. 82 ichim = 200 83 84 ## Microphysics 85 ## ~~~~~~~~~~~~ 86 # call microphysics ? (must have tracer=true) 87 callmufi = .false. 88 # Activate zonal mean ? (must be true if callmufi by now) 89 moyzon_mu = .false. 90 ## If yes, clouds ? 91 callclouds = .false. 92 ### If yes, number of ices ? (must be compatible with traceur.def AND microphysical model ) 93 nices = 3 94 # ~~~~~ Parameters for microphysics ~~~~~ 95 # Path to microphys. config file ? 96 config_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 103 # Pressure level of aer. production (Pa) ? 104 p_prod = 1.0 105 # Aer. production rate (kg.m-2.s-1) ? 106 tx_prod = 3.5e-13 107 # Equivalent radius production (m) ? 108 rc_prod = 2.0e-8 109 # Radius of air (nitrogen) molecule (m) ? 110 air_rad = 1.75e-10 111 83 112 84 113 ## Star type
Note: See TracChangeset
for help on using the changeset viewer.