NOAA-GFDL / pace

Re-write of FV3GFS weather/climate model in Python
Apache License 2.0
13 stars 11 forks source link

OOP-ify Physics Configuration #56

Open oelbert opened 8 months ago

oelbert commented 8 months ago

Once we have a good handle on the requirements of the physics schemes we'll integrate into Pace we should refactor the physics scheme selection code in physics.py and physics_state.py added in PR 44 so that it uses an OO structure and api instead of tons of if-conditions.