Changeset 890 for LMDZ4/trunk/libf/phylmd/ini_histday.h
- Timestamp:
- Feb 5, 2008, 2:13:29 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ4/trunk/libf/phylmd/ini_histday.h
r879 r890 422 422 c 423 423 cIM IF (iflag_con.GE.3) THEN 424 CALL histdef(nid_day, "ptop", 424 if (ok_ISCCP) then 425 CALL histdef(nid_day, "ptop", 425 426 c . "Cld top pressure","mb", 426 427 . "Cld top pressure (cf ISCCP simulator)","Pa", 427 428 . iim,jj_nb,nhori, 1,1,1,-99, 428 429 . 32, "ave(X)", zstophy,zout) 430 ENDIF 429 431 cIM ENDIF !(iflag_con.GE.3) THEN 430 432 c
Note: See TracChangeset
for help on using the changeset viewer.