Changeset 174 for palm/trunk/SCRIPTS/NCL/cross_sections.ncl
- Timestamp:
- Jun 3, 2008 10:47:42 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/NCL/cross_sections.ncl
r162 r174 11 11 ; *************************************************** 12 12 13 if (isfilepresent(" ~/.ncl_preferences")) then14 parameter = asciiread(" ~/.ncl_preferences",75,"string")13 if (isfilepresent(".ncl_preferences")) then 14 parameter = asciiread(".ncl_preferences",77,"string") 15 15 delete(parameter@_FillValue) 16 16 else 17 17 print(" ") 18 print(" Please copy '.ncl_preferences' into your $home dircetory")18 print("'.ncl_preferences' is not existent") 19 19 print(" ") 20 20 exit
Note: See TracChangeset
for help on using the changeset viewer.