Ignore:
Timestamp:
Mar 25, 2009 10:25:50 AM (15 years ago)
Author:
weinreis
Message:

NCL scripts profiles cross_sections ncl_preference and UserGuide? modified

File:
1 edited

Legend:

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

    r236 r267  
    3030
    3131
    32          file_1 = "File in" 
     32         file_1 = "File in"
    3333         
    3434         
     
    677677
    678678
    679          file_1 = "File in" 
     679         file_1 = "File in"
    680680         
    681681         
     
    717717         
    718718      end if
    719       ;***************************************************
    720       ; REQUIRED --prof3d-- 3D OR PROFILE DATA
    721       ;
    722       ; must be switched on [=1] if 3D data are used or switched off [=0] if profile data are used for profiles
    723       ;
    724       ; data type: integer
    725       ;
    726       ; default:   -1
    727       ;***************************************************
    728       if (.not. isvar("prof3d"))then 
    729      
    730          
    731          prof3d = -1
    732          
    733          
    734       end if     
    735719      ;***************************************************
    736720      ; OPTIONAL --format_out-- OUTPUT FORMAT
     
    12671251     
    12681252         
    1269          end_time_step = -1.d     
     1253         end_time_step = -1.d   
    12701254         
    12711255         
     
    20382022
    20392023
    2040          file_1 = "File in" 
     2024         file_1 = "File in"
    20412025         
    20422026         
     
    21462130     
    21472131         
    2148          no_rows = 2
     2132         no_rows = 1
    21492133         
    21502134         
     
    22042188         end_time_step = -1.d
    22052189         
    2206          
     2190
    22072191      end if     
    22082192      ;***************************************************
Note: See TracChangeset for help on using the changeset viewer.