Recent Releases of https://github.com/cmcc-foundation/py_nemo_rebuild
https://github.com/cmcc-foundation/py_nemo_rebuild - v0.8
This is a bug fix release: - Further revision of dimensions identification logic to avoid a possible bug where the local dimensions size match against the wrong global dimension.
- Python
Published by pgf about 1 year ago
https://github.com/cmcc-foundation/py_nemo_rebuild - v0.7
Revision of numdom handling.
Default (=0) use DOMAINnumbertotal global attribute.
Command line argument (-n) now takes precedence, so that we can overwrite the global attribute.
This is useful when the output use XIOS's multiple_file mode in simulations where NEMO use a total number of MPI tasks greater than the number of latitudes. In this scenario the number of subdomains is equal to the number of latitudes due to limitations in XIOS, but the DOMAIN_number_total global attribute is equal to the total number of MPI tasks used by NEMO at runtime.
- Python
Published by pgf over 1 year ago
https://github.com/cmcc-foundation/py_nemo_rebuild - v0.6
Revision of dimensions identification logic to fix for changes in dimensions ordering possibly introduced by tools like ncks (compression, etc...)
- Python
Published by pgf over 1 year ago
https://github.com/cmcc-foundation/py_nemo_rebuild - v0.5
Main news: 1. Run with any number of MPI processes: now the number of MPI processes does not necessarily have to be an integer divisor of the number of sub-domains. 2. Use external MPICH compatible library (Intel MPI or whatever library is available on the HPC platform): needs to be set up (module load or whatever) 3. Added command line option (-c) to use NETCDF4_CLASSIC format for output (default format is NETCDF4).
Minor fixes and updates.
- Python
Published by pgf over 2 years ago
https://github.com/cmcc-foundation/py_nemo_rebuild - v0.4.1
Removed unnecessary numpy dependency.
- Python
Published by pgf over 2 years ago