Changeset 420 for trunk/LMDZ.MARS/libf/phymars/simpleclouds.F
- Timestamp:
- Nov 24, 2011, 9:54:55 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/simpleclouds.F
r358 r420 89 89 ! Typical dust number density (#/kg) 90 90 c CCN reduction factor 91 REAL, PARAMETER :: ccn_factor = 4.5 !! comme TESTS_JB // 1. avant91 c REAL, PARAMETER :: ccn_factor = 4.5 !! comme TESTS_JB // 1. avant 92 92 93 93 REAL Mcon_out(ngridmx,nlayermx) ! mass to be condensed (not dMice !!) 94 95 96 c------------------------------------------------------------------97 98 c Write ccn_factor;99 IF (firstcall) THEN100 write(*,*) "water_param CCN reduc. fac. ", ccn_factor101 write(*,*) "Careful: only used when microphys=F, otherwise"102 write(*,*) " the contact parameter is used instead;"103 firstcall=.false.104 END IF105 94 106 95 c-----------------------------------------------------------------------
Note: See TracChangeset
for help on using the changeset viewer.