Skip to content

Developer stack

Note

NDSL users are advised to stick with released versions: https://github.com/NOAA-GFDL/NDSL/releases/latest

  • NDSL
    Follow branch develop in main repo.
  • GT4Py
    Follow branch physics on Stefano's fork, which includes experimental features as listed in this table.
  • DaCe
    default one, as configured in by NDSL
  • Serialbox
    Follow brach feature/data_ijkbuff on Florian's fork, which includes the following features:
    • data_buffered keyword to allow buffer serialization (scalar by scalar) of Fields
    • data_writeonly keyword to allow real, parameter :: X style constants to be saved by removing the read capacity
    • data_append keyword to write scalars in a 1 dimensional field
    • flush savepoint_name to dump all data in savepoint irrespective or either or not the buffer is filled up