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