Skip to content

Releases: CMCC-Foundation/py_nemo_rebuild

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.