Changes between Version 3 and Version 4 of doc/app/idl
- Timestamp:
- Feb 1, 2012 2:30:35 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/idl
v3 v4 16 16 The presented IDL programs can be used without making larger changes in the code. Usually only a few changes in the head of the program like path to the netCDF file, desired variable or e.g. desired point in time are necessary. The head of the program is framed with the symbol '#'. Additional there are some annotations in the code (lines, that start with ';') for a better understanding. For downloading the IDL programs click on the link or use right click and 'Save Link As'. The following IDL programs are available: 17 17 18 1. [[attachment s:check_palm_output.pro|check_palm_output.pro]]18 1. [[attachment:check_palm_output.pro|check_palm_output.pro]] 19 19 20 20 This program checks the content of a netCDF file and displays number of contained variables, namelist of variables, dimensions of variables, type of variables (e.g float) and units of variables on your terminal (console).