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/simpleclouds.F

    r358 r420  
    8989                                      ! Typical dust number density (#/kg)
    9090c     CCN reduction factor
    91       REAL, PARAMETER :: ccn_factor = 4.5  !! comme TESTS_JB // 1. avant
     91c      REAL, PARAMETER :: ccn_factor = 4.5  !! comme TESTS_JB // 1. avant
    9292     
    9393      REAL Mcon_out(ngridmx,nlayermx) ! mass to be condensed (not dMice !!)
    94 
    95 
    96 c------------------------------------------------------------------
    97 
    98 c     Write ccn_factor;
    99       IF (firstcall) THEN
    100         write(*,*) "water_param CCN reduc. fac. ", ccn_factor
    101         write(*,*) "Careful: only used when microphys=F, otherwise"
    102         write(*,*) "  the contact parameter is used instead;"
    103         firstcall=.false.
    104       END IF
    10594
    10695c-----------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.