Ignore:
Timestamp:
Apr 2, 2008 1:22:13 PM (16 years ago)
Author:
letzel
Message:
  • NCL scripts in trunk/SCRIPTS/NCL updated for vector plots
File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/NCL/timeseries.ncl

    r154 r157  
    1111   
    1212   if (isfilepresent("~/.ncl_preferences")) then
    13       parameter = asciiread("~/.ncl_preferences",63,"string")
     13      parameter = asciiread("~/.ncl_preferences",73,"string")
    1414      delete(parameter@_FillValue)
    1515   else
     
    118118   if ( .not. isvar("end_time_step") ) then             
    119119      end_time_step = nt-1
    120       if (parameter(15) .NE. "nt-1") then
     120      if (parameter(15) .NE. "nt") then
    121121         if (parameter(15) .LE. "0")
    122122            print(" ")
Note: See TracChangeset for help on using the changeset viewer.