Changeset 841 for LMDZ4/trunk/libf/phytherm
- Timestamp:
- Aug 31, 2007, 4:21:27 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ4/trunk/libf/phytherm/ini_histmth.h
r814 r841 833 833 C 834 834 if (nqmax.GE.3) THEN 835 DO iq=1,nqmax-2 836 IF (iq.LE.99) THEN 837 WRITE(str2,'(i2.2)') iq 838 CALL histdef(nid_mth, "trac"//str2, "Tracer No."//str2, "-", 839 . iim,jj_nb,nhori, klev,1,klev,nvert, 32, 840 . "ave(X)", zstophy,zout) 841 ELSE 842 PRINT*, "Trop de traceurs" 843 CALL abort 844 ENDIF 845 ENDDO 846 ENDIF 835 DO iq=3,nqmax 836 iiq=niadv(iq) 837 CALL histdef(nid_mth, tnom(iq), ttext(iiq), "-", 838 . iim,jj_nb,nhori, klev,1,klev,nvert, 32, 839 . "ave(X)", zstophy,zout) 840 ENDDO 841 ENDIF 847 842 c 848 843 ENDIF !lev_histmth.GE.4
Note: See TracChangeset
for help on using the changeset viewer.