From 8211d6e17060a252e7e0b8b728889e99f7361be2 Mon Sep 17 00:00:00 2001 From: "G. Dylan Dickerson" Date: Mon, 15 Jul 2024 11:27:46 -0600 Subject: [PATCH] Revert MPAS external to no OpenACC v7.3 version Due to correctness issues that were introduced when changing to a CAM-compatible OpenACC MPAS version in cam-ew2.0.004, this commit reverts back to the version used in cam-ew2.0.003 and ESCOMP/CAM tag cam6_3_136. --- Externals_CAM.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Externals_CAM.cfg b/Externals_CAM.cfg index 08089c7e98..d57f49a265 100644 --- a/Externals_CAM.cfg +++ b/Externals_CAM.cfg @@ -66,9 +66,9 @@ required = True [mpas] local_path = src/dynamics/mpas/dycore protocol = git -repo_url = https://github.com/EarthWorksOrg/MPAS-Model.git +repo_url = https://github.com/MPAS-Dev/MPAS-Model.git sparse = ../.mpas_sparse_checkout -tag = mpasa-ew2.2.000 +hash = ff76a231 required = True [geoschem]