Last change
on this file since 497 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
|
Line | |
---|
1 | This is a set of scripts designed to plot GCM files using NCL graphics. |
---|
2 | ======================================================================= |
---|
3 | First version: january 2012, S. Lebonnois |
---|
4 | |
---|
5 | Remarks: |
---|
6 | -------- |
---|
7 | |
---|
8 | - Requires NCL to be installed on your system. |
---|
9 | |
---|
10 | - Your simulation file need time, pressure, lon and lat dimensions. |
---|
11 | The 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. |
---|
14 | Not yet implemented for 1D nor for projections. |
---|
15 | Needs additional options to customize... |
---|
16 | |
---|
17 | - Hopefully this script will improve with time. |
---|
18 | |
---|
19 | visu-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 | |
---|
30 | If 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. |
---|
31 | sllmd@lmd.jussieu.fr |
---|
32 | |
---|
Note: See
TracBrowser
for help on using the repository browser.