Changeset 222
- Timestamp:
- Jul 14, 2011, 12:56:15 AM (13 years ago)
- Location:
- trunk/LMDZ.MARS
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/README
r190 r222 773 773 == 04/07/2011 == AC 774 774 - Minor setting modification to thermals 775 - Added new flux optimization in thermcell_main_mars.F90, to run properly 776 in 3D 775 - Added new flux optimization in thermcell_main_mars.F90, to run properly in 3D 776 777 == 14/07/2011 == JBM 778 - Tidying up dust properties in DATAFILE for better consistency (cf. suaer.F90) 779 - Cosmetic changes in aeropacity.F (changed comment and put a print inside a water flag) -
trunk/LMDZ.MARS/libf/phymars/aeropacity.F
r83 r222 172 172 msolsir(1:nlayer,1:naerkind)=0 173 173 mqextsqabs(1:nlayer,1:naerkind)=0 174 WRITE(*,*) "Typical profiles of solsir and Qext/Qabs(IR):" 174 WRITE(*,*) "Typical profiles of Qext(vis)/Qext(IR)" 175 WRITE(*,*) " and Qext(IR)/Qabs(IR):" 175 176 DO iaer = 1, naerkind ! Loop on aerosol kind 176 177 WRITE(*,*) "Aerosol # ",iaer … … 193 194 ! otherwise default value read from starfi.nc file will be used) 194 195 call getin("tauvis",tauvis) 196 197 ! Some information about the water cycle 198 IF (water) THEN 199 write(*,*) "water_param CCN reduc. fac. ", ccn_factor 200 ENDIF 195 201 196 202 firstcall=.false. … … 490 496 ! ccn(ig,l) = ccn(ig,l) / 8. 491 497 c ----------------------------------------------------------------- 492 write(*,*) "water_param CCN reduc. fac. ", ccn_factor493 498 DO l=1,nlayer 494 499 DO ig=1,ngrid -
trunk/LMDZ.MARS/libf/phymars/suaer.F90
r38 r222 100 100 ! Visible domain: 101 101 file_id(iaer,1) = 'optprop_dustvis_TM.dat' !M.Wolff TM 102 ! file_id(iaer,1) = 'optprop_dustvis_clancy.dat' !Clancy-Lee 102 103 ! file_id(iaer,1) = 'optprop_dustvis_ockert.dat' !Ockert-Bell 103 ! file_id(iaer,1) = 'optprop_dustvis.dat' !Clancy-Lee104 104 ! Infrared domain: 105 105 file_id(iaer,2) = 'optprop_dustir_TM.dat' !M.Wolff TM 106 ! file_id(iaer,2) = 'optprop_dustir_x0.5.dat' !Toon-Forget 106 ! Toon-Forget + solsir=2 using Clancy-Lee 107 ! file_id(iaer,2) = 'optprop_dustir_clancy.dat' 108 ! Toon-Forget + solsir=2 using Ockert-Bell 109 ! file_id(iaer,2) = 'optprop_dustir_ockert.dat' 107 110 ! Reference wavelength in the visible: 108 111 longrefvis(iaer)=0.67E-6
Note: See TracChangeset
for help on using the changeset viewer.