Changeset 663 for trunk/LMDZ.MARS/libf
- Timestamp:
- May 21, 2012, 1:35:29 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/improvedclouds.F
r633 r663 36 36 #include "dimradmars.h" 37 37 #include "microphys.h" 38 #include "conc.h" 38 39 c------------------------------------------------------------------ 39 40 c Inputs: … … 258 259 259 260 c Get the partial pressure of water vapor and its saturation ratio 260 ph2o = zq(ig,l,igcm_h2o_vap) * ( 44./18.) * pplay(ig,l)261 satu = zq(ig,l,igcm_h2o_vap) / zqsat(ig,l)261 ph2o = zq(ig,l,igcm_h2o_vap) * (mmean(ig,l)/18.) * pplay(ig,l) 262 satu = zq(ig,l,igcm_h2o_vap) / max(zqsat(ig,l), 1.e-30) 262 263 263 264 !=============================================================
Note: See TracChangeset
for help on using the changeset viewer.