Changeset 77 for trunk/mars/libf
- Timestamp:
- Feb 24, 2011, 4:14:33 PM (14 years ago)
- Location:
- trunk/mars/libf/phymars
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/mars/libf/phymars/callradite.F
r55 r77 263 263 c PLEASE MAKE SURE that you set up the right number of 264 264 c scatterers in dimradmars.h (naerkind); 265 name_iaer(1) = "dust_conrath" !! poussiere classique266 cname_iaer(1) = "dust_doubleq"265 c name_iaer(1) = "dust_conrath" !! poussiere classique 266 name_iaer(1) = "dust_doubleq" 267 267 cc name_iaer(2) = "dust_submicron" !! JB: experimental 268 cname_iaer(2) = "h2o_ice"268 name_iaer(2) = "h2o_ice" 269 269 c ---------------------------------------------------------- 270 270 -
trunk/mars/libf/phymars/dimradmars.h
r55 r77 27 27 ! (ex: naerkind=2 if you use one dust mode and active ice ...) 28 28 integer naerkind 29 parameter (naerkind=1)30 !parameter (naerkind=2)29 ! parameter (naerkind=1) 30 parameter (naerkind=2) 31 31 32 32 ! Reference wavelengths used to compute reference optical depth (m) -
trunk/mars/libf/phymars/meso_physiq.F
r73 r77 192 192 REAL ust(ngridmx) !! pour LES avec isfflx!=0 193 193 LOGICAL flag_LES !! pour LES avec isfflx!=0 194 REAL qsurf last(ngridmx) !! pour diagnostics194 REAL qsurfice(ngridmx) !! pour diagnostics 195 195 real alpha,lay1 ! coefficients for building layers 196 196 integer iloop … … 1577 1577 wco2ice(ig) = co2ice(ig) !! co2 ice 1578 1578 1579 !!! TEMP TEMP TEMP TEMP TEMP TEMP TEMP1580 1579 !!! specific to WRF WRF WRF 1581 1580 !!! just to output water ice on surface 1582 !!! [it might not be water ice on surface but OK]1583 1581 !!! uncomment the Registry entry 1584 qsurflast(ig) = qsurf(ig,nqmx)1582 IF (igcm_h2o_ice .ne. 0) qsurfice(ig) = qsurf(ig,igcm_h2o_ice) 1585 1583 1586 1584 enddo -
trunk/mars/libf/phymars/vdifc.F
r38 r77 474 474 else if (doubleq) then 475 475 do ig=1,ngrid 476 !!! soulevement constant 476 477 pdqsdif(ig,igcm_dust_mass) = 477 478 & -alpha_lift(igcm_dust_mass)
Note: See TracChangeset
for help on using the changeset viewer.