Changeset 72 for trunk/mesoscale/LMD_MM_MARS/SRC/WRFV2/mars_lmd/libf
- Timestamp:
- Feb 19, 2011, 5:36:31 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/mesoscale/LMD_MM_MARS/SRC/WRFV2/mars_lmd/libf/phymars/meso_physiq.F
r54 r72 184 184 REAL ust(ngridmx) !! pour LES avec isfflx!=0 185 185 LOGICAL flag_LES !! pour LES avec isfflx!=0 186 REAL qsurflast(ngridmx) !! pour diagnostics 186 187 c ****WRF 187 188 REAL pday … … 1496 1497 wtsurf(ig) = tsurf(ig) !! surface temperature 1497 1498 wco2ice(ig) = co2ice(ig) !! co2 ice 1499 1500 !!! TEMP TEMP TEMP TEMP TEMP TEMP TEMP 1501 !!! specific to WRF WRF WRF 1502 !!! just to output water ice on surface 1503 !!! [it might not be water ice on surface but OK] 1504 !!! uncomment the Registry entry 1505 qsurflast(ig) = qsurf(ig,nqmx) 1506 1498 1507 enddo 1499 1508 c
Note: See TracChangeset
for help on using the changeset viewer.