You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The GFS driver translate test fails because the config doesn't specify what physics scheme to use. It should have namelist["schemes"] = "GFS_microphysics" for now, but what is the best way to do this? Should we put a default scheme in the namelist defaults? Modify the namelist in the test data in the meantime?
To Reproduce
Try to run the TranslateGFSPhysicsDriver test
Expected behavior
The test should pass instead of crashing with an AttributeError on 'schemes'
The text was updated successfully, but these errors were encountered:
Describe the bug
The GFS driver translate test fails because the config doesn't specify what physics scheme to use. It should have
namelist["schemes"] = "GFS_microphysics"
for now, but what is the best way to do this? Should we put a default scheme in the namelist defaults? Modify the namelist in the test data in the meantime?To Reproduce
Try to run the
TranslateGFSPhysicsDriver
testExpected behavior
The test should pass instead of crashing with an AttributeError on 'schemes'
The text was updated successfully, but these errors were encountered: