Changeset 657 for LMDZ4/trunk/libf/phylmd
- Timestamp:
- Jul 4, 2005, 10:27:57 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ4/trunk/libf/phylmd/ini_histrac.h
r646 r657 374 374 CALL histdef(nid_tra, "pyu1", "Vent niv 1", "-", 375 375 . iim,jjm+1,nhori, 1,1,1, -99, 32, 376 . "inst(X)", zsto,zout)376 . "inst(X)", zout,zout) 377 377 378 378 CALL histdef(nid_tra, "pyv1", "Vent niv 1", "-", 379 379 . iim,jjm+1,nhori, 1,1,1, -99, 32, 380 . "inst(X)", z sto,zout)380 . "inst(X)", zout,zout) 381 381 CALL histdef(nid_tra, "psrf1", "nature sol", "-", 382 382 . iim,jjm+1,nhori, 1,1,1, -99, 32, 383 . "inst(X)", z sto,zout)383 . "inst(X)", zout,zout) 384 384 CALL histdef(nid_tra, "psrf2", "nature sol", "-", 385 385 . iim,jjm+1,nhori, 1,1,1, -99, 32, 386 . "inst(X)", z sto,zout)386 . "inst(X)", zout,zout) 387 387 CALL histdef(nid_tra, "psrf3", "nature sol", "-", 388 388 . iim,jjm+1,nhori, 1,1,1, -99, 32, 389 . "inst(X)", z sto,zout)389 . "inst(X)", zout,zout) 390 390 CALL histdef(nid_tra, "psrf4", "nature sol", "-", 391 391 . iim,jjm+1,nhori, 1,1,1, -99, 32, 392 . "inst(X)", z sto,zout)392 . "inst(X)", zout,zout) 393 393 CALL histdef(nid_tra, "ftsol1", "temper sol", "-", 394 394 . iim,jjm+1,nhori, 1,1,1, -99, 32, 395 . "inst(X)", z sto,zout)395 . "inst(X)", zout,zout) 396 396 CALL histdef(nid_tra, "ftsol2", "temper sol", "-", 397 397 . iim,jjm+1,nhori, 1,1,1, -99, 32, 398 . "inst(X)", z sto,zout)398 . "inst(X)", zout,zout) 399 399 CALL histdef(nid_tra, "ftsol3", "temper sol", "-", 400 400 . iim,jjm+1,nhori, 1,1,1, -99, 32, 401 . "inst ", zsto,zout)401 . "inst(X)", zout,zout) 402 402 CALL histdef(nid_tra, "ftsol4", "temper sol", "-", 403 403 . iim,jjm+1,nhori, 1,1,1, -99, 32, 404 . "inst(X)", z sto,zout)404 . "inst(X)", zout,zout) 405 405 CALL histdef(nid_tra, "pplay", "flux u mont","-", 406 406 . iim,jjm+1,nhori, klev,1,klev,nvert, 32, 407 . "inst(X)", z sto,zout)407 . "inst(X)", zout,zout) 408 408 CALL histdef(nid_tra, "t", "flux u mont","-", 409 409 . iim,jjm+1,nhori, klev,1,klev,nvert, 32, 410 . "inst(X)", z sto,zout)410 . "inst(X)", zout,zout) 411 411 CALL histdef(nid_tra, "mfu", "flux u mont","-", 412 412 . iim,jjm+1,nhori, klev,1,klev,nvert, 32,
Note: See TracChangeset
for help on using the changeset viewer.