-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pyMoist
setup
#933
pyMoist
setup
#933
Conversation
Stub code for RadiationCoupling
Fix Translate test hook Clean setup.py Add .gitignore
Does the |
I was trying to replicate the dycore structure, but arguably this is not a necessity. I don't like generic folder, so maybe you are right and we should be more clean. What about something like this:
|
I like this :-) Now I'm nitpicking, but pyproject.toml seems to be the preferred configuration file these days (https://packaging.python.org/en/latest/flow/#the-configuration-file). It can use |
Okay let's got for that I'll like better too. Yeah people are moving to Another thing is that the other package in the ecosystem are all Overall I think I'll keep |
Sounds good. |
This sets up the NDSL port of the Moist physics, with an emphasis with our intern work starting soon.
We mimic the code structure of
FVdycoreCube_GridComp
, without the external repository this time:The idea is to keep development both as a GEOS inline (via the interface) and as a self-standing python package (for quick porting).
The code has a stub for
RadiationCoupling
code & test. Code guidelines is minimal viapre-commit
.