Changes between Version 8 and Version 9 of doc/app/ncexample
- Timestamp:
- Nov 23, 2018 9:53:14 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/ncexample
v8 v9 4 4 Supposed that the name of the netCDF dataset is {{{example_cbl_xy.nc}}}, an analysis of the file contents using the command 5 5 {{{ 6 ncdump - cexample_cbl_xy.nc6 ncdump -h example_cbl_xy.nc 7 7 }}} 8 8 will create the following output.\\ … … 86 86 } 87 87 }}} 88 If the option {{{- c}}} is omitted in the {{{ncdump}}} call, then also the complete grid point data of all quantities are output to the terminal.88 If the option {{{-h}}} is omitted in the {{{ncdump}}} call, then also the complete grid point data of all quantities are output to the terminal. 89 89 {{{ 90 90 ncdump -v pt_xy example_cbl_xy.nc