Changeset 2198
- Timestamp:
- Dec 13, 2019, 1:14:02 PM (5 years ago)
- Location:
- trunk/LMDZ.VENUS/libf/phyvenus
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.VENUS/libf/phyvenus/diffusion.h
r1591 r2198 11 11 parameter (Pdiff=1.e-1) ! pressure below which diffusion is computed 12 12 parameter (tdiffmin=5.d0) 13 parameter (dzres= 2.d0) ! grid resolution (km) for diffusion13 parameter (dzres=0.1d0) ! grid resolution (km) for diffusion 14 14 -
trunk/LMDZ.VENUS/libf/phyvenus/flott_gwd_ran.F90
r2125 r2198 146 146 endif 147 147 CMIN = 1. ! Min phase velocity 148 CMAX = 111. ! Max phase speed velocity148 CMAX = 61. ! Max phase speed velocity 149 149 ! XLAUNCH=0.6 ! Parameter that control launching altitude 150 150 XLAUNCH=5e-3 ! Value for top of cloud convective region -
trunk/LMDZ.VENUS/libf/phyvenus/nirco2abs.F
r1545 r2198 23 23 c Stephen Lewis 2000 24 24 c 25 c apr 2019 d.quirino Improving NLTE params, SOIR/SPICAV Temp comparison 25 26 c oct 2014 g.gilli Coupling with photochemical model 26 27 C jan 2014 g.gilli Revision (following martian non-lte param) … … 104 105 105 106 106 cc "Nominal" values 107 parameter (n_a = 18.13/86400.0) !c K/Eday ---> K/sec 108 parameter (p_ctop=13.2e2) 109 c -- NLTE Param v3 -- 110 parameter (n_p0=0.008) 107 cc "Nominal" values used in Gilli+2'17 108 c parameter (n_a = 18.13/86400.0) !c K/Eday ---> K/sec 109 c parameter (p_ctop=13.2e2) 110 c parameter (n_p0=0.008) 111 112 cc "New" values used to improve SPICAV/SOIR Temperature comparision (D.Quirino) 113 parameter (n_a = 15.92/86400.0) !c K/Eday ---> K/sec 114 parameter (p_ctop=19.85e2) 115 parameter (n_p0=0.1) 111 116 parameter (n_b=1.362) 112 113 cc -- Varoxy5114 C parameter (n_a = 20/86400.0)115 C parameter (p_ctop=870) ! [Pa]116 C parameter (n_b=1.98)117 C parameter (n_p0=0.045)118 119 c parameter (n_p0=0.1) !!!!cccc test varoxy5mod120 c parameter (n_b=0.9)121 122 117 123 118 c -- NLTE Param v2 -- … … 125 120 c parameter (n_b = 1.3) 126 121 127 128 122 129 123 c Variables added to implement NLTE correction factor (feb 2011) … … 141 135 142 136 CCCCCC TEST: reduce by X% nir Heating 143 144 137 c co2heat0 = co2heat0 * 0.8 145 146 138 147 139 c---------------------------------------------------------------------- -
trunk/LMDZ.VENUS/libf/phyvenus/nlteparams.h
r1310 r2198 7 7 8 8 real ptrans ! central pressure for transition (Pa) 9 parameter (ptrans = 0.5) 9 c "Nominal" values in Gilli+2017 10 c parameter (ptrans = 0.5) 11 c "New" values by D.Quirino (better agreement with SOIR/SPICAV temperature) 12 parameter (ptrans = 0.2) 10 13 real zw ! half-width for transition (scale heights) 11 14 parameter (zw = 0.5)
Note: See TracChangeset
for help on using the changeset viewer.