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
Merge branch 'stg/fix-dycore-only-build' into hotfix-v8.2.1 (PR #1221)
This merge fixes dycore-only (i.e., no-physics) builds for both stand-alone
applications and when MPAS-A is used as a dycore in CAM/CAM-SIMA.
Prior to this merge there were two issues in the atmosphere core's Registry.xml
file that caused dynamics-only builds to fail:
* With the MPAS v8.2.0 release, the MPAS-A registry file introduced a new
stream, da_state, which unconditionally included variables that exist only
when physics are enabled.
* Also beginning with the MPAS v8.2.0 release, the Registry.xml file
unconditionally included a new registry file from Noah-MP, which is
applicable only when physics are enabled.
This merge fixes MPAS-A dycore-only builds by guarding the above regions in the
Registry.xml file with the DO_PHYSICS macro.
* stg/fix-dycore-only-build:
Fix MPAS-A dycore-only build
0 commit comments