From ba8fdb06bf05327970208ce0d6b64ce56997053a Mon Sep 17 00:00:00 2001 From: Haipeng Lin Date: Fri, 18 Oct 2024 12:29:34 -0400 Subject: [PATCH 1/3] Update tropp_slices standard name (requires companion PR in atmos_phys) --- src/physics/utils/tropopause_climo_read.meta | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/physics/utils/tropopause_climo_read.meta b/src/physics/utils/tropopause_climo_read.meta index 6d4d8538..1b740d34 100644 --- a/src/physics/utils/tropopause_climo_read.meta +++ b/src/physics/utils/tropopause_climo_read.meta @@ -6,7 +6,7 @@ name = tropopause_climo_read type = module [ tropp_slices ] - standard_name = number_of_months_in_year + standard_name = number_of_time_slices_in_climatology_dataset units = 1 type = integer dimensions = () @@ -14,10 +14,10 @@ standard_name = tropopause_air_pressure_from_climatology_dataset units = Pa type = real | kind = kind_phys - dimensions = (horizontal_dimension, number_of_months_in_year) + dimensions = (horizontal_dimension, number_of_time_slices_in_climatology_dataset) [ tropp_days ] standard_name = tropopause_calendar_days_from_climatology long_name = Climatological tropopause calendar day indices from file units = 1 type = real | kind = kind_phys - dimensions = (number_of_months_in_year) + dimensions = (number_of_time_slices_in_climatology_dataset) From 027c414b1e8506750f9eec0b00287d9e7748947d Mon Sep 17 00:00:00 2001 From: Haipeng Lin Date: Mon, 9 Dec 2024 12:05:44 -0500 Subject: [PATCH 2/3] Update to clarify tropopause_climatology_dataset standard name --- src/physics/utils/tropopause_climo_read.F90 | 4 ++-- src/physics/utils/tropopause_climo_read.meta | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/physics/utils/tropopause_climo_read.F90 b/src/physics/utils/tropopause_climo_read.F90 index 7033d91b..c9369142 100644 --- a/src/physics/utils/tropopause_climo_read.F90 +++ b/src/physics/utils/tropopause_climo_read.F90 @@ -233,8 +233,8 @@ subroutine tropopause_climo_read_file() !-------------------------------------------------------- ! Mark variables as initialized so they are not read from initial conditions !-------------------------------------------------------- - call mark_as_initialized('tropopause_air_pressure_from_climatology_dataset') - call mark_as_initialized('tropopause_calendar_days_from_climatology') + call mark_as_initialized('tropopause_air_pressure_from_tropopause_climatology_dataset') + call mark_as_initialized('tropopause_calendar_days_from_tropopause_climatology') end subroutine tropopause_climo_read_file end module tropopause_climo_read diff --git a/src/physics/utils/tropopause_climo_read.meta b/src/physics/utils/tropopause_climo_read.meta index 1b740d34..e42cc9b0 100644 --- a/src/physics/utils/tropopause_climo_read.meta +++ b/src/physics/utils/tropopause_climo_read.meta @@ -6,18 +6,18 @@ name = tropopause_climo_read type = module [ tropp_slices ] - standard_name = number_of_time_slices_in_climatology_dataset + standard_name = number_of_time_slices_in_tropopause_climatology_dataset units = 1 type = integer dimensions = () [ tropp_p_loc ] - standard_name = tropopause_air_pressure_from_climatology_dataset + standard_name = tropopause_air_pressure_from_tropopause_climatology_dataset units = Pa type = real | kind = kind_phys - dimensions = (horizontal_dimension, number_of_time_slices_in_climatology_dataset) + dimensions = (horizontal_dimension, number_of_time_slices_in_tropopause_climatology_dataset) [ tropp_days ] - standard_name = tropopause_calendar_days_from_climatology + standard_name = tropopause_calendar_days_from_tropopause_climatology long_name = Climatological tropopause calendar day indices from file units = 1 type = real | kind = kind_phys - dimensions = (number_of_time_slices_in_climatology_dataset) + dimensions = (number_of_time_slices_in_tropopause_climatology_dataset) From 1ac434831292a48c2155fd9e8e0e5756eefbbd88 Mon Sep 17 00:00:00 2001 From: Haipeng Lin Date: Mon, 16 Dec 2024 11:56:06 -0500 Subject: [PATCH 3/3] Update ncar-physics external to head of development --- .gitmodules | 2 +- src/physics/ncar_ccpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 5322028a..0fdc3af0 100644 --- a/.gitmodules +++ b/.gitmodules @@ -20,7 +20,7 @@ [submodule "ncar-physics"] path = src/physics/ncar_ccpp url = https://github.com/ESCOMP/atmospheric_physics - fxtag = e7a599f4bb1533f7cdcd8723b1f864e11578e96c + fxtag = 491e56247815ef23bfd8dba65d1e3c3b78ba164a fxrequired = AlwaysRequired fxDONOTUSEurl = https://github.com/ESCOMP/atmospheric_physics [submodule "ccs_config"] diff --git a/src/physics/ncar_ccpp b/src/physics/ncar_ccpp index e7a599f4..491e5624 160000 --- a/src/physics/ncar_ccpp +++ b/src/physics/ncar_ccpp @@ -1 +1 @@ -Subproject commit e7a599f4bb1533f7cdcd8723b1f864e11578e96c +Subproject commit 491e56247815ef23bfd8dba65d1e3c3b78ba164a