From 4e6cd451261ea5cc0a6437740dbca3f397e53260 Mon Sep 17 00:00:00 2001 From: Michael Duda Date: Fri, 16 Sep 2022 22:42:25 +0000 Subject: [PATCH 1/2] Remove 'hx' field from init_atmosphere input and output streams The 'hx' field is only used in the vertical-grid generation stage in the init_atmosphere_model program and therefore does not need to be written to the output stream nor read from the input stream. --- src/core_init_atmosphere/Registry.xml | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/core_init_atmosphere/Registry.xml b/src/core_init_atmosphere/Registry.xml index f82c7dfb72..95b35a2fb1 100644 --- a/src/core_init_atmosphere/Registry.xml +++ b/src/core_init_atmosphere/Registry.xml @@ -417,7 +417,6 @@ - @@ -515,7 +514,6 @@ - From 77c09fc7cbafcd85c6ed46d8a8ac0e9befe62643 Mon Sep 17 00:00:00 2001 From: Michael Duda Date: Fri, 16 Sep 2022 22:47:16 +0000 Subject: [PATCH 2/2] Remove 'advCells' from init_atmosphere input and output streams The 'advCells' field is only used internally by the atm_initialize_advection_rk subroutine, and it is therefore not necessary to write this field to the output stream nor to read it from the input stream in the init_atmosphere core. --- src/core_init_atmosphere/Registry.xml | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/core_init_atmosphere/Registry.xml b/src/core_init_atmosphere/Registry.xml index 95b35a2fb1..baf1874986 100644 --- a/src/core_init_atmosphere/Registry.xml +++ b/src/core_init_atmosphere/Registry.xml @@ -410,7 +410,6 @@ - @@ -507,7 +506,6 @@ -