Changeset 1898
- Timestamp:
- 10/18/12 16:31:01 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
IOIPSL/trunk/src/flincom.f90
r1808 r1898 597 597 IF (INDEX(units,'seconds since') > 0) gdtmaf_id = iv 598 598 IF (INDEX(units,'timesteps since') > 0) gdtt_id = iv 599 IF (INDEX(name, 'tstep') > 0 ) old_id = iv599 IF (INDEX(name, 'tstep') > 0 .OR. INDEX(name,'time') > 0 ) old_id = iv 600 600 ENDDO 601 601 !--- … … 1978 1978 WRITE (*,*) 'Dimension Z size : ',llm 1979 1979 ELSE IF ( (INDEX(axname,'tstep') == 1) & 1980 .OR.(INDEX(axname,'time') == 1) & 1980 1981 .OR.(INDEX(axname,'time_counter') == 1)) THEN 1981 1982 !---- For the time we certainly need to allow for other names
Note: See TracChangeset
for help on using the changeset viewer.