From ac26b7709a23126ddf9974782004b211623544c9 Mon Sep 17 00:00:00 2001 From: Dusan Jovic Date: Mon, 1 Apr 2024 07:24:33 -0500 Subject: [PATCH 1/6] Update .gitmodules --- .gitmodules | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index a3775fc12d..f712707a4b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,7 +1,9 @@ [submodule "FV3"] path = FV3 - url = https://github.com/NOAA-EMC/fv3atm - branch = develop + #url = https://github.com/NOAA-EMC/fv3atm + #branch = develop + url = https://github.com/DusanJovic-NOAA/fv3atm + branch = remove_nowarn [submodule "WW3"] path = WW3 url = https://github.com/NOAA-EMC/WW3 From 527dcd6112ae36f849501d8202c0ea4166b3ecec Mon Sep 17 00:00:00 2001 From: Dusan Jovic Date: Mon, 1 Apr 2024 07:35:11 -0500 Subject: [PATCH 2/6] Update FV3 --- FV3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FV3 b/FV3 index 1ba84102cb..6020d5ea6f 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 1ba84102cb814ec377efae92264fceb317c24398 +Subproject commit 6020d5ea6fbc0d20af27509754cb3b74a0e2c075 From c8681a844b3d818c42510dd5d79c8f9689ec6f25 Mon Sep 17 00:00:00 2001 From: Dusan Jovic Date: Mon, 1 Apr 2024 07:38:52 -0500 Subject: [PATCH 3/6] Update stochastic_physics --- .gitmodules | 6 ++++-- stochastic_physics | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index f712707a4b..9880586907 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,8 +10,10 @@ branch = dev/ufs-weather-model [submodule "stochastic_physics"] path = stochastic_physics - url = https://github.com/NOAA-PSL/stochastic_physics - branch = master + #url = https://github.com/NOAA-PSL/stochastic_physics + #branch = master + url = https://github.com/DusanJovic-NOAA/stochastic_physics + branch = no_warn [submodule "CMakeModules"] path = CMakeModules url = https://github.com/NOAA-EMC/CMakeModules diff --git a/stochastic_physics b/stochastic_physics index 7dc4d9ba48..31d7e02e3e 160000 --- a/stochastic_physics +++ b/stochastic_physics @@ -1 +1 @@ -Subproject commit 7dc4d9ba48dea57f88f4f10091c8c2042105954e +Subproject commit 31d7e02e3ec4787cc2be4b1132920b9e27e2e0db From 39c9ff2e6855f975711d4c13d62ddc95e7dd2598 Mon Sep 17 00:00:00 2001 From: Dusan Jovic Date: Mon, 1 Apr 2024 09:01:51 -0500 Subject: [PATCH 4/6] Remove -nowarn from cmake/Intel.cmake --- cmake/Intel.cmake | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/cmake/Intel.cmake b/cmake/Intel.cmake index 0982761bfe..a18ff15fc2 100644 --- a/cmake/Intel.cmake +++ b/cmake/Intel.cmake @@ -1,6 +1,12 @@ -set(CMAKE_Fortran_FLAGS "${CMAKE_Fortran_FLAGS} -g -traceback -fpp -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align") +set(CMAKE_Fortran_FLAGS "${CMAKE_Fortran_FLAGS} -g -traceback -fpp -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -sox -align array64byte -qno-opt-dynamic-align") set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -qno-opt-dynamic-align -sox -fp-model source") +# warning #5462: Global name too long. +set(CMAKE_Fortran_FLAGS "${CMAKE_Fortran_FLAGS} -diag-disable 5462") + +# remark #7712: This variable has not been used. +set(CMAKE_Fortran_FLAGS "${CMAKE_Fortran_FLAGS} -diag-disable 7712") + if(CMAKE_Platform STREQUAL "derecho.intel") set(CMAKE_Fortran_LINK_FLAGS "-Wl,--copy-dt-needed-entries") endif() From 1aacae5d3de0d39f0169293b7eba4bcd922bb564 Mon Sep 17 00:00:00 2001 From: Dusan Jovic Date: Mon, 1 Apr 2024 09:02:58 -0500 Subject: [PATCH 5/6] Update stochastic_physics --- stochastic_physics | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stochastic_physics b/stochastic_physics index 31d7e02e3e..36d87e5665 160000 --- a/stochastic_physics +++ b/stochastic_physics @@ -1 +1 @@ -Subproject commit 31d7e02e3ec4787cc2be4b1132920b9e27e2e0db +Subproject commit 36d87e5665c359f9dd3201a9d27ceecacc0d8e62 From 2cf6c8f93d039d9076ee31c1c4fa1fc99affa031 Mon Sep 17 00:00:00 2001 From: Dusan Jovic Date: Mon, 15 Apr 2024 17:37:42 +0000 Subject: [PATCH 6/6] Update FV3 --- FV3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FV3 b/FV3 index 6020d5ea6f..6e1bc3ebf0 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 6020d5ea6fbc0d20af27509754cb3b74a0e2c075 +Subproject commit 6e1bc3ebf0671c91a47ece876afef46300362e67