Python scripts (2.x) to manage netCDF files and to plot different kinds of figures using data kept in netCDF files.
Scripts use python's matplotlib and netCDF4 libraries. Additionally some functions use some specific Fortran based libraries developed on purpose for the case.
It attempts to facilitate the research throughout two main goals:
- Manage all day-base needs for netCDF files from an unique platform, in this case, python based
- Obtain an 'easy' to use tool to plot figures, in this case, python based
It encompass different capabilities for different tasks:
- Manage of netCDF files (netCDF transformation)
- Plot figures (plotting)
- Compute diagnostics (other)
- Perform files/figures for model inter-comparison (other)
- NetCDF creation from ASCII observation files (other)