-
I am experimenting with calling two (somewhat conflicting) physics schemes, namely "unified_ugwp" and "ugwpv1_gsldrag". When I do, I get the following run-time error: I understand the error, but I would like to override it and allow "ugwp_v0" to be set to .true. Is there a file that contains the constraints required by CCPP which is triggering this error? This is just for some testing, and not meant to be permanent. Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi Mike, This error is triggered by lines 160-167 in ccpp/physics/physics/ugwpv1_gsldrag.F90. If you're really just testing, you could try to comment out those lines, recompile, and run again. It's possible that it runs into another error later with running two GWD schemes, but it's a start. -Grant |
Beta Was this translation helpful? Give feedback.
Hi Mike,
This error is triggered by lines 160-167 in ccpp/physics/physics/ugwpv1_gsldrag.F90. If you're really just testing, you could try to comment out those lines, recompile, and run again. It's possible that it runs into another error later with running two GWD schemes, but it's a start.
-Grant