From 227108d15d2f68b105975499e2a108c949049425 Mon Sep 17 00:00:00 2001 From: Jiwon Gim <jiwongim@ucar.edu> Date: Tue, 12 Mar 2024 14:04:35 -0600 Subject: [PATCH 1/2] update the tag --- doc/ChangeLog | 27 +++++++++++++++++++++++++++ test/musica/micm/CMakeLists.txt | 2 +- 2 files changed, 28 insertions(+), 1 deletion(-) diff --git a/doc/ChangeLog b/doc/ChangeLog index f3409d7b..494d2d2c 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,5 +1,32 @@ =============================================================== +Tag name:atmos_phys0_02_004 +Originator(s): boulderdaze +Date: 12 Mar 2024 +One-line Summary: Update MUSICA git tag +Github PR URL: https://github.com/ESCOMP/atmospheric_physics/pull/86 + +Purpose of changes (include the issue number and title text for each relevant GitHub issue): +- Update the MUSICA git tag + +This PR fixes the following NCAR/atmospheric_physics Github issues: + +#86 -> Update MUSICA git tag + +Code reviewed by: nusbaume, peverwhee + +List all existing files that have been added (A), modified (M), or deleted (D), +and describe the changes: + +M test/musica/micm/CMakeLists.txt + - Update the git tag + +List and Describe any test failures: No known test failures. + +Summarize any changes to answers: Answer changes when MICM is used. + +=============================================================== + Tag name:atmos_phys0_02_003 Originator(s): peverwhee Date: 11 Mar 2024 diff --git a/test/musica/micm/CMakeLists.txt b/test/musica/micm/CMakeLists.txt index 05d9bd64..65c65d53 100644 --- a/test/musica/micm/CMakeLists.txt +++ b/test/musica/micm/CMakeLists.txt @@ -8,7 +8,7 @@ include(FetchContent) FetchContent_Declare(musica GIT_REPOSITORY https://github.com/NCAR/musica.git - GIT_TAG main + GIT_TAG 8ab0aa0 ) set(USE_MUSICA OFF) From 4e3511575045534ad29a89d76312fd969ddf5002 Mon Sep 17 00:00:00 2001 From: Jiwon Gim <jiwongim@ucar.edu> Date: Tue, 12 Mar 2024 14:07:27 -0600 Subject: [PATCH 2/2] fix the PR number --- doc/ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ChangeLog b/doc/ChangeLog index 494d2d2c..f315694e 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -4,7 +4,7 @@ Tag name:atmos_phys0_02_004 Originator(s): boulderdaze Date: 12 Mar 2024 One-line Summary: Update MUSICA git tag -Github PR URL: https://github.com/ESCOMP/atmospheric_physics/pull/86 +Github PR URL: https://github.com/ESCOMP/atmospheric_physics/pull/87 Purpose of changes (include the issue number and title text for each relevant GitHub issue): - Update the MUSICA git tag