Changes between Version 31 and Version 32 of doc/app/ncl


Ignore:
Timestamp:
Oct 27, 2011 6:37:22 AM (14 years ago)
Author:
heinze
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/ncl

    v31 v32  
    6161palmplot sp file_1=example_cbl_sp.nc no_rows=2 no_columns=2 height_level='(/0,1/)'
    6262}}}
     63In case that a run with topography (see [[../inipar/#topo|topography]]) was carried out, it is also possible to plot the arrays zusi and zwwi which contain the topography information. Assume a run example_topo and the command could be:
     64{{{
     65palmplot xy file_1=example_topo_xy.nc var='zusi zwwi'
     66}}}
     67
     68
    6369== Script crash ==
    6470If one of the scripts aborts and there is no comment, check your personal configuration file {{{.ncl.config}}} - the scripts should not abort with the default values. Be sure to use the right NCL data type (e.g.: integer = 2; float = 2.0; double = 2.0d; string = “name” ).