Changeset 892
- Timestamp:
- Feb 5, 2008, 2:19:31 PM (17 years ago)
- Location:
- LMDZ4/branches/LMDZ4_V3_patches/libf/phylmd
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ4/branches/LMDZ4_V3_patches/libf/phylmd/ini_histday.h
r869 r892 404 404 c 405 405 cIM IF (iflag_con.GE.3) THEN 406 CALL histdef(nid_day, "ptop", 406 IF (ok_isccp) THEN 407 CALL histdef(nid_day, "ptop", 407 408 c . "Cld top pressure","mb", 408 409 . "Cld top pressure (cf ISCCP simulator)","Pa", 409 410 . iim,jj_nb,nhori, 1,1,1,-99, 410 411 . 32, "ave(X)", zstophy,zout) 412 ENDIF 411 413 cIM ENDIF !(iflag_con.GE.3) THEN 412 414 c -
LMDZ4/branches/LMDZ4_V3_patches/libf/phylmd/ini_histmth.h
r869 r892 326 326 DO nsrf = 1, nbsrf 327 327 C 328 IF(nsrf.G T.2) THEN328 IF(nsrf.GE.2) THEN 329 329 call histdef(nid_mth, "pourc_"//clnsurf(nsrf), 330 330 $ "% "//clnsurf(nsrf), "%", … … 336 336 $ iim,jj_nb,nhori, 1,1,1, -99, 32, 337 337 $ "ave(X)", zstophy,zout) 338 ENDIF !nsrf.G T.2338 ENDIF !nsrf.GE.2 339 339 C 340 340 call histdef(nid_mth, "tsol_"//clnsurf(nsrf), -
LMDZ4/branches/LMDZ4_V3_patches/libf/phylmd/write_histday.h
r782 r892 364 364 cIM ema_pct= 0. CALL gr_fi_ecrit(1, klon,iim,jjmp1, ema_pct,zx_tmp_2d) 365 365 cym CALL gr_fi_ecrit(1, klon,iim,jjmp1, meanptop(:,1),zx_tmp_2d) 366 CALL histwrite_phy(nid_day,"ptop",itau_w,meanptop(:,1)) 366 IF (ok_isccp) THEN 367 CALL histwrite_phy(nid_day,"ptop",itau_w,meanptop(:,1)) 368 ENDIF 367 369 cIM ENDIF 368 370 c -
LMDZ4/branches/LMDZ4_V3_patches/libf/phylmd/write_histmth.h
r862 r892 293 293 DO nsrf = 1, nbsrf 294 294 CYYY 295 IF(nsrf.G T.2) THEN295 IF(nsrf.GE.2) THEN 296 296 zx_tmp_fi2d(1 : klon) = pctsrf( 1 : klon, nsrf)*100. 297 297 cym CALL gr_fi_ecrit(1, klon,iim,jjmp1, zx_tmp_fi2d , zx_tmp_2d)
Note: See TracChangeset
for help on using the changeset viewer.