source: trunk/UTIL/NCL/README @ 3457

Last change on this file since 3457 was 497, checked in by slebonnois, 13 years ago

Ajout de scripts NCL dans UTIL. Pas encore tres developpe mais dites moi ce que vous en pensez. + correction bug pour marees grav Titan dans leapfrog

File size: 1.2 KB
RevLine 
[497]1This is a set of scripts designed to plot GCM files using NCL graphics.
2=======================================================================
3First version: january 2012, S. Lebonnois
4
5Remarks:
6--------
7
8- Requires NCL to be installed on your system.
9
10- Your simulation file need time, pressure, lon and lat dimensions.
11The names of the dimensions matter, so you may get an error message if yours are not supported. Just let me know and we'll get this fixed.
12
13- The second variable only gives contours on the 2D maps.
14Not yet implemented for 1D nor for projections.
15Needs additional options to customize...
16
17- Hopefully this script will improve with time.
18
19visu-ncl
20--------
21
22- copy the "visu-ncl" bash script to you bin directory
23
24- modify this copy so that the NCLDIR environment variable correctly point to the UTIL/NCL directory
25
26- when you are in your simulation directory, do :
27   visu-ncl -h |more             : list of available options
28   visu-ncl -f <yoursimu>.nc     : list of variables in <yoursimu>.nc
29
30If you get errors or think of additional features that could be useful, let me know, I'll be happy to improve the script for wider use when possible.
31sllmd@lmd.jussieu.fr
32
Note: See TracBrowser for help on using the repository browser.