Changeset 420 for trunk/LMDZ.MARS/libf/phymars/physiq.F
- Timestamp:
- Nov 24, 2011, 9:54:55 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/physiq.F
r414 r420 318 318 c Test 1d/3d scavenging 319 319 real h2o_tot 320 real ccndust_mass(nlayermx)321 real ccndust_number(nlayermx)322 real rescale ! to rescale GCM dust quantities323 320 324 321 REAL time_phys … … 1994 1991 do l=1,nlayer 1995 1992 h2o_tot = h2o_tot + 1996 & (zq(ig,l,igcm_h2o_vap) + zq(ig,l,igcm_h2o_ice)) 1997 & * (pplev(ig,l) - pplev(ig,l+1)) / g 1998 ccndust_mass(l) = 1999 & pq(1,l,igcm_dust_mass)+pq(1,l,igcm_ccn_mass) 2000 ccndust_number(l) = 2001 & pq(1,l,igcm_dust_number)+pq(1,l,igcm_ccn_number) 2002 1993 & (zq(1,l,igcm_h2o_vap) + zq(1,l,igcm_h2o_ice)) 1994 & * (pplev(1,l) - pplev(1,l+1)) / g 2003 1995 end do 2004 1996
Note: See TracChangeset
for help on using the changeset viewer.