Changeset 860 for LMDZ4/trunk/libf/phytherm
- Timestamp:
- Nov 12, 2007, 10:26:39 AM (17 years ago)
- Location:
- LMDZ4/trunk/libf/phytherm
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ4/trunk/libf/phytherm/ini_histday.h
r852 r860 349 349 . "ave(X)", zstophy,zout) 350 350 c 351 CALL histdef(nid_day, "vitw", "Vertical wind", " m/s",351 CALL histdef(nid_day, "vitw", "Vertical wind", "Pa/s", 352 352 . iim,jj_nb,nhori, klev,1,klev,nvert, 32, 353 353 . "ave(X)", zstophy,zout) -
LMDZ4/trunk/libf/phytherm/ini_histmth.h
r852 r860 630 630 . "ave(X)", zstophy,zout) 631 631 c 632 CALL histdef(nid_mth, "vitw", "Vertical wind", " m/s",632 CALL histdef(nid_mth, "vitw", "Vertical wind", "Pa/s", 633 633 . iim,jj_nb,nhori, klev,1,klev,nvert, 32, 634 634 . "ave(X)", zstophy,zout) … … 1595 1595 . "ave(X)", zstophy,zout) 1596 1596 c 1597 CALL histdef(nid_mth, "vitw", "Vertical wind", " m/s",1597 CALL histdef(nid_mth, "vitw", "Vertical wind", "Pa/s", 1598 1598 . iim,jj_nb,nhori, klev,1,klev,nvert, 32, 1599 1599 . "ave(X)", zstophy,zout)
Note: See TracChangeset
for help on using the changeset viewer.