Changes between Version 7 and Version 8 of doc/app/ncexample
- Timestamp:
- Nov 23, 2018 8:46:46 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/ncexample
v7 v8 7 7 }}} 8 8 will create the following output.\\ 9 The original {{{ncdump}}} output is displayed using {{{monospace}}}, additional explanations are given behind exclamation marks (!).9 The original {{{ncdump}}} output is displayed using monospace, additional explanations are given behind exclamation marks. 10 10 \\\\\\\\ 11 11 {{{ … … 91 91 }}} 92 92 will display only the grid point data of the quantity specified with the option {{{-v}}}.\\ 93 \\94 The [[../ncread|example program]] shows how to read this 2d horizontal cross section dataset from a FORTRAN program (see [[../ncgen#fortran_program|further explanation]]).