Changeset 157 for palm/trunk/SCRIPTS/NCL/timeseries.ncl
- Timestamp:
- Apr 2, 2008 1:22:13 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/NCL/timeseries.ncl
r154 r157 11 11 12 12 if (isfilepresent("~/.ncl_preferences")) then 13 parameter = asciiread("~/.ncl_preferences", 63,"string")13 parameter = asciiread("~/.ncl_preferences",73,"string") 14 14 delete(parameter@_FillValue) 15 15 else … … 118 118 if ( .not. isvar("end_time_step") ) then 119 119 end_time_step = nt-1 120 if (parameter(15) .NE. "nt -1") then120 if (parameter(15) .NE. "nt") then 121 121 if (parameter(15) .LE. "0") 122 122 print(" ")
Note: See TracChangeset
for help on using the changeset viewer.