Ignore:
Timestamp:
Aug 28, 2008 12:15:13 PM (17 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

    r190 r194  
    1 6load "$NCARG_ROOT/lib/ncarg/nclex/gsun/gsn_code.ncl"
     1load "$NCARG_ROOT/lib/ncarg/nclex/gsun/gsn_code.ncl"
    22load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl"
    33load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl"
     
    77; load ncl_preferences.ncl
    88;***************************************************
     9
     10function which_script()
     11local script
     12begin
     13   script="timeseries"
     14   return(script)
     15end
    916   
    1017if (isfilepresent("~/ncl_preferences.ncl")) then
     
    2229   
    2330begin
    24      
    25    if (cross_sections .NE. 0 .OR. profiles .NE. 0 .OR. timeseries .NE. 1 .OR. spectra .NE. 0)then
    26       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       exit
    32    end if
    3331
    3432   ;***************************************************
Note: See TracChangeset for help on using the changeset viewer.