Changes between Version 31 and Version 32 of doc/app/ncl
- Timestamp:
- Oct 27, 2011 6:37:22 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/ncl
v31 v32 61 61 palmplot sp file_1=example_cbl_sp.nc no_rows=2 no_columns=2 height_level='(/0,1/)' 62 62 }}} 63 In 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 {{{ 65 palmplot xy file_1=example_topo_xy.nc var='zusi zwwi' 66 }}} 67 68 63 69 == Script crash == 64 70 If 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” ).