Ignore:
Timestamp:
Aug 28, 2008 12:15:13 PM (16 years ago)
Author:
letzel
Message:
  • NCL scripts in trunk/SCRIPTS/NCL updated
File:
1 edited

Legend:

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

    r190 r194  
    66; load ncl_preferences.ncl
    77;***************************************************
     8
     9function which_script()
     10local script
     11begin
     12   script="profiles"
     13   return(script)
     14end
    815   
    916if (isfilepresent("~/ncl_preferences.ncl")) then
     
    2229begin
    2330
    24    if (cross_sections .NE. 0 .OR. profiles .NE. 1 .OR. timeseries .NE. 0 .OR. spectra .NE. 0)then
    25       print(" ")
    26       print("Please specify the used script in 'ncl_preferences.ncl' (Line 7-10)")
    27       print(" ")
    28       print("Set 'profiles' equal 1 and the other variables equal 0")
    29       print(" ")
    30       exit
    31    end if
    32  
    3331   ;***************************************************
    3432   ; set up default parameter values and strings
Note: See TracChangeset for help on using the changeset viewer.