Ignore:
Timestamp:
Nov 24, 2011, 9:54:55 AM (13 years ago)
Author:
tnavarro
Message:

24/11/11 == TN

corrected minor bug in updatereffrad.F : reffdust was not saved

ccn_factor as not correctly used in sedimentation.

It is now initialized in inifis.F, declared in tracer.h and
used in both simpleclouds.F & callsedim.F to update ice radius.

Commented diagfi outputs in aeropacity.F & improvedclouds.F for non scavenging users.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/libf/phymars/physiq.F

    r414 r420  
    318318c Test 1d/3d scavenging
    319319      real h2o_tot
    320       real ccndust_mass(nlayermx)
    321       real ccndust_number(nlayermx)
    322       real rescale                ! to rescale GCM dust quantities
    323320
    324321      REAL time_phys
     
    19941991           do l=1,nlayer
    19951992             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
    20031995           end do
    20041996 
Note: See TracChangeset for help on using the changeset viewer.