Changes between Version 12 and Version 13 of doc/app/ncl


Ignore:
Timestamp:
Sep 15, 2010 8:26:17 AM (14 years ago)
Author:
heinze
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/ncl

    v12 v13  
    3535palmplot -? 
    3636}}}
    37 In the following, some examples are given for plotting data of the PALM example run [[../examples|example_cbl]].
     37==== Examples ====
     38In the following some examples are given for plotting data of the PALM example run [[../examples|example_cbl]]. \\
     39Change to the directory where the data is stored:
     40{{{
     41cd ~/palm/current_version/JOBS/example_cbl/OUTPUT
     42}}}
     43Enter the following commands:\\
     44Plotting xy-cross section data:
     45{{{
     46palmplot xy file_1=example_cbl_xy.nc var='pt_xy'
     47}}}
     48Plotting profile data:
     49{{{
     50palmplot pr file_1=example_cbl_pr.nc format_out=eps file_out=pr_data var='pt w”pt” w*2'
     51}}}
     52Plotting timeseries data:
     53{{{
     54palmplot ts file_1=example_cbl_ts.nc format_out=pdf file_out=ts_data no_rows=6
     55}}}