Changeset 1210 in lmdz_wrf for trunk/tools/documentation/intro.html
- Timestamp:
- Oct 19, 2016, 3:48:49 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/documentation/intro.html
r1205 r1210 5 5 </HEAD> 6 6 7 <BODY STYLE="color:rgb(240,240,240);font-size:1em;"> 8 Python scripts to manage netCDF files and to plot different styles of data kept in netCDF files (or not) 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> 9 26 </BODY> 10 27 </HTML>
Note: See TracChangeset
for help on using the changeset viewer.