Changeset 420 for trunk/LMDZ.MARS/libf/phymars/inifis.F
- Timestamp:
- Nov 24, 2011, 9:54:55 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/inifis.F
r414 r420 62 62 #include "slope.h" 63 63 #include "microphys.h" 64 #include "tracer.h" 64 65 #ifdef MESOSCALE 65 66 #include "comsoil.h" !!MESOSCALE -- needed to fill volcapa … … 417 418 stop 418 419 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 419 429 ! microphys 420 430 write(*,*)"Microphysical scheme for water-ice clouds?"
Note: See TracChangeset
for help on using the changeset viewer.