From 18fb8720d8d12ae79eb2dbde5f34f3ce3641b642 Mon Sep 17 00:00:00 2001 From: mlee03 Date: Wed, 19 Jul 2023 11:54:10 -0400 Subject: [PATCH 1/4] fix configure.ac --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index a2a9729a01..82588b6c84 100644 --- a/configure.ac +++ b/configure.ac @@ -441,6 +441,7 @@ AC_CONFIG_FILES([ time_interp/Makefile time_manager/Makefile constants/Makefile + constants4/Makefile platform/Makefile fms/Makefile fms2_io/Makefile From 670e6beceea890f1ec2f56861df976b231a97720 Mon Sep 17 00:00:00 2001 From: mlee03 Date: Wed, 19 Jul 2023 11:55:17 -0400 Subject: [PATCH 2/4] one more update to configure.ac --- configure.ac | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.ac b/configure.ac index 82588b6c84..a2a9729a01 100644 --- a/configure.ac +++ b/configure.ac @@ -441,7 +441,6 @@ AC_CONFIG_FILES([ time_interp/Makefile time_manager/Makefile constants/Makefile - constants4/Makefile platform/Makefile fms/Makefile fms2_io/Makefile From 59225277e222b650a13b1a17e25ccb3fbb1a8e41 Mon Sep 17 00:00:00 2001 From: mlee03 Date: Wed, 19 Jul 2023 12:27:56 -0400 Subject: [PATCH 3/4] constants4 --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index 2b2a1e9dc8..ffb12344ea 100644 --- a/Makefile.am +++ b/Makefile.am @@ -38,6 +38,7 @@ SUBDIRS = \ tridiagonal \ mpp \ constants \ + constants4 \ memutils \ string_utils \ fms2_io \ From 39949fe78067f317b80cac77ef5d704ee13b486c Mon Sep 17 00:00:00 2001 From: mlee03 Date: Mon, 24 Jul 2023 14:03:50 -0400 Subject: [PATCH 4/4] constants4 debacle --- CMakeLists.txt | 2 ++ configure.ac | 1 + 2 files changed, 3 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 204cb32bb1..270539cd4d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -110,6 +110,8 @@ list(APPEND fms_fortran_src_files column_diagnostics/column_diagnostics.F90 constants/constants.F90 constants/fmsconstants.F90 + constants4/constantsr4.F90 + constants4/fmsconstantsr4.F90 coupler/atmos_ocean_fluxes.F90 coupler/coupler_types.F90 coupler/ensemble_manager.F90 diff --git a/configure.ac b/configure.ac index a2a9729a01..82588b6c84 100644 --- a/configure.ac +++ b/configure.ac @@ -441,6 +441,7 @@ AC_CONFIG_FILES([ time_interp/Makefile time_manager/Makefile constants/Makefile + constants4/Makefile platform/Makefile fms/Makefile fms2_io/Makefile