m2lines / CAM-ML

Community Atmosphere Model
0 stars 0 forks source link

Consider adding an error check to stop YOG and ZM being run in parallel #12

Open jatkinson1000 opened 2 weeks ago

jatkinson1000 commented 2 weeks ago

Recent refactors to make YOG its own scheme mean that users could now set yog_scheme='on' and deep_scheme='ZM' when it should be deep_scheme='off' from our development.

Once we are certain about what schemes can/can't be run in conjunction consider adding a compatibility check to phys_ctl_readnl() in phys_control.F90.