Changeset 350 for LMDZ.3.3/branches/rel-LF
- Timestamp:
- Mar 21, 2002, 4:00:18 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ.3.3/branches/rel-LF/libf/bibio/initdynav.F
r295 r350 63 63 real rlong(iip1,jjp1), rlat(iip1,jjp1) 64 64 integer ii,jj 65 integer zan 65 integer zan, dayref 66 66 C 67 67 C Initialisations … … 75 75 76 76 zan = anne0 77 CALL ymds2ju(zan, 1, 1, 0.0, zjulian)78 zjulian = zjulian + day079 tau0 = 077 dayref = day0 78 CALL ymds2ju(zan, 1, dayref, 0.0, zjulian) 79 tau0 = itau_dyn 80 80 81 81 do jj = 1, jjp1 … … 86 86 enddo 87 87 88 call histbeg(infile, iip1, rlong , jjp1, rlat,88 call histbeg(infile, iip1, rlong(:,1), jjp1, rlat(1,:), 89 89 . 1, iip1, 1, jjp1, 90 90 . tau0, zjulian, tstep, thoriid, fileid)
Note: See TracChangeset
for help on using the changeset viewer.