Skip to content

Releases: CMCC-Foundation/py_nemo_rebuild

v0.7

06 Feb 15:40
@pgf pgf
817f3f4
Compare
Choose a tag to compare

Revision of numdom handling.
Default (=0) use DOMAIN_number_total 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.

v0.6

24 Jan 10:53
@pgf pgf
054bf60
Compare
Choose a tag to compare

Revision of dimensions identification logic to fix for changes in dimensions ordering possibly introduced by tools like ncks (compression, etc...)

v0.5

06 Dec 12:43
@pgf pgf
3f84816
Compare
Choose a tag to compare

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.

v0.4.1

18 Oct 12:51
@pgf pgf
Compare
Choose a tag to compare

Removed unnecessary numpy dependency.