Changeset 194 for palm/trunk/SCRIPTS/NCL/timeseries.ncl
- Timestamp:
- Aug 28, 2008 12:15:13 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/NCL/timeseries.ncl
r190 r194 1 6load "$NCARG_ROOT/lib/ncarg/nclex/gsun/gsn_code.ncl"1 load "$NCARG_ROOT/lib/ncarg/nclex/gsun/gsn_code.ncl" 2 2 load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl" 3 3 load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl" … … 7 7 ; load ncl_preferences.ncl 8 8 ;*************************************************** 9 10 function which_script() 11 local script 12 begin 13 script="timeseries" 14 return(script) 15 end 9 16 10 17 if (isfilepresent("~/ncl_preferences.ncl")) then … … 22 29 23 30 begin 24 25 if (cross_sections .NE. 0 .OR. profiles .NE. 0 .OR. timeseries .NE. 1 .OR. spectra .NE. 0)then26 print(" ")27 print("Please specify the used script in 'ncl_preferences.ncl' (Line 7-10)")28 print(" ")29 print("Set 'timeseries' equal 1 and the other variables equal 0")30 print(" ")31 exit32 end if33 31 34 32 ;***************************************************
Note: See TracChangeset
for help on using the changeset viewer.