source: lmdz_wrf/trunk/tools/documentation/intro.html @ 1216

Last change on this file since 1216 was 1216, checked in by lfita, 9 years ago

Removing spurious <TITLE>
Adding NO WARRANTY on the license

File size: 2.4 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/nctransform.html" TARGET="hmenu">netCDF transformation</A>)</LI>
21      <LI>Plot figures (<A CLASS="la" HREF="plotting/plotting.html" TARGET="hmenu">plotting</A>)</LI>
22      <LI>Compute diagnostics (<!--A CLASS="la" HREF="other/other.html" TARGET="hmenu"-->other<!--/A-->)</LI>
23      <LI>NetCDF creation from ASCII observation files (<A CLASS="la" HREF="other/other.html" TARGET="hmenu">other</A>)</LI>
24      <LI>Perform files/figures for model inter-comparison (<!--A CLASS="la" HREF="other/other.html" TARGET="hmenu"-->other<!--/A-->)</LI>
25      <LI>Creation of multi-figure panels (<!--A CLASS="la" HREF="other/other.html" TARGET="hmenu"-->other<!--/A-->)</LI>
26      <LI>netCDF transformation of Time-Series ASCII WRF output (<!--A CLASS="la" HREF="other/other.html" TARGET="hmenu"-->other<!--/A-->)</LI>
27      <LI>Checking of WRF namelist using compiled version of code (<!--A CLASS="la" HREF="other/other.html" TARGET="hmenu"-->other<!--/A-->)</LI>
28    </UL>
29    All scripts are available from a repository hosted by <I>`Laboratoire de M&eacute;t&eacute;orologie Dynamique'</I> (<A CLASS="la" HREF="http://www.lmd.jussieu.fr/" TARGET="_blank">LMD</A>):
30    <PRE><CODE>
31     $ svn co http://svn.lmd.jussieu.fr/LMDZ_WRF/trunk/tools PyNCplot
32    </CODE></PRE>
33  </BODY>
34</HTML>
35
Note: See TracBrowser for help on using the repository browser.