-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move all code under a single
pyMoist
directory
- Loading branch information
1 parent
e49086b
commit 2777c74
Showing
12 changed files
with
5 additions
and
1 deletion.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
6 changes: 5 additions & 1 deletion
6
...GEOSmoist_GridComp/python/model/README.md → ...Comp/GEOSmoist_GridComp/pyMoist/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,17 @@ | ||
# pyMoist | ||
|
||
pyMoist is the [NDSL](https://github.com/NOAA-GFDL/NDSL) version of the NASA GMAO's GEOS Moist physics. | ||
`pyMoist` is the [NDSL](https://github.com/NOAA-GFDL/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 comitting for code guidelines coherency. |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.