Last change
on this file since 1210 was
1210,
checked in by lfita, 9 years ago
|
Moving all the plotting staff to the `plotting' folder
|
File size:
1.7 KB
|
Line | |
---|
1 | <HTML> |
---|
2 | <HEAD> |
---|
3 | <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=utf-8"/> |
---|
4 | <LINK REL="stylesheet" TYPE="text/css" HREF="PyNCplot.css"/> |
---|
5 | </HEAD> |
---|
6 | |
---|
7 | <!--BODY STYLE="color:rgb(240,240,240);font-size:1em;"--> |
---|
8 | <BODY CLASS="genintro"> |
---|
9 | <A CLASS="la" HREF="https://www.python.org" TARGET="_blank">Python</A> scripts (2.x) to manage netCDF files and to plot different kinds of figures using data kept in netCDF files.<BR> |
---|
10 | <BR> |
---|
11 | Scripts use python's <A CLASS="la" HREF="http://matplotlib.org" TARGET="_blank">matplotlib</A> and <A CLASS="la" HREF="https://pypi.python.org/pypi/netCDF4" TARGET="_blank">netCDF4</A> libraries. Additionally some functions use some specific Fortran based libraries developed on purpose for the case. <BR> |
---|
12 | <BR> |
---|
13 | It attempts to facilitate the research throughout two main goals: |
---|
14 | <OL CLASS="roman"> |
---|
15 | <LI>Manage all day-base needs for netCDF files from an unique platform, in this case, python based</LI> |
---|
16 | <LI>Obtain an 'easy' to use tool to plot figures, in this case, python based</LI> |
---|
17 | </OL> |
---|
18 | It encompass different capabilities for different tasks: |
---|
19 | <UL> |
---|
20 | <LI>Manage of netCDF files (<!--A CLASS="la" HREF="nctransform.html" TARGET="hmenu"-->netCDF transformation<!--/A-->)</LI> |
---|
21 | <LI>Plot figures (<A CLASS="la" HREF="plotting.html" TARGET="hmenu">plotting</A>)</LI> |
---|
22 | <LI>Compute diagnostics (<!--A CLASS="la" HREF="other.html" TARGET="hmenu"-->other<!--/A-->)</LI> |
---|
23 | <LI>Perform files/figures for model inter-comparison (<!--A CLASS="la" HREF="other.html" TARGET="hmenu"-->other<!--/A-->)</LI> |
---|
24 | <LI>NetCDF creation from ASCII observation files (<!--A CLASS="la" HREF="other.html" TARGET="hmenu"-->other<!--/A-->)</LI> |
---|
25 | </UL> |
---|
26 | </BODY> |
---|
27 | </HTML> |
---|
28 | |
---|
Note: See
TracBrowser
for help on using the repository browser.