- Timestamp:
- Jan 26, 2005, 12:46:43 PM (20 years ago)
- Location:
- LMDZ.3.3/branches/rel-LF/libf/phylmd
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ.3.3/branches/rel-LF/libf/phylmd/ini_histday.h
r511 r574 267 267 . "ave(X)", zsto,zout) 268 268 c 269 CALL histdef(nid_day, "vitw", "Vertical wind", " m/s",269 CALL histdef(nid_day, "vitw", "Vertical wind", "Pa/s", 270 270 . iim,jjmp1,nhori, klev,1,klev,nvert, 32, 271 271 . "ave(X)", zsto,zout) -
LMDZ.3.3/branches/rel-LF/libf/phylmd/ini_histmth.h
r517 r574 460 460 c 461 461 CALL histdef(nid_mth, "w"//clev(k), 462 . "Vertical wind"//clev(k)//"mb"," m/s",462 . "Vertical wind"//clev(k)//"mb","Pa/s", 463 463 . iim,jjmp1,nhori, 1,1,1, -99, 32, 464 464 . "ave(X)", zsto,zout) … … 509 509 . "ave(X)", zsto,zout) 510 510 c 511 CALL histdef(nid_mth, "vitw", "Vertical wind", " m/s",511 CALL histdef(nid_mth, "vitw", "Vertical wind", "Pa/s", 512 512 . iim,jjmp1,nhori, klev,1,klev,nvert, 32, 513 513 . "ave(X)", zsto,zout)
Note: See TracChangeset
for help on using the changeset viewer.