Changeset 73 for trunk/mars
- Timestamp:
- Feb 20, 2011, 12:20:51 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/mars/libf/phymars/meso_physiq.F
r61 r73 192 192 REAL ust(ngridmx) !! pour LES avec isfflx!=0 193 193 LOGICAL flag_LES !! pour LES avec isfflx!=0 194 REAL qsurflast(ngridmx) !! pour diagnostics 194 195 real alpha,lay1 ! coefficients for building layers 195 196 integer iloop … … 1250 1251 1251 1252 IF (tracer.AND.water.AND.(ngridmx.NE.1)) THEN 1252 if (caps.and.(obliquit.lt.27.)) then 1253 ! NB: Updated surface pressure, at grid point 'ngrid', is 1254 ! ps(ngrid)=pplev(ngrid,1)+pdpsrf(ngrid)*ptimestep 1255 tsurf(ngrid)=1./(1./136.27-r/5.9e+5*alog(0.0095* 1256 & (pplev(ngrid,1)+pdpsrf(ngrid)*ptimestep))) 1257 endif 1253 ! if (caps.and.(obliquit.lt.27.)) then 1254 ! ! NB: Updated surface pressure, at grid point 'ngrid', is 1255 ! ! ps(ngrid)=pplev(ngrid,1)+pdpsrf(ngrid)*ptimestep 1256 ! tsurf(ngrid)=1./(1./136.27-r/5.9e+5*alog(0.0095* 1257 ! & (pplev(ngrid,1)+pdpsrf(ngrid)*ptimestep))) 1258 ! endif 1259 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 1260 !!!!! note WRF MESOSCALE AYMERIC -- mot cle "caps" 1261 !!!!! watercaptag n'est plus utilise que dans vdifc 1262 !!!!! ... pour que la sublimation ne soit pas stoppee 1263 !!!!! ... dans la calotte permanente nord si qsurf=0 1264 !!!!! on desire garder cet effet regle par caps=T 1265 !!!!! on a donc commente "if (caps.and.(obliquit.lt.27.))" ci-dessus 1266 !!!!! --- remplacer ces lignes par qqch de plus approprie 1267 !!!!! si on s attaque a la calotte polaire sud 1268 !!!!! pas d'autre occurrence majeure du mot-cle "caps" 1269 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 1270 1258 1271 c ------------------------------------------------------------- 1259 1272 c Change of surface albedo (set to 0.4) in case of ground frost … … 1563 1576 wtsurf(ig) = tsurf(ig) !! surface temperature 1564 1577 wco2ice(ig) = co2ice(ig) !! co2 ice 1578 1579 !!! TEMP TEMP TEMP TEMP TEMP TEMP TEMP 1580 !!! specific to WRF WRF WRF 1581 !!! just to output water ice on surface 1582 !!! [it might not be water ice on surface but OK] 1583 !!! uncomment the Registry entry 1584 qsurflast(ig) = qsurf(ig,nqmx) 1585 1565 1586 enddo 1566 1587 c
Note: See TracChangeset
for help on using the changeset viewer.