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/tracer.h

    r358 r420  
    1616      real nuice_sed   ! Sedimentation effective variance of the water ice dist.
    1717      real ref_r0        ! for computing reff=ref_r0*r0 (in log.n. distribution)
     18     
     19      real ccn_factor  ! ratio of nuclei for water ice particles
    1820
    1921      real dryness(ngridmx)!"Dryness coefficient" for grnd water ice sublimation
     
    7375      COMMON/tracer/radius,rho_q,alpha_lift,alpha_devil,mmol,           &
    7476     & varian,r3n_q,rho_dust,rho_ice,nuice_ref,nuice_sed,               &
    75      & ref_r0,dryness
     77     & ref_r0,ccn_factor,dryness
    7678      COMMON/tracer2/                                                   &
    7779     & igcm_dustbin,igcm_dust_mass,igcm_dust_number,                    &
Note: See TracChangeset for help on using the changeset viewer.