Changeset 906 for LMDZ4/branches/LMDZ4_V3_patches/libf
- Timestamp:
- Feb 11, 2008, 11:48:05 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ4/branches/LMDZ4_V3_patches/libf/phylmd/ini_histmth.h
r897 r906 1290 1290 CALL histdef(nid_mth, "topsad", "ADE at TOA", "W/m2", 1291 1291 . iim,jj_nb,nhori, 1,1,1, -99, 32, 1292 . "ave(X)", zsto ,zout)1292 . "ave(X)", zstophy,zout) 1293 1293 c 1294 1294 CALL histdef(nid_mth, "solsad", "ADE at sfc", "W/m2", 1295 1295 . iim,jj_nb,nhori, 1,1,1, -99, 32, 1296 . "ave(X)", zsto ,zout)1296 . "ave(X)", zstophy,zout) 1297 1297 c 1298 1298 CALL histdef(nid_mth, "topsai", "AIE at TOA", "W/m2", 1299 1299 . iim,jj_nb,nhori, 1,1,1, -99, 32, 1300 . "ave(X)", zsto ,zout)1300 . "ave(X)", zstophy,zout) 1301 1301 c 1302 1302 CALL histdef(nid_mth, "solsai", "AIE at sfc", "W/m2", 1303 1303 . iim,jj_nb,nhori, 1,1,1, -99, 32, 1304 . "ave(X)", zsto ,zout)1304 . "ave(X)", zstophy,zout) 1305 1305 ENDIF 1306 1306 c
Note: See TracChangeset
for help on using the changeset viewer.