Changeset 2030 for palm/trunk/SCRIPTS/NCL/timeseries.ncl
- Timestamp:
- Oct 20, 2016 3:24:13 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/NCL/timeseries.ncl
r1559 r2030 29 29 function file_exists(version:string,file_name:string) 30 30 begin 31 if( version . EQ. "6.2.1" ) then31 if( version .GE. "6.2.1" ) then 32 32 existing = fileexists(file_name) 33 33 else
Note: See TracChangeset
for help on using the changeset viewer.