Warning, /utils/python/MITgcmutils/CHANGES.txt is written in an unsupported language. File is not indexed.
view on githubraw file Latest commit 58679b5a on 2024-10-22 22:00:15 UTC
58679b5a83 Esta*0001 Version 0.2, 2024-10-10
0002 - Add folder examples
0003 o eg_utils.py
0004 > eg_blanklist
0005 > eg_tilemap
0006 > eg_hfac
0007 - Add module utils.py
0008 o gen_blanklist computes blanklist
0009 o hfac computes hfacc,W,S masks
0010 o readbin reads bin files
0011 o tilecmap plots tile distribution
0012 o writebin writes bin files
0013 - Add module conversion.py
0014 o pfromz converts metres to dbar
0015 - Add module density.py
0016 o linear computes rho from linear
0017 o poly3 computes rho from knusen formula
0018 o ini_poly3 loads the coefficients for poly3
0019 o jmd95 computes bulk from jmd95 polynomia
0020 o bulkmodjmd95 computes bulk for jmd95
0021 o unesco computes rho from unesco polynomia
0022 o bulkmodunesco computes bulk for unesco
0023 o mdjwf computes rho from mdjwf polynomia
0024 o teos10 computes rho from teos 48 polynomia
0025 - Edit modules:
0026 o llc.py moved to the llc folder
0027 o llc was added to __init__.py
0028 - Delete modules:
0029 o mdjwf.py moved to density
0030 o jmd95.py moved to density
0031
3da169e029 Oliv*0032 Version 0.1.3, 2024-05-12
0033 - Fix readstats for multiple regions and multiple lines of fields.
0034 Return empty array instead of zeros for per-layer stats of 2-D variables.
0035 - Update for newer matplotlib.
0036
d8f87dca94 Oliv*0037 Version 0.1.2, 2021-01-11
0038 - Fix readstats for multiple fields in one file
0039 - Fix more deprecation and syntax warnings
0040 - Add more llc utilities:
0041 o div computes diverenge of a vector field on u/v points
0042 o uv2c averages the components of a vector field to c points
0043 o grad computates gradient of scalar field
0044
9b082a1748 Oliv*0045 Version 0.1.1, 2019-09-26
7621b5d564 Oliv*0046 - Fix some deprecation warnings from numpy and matplotlib
0047 - Change doc strings to numpy format so they work with autodoc
0048
0049 Version 0.1.0, 2019-09-17
0050 Initial release