NOAA-GFDL / PyFV3

Python version of FV3 dynamical core
GNU General Public License v3.0
3 stars 10 forks source link

Feature/config from yaml #16

Closed oelbert closed 5 months ago

oelbert commented 5 months ago

Description Adds the option to create a dynamical core config directly from a yaml file without going through the Pace driver. This is especially helpful for running standalone-dycore development tests like the baroclinic instability.

How Has This Been Tested? This has been verified through running the baroclinic instability test using a yaml config, and a test case was created.

Checklist: