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/cross_sections.ncl

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