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

    r414 r420  
    6262#include "slope.h"
    6363#include "microphys.h"
     64#include "tracer.h"
    6465#ifdef MESOSCALE
    6566#include "comsoil.h"     !!MESOSCALE -- needed to fill volcapa
     
    417418           stop
    418419         endif
     420         
     421! ccn factor if no scavenging         
     422        write(*,*) "water param CCN reduc. factor ?", ccn_factor
     423        ccn_factor = 4.5
     424        call getin("ccn_factor",ccn_factor)
     425        write(*,*)" ccn_factor = ",ccn_factor
     426        write(*,*)"Careful: only used when microphys=F, otherwise"
     427        write(*,*)"the contact parameter is used instead;"
     428
    419429! microphys
    420430         write(*,*)"Microphysical scheme for water-ice clouds?"
Note: See TracChangeset for help on using the changeset viewer.