Ignore:
Timestamp:
Jun 3, 2008 10:47:42 AM (16 years ago)
Author:
letzel
Message:
  • NCL scripts in trunk/SCRIPTS/NCL updated
File:
1 edited

Legend:

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

    r162 r174  
    1010   ; ***************************************************
    1111   
    12    if (isfilepresent("~/.ncl_preferences")) then
    13       parameter = asciiread("~/.ncl_preferences",75,"string")
     12   if (isfilepresent(".ncl_preferences")) then
     13      parameter = asciiread(".ncl_preferences",77,"string")
    1414      delete(parameter@_FillValue)
    1515   else
    1616      print(" ")
    17       print("Please copy '.ncl_preferences' into your $home dircetory")
     17      print("'.ncl_preferences' is not existent")
    1818      print(" ")
    1919      exit
Note: See TracChangeset for help on using the changeset viewer.