Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 676 Bytes

File metadata and controls

17 lines (9 loc) · 676 Bytes

pyMoist

pyMoist is the NDSL version of the NASA GMAO's GEOS Moist physics and it's required interface to GEOS.

Testing

The tests/savepoint folder contains the numerical regression testing that served to port the code from the original Fortran. It tests that the difference from original Fortran is minimal.

Note: bit to bit equivalence is not possible considering the targeted hardware and the change of compiled language (NDSL uses C).

Interface

The interface sub-directory contain the three-way bridge to and from GEOS.

Develop

  • Run pre-commit run --all-files before committing for code guidelines coherency.