From 658ac7a7f37cfec14842af00bac8194250eb440e Mon Sep 17 00:00:00 2001 From: Gerhard Theurich Date: Thu, 9 Nov 2023 11:10:33 -0800 Subject: [PATCH 01/28] Set versioning for 8.6.0 release. --- README.md | 2 +- src/Infrastructure/Util/include/ESMC_Macros.h | 6 +++--- src/Infrastructure/Util/src/ESMF_UtilTypes.F90 | 6 +++--- src/addon/NUOPC/doc/NUOPC_howtodoc.ctex | 2 +- src/addon/NUOPC/doc/NUOPC_refdoc.ctex | 2 +- src/addon/esmpy/pyproject.toml | 2 +- src/doc/ESMC_crefdoc.ctex | 2 +- src/doc/ESMF_refdoc.ctex | 2 +- src/doc/ESMF_usrdoc.ctex | 2 +- 9 files changed, 13 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index d4f415212b..201beb82cb 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Pre-built binaries for ESMF and ESMPy are available through a number of channels ``` docker run -it --rm esmf/esmf-build-release:latest ``` - Replace `latest` in the above command with a valid version, like `8.4.0`, in order to access a specific ESMF version. + Replace `latest` in the above command with a valid version, like `8.6.0`, in order to access a specific ESMF version. * [Anaconda Conda-Forge](https://anaconda.org/conda-forge/): Under [conda-forge/esmpy](https://anaconda.org/conda-forge/esmpy). To install locally (_note Windows is not supported_), run: ``` diff --git a/src/Infrastructure/Util/include/ESMC_Macros.h b/src/Infrastructure/Util/include/ESMC_Macros.h index d060f3ebc2..2be5fdf3cb 100644 --- a/src/Infrastructure/Util/include/ESMC_Macros.h +++ b/src/Infrastructure/Util/include/ESMC_Macros.h @@ -54,10 +54,10 @@ #define ESMF_VERSION_MINOR 6 #define ESMF_VERSION_REVISION 0 #define ESMF_VERSION_PATCHLEVEL 0 -#define ESMF_VERSION_PUBLIC 'F' -#define ESMF_VERSION_BETASNAPSHOT 'T' +#define ESMF_VERSION_PUBLIC 'T' +#define ESMF_VERSION_BETASNAPSHOT 'F' -#define ESMF_VERSION_STRING "8.6.0 beta snapshot" +#define ESMF_VERSION_STRING "8.6.0" #endif // ESMC_MACROS_H diff --git a/src/Infrastructure/Util/src/ESMF_UtilTypes.F90 b/src/Infrastructure/Util/src/ESMF_UtilTypes.F90 index ac81cb3c0d..bfa1972d55 100644 --- a/src/Infrastructure/Util/src/ESMF_UtilTypes.F90 +++ b/src/Infrastructure/Util/src/ESMF_UtilTypes.F90 @@ -85,10 +85,10 @@ module ESMF_UtilTypesMod integer, parameter :: ESMF_VERSION_MINOR = 6 integer, parameter :: ESMF_VERSION_REVISION = 0 integer, parameter :: ESMF_VERSION_PATCHLEVEL = 0 - logical, parameter :: ESMF_VERSION_PUBLIC = .false. - logical, parameter :: ESMF_VERSION_BETASNAPSHOT = .true. + logical, parameter :: ESMF_VERSION_PUBLIC = .true. + logical, parameter :: ESMF_VERSION_BETASNAPSHOT = .false. - character(*), parameter :: ESMF_VERSION_STRING = "8.6.0 beta snapshot" + character(*), parameter :: ESMF_VERSION_STRING = "8.6.0" #if defined (ESMF_NETCDF) logical, parameter :: ESMF_IO_NETCDF_PRESENT = .true. diff --git a/src/addon/NUOPC/doc/NUOPC_howtodoc.ctex b/src/addon/NUOPC/doc/NUOPC_howtodoc.ctex index c4662211ca..1795d6660d 100644 --- a/src/addon/NUOPC/doc/NUOPC_howtodoc.ctex +++ b/src/addon/NUOPC/doc/NUOPC_howtodoc.ctex @@ -17,7 +17,7 @@ \addtolength{\oddsidemargin}{-.75in} \newcommand{\mytitle}{\Large {\bf Building a NUOPC Model}} \newcommand{\myauthors}{\large {\it Content Standards Committee (CSC) Members}} -\newcommand{\myversion}{ESMF 8.6.0 beta snapshot} +\newcommand{\myversion}{ESMF 8.6.0} % set a standard paragraph style \setlength{\parskip}{0pt} \setlength{\parindent}{0pt} diff --git a/src/addon/NUOPC/doc/NUOPC_refdoc.ctex b/src/addon/NUOPC/doc/NUOPC_refdoc.ctex index aa5380efe3..5678589782 100644 --- a/src/addon/NUOPC/doc/NUOPC_refdoc.ctex +++ b/src/addon/NUOPC/doc/NUOPC_refdoc.ctex @@ -17,7 +17,7 @@ \addtolength{\oddsidemargin}{-.75in} \newcommand{\mytitle}{\Large {\bf NUOPC Layer Reference}} \newcommand{\myauthors}{\large {\it Content Standards Committee (CSC) Members}} -\newcommand{\myversion}{ESMF 8.6.0 beta snapshot} +\newcommand{\myversion}{ESMF 8.6.0} % set a standard paragraph style \setlength{\parskip}{0pt} \setlength{\parindent}{0pt} diff --git a/src/addon/esmpy/pyproject.toml b/src/addon/esmpy/pyproject.toml index ae9e1ffc4f..b3da4b6a5c 100644 --- a/src/addon/esmpy/pyproject.toml +++ b/src/addon/esmpy/pyproject.toml @@ -33,7 +33,7 @@ enabled = true template = "{tag}" dev_template = "{tag}" dirty_template = "{tag}" -starting_version = "8.6.0beta" # this is a backup for pip <= 22.0 where git-versioning doesn't work +starting_version = "8.6.0" # this is a backup for pip <= 22.0 where git-versioning doesn't work [tool.dynamic] version = "placeholder" # this is a placeholder for the version pulled with git-versioning diff --git a/src/doc/ESMC_crefdoc.ctex b/src/doc/ESMC_crefdoc.ctex index 68bc79ca8e..0392a311b5 100644 --- a/src/doc/ESMC_crefdoc.ctex +++ b/src/doc/ESMC_crefdoc.ctex @@ -14,7 +14,7 @@ \newcommand{\sreq}[1]{\subsection{\hspace{.2in}#1}} \newcommand{\ssreq}[1]{\subsubsection{\hspace{.2in}#1}} \newcommand{\mytitle}{\longname \docmttype ~~} -\newcommand{\myversion}{Version 8.6.0 beta snapshot} +\newcommand{\myversion}{Version 8.6.0} \newenvironment {reqlist} diff --git a/src/doc/ESMF_refdoc.ctex b/src/doc/ESMF_refdoc.ctex index 203750c416..321f1fa01b 100644 --- a/src/doc/ESMF_refdoc.ctex +++ b/src/doc/ESMF_refdoc.ctex @@ -15,7 +15,7 @@ \newcommand{\sreq}[1]{\subsection{\hspace{.2in}#1}} \newcommand{\ssreq}[1]{\subsubsection{\hspace{.2in}#1}} \newcommand{\mytitle}{\longname \docmttype ~~} -\newcommand{\myversion}{Version 8.6.0 beta snapshot} +\newcommand{\myversion}{Version 8.6.0} \input{common_commands} diff --git a/src/doc/ESMF_usrdoc.ctex b/src/doc/ESMF_usrdoc.ctex index de58e6f810..ab4718463f 100644 --- a/src/doc/ESMF_usrdoc.ctex +++ b/src/doc/ESMF_usrdoc.ctex @@ -14,7 +14,7 @@ \newcommand{\sreq}[1]{\subsection{\hspace{.2in}#1}} \newcommand{\ssreq}[1]{\subsubsection{\hspace{.2in}#1}} \newcommand{\mytitle}{\longname \docmttype ~~} -\newcommand{\myversion}{Version 8.6.0 beta snapshot} +\newcommand{\myversion}{Version 8.6.0} \newenvironment {reqlist} From f23e697fe5e12fa5f66584a7ba5533701366f1f9 Mon Sep 17 00:00:00 2001 From: Robert Oehmke Date: Fri, 19 Jan 2024 11:12:58 -0700 Subject: [PATCH 02/28] Move versioning into the 8.6.1 beta snapshot phase. --- src/Infrastructure/Util/include/ESMC_Macros.h | 10 +++++----- src/Infrastructure/Util/src/ESMF_UtilTypes.F90 | 10 +++++----- src/addon/NUOPC/doc/NUOPC_howtodoc.ctex | 2 +- src/addon/NUOPC/doc/NUOPC_refdoc.ctex | 2 +- src/addon/esmpy/pyproject.toml | 2 +- src/doc/ESMC_crefdoc.ctex | 2 +- src/doc/ESMF_refdoc.ctex | 2 +- src/doc/ESMF_usrdoc.ctex | 2 +- 8 files changed, 16 insertions(+), 16 deletions(-) diff --git a/src/Infrastructure/Util/include/ESMC_Macros.h b/src/Infrastructure/Util/include/ESMC_Macros.h index 2be5fdf3cb..354d2616db 100644 --- a/src/Infrastructure/Util/include/ESMC_Macros.h +++ b/src/Infrastructure/Util/include/ESMC_Macros.h @@ -52,12 +52,12 @@ #define ESMF_VERSION_MAJOR 8 #define ESMF_VERSION_MINOR 6 -#define ESMF_VERSION_REVISION 0 -#define ESMF_VERSION_PATCHLEVEL 0 -#define ESMF_VERSION_PUBLIC 'T' -#define ESMF_VERSION_BETASNAPSHOT 'F' +#define ESMF_VERSION_REVISION 1 +#define ESMF_VERSION_PATCHLEVEL 1 +#define ESMF_VERSION_PUBLIC 'F' +#define ESMF_VERSION_BETASNAPSHOT 'T' -#define ESMF_VERSION_STRING "8.6.0" +#define ESMF_VERSION_STRING "8.6.1 beta snapshot" #endif // ESMC_MACROS_H diff --git a/src/Infrastructure/Util/src/ESMF_UtilTypes.F90 b/src/Infrastructure/Util/src/ESMF_UtilTypes.F90 index bfa1972d55..673e58274a 100644 --- a/src/Infrastructure/Util/src/ESMF_UtilTypes.F90 +++ b/src/Infrastructure/Util/src/ESMF_UtilTypes.F90 @@ -83,12 +83,12 @@ module ESMF_UtilTypesMod integer, parameter :: ESMF_VERSION_MAJOR = 8 integer, parameter :: ESMF_VERSION_MINOR = 6 - integer, parameter :: ESMF_VERSION_REVISION = 0 - integer, parameter :: ESMF_VERSION_PATCHLEVEL = 0 - logical, parameter :: ESMF_VERSION_PUBLIC = .true. - logical, parameter :: ESMF_VERSION_BETASNAPSHOT = .false. + integer, parameter :: ESMF_VERSION_REVISION = 1 + integer, parameter :: ESMF_VERSION_PATCHLEVEL = 1 + logical, parameter :: ESMF_VERSION_PUBLIC = .false. + logical, parameter :: ESMF_VERSION_BETASNAPSHOT = .true. - character(*), parameter :: ESMF_VERSION_STRING = "8.6.0" + character(*), parameter :: ESMF_VERSION_STRING = "8.6.1 beta snapshot" #if defined (ESMF_NETCDF) logical, parameter :: ESMF_IO_NETCDF_PRESENT = .true. diff --git a/src/addon/NUOPC/doc/NUOPC_howtodoc.ctex b/src/addon/NUOPC/doc/NUOPC_howtodoc.ctex index 1795d6660d..aa1ffb538c 100644 --- a/src/addon/NUOPC/doc/NUOPC_howtodoc.ctex +++ b/src/addon/NUOPC/doc/NUOPC_howtodoc.ctex @@ -17,7 +17,7 @@ \addtolength{\oddsidemargin}{-.75in} \newcommand{\mytitle}{\Large {\bf Building a NUOPC Model}} \newcommand{\myauthors}{\large {\it Content Standards Committee (CSC) Members}} -\newcommand{\myversion}{ESMF 8.6.0} +\newcommand{\myversion}{ESMF 8.6.1 beta snapshot} % set a standard paragraph style \setlength{\parskip}{0pt} \setlength{\parindent}{0pt} diff --git a/src/addon/NUOPC/doc/NUOPC_refdoc.ctex b/src/addon/NUOPC/doc/NUOPC_refdoc.ctex index 5678589782..e1d1616719 100644 --- a/src/addon/NUOPC/doc/NUOPC_refdoc.ctex +++ b/src/addon/NUOPC/doc/NUOPC_refdoc.ctex @@ -17,7 +17,7 @@ \addtolength{\oddsidemargin}{-.75in} \newcommand{\mytitle}{\Large {\bf NUOPC Layer Reference}} \newcommand{\myauthors}{\large {\it Content Standards Committee (CSC) Members}} -\newcommand{\myversion}{ESMF 8.6.0} +\newcommand{\myversion}{ESMF 8.6.1 beta snapshot} % set a standard paragraph style \setlength{\parskip}{0pt} \setlength{\parindent}{0pt} diff --git a/src/addon/esmpy/pyproject.toml b/src/addon/esmpy/pyproject.toml index b3da4b6a5c..c8bc29fadf 100644 --- a/src/addon/esmpy/pyproject.toml +++ b/src/addon/esmpy/pyproject.toml @@ -33,7 +33,7 @@ enabled = true template = "{tag}" dev_template = "{tag}" dirty_template = "{tag}" -starting_version = "8.6.0" # this is a backup for pip <= 22.0 where git-versioning doesn't work +starting_version = "8.6.1" # this is a backup for pip <= 22.0 where git-versioning doesn't work [tool.dynamic] version = "placeholder" # this is a placeholder for the version pulled with git-versioning diff --git a/src/doc/ESMC_crefdoc.ctex b/src/doc/ESMC_crefdoc.ctex index 0392a311b5..a15432cddc 100644 --- a/src/doc/ESMC_crefdoc.ctex +++ b/src/doc/ESMC_crefdoc.ctex @@ -14,7 +14,7 @@ \newcommand{\sreq}[1]{\subsection{\hspace{.2in}#1}} \newcommand{\ssreq}[1]{\subsubsection{\hspace{.2in}#1}} \newcommand{\mytitle}{\longname \docmttype ~~} -\newcommand{\myversion}{Version 8.6.0} +\newcommand{\myversion}{Version 8.6.1 beta snapshot} \newenvironment {reqlist} diff --git a/src/doc/ESMF_refdoc.ctex b/src/doc/ESMF_refdoc.ctex index 321f1fa01b..a8d1bb8dca 100644 --- a/src/doc/ESMF_refdoc.ctex +++ b/src/doc/ESMF_refdoc.ctex @@ -15,7 +15,7 @@ \newcommand{\sreq}[1]{\subsection{\hspace{.2in}#1}} \newcommand{\ssreq}[1]{\subsubsection{\hspace{.2in}#1}} \newcommand{\mytitle}{\longname \docmttype ~~} -\newcommand{\myversion}{Version 8.6.0} +\newcommand{\myversion}{Version 8.6.1 beta snapshot} \input{common_commands} diff --git a/src/doc/ESMF_usrdoc.ctex b/src/doc/ESMF_usrdoc.ctex index ab4718463f..4d397a65ef 100644 --- a/src/doc/ESMF_usrdoc.ctex +++ b/src/doc/ESMF_usrdoc.ctex @@ -14,7 +14,7 @@ \newcommand{\sreq}[1]{\subsection{\hspace{.2in}#1}} \newcommand{\ssreq}[1]{\subsubsection{\hspace{.2in}#1}} \newcommand{\mytitle}{\longname \docmttype ~~} -\newcommand{\myversion}{Version 8.6.0} +\newcommand{\myversion}{Version 8.6.1 beta snapshot} \newenvironment {reqlist} From 64e74792ab1d5b44b60b5f0eadb90254ebc3756a Mon Sep 17 00:00:00 2001 From: Bill Sacks Date: Thu, 18 Jan 2024 10:21:16 -0700 Subject: [PATCH 03/28] Replace a non-standard character with spelled out "Section" VSCode didn't like the original section character when opening / saving the file in the default UTF-8 encoding: it converted it to a different character. I figured we don't need the fancy section symbol, so just changing it to the spelled-out "Section". --- src/prologue/tests/ESMF_F95PtrUTest.F90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/prologue/tests/ESMF_F95PtrUTest.F90 b/src/prologue/tests/ESMF_F95PtrUTest.F90 index 6060d48e30..26d2021f51 100644 --- a/src/prologue/tests/ESMF_F95PtrUTest.F90 +++ b/src/prologue/tests/ESMF_F95PtrUTest.F90 @@ -171,7 +171,7 @@ subroutine ptr_size_test () ! types either contain F95 component initialization, or do not have a ! SEQUENCE statement. This prevents them from being placed into ! COMMON blocks. Note that the Standard does not even allow a pointer to - ! such types to reside in COMMON. (See Constraint 589 in §5.5.2 of F2003.) + ! such types to reside in COMMON. (See Constraint 589 in Section 5.5.2 of F2003.) !----------------------------------------------------------------------------- !NEX_disabled_UTest From b62cce9af4eee6f9349ca25eda798a3cc17d51ec Mon Sep 17 00:00:00 2001 From: Bill Sacks Date: Fri, 19 Jan 2024 11:49:19 -0700 Subject: [PATCH 04/28] Update copyright year to 2024 --- LICENSE | 2 +- README.md | 2 +- build/README.md | 2 +- build_config/AIX.default.default/ESMC_Conf.h | 2 +- build_config/AIX.default.default/ESMF_Conf.inc | 2 +- build_config/Cygwin.g95.default/ESMC_Conf.h | 2 +- build_config/Cygwin.g95.default/ESMF_Conf.inc | 2 +- build_config/Cygwin.gfortran.default/ESMC_Conf.h | 2 +- build_config/Cygwin.gfortran.default/ESMF_Conf.inc | 2 +- build_config/Darwin.absoft.default/ESMC_Conf.h | 2 +- build_config/Darwin.absoft.default/ESMF_Conf.inc | 2 +- build_config/Darwin.g95.default/ESMC_Conf.h | 2 +- build_config/Darwin.g95.default/ESMF_Conf.inc | 2 +- build_config/Darwin.gfortran.default/ESMC_Conf.h | 2 +- build_config/Darwin.gfortran.default/ESMF_Conf.inc | 2 +- build_config/Darwin.gfortranclang.default/ESMC_Conf.h | 2 +- build_config/Darwin.gfortranclang.default/ESMF_Conf.inc | 2 +- build_config/Darwin.intel.default/ESMC_Conf.h | 2 +- build_config/Darwin.intel.default/ESMF_Conf.inc | 2 +- build_config/Darwin.intelclang.default/ESMC_Conf.h | 2 +- build_config/Darwin.intelclang.default/ESMF_Conf.inc | 2 +- build_config/Darwin.intelgcc.default/ESMC_Conf.h | 2 +- build_config/Darwin.intelgcc.default/ESMF_Conf.inc | 2 +- build_config/Darwin.nag.default/ESMC_Conf.h | 2 +- build_config/Darwin.nag.default/ESMF_Conf.inc | 2 +- build_config/Darwin.pgi.default/ESMC_Conf.h | 2 +- build_config/Darwin.pgi.default/ESMF_Conf.inc | 2 +- build_config/Darwin.xlf.default/ESMC_Conf.h | 2 +- build_config/Darwin.xlf.default/ESMF_Conf.inc | 2 +- build_config/Darwin.xlfgcc.default/ESMC_Conf.h | 2 +- build_config/Darwin.xlfgcc.default/ESMF_Conf.inc | 2 +- build_config/IRIX64.default.default/ESMC_Conf.h | 2 +- build_config/IRIX64.default.default/ESMF_Conf.inc | 2 +- build_config/Linux.absoft.default/ESMC_Conf.h | 2 +- build_config/Linux.absoft.default/ESMF_Conf.inc | 2 +- build_config/Linux.absoftintel.default/ESMC_Conf.h | 2 +- build_config/Linux.absoftintel.default/ESMF_Conf.inc | 2 +- build_config/Linux.aocc.default/ESMC_Conf.h | 2 +- build_config/Linux.aocc.default/ESMF_Conf.inc | 2 +- build_config/Linux.arm.default/ESMC_Conf.h | 2 +- build_config/Linux.arm.default/ESMF_Conf.inc | 2 +- build_config/Linux.fujitsu.default/ESMF_Conf.inc | 2 +- build_config/Linux.g95.default/ESMC_Conf.h | 2 +- build_config/Linux.g95.default/ESMF_Conf.inc | 2 +- build_config/Linux.gfortran.default/ESMC_Conf.h | 2 +- build_config/Linux.gfortran.default/ESMF_Conf.inc | 2 +- build_config/Linux.gfortranclang.default/ESMC_Conf.h | 2 +- build_config/Linux.gfortranclang.default/ESMF_Conf.inc | 2 +- build_config/Linux.intel.default/ESMC_Conf.h | 2 +- build_config/Linux.intel.default/ESMF_Conf.inc | 2 +- build_config/Linux.intelgcc.default/ESMC_Conf.h | 2 +- build_config/Linux.intelgcc.default/ESMF_Conf.inc | 2 +- build_config/Linux.lahey.default/ESMC_Conf.h | 2 +- build_config/Linux.lahey.default/ESMF_Conf.inc | 2 +- build_config/Linux.llvm.default/ESMC_Conf.h | 2 +- build_config/Linux.llvm.default/ESMF_Conf.inc | 2 +- build_config/Linux.nag.default/ESMC_Conf.h | 2 +- build_config/Linux.nag.default/ESMF_Conf.inc | 2 +- build_config/Linux.nagintel.default/ESMC_Conf.h | 2 +- build_config/Linux.nagintel.default/ESMF_Conf.inc | 2 +- build_config/Linux.nvhpc.default/ESMC_Conf.h | 2 +- build_config/Linux.nvhpc.default/ESMF_Conf.inc | 2 +- build_config/Linux.pathscale.default/ESMC_Conf.h | 2 +- build_config/Linux.pathscale.default/ESMF_Conf.inc | 2 +- build_config/Linux.pgi.default/ESMC_Conf.h | 2 +- build_config/Linux.pgi.default/ESMF_Conf.inc | 2 +- build_config/Linux.pgigcc.default/ESMC_Conf.h | 2 +- build_config/Linux.pgigcc.default/ESMF_Conf.inc | 2 +- build_config/Linux.sxcross.default/ESMC_Conf.h | 2 +- build_config/Linux.sxcross.default/ESMF_Conf.inc | 2 +- build_config/Linux.xlf.default/ESMC_Conf.h | 2 +- build_config/Linux.xlf.default/ESMF_Conf.inc | 2 +- build_config/MinGW.gfortran.default/ESMC_Conf.h | 2 +- build_config/MinGW.gfortran.default/ESMF_Conf.inc | 2 +- build_config/MinGW.intel.default/ESMC_Conf.h | 2 +- build_config/MinGW.intel.default/ESMF_Conf.inc | 2 +- build_config/MinGW.intelcl.default/ESMC_Conf.h | 2 +- build_config/MinGW.intelcl.default/ESMF_Conf.inc | 2 +- build_config/OSF1.default.default/ESMC_Conf.h | 2 +- build_config/OSF1.default.default/ESMF_Conf.inc | 2 +- build_config/README.md | 2 +- build_config/SunOS.default.default/ESMC_Conf.h | 2 +- build_config/SunOS.default.default/ESMF_Conf.inc | 2 +- build_config/Unicos.aocc.default/ESMC_Conf.h | 2 +- build_config/Unicos.aocc.default/ESMF_Conf.inc | 2 +- build_config/Unicos.cce.default/ESMC_Conf.h | 2 +- build_config/Unicos.cce.default/ESMF_Conf.inc | 2 +- build_config/Unicos.default.default/ESMC_Conf.h | 2 +- build_config/Unicos.default.default/ESMF_Conf.inc | 2 +- build_config/Unicos.gfortran.default/ESMC_Conf.h | 2 +- build_config/Unicos.gfortran.default/ESMF_Conf.inc | 2 +- build_config/Unicos.intel.default/ESMC_Conf.h | 2 +- build_config/Unicos.intel.default/ESMF_Conf.inc | 2 +- build_config/Unicos.nvhpc.default/ESMC_Conf.h | 2 +- build_config/Unicos.nvhpc.default/ESMF_Conf.inc | 2 +- build_config/Unicos.pathscale.default/ESMC_Conf.h | 2 +- build_config/Unicos.pathscale.default/ESMF_Conf.inc | 2 +- build_config/Unicos.pgi.default/ESMC_Conf.h | 2 +- build_config/Unicos.pgi.default/ESMF_Conf.inc | 2 +- scripts/doc_templates/templates/scripts/do_ccprotex | 2 +- scripts/doc_templates/templates/scripts/do_chprotex | 2 +- scripts/doc_templates/templates/scripts/do_fprotex | 2 +- scripts/doc_templates/templates/scripts/do_l2h | 2 +- scripts/doc_templates/templates/scripts/do_latex | 2 +- scripts/doc_templates/templates/scripts/do_newclass | 2 +- scripts/doc_templates/templates/scripts/do_newcomp | 2 +- scripts/doc_templates/templates/scripts/do_newdoc | 2 +- scripts/doc_templates/templates/title_alldoc.tex | 2 +- scripts/doc_templates/templates/verstitle_alldoc.tex | 2 +- scripts/jinja2_templating/generate_templates.py | 4 ++-- src/Infrastructure/Array/doc/Array_cdesc.tex | 2 +- src/Infrastructure/Array/doc/Array_crefdoc.ctex | 2 +- src/Infrastructure/Array/doc/Array_desc.tex | 2 +- src/Infrastructure/Array/doc/Array_refdoc.ctex | 2 +- src/Infrastructure/Array/examples/ESMF_ArrayArbHaloEx.F90 | 2 +- src/Infrastructure/Array/examples/ESMF_ArrayCommNBEx.F90 | 2 +- src/Infrastructure/Array/examples/ESMF_ArrayEx.F90 | 2 +- src/Infrastructure/Array/examples/ESMF_ArrayFarrayEx.F90 | 2 +- src/Infrastructure/Array/examples/ESMF_ArrayFarrayHaloEx.F90 | 2 +- src/Infrastructure/Array/examples/ESMF_ArrayHaloEx.F90 | 2 +- src/Infrastructure/Array/examples/ESMF_ArrayLarrayEx.F90 | 2 +- src/Infrastructure/Array/examples/ESMF_ArrayRedistEx.F90 | 2 +- .../Array/examples/ESMF_ArrayScatterGatherArbEx.F90 | 2 +- .../Array/examples/ESMF_ArrayScatterGatherEx.F90 | 2 +- .../Array/examples/ESMF_ArraySparseMatMulEx.F90 | 2 +- src/Infrastructure/Array/include/ESMCI_Array.h | 2 +- src/Infrastructure/Array/include/ESMC_Array.h | 2 +- src/Infrastructure/Array/interface/ESMCI_Array_F.C | 2 +- src/Infrastructure/Array/interface/ESMC_Array.C | 2 +- src/Infrastructure/Array/interface/ESMF_Array.F90 | 2 +- src/Infrastructure/Array/interface/ESMF_ArrayCreate.cppF90 | 2 +- src/Infrastructure/Array/interface/ESMF_ArrayGather.cppF90 | 2 +- src/Infrastructure/Array/interface/ESMF_ArrayGet.cppF90 | 2 +- src/Infrastructure/Array/interface/ESMF_ArrayHa.F90 | 2 +- src/Infrastructure/Array/interface/ESMF_ArrayScatter.cppF90 | 2 +- src/Infrastructure/Array/interface/ESMF_DynamicMask.F90 | 2 +- src/Infrastructure/Array/src/ESMCI_Array.C | 2 +- src/Infrastructure/Array/tests/ESMC_ArrayUTest.c | 2 +- src/Infrastructure/Array/tests/ESMF_ArrayArbIdxSMMUTest.F90 | 2 +- src/Infrastructure/Array/tests/ESMF_ArrayCreateGetUTest.F90 | 2 +- src/Infrastructure/Array/tests/ESMF_ArrayDataUTest.F90 | 2 +- src/Infrastructure/Array/tests/ESMF_ArrayGatherUTest.F90 | 2 +- src/Infrastructure/Array/tests/ESMF_ArrayHaloUTest.F90 | 2 +- src/Infrastructure/Array/tests/ESMF_ArrayIOUTest.F90 | 2 +- src/Infrastructure/Array/tests/ESMF_ArrayRedistPerfUTest.F90 | 2 +- src/Infrastructure/Array/tests/ESMF_ArrayRedistUTest.F90 | 2 +- src/Infrastructure/Array/tests/ESMF_ArraySMMFromFileUTest.F90 | 2 +- src/Infrastructure/Array/tests/ESMF_ArraySMMUTest.F90 | 2 +- src/Infrastructure/Array/tests/ESMF_ArrayScatterUTest.F90 | 2 +- src/Infrastructure/ArrayBundle/doc/ArrayBundle_refdoc.ctex | 2 +- .../ArrayBundle/examples/ESMF_ArrayBundleEx.F90 | 2 +- .../ArrayBundle/examples/ESMF_ArrayBundleHaloEx.F90 | 2 +- src/Infrastructure/ArrayBundle/include/ESMCI_ArrayBundle.h | 2 +- .../ArrayBundle/interface/ESMCI_ArrayBundle_F.C | 2 +- src/Infrastructure/ArrayBundle/interface/ESMF_ArrayBundle.F90 | 2 +- src/Infrastructure/ArrayBundle/src/ESMCI_ArrayBundle.C | 2 +- .../ArrayBundle/tests/ESMF_ArrayBundleCreateUTest.F90 | 2 +- .../ArrayBundle/tests/ESMF_ArrayBundleIOUTest.F90 | 2 +- .../ArrayBundle/tests/ESMF_ArrayBundleRedistUTest.F90 | 2 +- src/Infrastructure/ArraySpec/doc/ArraySpec_crefdoc.ctex | 2 +- src/Infrastructure/ArraySpec/examples/ESMF_ArraySpecEx.F90 | 2 +- src/Infrastructure/ArraySpec/include/ESMCI_ArraySpec.h | 2 +- src/Infrastructure/ArraySpec/include/ESMC_ArraySpec.h | 2 +- src/Infrastructure/ArraySpec/interface/ESMCI_ArraySpec.C | 2 +- src/Infrastructure/ArraySpec/interface/ESMC_ArraySpec.C | 2 +- src/Infrastructure/ArraySpec/interface/ESMF_ArraySpec_C.F90 | 2 +- src/Infrastructure/ArraySpec/src/ESMF_ArraySpec.F90 | 2 +- src/Infrastructure/ArraySpec/tests/ESMC_ArraySpecUTest.c | 2 +- src/Infrastructure/ArraySpec/tests/ESMF_ArraySpecUTest.F90 | 2 +- src/Infrastructure/Base/doc/Info_refdoc.ctex | 2 +- src/Infrastructure/Base/examples/ESMF_InfoGetFromHostEx.F90 | 2 +- src/Infrastructure/Base/examples/ESMF_InfoTutorialEx.F90 | 2 +- src/Infrastructure/Base/include/ESMCI_Base.h | 2 +- src/Infrastructure/Base/include/ESMCI_Info.h | 2 +- src/Infrastructure/Base/interface/ESMCI_Base_F.C | 2 +- src/Infrastructure/Base/interface/ESMF_Base.F90 | 2 +- src/Infrastructure/Base/interface/ESMF_FactorRead.F90 | 2 +- src/Infrastructure/Base/interface/ESMF_Info.F90 | 2 +- src/Infrastructure/Base/interface/ESMF_InfoCDefGeneric.F90 | 2 +- src/Infrastructure/Base/src/ESMCI_Base.C | 2 +- src/Infrastructure/Base/src/ESMCI_Info.C | 2 +- src/Infrastructure/Base/src/ESMC_InfoCDef.C | 2 +- src/Infrastructure/Base/src/ESMC_InfoCDefGeneric.C | 2 +- src/Infrastructure/Base/tests/ESMCI_BaseUTest.C | 2 +- src/Infrastructure/Base/tests/ESMCI_InfoUTest.C | 2 +- src/Infrastructure/Base/tests/ESMCI_NlohmannJSONUTest.C | 2 +- src/Infrastructure/Base/tests/ESMF_BaseUTest.F90 | 2 +- src/Infrastructure/Base/tests/ESMF_InfoArrayUTest.F90 | 2 +- src/Infrastructure/Base/tests/ESMF_InfoProfileUTest.F90 | 2 +- src/Infrastructure/Base/tests/ESMF_InfoUTest.F90 | 2 +- src/Infrastructure/Config/doc/Config_crefdoc.ctex | 2 +- src/Infrastructure/Config/doc/Config_refdoc.ctex | 2 +- src/Infrastructure/Config/examples/ESMC_ConfigOverviewEx.C | 2 +- src/Infrastructure/Config/examples/ESMF_ConfigOverviewEx.F90 | 2 +- src/Infrastructure/Config/include/ESMCI_Config.h | 2 +- src/Infrastructure/Config/include/ESMC_Config.h | 2 +- src/Infrastructure/Config/interface/ESMC_Config.C | 2 +- src/Infrastructure/Config/interface/ESMF_Config_C.F90 | 2 +- src/Infrastructure/Config/src/ESMF_Config.F90 | 2 +- src/Infrastructure/Config/tests/ESMC_ConfigUTest.c | 2 +- src/Infrastructure/Config/tests/ESMF_ConfigUTest.F90 | 2 +- src/Infrastructure/Container/include/ESMCI_Container.h | 2 +- src/Infrastructure/Container/interface/ESMCI_Container_F.C | 2 +- src/Infrastructure/Container/interface/ESMF_Container.F90 | 2 +- src/Infrastructure/Container/tests/ESMF_ContainerUTest.F90 | 2 +- src/Infrastructure/DELayout/doc/CommMem_syn.tex | 2 +- src/Infrastructure/DELayout/doc/DELayout_crefdoc.ctex | 2 +- src/Infrastructure/DELayout/doc/DELayout_options.tex | 2 +- src/Infrastructure/DELayout/doc/DELayout_refdoc.ctex | 2 +- src/Infrastructure/DELayout/examples/ESMF_DELayoutEx.F90 | 2 +- src/Infrastructure/DELayout/include/ESMCI_DELayout.h | 2 +- src/Infrastructure/DELayout/interface/ESMCI_DELayout_F.C | 2 +- src/Infrastructure/DELayout/interface/ESMF_DELayout.F90 | 2 +- src/Infrastructure/DELayout/src/ESMCI_DELayout.C | 2 +- src/Infrastructure/DELayout/tests/ESMF_DELayoutUTest.F90 | 2 +- .../DELayout/tests/ESMF_DELayoutWorkQueueUTest.F90 | 2 +- src/Infrastructure/DistGrid/doc/DistGrid_cdesc.tex | 2 +- src/Infrastructure/DistGrid/doc/DistGrid_crefdoc.ctex | 2 +- src/Infrastructure/DistGrid/doc/DistGrid_desc.tex | 2 +- src/Infrastructure/DistGrid/doc/DistGrid_options.tex | 2 +- src/Infrastructure/DistGrid/doc/DistGrid_refdoc.ctex | 2 +- src/Infrastructure/DistGrid/examples/ESMF_DistGridEx.F90 | 2 +- src/Infrastructure/DistGrid/include/ESMCI_DistGrid.h | 2 +- src/Infrastructure/DistGrid/include/ESMC_DistGrid.h | 2 +- src/Infrastructure/DistGrid/interface/ESMCI_DistGrid_F.C | 2 +- src/Infrastructure/DistGrid/interface/ESMC_DistGrid.C | 2 +- src/Infrastructure/DistGrid/interface/ESMF_DistGrid.F90 | 2 +- .../DistGrid/interface/ESMF_DistGridConnection.F90 | 2 +- .../DistGrid/interface/ESMF_DistGridRegDecomp.F90 | 2 +- src/Infrastructure/DistGrid/src/ESMCI_DistGrid.C | 2 +- src/Infrastructure/DistGrid/tests/ESMC_DistGridUTest.c | 2 +- .../DistGrid/tests/ESMF_DistGridCreateGetUTest.F90 | 2 +- src/Infrastructure/Field/examples/ESMF_FieldArbGridEx.F90 | 2 +- src/Infrastructure/Field/examples/ESMF_FieldCommEx.F90 | 2 +- src/Infrastructure/Field/examples/ESMF_FieldCreateEx.F90 | 2 +- src/Infrastructure/Field/examples/ESMF_FieldEx.F90 | 2 +- src/Infrastructure/Field/examples/ESMF_FieldHaloEx.F90 | 2 +- src/Infrastructure/Field/examples/ESMF_FieldMeshRegridEx.F90 | 2 +- src/Infrastructure/Field/examples/ESMF_FieldRedistEx.F90 | 2 +- src/Infrastructure/Field/examples/ESMF_FieldRegridEx.F90 | 2 +- src/Infrastructure/Field/examples/ESMF_FieldRegridMaskEx.F90 | 2 +- src/Infrastructure/Field/examples/ESMF_FieldRepDimEx.F90 | 2 +- src/Infrastructure/Field/examples/ESMF_FieldSMMEx.F90 | 2 +- .../Field/examples/ESMF_FieldSphereRegridEx.F90 | 2 +- src/Infrastructure/Field/include/ESMCI_Field.h | 2 +- src/Infrastructure/Field/include/ESMC_Field.h | 2 +- src/Infrastructure/Field/interface/ESMCI_Field.C | 2 +- src/Infrastructure/Field/interface/ESMCI_Field_F.C | 2 +- src/Infrastructure/Field/interface/ESMC_Field.C | 2 +- src/Infrastructure/Field/interface/ESMF_Field_C.F90 | 2 +- src/Infrastructure/Field/src/ESMF_Field.F90 | 2 +- src/Infrastructure/Field/src/ESMF_FieldCreate.cppF90 | 2 +- src/Infrastructure/Field/src/ESMF_FieldEmpty.cppF90 | 2 +- src/Infrastructure/Field/src/ESMF_FieldGather.cppF90 | 2 +- src/Infrastructure/Field/src/ESMF_FieldGet.cppF90 | 2 +- src/Infrastructure/Field/src/ESMF_FieldGetAllocBounds.F90 | 2 +- src/Infrastructure/Field/src/ESMF_FieldHalo.F90 | 2 +- src/Infrastructure/Field/src/ESMF_FieldPr.F90 | 2 +- src/Infrastructure/Field/src/ESMF_FieldRedist.F90 | 2 +- src/Infrastructure/Field/src/ESMF_FieldRegrid.F90 | 2 +- src/Infrastructure/Field/src/ESMF_FieldSMM.F90 | 2 +- src/Infrastructure/Field/src/ESMF_FieldScatter.cppF90 | 2 +- src/Infrastructure/Field/src/ESMF_FieldSet.F90 | 2 +- src/Infrastructure/Field/src/ESMF_FieldWr.F90 | 2 +- src/Infrastructure/Field/src/ESMF_UtilRWG.F90 | 2 +- .../Field/tests/ESMC_FieldGridGridRegridCsrvUTest.c | 2 +- .../Field/tests/ESMC_FieldGridGridRegridUTest.c | 2 +- src/Infrastructure/Field/tests/ESMC_FieldGridRegrid2UTest.c | 2 +- .../Field/tests/ESMC_FieldGridRegridCsrv2UTest.c | 2 +- .../Field/tests/ESMC_FieldGridRegridCsrvUTest.c | 2 +- src/Infrastructure/Field/tests/ESMC_FieldGridRegridParUTest.c | 2 +- src/Infrastructure/Field/tests/ESMC_FieldGridRegridUTest.c | 2 +- src/Infrastructure/Field/tests/ESMC_FieldRegridCsrvUTest.c | 2 +- src/Infrastructure/Field/tests/ESMC_FieldRegridUTest.c | 2 +- src/Infrastructure/Field/tests/ESMC_FieldSMMFromFileUTest.c | 2 +- src/Infrastructure/Field/tests/ESMC_FieldTripoleRegridUTest.c | 2 +- src/Infrastructure/Field/tests/ESMC_FieldUTest.c | 2 +- src/Infrastructure/Field/tests/ESMF_FieldArbGridUTest.F90 | 2 +- src/Infrastructure/Field/tests/ESMF_FieldCreateGetUTest.F90 | 2 +- src/Infrastructure/Field/tests/ESMF_FieldGatherUTest.F90 | 2 +- src/Infrastructure/Field/tests/ESMF_FieldHaloUTest.F90 | 2 +- src/Infrastructure/Field/tests/ESMF_FieldIOUTest.F90 | 2 +- src/Infrastructure/Field/tests/ESMF_FieldLSSMMUTest.F90 | 2 +- src/Infrastructure/Field/tests/ESMF_FieldMeshSMMUTest.F90 | 2 +- src/Infrastructure/Field/tests/ESMF_FieldRedistArbUTest.F90 | 2 +- src/Infrastructure/Field/tests/ESMF_FieldRedistUTest.F90 | 2 +- src/Infrastructure/Field/tests/ESMF_FieldRegridCSUTest.F90 | 2 +- .../Field/tests/ESMF_FieldRegridCsrv2ndUTest.F90 | 2 +- src/Infrastructure/Field/tests/ESMF_FieldRegridCsrvUTest.F90 | 2 +- src/Infrastructure/Field/tests/ESMF_FieldRegridUTest.F90 | 2 +- src/Infrastructure/Field/tests/ESMF_FieldRegridXGSMMUTest.F90 | 2 +- src/Infrastructure/Field/tests/ESMF_FieldRegridXGUTest.F90 | 2 +- src/Infrastructure/Field/tests/ESMF_FieldSMMFromFileUTest.F90 | 2 +- src/Infrastructure/Field/tests/ESMF_FieldSMMUTest.F90 | 2 +- src/Infrastructure/Field/tests/ESMF_FieldStressUTest.F90 | 2 +- src/Infrastructure/Field/tests/ESMF_FieldUTest.F90 | 2 +- .../FieldBundle/examples/ESMF_FieldBundleHaloEx.F90 | 2 +- .../FieldBundle/examples/ESMF_FieldBundleRedistEx.F90 | 2 +- .../FieldBundle/examples/ESMF_FieldBundleSMMEx.F90 | 2 +- .../FieldBundle/interface/ESMCI_FieldBundle_F.C | 2 +- .../FieldBundle/interface/ESMF_FieldBundle_C.F90 | 2 +- src/Infrastructure/FieldBundle/src/ESMF_FieldBundle.cppF90 | 2 +- .../FieldBundle/tests/ESMF_FieldBundleCrGetUTest.F90 | 2 +- .../FieldBundle/tests/ESMF_FieldBundleIOUTest.F90 | 2 +- .../FieldBundle/tests/ESMF_FieldBundleRedistUTest.F90 | 2 +- .../FieldBundle/tests/ESMF_FieldBundleRegridUTest.F90 | 2 +- .../FieldBundle/tests/ESMF_FieldBundleSMMUTest.F90 | 2 +- .../FieldBundle/tests/ESMF_FieldBundleUTest.F90 | 2 +- src/Infrastructure/Geom/interface/ESMCI_Geom_F.C | 2 +- src/Infrastructure/Geom/src/ESMF_Geom.F90 | 2 +- src/Infrastructure/Grid/doc/Grid.bib | 2 +- src/Infrastructure/Grid/doc/Grid_cdesc.tex | 2 +- src/Infrastructure/Grid/doc/Grid_crefdoc.ctex | 2 +- src/Infrastructure/Grid/doc/Grid_desc.tex | 2 +- src/Infrastructure/Grid/doc/Grid_desdoc.bib | 2 +- src/Infrastructure/Grid/doc/Grid_glos.tex | 2 +- src/Infrastructure/Grid/doc/Grid_obj.tex | 2 +- src/Infrastructure/Grid/doc/Grid_refdoc.ctex | 2 +- src/Infrastructure/Grid/doc/Grid_req.tex | 2 +- .../Grid/examples/ESMF_GridCreateFromF90ArraysEx.F90 | 2 +- .../Grid/examples/ESMF_GridCreateRegFromDGEx.F90 | 2 +- .../Grid/examples/ESMF_GridCreateSph2DPlus1Ex.F90 | 2 +- src/Infrastructure/Grid/examples/ESMF_GridCreateTripoleEx.F90 | 2 +- src/Infrastructure/Grid/examples/ESMF_GridUsageEx.F90 | 2 +- src/Infrastructure/Grid/include/ESMCI_Grid.h | 2 +- src/Infrastructure/Grid/include/ESMC_Grid.h | 2 +- src/Infrastructure/Grid/interface/ESMCI_Grid_F.C | 2 +- src/Infrastructure/Grid/interface/ESMC_Grid.C | 2 +- src/Infrastructure/Grid/interface/ESMF_Grid.F90 | 2 +- src/Infrastructure/Grid/interface/ESMF_Grid_C.F90 | 2 +- src/Infrastructure/Grid/interface/ESMF_StaggerLoc.F90 | 2 +- src/Infrastructure/Grid/src/ESMCI_Grid.C | 2 +- src/Infrastructure/Grid/tests/ESMC_GridUTest.c | 2 +- src/Infrastructure/Grid/tests/ESMF_GridArbitraryUTest.F90 | 2 +- src/Infrastructure/Grid/tests/ESMF_GridCoordUTest.F90 | 2 +- src/Infrastructure/Grid/tests/ESMF_GridCreateUTest.F90 | 2 +- src/Infrastructure/Grid/tests/ESMF_GridItemUTest.F90 | 2 +- src/Infrastructure/GridUtil/include/ESMCI_GridToMesh.h | 2 +- src/Infrastructure/GridUtil/include/ESMCI_Ptypes.h | 2 +- src/Infrastructure/GridUtil/interface/ESMCI_GridUtil_F.C | 2 +- src/Infrastructure/GridUtil/interface/ESMF_GridUtil.F90 | 2 +- src/Infrastructure/GridUtil/src/ESMCI_GridToMesh.C | 2 +- src/Infrastructure/GridUtil/tests/ESMF_GridToMeshUTest.F90 | 2 +- src/Infrastructure/HConfig/doc/HConfig_desc.tex | 2 +- src/Infrastructure/HConfig/doc/HConfig_refdoc.ctex | 2 +- src/Infrastructure/HConfig/examples/ESMF_HConfigEx.F90 | 2 +- src/Infrastructure/HConfig/include/ESMCI_HConfig.h | 2 +- src/Infrastructure/HConfig/interface/ESMCI_HConfig_F.C | 2 +- src/Infrastructure/HConfig/interface/ESMF_HConfig.F90 | 2 +- src/Infrastructure/HConfig/src/ESMCI_HConfig.C | 2 +- src/Infrastructure/HConfig/tests/ESMF_HConfigUTest.F90 | 2 +- src/Infrastructure/IO/include/ESMCI_IO.h | 2 +- src/Infrastructure/IO/include/ESMCI_IO_Gridspec.h | 2 +- src/Infrastructure/IO/include/ESMCI_IO_Handler.h | 2 +- src/Infrastructure/IO/include/ESMCI_IO_NetCDF.h | 2 +- src/Infrastructure/IO/include/ESMCI_IO_Schema.h | 2 +- src/Infrastructure/IO/include/ESMCI_IO_Scrip.h | 2 +- src/Infrastructure/IO/include/ESMCI_IO_XML.h | 2 +- src/Infrastructure/IO/include/ESMCI_IO_YAML.h | 2 +- src/Infrastructure/IO/include/ESMCI_PIO_Handler.h | 2 +- src/Infrastructure/IO/include/ESMCI_SAX2ReadHandler.h | 2 +- src/Infrastructure/IO/include/ESMCI_SAX2WriteHandler.h | 2 +- src/Infrastructure/IO/include/ESMC_IOScrip2ESMF.h | 2 +- src/Infrastructure/IO/include/esmf_io_debug.h | 2 +- src/Infrastructure/IO/interface/ESMCI_IO_F.C | 2 +- src/Infrastructure/IO/interface/ESMCI_IO_NetCDF_F.C | 2 +- src/Infrastructure/IO/interface/ESMCI_IO_XML_F.C | 2 +- src/Infrastructure/IO/interface/ESMCI_IO_YAML_F.C | 2 +- src/Infrastructure/IO/interface/ESMC_IOScrip2ESMF.C | 2 +- src/Infrastructure/IO/interface/ESMC_IO_Gridspec.C | 2 +- src/Infrastructure/IO/interface/ESMC_IO_Scrip.C | 2 +- src/Infrastructure/IO/interface/ESMF_IO.F90 | 2 +- src/Infrastructure/IO/interface/ESMF_IOFileTypeCheck.F90 | 2 +- src/Infrastructure/IO/interface/ESMF_IOGridmosaic.F90 | 2 +- src/Infrastructure/IO/interface/ESMF_IOGridspec.F90 | 2 +- src/Infrastructure/IO/interface/ESMF_IOScrip.F90 | 2 +- src/Infrastructure/IO/interface/ESMF_IOUGrid.F90 | 2 +- src/Infrastructure/IO/interface/ESMF_IO_Gridspec_C.F90 | 2 +- src/Infrastructure/IO/interface/ESMF_IO_NCPutGet.cppF90 | 2 +- src/Infrastructure/IO/interface/ESMF_IO_NetCDF.F90 | 2 +- src/Infrastructure/IO/interface/ESMF_IO_Scrip_C.F90 | 2 +- src/Infrastructure/IO/interface/ESMF_IO_YAML.F90 | 2 +- src/Infrastructure/IO/src/ESMCI_IO.C | 2 +- src/Infrastructure/IO/src/ESMCI_IO_Gridspec.C | 2 +- src/Infrastructure/IO/src/ESMCI_IO_Handler.C | 2 +- src/Infrastructure/IO/src/ESMCI_IO_NetCDF.C | 2 +- src/Infrastructure/IO/src/ESMCI_IO_Schema.C | 2 +- src/Infrastructure/IO/src/ESMCI_IO_Scrip.C | 2 +- src/Infrastructure/IO/src/ESMCI_IO_XML.C | 2 +- src/Infrastructure/IO/src/ESMCI_IO_YAML.C | 2 +- src/Infrastructure/IO/src/ESMCI_PIO_Handler.C | 2 +- src/Infrastructure/IO/src/ESMCI_SAX2ReadHandler.C | 2 +- src/Infrastructure/IO/src/ESMCI_SAX2WriteHandler.C | 2 +- src/Infrastructure/IO/tests/ESMCI_IO_NetCDFUTest.C | 2 +- src/Infrastructure/IO/tests/ESMCI_IO_PIOUTest.C | 2 +- src/Infrastructure/IO/tests/ESMC_IO_InqUTest.c | 2 +- src/Infrastructure/IO/tests/ESMF_IOUTest.F90 | 2 +- src/Infrastructure/IO/tests/ESMF_IO_FileTypeCheckUTest.F90 | 2 +- src/Infrastructure/IO/tests/ESMF_IO_MultitileUTest.F90 | 2 +- src/Infrastructure/IO/tests/ESMF_IO_YAMLUTest.F90 | 2 +- src/Infrastructure/LocStream/doc/LocStream_crefdoc.ctex | 2 +- src/Infrastructure/LocStream/doc/LocStream_desc.tex | 2 +- src/Infrastructure/LocStream/doc/LocStream_refdoc.ctex | 2 +- src/Infrastructure/LocStream/examples/ESMF_LocStreamEx.F90 | 2 +- src/Infrastructure/LocStream/include/ESMCI_LocStream.h | 2 +- src/Infrastructure/LocStream/include/ESMC_LocStream.h | 2 +- src/Infrastructure/LocStream/interface/ESMCI_LocStream.C | 2 +- src/Infrastructure/LocStream/interface/ESMCI_LocStream_F.C | 2 +- src/Infrastructure/LocStream/interface/ESMC_LocStream.C | 2 +- src/Infrastructure/LocStream/interface/ESMF_LocStream_C.F90 | 2 +- src/Infrastructure/LocStream/src/ESMF_LocStream.F90 | 2 +- src/Infrastructure/LocStream/tests/ESMC_LocStreamUTest.c | 2 +- src/Infrastructure/LocStream/tests/ESMF_LocStreamUTest.F90 | 2 +- src/Infrastructure/LocalArray/doc/LocalArray_refdoc.ctex | 2 +- src/Infrastructure/LocalArray/include/ESMCI_LocalArray.h | 2 +- src/Infrastructure/LocalArray/interface/ESMCI_LocalArray_F.C | 2 +- src/Infrastructure/LocalArray/interface/ESMF_LocalArray.F90 | 2 +- .../LocalArray/interface/ESMF_LocalArrayCreate.cppF90 | 2 +- .../LocalArray/interface/ESMF_LocalArrayGet.cppF90 | 2 +- .../LocalArray/interface/ESMF_LocalArrayWrapperType.cppF90 | 2 +- src/Infrastructure/LocalArray/interface/ESMF_LocalArray_C.F90 | 2 +- src/Infrastructure/LocalArray/src/ESMCI_LocalArray.C | 2 +- .../LocalArray/tests/ESMF_LocalArrayDataUTest.F90 | 2 +- src/Infrastructure/LogErr/doc/LogErr_background.tex | 2 +- src/Infrastructure/LogErr/doc/LogErr_cdesc.tex | 2 +- src/Infrastructure/LogErr/doc/LogErr_cex.tex | 2 +- src/Infrastructure/LogErr/doc/LogErr_coptions.tex | 2 +- src/Infrastructure/LogErr/doc/LogErr_crefdoc.ctex | 2 +- src/Infrastructure/LogErr/doc/LogErr_desc.tex | 2 +- src/Infrastructure/LogErr/doc/LogErr_design.tex | 2 +- src/Infrastructure/LogErr/doc/LogErr_implnotes.tex | 2 +- src/Infrastructure/LogErr/doc/LogErr_obj.tex | 2 +- src/Infrastructure/LogErr/doc/LogErr_options.tex | 2 +- src/Infrastructure/LogErr/doc/LogErr_refdoc.ctex | 2 +- src/Infrastructure/LogErr/doc/LogErr_rest.tex | 2 +- src/Infrastructure/LogErr/examples/ESMF_LogErrEx.F90 | 2 +- src/Infrastructure/LogErr/include/ESMCI_ErrMsgs.C | 2 +- src/Infrastructure/LogErr/include/ESMCI_LogErr.h | 2 +- src/Infrastructure/LogErr/include/ESMC_LogErr.h | 2 +- src/Infrastructure/LogErr/interface/ESMCI_LogErr_F.C | 2 +- src/Infrastructure/LogErr/interface/ESMC_LogErr.C | 2 +- src/Infrastructure/LogErr/interface/ESMF_LogErr_C.F90 | 2 +- src/Infrastructure/LogErr/interface/ESMF_LogPublic.F90 | 2 +- src/Infrastructure/LogErr/src/ESMCI_LogErr.C | 2 +- src/Infrastructure/LogErr/tests/ESMCI_LogErrPerfUTest.C | 2 +- src/Infrastructure/LogErr/tests/ESMCI_TestError.C | 2 +- src/Infrastructure/LogErr/tests/ESMC_LogErrUTest.c | 2 +- src/Infrastructure/LogErr/tests/ESMF_LogErrHaltUTest.F90 | 2 +- src/Infrastructure/LogErr/tests/ESMF_LogErrPerfUTest.F90 | 2 +- src/Infrastructure/LogErr/tests/ESMF_LogErrUTest.F90 | 2 +- src/Infrastructure/Mesh/doc/Mesh_crefdoc.ctex | 2 +- src/Infrastructure/Mesh/examples/ESMCI_DCatEx.C | 2 +- src/Infrastructure/Mesh/examples/ESMCI_DPart.C | 2 +- src/Infrastructure/Mesh/examples/ESMCI_RefineEx.C | 2 +- src/Infrastructure/Mesh/examples/ESMCI_RendEx.C | 2 +- src/Infrastructure/Mesh/examples/ESMF_MeshEx.F90 | 2 +- src/Infrastructure/Mesh/examples/MeshCat | 2 +- src/Infrastructure/Mesh/include/ESMCI_ClumpPnts.h | 2 +- src/Infrastructure/Mesh/include/ESMCI_ESMFMesh_Util.h | 2 +- src/Infrastructure/Mesh/include/ESMCI_FileIO_Util.h | 2 +- src/Infrastructure/Mesh/include/ESMCI_GToM_Util.h | 2 +- src/Infrastructure/Mesh/include/ESMCI_MBMesh.h | 2 +- src/Infrastructure/Mesh/include/ESMCI_MBMesh_BBox.h | 2 +- src/Infrastructure/Mesh/include/ESMCI_MBMesh_Bilinear.h | 2 +- src/Infrastructure/Mesh/include/ESMCI_MBMesh_Conserve.h | 2 +- src/Infrastructure/Mesh/include/ESMCI_MBMesh_Dual.h | 2 +- src/Infrastructure/Mesh/include/ESMCI_MBMesh_Extrapolation.h | 2 +- src/Infrastructure/Mesh/include/ESMCI_MBMesh_GToM_Glue.h | 2 +- src/Infrastructure/Mesh/include/ESMCI_MBMesh_Glue.h | 2 +- src/Infrastructure/Mesh/include/ESMCI_MBMesh_Mapping.h | 2 +- src/Infrastructure/Mesh/include/ESMCI_MBMesh_Patch.h | 2 +- src/Infrastructure/Mesh/include/ESMCI_MBMesh_Redist.h | 2 +- src/Infrastructure/Mesh/include/ESMCI_MBMesh_Regrid_Glue.h | 2 +- src/Infrastructure/Mesh/include/ESMCI_MBMesh_Rendez_Elem.h | 2 +- src/Infrastructure/Mesh/include/ESMCI_MBMesh_Rendez_EtoP.h | 2 +- src/Infrastructure/Mesh/include/ESMCI_MBMesh_Search.h | 2 +- src/Infrastructure/Mesh/include/ESMCI_MBMesh_Search_EtoE.h | 2 +- src/Infrastructure/Mesh/include/ESMCI_MBMesh_Search_EtoP.h | 2 +- src/Infrastructure/Mesh/include/ESMCI_MBMesh_ShapeFunc.h | 2 +- src/Infrastructure/Mesh/include/ESMCI_MBMesh_Types.h | 2 +- src/Infrastructure/Mesh/include/ESMCI_MBMesh_Util.h | 2 +- src/Infrastructure/Mesh/include/ESMCI_MathUtil.h | 2 +- src/Infrastructure/Mesh/include/ESMCI_Mesh.h | 2 +- src/Infrastructure/Mesh/include/ESMCI_MeshCXX.h | 2 +- src/Infrastructure/Mesh/include/ESMCI_MeshCap.h | 2 +- src/Infrastructure/Mesh/include/ESMCI_MeshDual.h | 2 +- src/Infrastructure/Mesh/include/ESMCI_MeshRedist.h | 2 +- src/Infrastructure/Mesh/include/ESMCI_Mesh_FileIO.h | 2 +- src/Infrastructure/Mesh/include/ESMCI_Mesh_GToM_Glue.h | 2 +- src/Infrastructure/Mesh/include/ESMCI_Mesh_Glue.h | 2 +- src/Infrastructure/Mesh/include/ESMCI_Mesh_Regrid_Glue.h | 2 +- src/Infrastructure/Mesh/include/ESMCI_Mesh_XGrid_Glue.h | 2 +- src/Infrastructure/Mesh/include/ESMCI_OTree.h | 2 +- src/Infrastructure/Mesh/include/ESMCI_RegridConstants.h | 2 +- src/Infrastructure/Mesh/include/ESMCI_Regrid_Nearest.h | 2 +- src/Infrastructure/Mesh/include/ESMCI_Rendez_Nearest.h | 2 +- src/Infrastructure/Mesh/include/ESMCI_Search_Nearest.h | 2 +- src/Infrastructure/Mesh/include/ESMCI_UGRID_Util.h | 2 +- src/Infrastructure/Mesh/include/ESMCI_XGridUtil.h | 2 +- src/Infrastructure/Mesh/include/ESMC_Mesh.h | 2 +- src/Infrastructure/Mesh/include/Legacy/ESMCI_Attr.h | 2 +- src/Infrastructure/Mesh/include/Legacy/ESMCI_BBox.h | 2 +- src/Infrastructure/Mesh/include/Legacy/ESMCI_CommReg.h | 2 +- src/Infrastructure/Mesh/include/Legacy/ESMCI_CommRel.h | 2 +- src/Infrastructure/Mesh/include/Legacy/ESMCI_Context.h | 2 +- src/Infrastructure/Mesh/include/Legacy/ESMCI_DDir.h | 2 +- src/Infrastructure/Mesh/include/Legacy/ESMCI_Exception.h | 2 +- src/Infrastructure/Mesh/include/Legacy/ESMCI_FieldReg.h | 2 +- src/Infrastructure/Mesh/include/Legacy/ESMCI_FindPnts.h | 2 +- src/Infrastructure/Mesh/include/Legacy/ESMCI_Ftn.h | 2 +- src/Infrastructure/Mesh/include/Legacy/ESMCI_GeomRendezvous.h | 2 +- src/Infrastructure/Mesh/include/Legacy/ESMCI_GlobalIds.h | 2 +- src/Infrastructure/Mesh/include/Legacy/ESMCI_HAdapt.h | 2 +- src/Infrastructure/Mesh/include/Legacy/ESMCI_IOField.h | 2 +- src/Infrastructure/Mesh/include/Legacy/ESMCI_Iterator.h | 2 +- src/Infrastructure/Mesh/include/Legacy/ESMCI_Kernel.h | 2 +- src/Infrastructure/Mesh/include/Legacy/ESMCI_List.h | 2 +- src/Infrastructure/Mesh/include/Legacy/ESMCI_MCoord.h | 2 +- src/Infrastructure/Mesh/include/Legacy/ESMCI_MEFamily.h | 2 +- src/Infrastructure/Mesh/include/Legacy/ESMCI_MEField.h | 2 +- src/Infrastructure/Mesh/include/Legacy/ESMCI_MEImprint.h | 2 +- src/Infrastructure/Mesh/include/Legacy/ESMCI_MEValues.h | 2 +- src/Infrastructure/Mesh/include/Legacy/ESMCI_Mask.h | 2 +- src/Infrastructure/Mesh/include/Legacy/ESMCI_MasterElement.h | 2 +- src/Infrastructure/Mesh/include/Legacy/ESMCI_MeshContext.h | 2 +- src/Infrastructure/Mesh/include/Legacy/ESMCI_MeshDB.h | 2 +- src/Infrastructure/Mesh/include/Legacy/ESMCI_MeshExodus.h | 2 +- src/Infrastructure/Mesh/include/Legacy/ESMCI_MeshField.h | 2 +- src/Infrastructure/Mesh/include/Legacy/ESMCI_MeshGen.h | 2 +- src/Infrastructure/Mesh/include/Legacy/ESMCI_MeshMerge.h | 2 +- src/Infrastructure/Mesh/include/Legacy/ESMCI_MeshNC.h | 2 +- src/Infrastructure/Mesh/include/Legacy/ESMCI_MeshObj.h | 2 +- src/Infrastructure/Mesh/include/Legacy/ESMCI_MeshObjConn.h | 2 +- src/Infrastructure/Mesh/include/Legacy/ESMCI_MeshObjPack.h | 2 +- src/Infrastructure/Mesh/include/Legacy/ESMCI_MeshObjTopo.h | 2 +- src/Infrastructure/Mesh/include/Legacy/ESMCI_MeshPNC.h | 2 +- src/Infrastructure/Mesh/include/Legacy/ESMCI_MeshPartition.h | 2 +- src/Infrastructure/Mesh/include/Legacy/ESMCI_MeshRead.h | 2 +- src/Infrastructure/Mesh/include/Legacy/ESMCI_MeshRefine.h | 2 +- src/Infrastructure/Mesh/include/Legacy/ESMCI_MeshSet.h | 2 +- src/Infrastructure/Mesh/include/Legacy/ESMCI_MeshSkin.h | 2 +- src/Infrastructure/Mesh/include/Legacy/ESMCI_MeshTests.h | 2 +- src/Infrastructure/Mesh/include/Legacy/ESMCI_MeshTypes.h | 2 +- src/Infrastructure/Mesh/include/Legacy/ESMCI_MeshUtils.h | 2 +- src/Infrastructure/Mesh/include/Legacy/ESMCI_MeshVTK.h | 2 +- src/Infrastructure/Mesh/include/Legacy/ESMCI_MeshllField.h | 2 +- src/Infrastructure/Mesh/include/Legacy/ESMCI_Migrator.h | 2 +- src/Infrastructure/Mesh/include/Legacy/ESMCI_ParEnv.h | 2 +- src/Infrastructure/Mesh/include/Legacy/ESMCI_ParLog.h | 2 +- src/Infrastructure/Mesh/include/Legacy/ESMCI_Polynomial.h | 2 +- src/Infrastructure/Mesh/include/Legacy/ESMCI_Quadrature.h | 2 +- src/Infrastructure/Mesh/include/Legacy/ESMCI_Rebalance.h | 2 +- src/Infrastructure/Mesh/include/Legacy/ESMCI_RefineTopo.h | 2 +- src/Infrastructure/Mesh/include/Legacy/ESMCI_SFuncAdaptor.h | 2 +- src/Infrastructure/Mesh/include/Legacy/ESMCI_SM.h | 2 +- src/Infrastructure/Mesh/include/Legacy/ESMCI_ShapeLagrange.h | 2 +- src/Infrastructure/Mesh/include/Legacy/ESMCI_Sintdnode.h | 2 +- src/Infrastructure/Mesh/include/Legacy/ESMCI_SmallAlloc.h | 2 +- src/Infrastructure/Mesh/include/Legacy/ESMCI_SparseMsg.h | 2 +- src/Infrastructure/Mesh/include/Legacy/ESMCI_Tree.h | 2 +- src/Infrastructure/Mesh/include/Legacy/ESMCI_WriteWeights.h | 2 +- .../Mesh/include/Legacy/ESMCI_WriteWeightsPar.h | 2 +- .../Mesh/include/Regridding/ESMCI_Conserve2ndInterp.h | 2 +- .../Mesh/include/Regridding/ESMCI_ConserveInterp.h | 2 +- src/Infrastructure/Mesh/include/Regridding/ESMCI_CreepFill.h | 2 +- src/Infrastructure/Mesh/include/Regridding/ESMCI_Extrap.h | 2 +- .../Mesh/include/Regridding/ESMCI_ExtrapolationPoleLGC.h | 2 +- src/Infrastructure/Mesh/include/Regridding/ESMCI_Integrate.h | 2 +- src/Infrastructure/Mesh/include/Regridding/ESMCI_Interp.h | 2 +- src/Infrastructure/Mesh/include/Regridding/ESMCI_Mapping.h | 2 +- src/Infrastructure/Mesh/include/Regridding/ESMCI_MeshRegrid.h | 2 +- .../Mesh/include/Regridding/ESMCI_PatchRecovery.h | 2 +- .../Mesh/include/Regridding/ESMCI_Regrid_Helper.h | 2 +- src/Infrastructure/Mesh/include/Regridding/ESMCI_Search.h | 2 +- .../Mesh/include/Regridding/ESMCI_SearchFlags.h | 2 +- src/Infrastructure/Mesh/include/Regridding/ESMCI_ShapeFunc.h | 2 +- src/Infrastructure/Mesh/include/Regridding/ESMCI_SpaceDir.h | 2 +- src/Infrastructure/Mesh/include/Regridding/ESMCI_WMat.h | 2 +- src/Infrastructure/Mesh/interface/ESMCI_Mesh_F.C | 2 +- src/Infrastructure/Mesh/interface/ESMC_Mesh.C | 2 +- src/Infrastructure/Mesh/interface/ESMF_Mesh.F90 | 2 +- src/Infrastructure/Mesh/interface/ESMF_Mesh_C.F90 | 2 +- src/Infrastructure/Mesh/src/ESMCI_ClumpPnts.C | 2 +- src/Infrastructure/Mesh/src/ESMCI_ESMFMesh_Util.C | 2 +- src/Infrastructure/Mesh/src/ESMCI_FileIO_Util.C | 2 +- src/Infrastructure/Mesh/src/ESMCI_GToM_Util.C | 2 +- src/Infrastructure/Mesh/src/ESMCI_MBMesh.C | 2 +- src/Infrastructure/Mesh/src/ESMCI_MBMesh_BBox.C | 2 +- src/Infrastructure/Mesh/src/ESMCI_MBMesh_Bilinear.C | 2 +- src/Infrastructure/Mesh/src/ESMCI_MBMesh_Conserve.C | 2 +- src/Infrastructure/Mesh/src/ESMCI_MBMesh_Dual.C | 2 +- src/Infrastructure/Mesh/src/ESMCI_MBMesh_Extrapolation.C | 2 +- src/Infrastructure/Mesh/src/ESMCI_MBMesh_GToM_Glue.C | 2 +- src/Infrastructure/Mesh/src/ESMCI_MBMesh_Glue.C | 2 +- src/Infrastructure/Mesh/src/ESMCI_MBMesh_Mapping.C | 2 +- src/Infrastructure/Mesh/src/ESMCI_MBMesh_Patch.C | 2 +- src/Infrastructure/Mesh/src/ESMCI_MBMesh_Redist.C | 2 +- src/Infrastructure/Mesh/src/ESMCI_MBMesh_Regrid_Glue.C | 2 +- src/Infrastructure/Mesh/src/ESMCI_MBMesh_Rendez_Elem.C | 2 +- src/Infrastructure/Mesh/src/ESMCI_MBMesh_Rendez_EtoP.C | 2 +- src/Infrastructure/Mesh/src/ESMCI_MBMesh_Search_EtoE.C | 2 +- src/Infrastructure/Mesh/src/ESMCI_MBMesh_Search_EtoP.C | 2 +- src/Infrastructure/Mesh/src/ESMCI_MBMesh_ShapeFunc.C | 2 +- src/Infrastructure/Mesh/src/ESMCI_MBMesh_Util.C | 2 +- src/Infrastructure/Mesh/src/ESMCI_MathUtil.C | 2 +- src/Infrastructure/Mesh/src/ESMCI_Mesh.C | 2 +- src/Infrastructure/Mesh/src/ESMCI_MeshCXX.C | 2 +- src/Infrastructure/Mesh/src/ESMCI_MeshCap.C | 2 +- src/Infrastructure/Mesh/src/ESMCI_MeshDual.C | 2 +- src/Infrastructure/Mesh/src/ESMCI_MeshRedist.C | 2 +- src/Infrastructure/Mesh/src/ESMCI_Mesh_FileIO.C | 2 +- src/Infrastructure/Mesh/src/ESMCI_Mesh_GToM_Glue.C | 2 +- src/Infrastructure/Mesh/src/ESMCI_Mesh_Glue.C | 2 +- src/Infrastructure/Mesh/src/ESMCI_Mesh_Regrid_Glue.C | 2 +- src/Infrastructure/Mesh/src/ESMCI_Mesh_XGrid_Glue.C | 2 +- src/Infrastructure/Mesh/src/ESMCI_OTree.C | 2 +- src/Infrastructure/Mesh/src/ESMCI_Regrid_Nearest.C | 2 +- src/Infrastructure/Mesh/src/ESMCI_Rendez_Nearest.C | 2 +- src/Infrastructure/Mesh/src/ESMCI_Search_Nearest.C | 2 +- src/Infrastructure/Mesh/src/ESMCI_Search_NearestNPnts.C | 2 +- src/Infrastructure/Mesh/src/ESMCI_UGRID_Util.C | 2 +- src/Infrastructure/Mesh/src/ESMCI_XGridUtil.C | 2 +- src/Infrastructure/Mesh/src/Legacy/ESMCI_Attr.C | 2 +- src/Infrastructure/Mesh/src/Legacy/ESMCI_BBox.C | 2 +- src/Infrastructure/Mesh/src/Legacy/ESMCI_CommReg.C | 2 +- src/Infrastructure/Mesh/src/Legacy/ESMCI_CommRel.C | 2 +- src/Infrastructure/Mesh/src/Legacy/ESMCI_Context.C | 2 +- src/Infrastructure/Mesh/src/Legacy/ESMCI_DDir.C | 2 +- src/Infrastructure/Mesh/src/Legacy/ESMCI_Exception.C | 2 +- src/Infrastructure/Mesh/src/Legacy/ESMCI_FieldReg.C | 2 +- src/Infrastructure/Mesh/src/Legacy/ESMCI_FindPnts.C | 2 +- src/Infrastructure/Mesh/src/Legacy/ESMCI_GeomRendezvous.C | 2 +- src/Infrastructure/Mesh/src/Legacy/ESMCI_GlobalIds.C | 2 +- src/Infrastructure/Mesh/src/Legacy/ESMCI_HAdapt.C | 2 +- src/Infrastructure/Mesh/src/Legacy/ESMCI_IOField.C | 2 +- src/Infrastructure/Mesh/src/Legacy/ESMCI_Kernel.C | 2 +- src/Infrastructure/Mesh/src/Legacy/ESMCI_MCoord.C | 2 +- src/Infrastructure/Mesh/src/Legacy/ESMCI_MEFamily.C | 2 +- src/Infrastructure/Mesh/src/Legacy/ESMCI_MEField.C | 2 +- src/Infrastructure/Mesh/src/Legacy/ESMCI_MEImprint.C | 2 +- src/Infrastructure/Mesh/src/Legacy/ESMCI_MEValues.C | 2 +- src/Infrastructure/Mesh/src/Legacy/ESMCI_MasterElement.C | 2 +- src/Infrastructure/Mesh/src/Legacy/ESMCI_MasterElementV.C | 2 +- src/Infrastructure/Mesh/src/Legacy/ESMCI_MeshDB.C | 2 +- src/Infrastructure/Mesh/src/Legacy/ESMCI_MeshExodus.C | 2 +- src/Infrastructure/Mesh/src/Legacy/ESMCI_MeshField.C | 2 +- src/Infrastructure/Mesh/src/Legacy/ESMCI_MeshGen.C | 2 +- src/Infrastructure/Mesh/src/Legacy/ESMCI_MeshMerge.C | 2 +- src/Infrastructure/Mesh/src/Legacy/ESMCI_MeshNC.C | 2 +- src/Infrastructure/Mesh/src/Legacy/ESMCI_MeshObj.C | 2 +- src/Infrastructure/Mesh/src/Legacy/ESMCI_MeshObjConn.C | 2 +- src/Infrastructure/Mesh/src/Legacy/ESMCI_MeshObjPack.C | 2 +- src/Infrastructure/Mesh/src/Legacy/ESMCI_MeshObjTopo.C | 2 +- src/Infrastructure/Mesh/src/Legacy/ESMCI_MeshPNC.C | 2 +- src/Infrastructure/Mesh/src/Legacy/ESMCI_MeshPartition.C | 2 +- src/Infrastructure/Mesh/src/Legacy/ESMCI_MeshRead.C | 2 +- src/Infrastructure/Mesh/src/Legacy/ESMCI_MeshRefine.C | 2 +- src/Infrastructure/Mesh/src/Legacy/ESMCI_MeshSkin.C | 2 +- src/Infrastructure/Mesh/src/Legacy/ESMCI_MeshUtils.C | 2 +- src/Infrastructure/Mesh/src/Legacy/ESMCI_MeshVTK.C | 2 +- src/Infrastructure/Mesh/src/Legacy/ESMCI_MeshllField.C | 2 +- src/Infrastructure/Mesh/src/Legacy/ESMCI_Migrator.C | 2 +- src/Infrastructure/Mesh/src/Legacy/ESMCI_ParEnv.C | 2 +- src/Infrastructure/Mesh/src/Legacy/ESMCI_ParLog.C | 2 +- src/Infrastructure/Mesh/src/Legacy/ESMCI_Polynomial.C | 2 +- src/Infrastructure/Mesh/src/Legacy/ESMCI_Quadrature.C | 2 +- src/Infrastructure/Mesh/src/Legacy/ESMCI_Rebalance.C | 2 +- src/Infrastructure/Mesh/src/Legacy/ESMCI_RefineTopo.C | 2 +- src/Infrastructure/Mesh/src/Legacy/ESMCI_SFuncAdaptor.C | 2 +- src/Infrastructure/Mesh/src/Legacy/ESMCI_SM.C | 2 +- src/Infrastructure/Mesh/src/Legacy/ESMCI_ShapeLagrange.C | 2 +- src/Infrastructure/Mesh/src/Legacy/ESMCI_SmallAlloc.C | 2 +- src/Infrastructure/Mesh/src/Legacy/ESMCI_SparseMsg.C | 2 +- src/Infrastructure/Mesh/src/Legacy/ESMCI_WriteWeights.C | 2 +- src/Infrastructure/Mesh/src/Legacy/ESMCI_WriteWeightsPar.C | 2 +- src/Infrastructure/Mesh/src/Legacy/ESMF_SolverUtil_C.F90 | 2 +- .../Mesh/src/Regridding/ESMCI_Conserve2ndInterp.C | 2 +- src/Infrastructure/Mesh/src/Regridding/ESMCI_ConserveInterp.C | 2 +- src/Infrastructure/Mesh/src/Regridding/ESMCI_CreepFill.C | 2 +- src/Infrastructure/Mesh/src/Regridding/ESMCI_Extrap.C | 2 +- .../Mesh/src/Regridding/ESMCI_ExtrapolationPoleLGC.C | 2 +- src/Infrastructure/Mesh/src/Regridding/ESMCI_Integrate.C | 2 +- src/Infrastructure/Mesh/src/Regridding/ESMCI_Interp.C | 2 +- src/Infrastructure/Mesh/src/Regridding/ESMCI_Mapping.C | 2 +- src/Infrastructure/Mesh/src/Regridding/ESMCI_MeshRegrid.C | 2 +- src/Infrastructure/Mesh/src/Regridding/ESMCI_PatchRecovery.C | 2 +- src/Infrastructure/Mesh/src/Regridding/ESMCI_Regrid_Helper.C | 2 +- src/Infrastructure/Mesh/src/Regridding/ESMCI_Search.C | 2 +- .../Mesh/src/Regridding/ESMCI_SearchNearestDToSLGC.C | 2 +- .../Mesh/src/Regridding/ESMCI_SearchNearestLGC.C | 2 +- .../Mesh/src/Regridding/ESMCI_SearchNearestNPntsLGC.C | 2 +- src/Infrastructure/Mesh/src/Regridding/ESMCI_ShapeFunc.C | 2 +- src/Infrastructure/Mesh/src/Regridding/ESMCI_SpaceDir.C | 2 +- src/Infrastructure/Mesh/src/Regridding/ESMCI_WMat.C | 2 +- src/Infrastructure/Mesh/tests/ESMCI_IntegrateUTest.C | 2 +- src/Infrastructure/Mesh/tests/ESMCI_MBMesh_ExtrapolateUTest.C | 2 +- src/Infrastructure/Mesh/tests/ESMCI_MBMesh_UtilUTest.C | 2 +- src/Infrastructure/Mesh/tests/ESMCI_MCT.C | 2 +- src/Infrastructure/Mesh/tests/ESMCI_MCTGen.C | 2 +- src/Infrastructure/Mesh/tests/ESMCI_MeshCapRegridUTest.C | 2 +- src/Infrastructure/Mesh/tests/ESMCI_MeshCapUTest.C | 2 +- src/Infrastructure/Mesh/tests/ESMCI_MeshMOABUTest.C | 2 +- src/Infrastructure/Mesh/tests/ESMCI_MeshTestGenPL.C | 2 +- src/Infrastructure/Mesh/tests/ESMCI_MeshUTest.C | 2 +- src/Infrastructure/Mesh/tests/ESMCI_NearestUTest.C | 2 +- src/Infrastructure/Mesh/tests/ESMCI_Proj4UTest.C | 2 +- src/Infrastructure/Mesh/tests/ESMC_MeshVTKUTest.c | 2 +- src/Infrastructure/Mesh/tests/ESMF_MeshFileIOUTest.F90 | 2 +- src/Infrastructure/Mesh/tests/ESMF_MeshOpUTest.F90 | 2 +- src/Infrastructure/Mesh/tests/ESMF_MeshUTest.F90 | 2 +- src/Infrastructure/PointList/include/ESMCI_PointList.h | 2 +- src/Infrastructure/PointList/interface/ESMCI_PointList_F.C | 2 +- src/Infrastructure/PointList/interface/ESMF_PointList.F90 | 2 +- src/Infrastructure/PointList/src/ESMCI_PointList.C | 2 +- src/Infrastructure/PointList/tests/ESMF_PointListUTest.F90 | 2 +- src/Infrastructure/Regrid/doc/Regrid.bib | 2 +- src/Infrastructure/Regrid/doc/Regrid_desc.tex | 2 +- src/Infrastructure/Regrid/doc/Regrid_glos.tex | 2 +- src/Infrastructure/Regrid/doc/Regrid_obj.tex | 2 +- src/Infrastructure/Regrid/doc/Regrid_refdoc.ctex | 2 +- src/Infrastructure/Regrid/doc/Regrid_req.tex | 2 +- src/Infrastructure/Regrid/examples/ESMF_RegridEx.F90 | 2 +- src/Infrastructure/Regrid/interface/ESMCI_Regrid_F.C | 2 +- src/Infrastructure/Regrid/interface/ESMF_Regrid_C.F90 | 2 +- src/Infrastructure/Regrid/src/ESMF_Regrid.F90 | 2 +- src/Infrastructure/Route/doc/RHandle_crefdoc.ctex | 2 +- src/Infrastructure/Route/doc/RHandle_desc.tex | 2 +- src/Infrastructure/Route/doc/RHandle_refdoc.ctex | 2 +- src/Infrastructure/Route/examples/ESMF_RHandleBitForBitEx.F90 | 2 +- .../Route/examples/ESMF_RHandleDynamicMaskingEx.F90 | 2 +- src/Infrastructure/Route/examples/ESMF_RHandleFromFileEx.F90 | 2 +- .../Route/examples/ESMF_RHandleFromRHandleEx.F90 | 2 +- .../Route/examples/ESMF_RHandleReusabilityEx.F90 | 2 +- src/Infrastructure/Route/examples/ESMF_RHandleVMEpochEx.F90 | 2 +- src/Infrastructure/Route/include/ESMCI_RHandle.h | 2 +- src/Infrastructure/Route/include/ESMC_RHandle.h | 2 +- src/Infrastructure/Route/interface/ESMCI_RHandle_F.C | 2 +- src/Infrastructure/Route/interface/ESMC_RHandle.C | 2 +- src/Infrastructure/Route/interface/ESMF_RHandle.F90 | 2 +- src/Infrastructure/Route/src/ESMCI_RHandle.C | 2 +- src/Infrastructure/Route/tests/ESMC_RouteHandleUTest.c | 2 +- .../Route/tests/ESMF_RouteHandleAdvancedUTest.F90 | 2 +- src/Infrastructure/Route/tests/ESMF_RouteHandleUTest.F90 | 2 +- src/Infrastructure/TimeMgr/examples/ESMC_ClockEx.C | 2 +- src/Infrastructure/TimeMgr/examples/ESMF_AlarmEx.F90 | 2 +- src/Infrastructure/TimeMgr/examples/ESMF_CalendarEx.F90 | 2 +- src/Infrastructure/TimeMgr/examples/ESMF_ClockEx.F90 | 2 +- src/Infrastructure/TimeMgr/examples/ESMF_TimeEx.F90 | 2 +- src/Infrastructure/TimeMgr/examples/ESMF_TimeIntervalEx.F90 | 2 +- src/Infrastructure/TimeMgr/include/ESMCI_Alarm.h | 2 +- src/Infrastructure/TimeMgr/include/ESMCI_BaseTime.h | 2 +- src/Infrastructure/TimeMgr/include/ESMCI_Calendar.h | 2 +- src/Infrastructure/TimeMgr/include/ESMCI_Clock.h | 2 +- src/Infrastructure/TimeMgr/include/ESMCI_Time.h | 2 +- src/Infrastructure/TimeMgr/include/ESMCI_TimeInterval.h | 2 +- src/Infrastructure/TimeMgr/include/ESMC_Calendar.h | 2 +- src/Infrastructure/TimeMgr/include/ESMC_Clock.h | 2 +- src/Infrastructure/TimeMgr/include/ESMC_Time.h | 2 +- src/Infrastructure/TimeMgr/include/ESMC_TimeInterval.h | 2 +- src/Infrastructure/TimeMgr/include/ESMF_TimeMgr.inc | 2 +- src/Infrastructure/TimeMgr/interface/ESMCI_Alarm_F.C | 2 +- src/Infrastructure/TimeMgr/interface/ESMCI_BaseTime_F.C | 2 +- src/Infrastructure/TimeMgr/interface/ESMCI_Calendar_F.C | 2 +- src/Infrastructure/TimeMgr/interface/ESMCI_Clock_F.C | 2 +- src/Infrastructure/TimeMgr/interface/ESMCI_TimeInterval_F.C | 2 +- src/Infrastructure/TimeMgr/interface/ESMCI_Time_F.C | 2 +- src/Infrastructure/TimeMgr/interface/ESMC_Calendar.C | 2 +- src/Infrastructure/TimeMgr/interface/ESMC_Clock.C | 2 +- src/Infrastructure/TimeMgr/interface/ESMC_Time.C | 2 +- src/Infrastructure/TimeMgr/interface/ESMC_TimeInterval.C | 2 +- src/Infrastructure/TimeMgr/interface/ESMF_Alarm.F90 | 2 +- src/Infrastructure/TimeMgr/interface/ESMF_AlarmType.F90 | 2 +- src/Infrastructure/TimeMgr/interface/ESMF_Calendar.F90 | 2 +- src/Infrastructure/TimeMgr/interface/ESMF_Clock.F90 | 2 +- src/Infrastructure/TimeMgr/interface/ESMF_ClockType.F90 | 2 +- src/Infrastructure/TimeMgr/interface/ESMF_Time.F90 | 2 +- src/Infrastructure/TimeMgr/interface/ESMF_TimeInterval.F90 | 2 +- .../TimeMgr/interface/ESMF_TimeIntervalType.F90 | 2 +- src/Infrastructure/TimeMgr/interface/ESMF_TimeType.F90 | 2 +- src/Infrastructure/TimeMgr/src/ESMCI_Alarm.C | 2 +- src/Infrastructure/TimeMgr/src/ESMCI_BaseTime.C | 2 +- src/Infrastructure/TimeMgr/src/ESMCI_Calendar.C | 2 +- src/Infrastructure/TimeMgr/src/ESMCI_Clock.C | 2 +- src/Infrastructure/TimeMgr/src/ESMCI_Time.C | 2 +- src/Infrastructure/TimeMgr/src/ESMCI_TimeInterval.C | 2 +- src/Infrastructure/TimeMgr/tests/ESMC_CalendarUTest.c | 2 +- src/Infrastructure/TimeMgr/tests/ESMC_ClockUTest.c | 2 +- src/Infrastructure/TimeMgr/tests/ESMC_TimeIntervalUTest.c | 2 +- src/Infrastructure/TimeMgr/tests/ESMC_TimeUTest.c | 2 +- src/Infrastructure/TimeMgr/tests/ESMF_AlarmUTest.F90 | 2 +- src/Infrastructure/TimeMgr/tests/ESMF_CalRangeUTest.F90 | 2 +- src/Infrastructure/TimeMgr/tests/ESMF_CalendarUTest.F90 | 2 +- src/Infrastructure/TimeMgr/tests/ESMF_ClockUTest.F90 | 2 +- src/Infrastructure/TimeMgr/tests/ESMF_TimeIntervalUTest.F90 | 2 +- src/Infrastructure/TimeMgr/tests/ESMF_TimeUTest.F90 | 2 +- src/Infrastructure/Trace/doc/Trace_crefdoc.ctex | 2 +- src/Infrastructure/Trace/doc/Trace_desc.tex | 2 +- src/Infrastructure/Trace/doc/Trace_refdoc.ctex | 2 +- src/Infrastructure/Trace/doc/Trace_rest.tex | 2 +- src/Infrastructure/Trace/doc/Trace_usage.tex | 2 +- src/Infrastructure/Trace/examples/ESMF_TraceEx.F90 | 2 +- src/Infrastructure/Trace/examples/ESMF_TraceUserEx.F90 | 2 +- src/Infrastructure/Trace/gen_trace_metadata.py | 2 +- src/Infrastructure/Trace/include/ESMCI_RegionNode.h | 2 +- src/Infrastructure/Trace/include/ESMCI_RegionSummary.h | 2 +- src/Infrastructure/Trace/include/ESMCI_Trace.h | 2 +- src/Infrastructure/Trace/include/ESMCI_TraceMacros.h | 2 +- src/Infrastructure/Trace/include/ESMCI_TraceRegion.h | 2 +- src/Infrastructure/Trace/include/ESMCI_TraceUtil.h | 2 +- src/Infrastructure/Trace/include/ESMC_Trace.h | 2 +- src/Infrastructure/Trace/include/ESMF_TraceRegion.inc | 2 +- src/Infrastructure/Trace/interface/ESMC_Trace.C | 2 +- src/Infrastructure/Trace/interface/ESMF_Trace.F90 | 2 +- src/Infrastructure/Trace/src/ESMCI_Trace.C | 2 +- src/Infrastructure/Trace/src/ESMCI_TraceClock.C | 2 +- src/Infrastructure/Trace/src/ESMCI_TraceMetadata.C | 2 +- src/Infrastructure/Trace/src/ESMCI_TraceWrap.C | 2 +- src/Infrastructure/Trace/tests/ESMCI_TraceRegionUTest.C | 2 +- src/Infrastructure/Trace/tests/ESMC_TraceRegionUTest.c | 2 +- src/Infrastructure/Trace/tests/ESMF_ProfileUTest.F90 | 2 +- src/Infrastructure/Trace/tests/ESMF_SimpleComp.F90 | 2 +- src/Infrastructure/Trace/tests/ESMF_SimpleCompB.F90 | 2 +- src/Infrastructure/Trace/tests/ESMF_TraceClkMonoSyncUTest.F90 | 2 +- src/Infrastructure/Trace/tests/ESMF_TraceClkMonoUTest.F90 | 2 +- src/Infrastructure/Trace/tests/ESMF_TraceIOUTest.F90 | 2 +- src/Infrastructure/Trace/tests/ESMF_TraceMPIUTest.F90 | 2 +- src/Infrastructure/Trace/tests/ESMF_TraceUTest.F90 | 2 +- src/Infrastructure/Util/doc/IOUtil_refdoc.ctex | 2 +- src/Infrastructure/Util/include/ESMCI_Arg.h | 2 +- src/Infrastructure/Util/include/ESMCI_CoordSys.h | 2 +- src/Infrastructure/Util/include/ESMCI_F90Interface.h | 2 +- src/Infrastructure/Util/include/ESMCI_Fraction.h | 2 +- src/Infrastructure/Util/include/ESMCI_Macros.h | 2 +- src/Infrastructure/Util/include/ESMCI_Util.h | 2 +- src/Infrastructure/Util/include/ESMC_Arg.h | 2 +- src/Infrastructure/Util/include/ESMC_CoordSys.h | 2 +- src/Infrastructure/Util/include/ESMC_Interface.h | 2 +- src/Infrastructure/Util/include/ESMC_Macros.h | 2 +- src/Infrastructure/Util/include/ESMC_ReturnCodes.h | 2 +- src/Infrastructure/Util/include/ESMC_Util.h | 2 +- src/Infrastructure/Util/include/ESMF.h | 2 +- src/Infrastructure/Util/include/ESMF_ErrReturnCodes.inc | 2 +- src/Infrastructure/Util/include/ESMF_InitMacros.inc | 2 +- src/Infrastructure/Util/include/ESMF_LogConstants.inc | 2 +- src/Infrastructure/Util/include/ESMF_LogErr.inc | 2 +- src/Infrastructure/Util/include/ESMF_LogMacros.inc | 2 +- src/Infrastructure/Util/include/ESMF_Macros.inc | 2 +- src/Infrastructure/Util/include/ESMF_TypeKindMacros.hcppF90 | 2 +- .../Util/include/ESMF_TypeKindRankMacros.hcppF90 | 2 +- src/Infrastructure/Util/interface/ESMCI_F90Interface_F.C | 2 +- src/Infrastructure/Util/interface/ESMCI_Fraction_F.C | 2 +- src/Infrastructure/Util/interface/ESMCI_Util_F.C | 2 +- src/Infrastructure/Util/interface/ESMC_Interface.C | 2 +- src/Infrastructure/Util/interface/ESMC_Util.C | 2 +- src/Infrastructure/Util/interface/ESMF_F90Interface.F90 | 2 +- src/Infrastructure/Util/interface/ESMF_Fraction.F90 | 2 +- src/Infrastructure/Util/interface/ESMF_Util.F90 | 2 +- src/Infrastructure/Util/interface/ESMF_Util_C.F90 | 2 +- src/Infrastructure/Util/src/ESMCI_CoordSys.C | 2 +- src/Infrastructure/Util/src/ESMCI_F90Interface.C | 2 +- src/Infrastructure/Util/src/ESMCI_Fraction.C | 2 +- src/Infrastructure/Util/src/ESMCI_Util.C | 2 +- src/Infrastructure/Util/src/ESMF_AttPackType.F90 | 2 +- src/Infrastructure/Util/src/ESMF_FortranWordsize.cppF90 | 2 +- src/Infrastructure/Util/src/ESMF_IOUtil.F90 | 2 +- src/Infrastructure/Util/src/ESMF_InitMacros.F90 | 2 +- src/Infrastructure/Util/src/ESMF_LogErr.F90 | 2 +- src/Infrastructure/Util/src/ESMF_StaggerLocType.F90 | 2 +- src/Infrastructure/Util/src/ESMF_TypeKindGet.cppF90 | 2 +- src/Infrastructure/Util/src/ESMF_UtilCubedSphere.F90 | 2 +- src/Infrastructure/Util/src/ESMF_UtilSort.cppF90 | 2 +- src/Infrastructure/Util/src/ESMF_UtilString.F90 | 2 +- src/Infrastructure/Util/src/ESMF_UtilTypes.F90 | 4 ++-- src/Infrastructure/Util/tests/ESMF_FortranWordsizeUTest.F90 | 2 +- src/Infrastructure/Util/tests/ESMF_InitMacrosTestTypes.F90 | 2 +- src/Infrastructure/Util/tests/ESMF_InitMacrosUTest.F90 | 2 +- src/Infrastructure/Util/tests/ESMF_TypeKindGetUTest.F90 | 2 +- src/Infrastructure/Util/tests/ESMF_UtilUTest.F90 | 2 +- src/Infrastructure/VM/doc/VM_cdesc.tex | 2 +- src/Infrastructure/VM/doc/VM_crefdoc.ctex | 2 +- src/Infrastructure/VM/doc/VM_desc.tex | 2 +- src/Infrastructure/VM/doc/VM_options.tex | 2 +- src/Infrastructure/VM/doc/VM_refdoc.ctex | 2 +- src/Infrastructure/VM/examples/ESMF_VMAllFullReduceEx.F90 | 2 +- src/Infrastructure/VM/examples/ESMF_VMComponentEx.F90 | 2 +- src/Infrastructure/VM/examples/ESMF_VMDefaultBasicsEx.F90 | 2 +- .../VM/examples/ESMF_VMGetMPICommunicatorEx.F90 | 2 +- .../VM/examples/ESMF_VMGetMPICommunicatorF08Ex.F90 | 2 +- src/Infrastructure/VM/examples/ESMF_VMHigherRankDataEx.F90 | 2 +- src/Infrastructure/VM/examples/ESMF_VMNonBlockingEx.F90 | 2 +- src/Infrastructure/VM/examples/ESMF_VMScatterVMGatherEx.F90 | 2 +- src/Infrastructure/VM/examples/ESMF_VMSendVMRecvEx.F90 | 2 +- src/Infrastructure/VM/examples/ESMF_VMUserMpiCommEx.F90 | 2 +- src/Infrastructure/VM/examples/ESMF_VMUserMpiCommMultiEx.F90 | 2 +- src/Infrastructure/VM/examples/ESMF_VMUserMpiEx.F90 | 2 +- src/Infrastructure/VM/include/ESMCI_AccInfo.h | 2 +- src/Infrastructure/VM/include/ESMCI_VM.h | 2 +- src/Infrastructure/VM/include/ESMCI_VMKernel.h | 2 +- src/Infrastructure/VM/include/ESMC_VM.h | 2 +- src/Infrastructure/VM/interface/ESMCI_VM_F.C | 2 +- src/Infrastructure/VM/interface/ESMC_VM.C | 2 +- src/Infrastructure/VM/interface/ESMF_VM.F90 | 2 +- src/Infrastructure/VM/src/ESMCI_VM.C | 2 +- src/Infrastructure/VM/src/ESMCI_VMKernel.C | 2 +- src/Infrastructure/VM/src/acc/ESMCI_IntelMICInfo.C | 2 +- src/Infrastructure/VM/src/acc/ESMCI_OpenACCInfo.C | 2 +- src/Infrastructure/VM/src/acc/ESMCI_OpenCLInfo.C | 2 +- src/Infrastructure/VM/src/acc/ESMCI_OpenMP4Info.C | 2 +- src/Infrastructure/VM/tests/ESMC_VMUTest.c | 2 +- src/Infrastructure/VM/tests/ESMF_VMAccUTest.F90 | 2 +- src/Infrastructure/VM/tests/ESMF_VMAllGatherUTest.F90 | 2 +- src/Infrastructure/VM/tests/ESMF_VMAllGatherVUTest.F90 | 2 +- src/Infrastructure/VM/tests/ESMF_VMAllToAllUTest.F90 | 2 +- src/Infrastructure/VM/tests/ESMF_VMAllToAllVUTest.F90 | 2 +- src/Infrastructure/VM/tests/ESMF_VMBarrierUTest.F90 | 2 +- src/Infrastructure/VM/tests/ESMF_VMBroadcastUTest.F90 | 2 +- src/Infrastructure/VM/tests/ESMF_VMComponentUTest.F90 | 2 +- src/Infrastructure/VM/tests/ESMF_VMEpochLargeMsgUTest.F90 | 2 +- src/Infrastructure/VM/tests/ESMF_VMGatherUTest.F90 | 2 +- src/Infrastructure/VM/tests/ESMF_VMOpenMPUTest.F90 | 2 +- src/Infrastructure/VM/tests/ESMF_VMScatterUTest.F90 | 2 +- src/Infrastructure/VM/tests/ESMF_VMSendNbVMRecvNbUTest.F90 | 2 +- src/Infrastructure/VM/tests/ESMF_VMSendRecvNbUTest.F90 | 2 +- src/Infrastructure/VM/tests/ESMF_VMSendRecvUTest.F90 | 2 +- src/Infrastructure/VM/tests/ESMF_VMSendVMRecvUTest.F90 | 2 +- src/Infrastructure/VM/tests/ESMF_VMUTest.F90 | 2 +- src/Infrastructure/VM/tests/ESMF_VMUserMpiInitUTest.F90 | 2 +- src/Infrastructure/XGrid/examples/ESMF_XGridEx.F90 | 2 +- src/Infrastructure/XGrid/examples/ESMF_XGridSparseMatEx.F90 | 2 +- src/Infrastructure/XGrid/include/ESMCI_XGrid.h | 2 +- src/Infrastructure/XGrid/include/ESMC_XGrid.h | 2 +- src/Infrastructure/XGrid/interface/ESMCI_XGrid.C | 2 +- src/Infrastructure/XGrid/interface/ESMCI_XGrid_F.C | 2 +- src/Infrastructure/XGrid/interface/ESMC_XGrid.C | 2 +- src/Infrastructure/XGrid/interface/ESMF_XGrid_C.F90 | 2 +- src/Infrastructure/XGrid/src/ESMF_XGrid.F90 | 2 +- src/Infrastructure/XGrid/src/ESMF_XGridCreate.F90 | 2 +- src/Infrastructure/XGrid/src/ESMF_XGridGet.F90 | 2 +- src/Infrastructure/XGrid/tests/ESMC_XGridUTest.c | 2 +- src/Infrastructure/XGrid/tests/ESMF_XGridMaskingUTest.F90 | 2 +- src/Infrastructure/XGrid/tests/ESMF_XGridUTest.F90 | 2 +- .../XGridGeomBase/interface/ESMCI_XGridGeomBase_F.C | 2 +- src/Infrastructure/XGridGeomBase/src/ESMF_XGridGeomBase.F90 | 2 +- src/Infrastructure/stubs/pthread/ESMF_Pthread.h | 2 +- src/Superstructure/AppDriver/doc/AppDriver_crefdoc.ctex | 2 +- .../AppDriver/doc/AppDriver_creqmethodsintro.tex | 2 +- src/Superstructure/AppDriver/doc/AppDriver_desc.tex | 2 +- src/Superstructure/AppDriver/doc/AppDriver_design.tex | 2 +- src/Superstructure/AppDriver/doc/AppDriver_refdoc.ctex | 2 +- src/Superstructure/AppDriver/doc/AppDriver_reqmethods.tex | 2 +- .../AppDriver/doc/AppDriver_reqmethodsintro.tex | 2 +- src/Superstructure/AppDriver/doc/AppDriver_rest.tex | 2 +- src/Superstructure/AppDriver/doc/AppDriver_usage.tex | 2 +- src/Superstructure/AttachMethods/doc/AttachMethods_desc.tex | 2 +- .../AttachMethods/doc/AttachMethods_refdoc.ctex | 2 +- src/Superstructure/AttachMethods/doc/AttachMethods_rest.tex | 2 +- src/Superstructure/AttachMethods/doc/AttachMethods_usage.tex | 2 +- .../AttachMethods/examples/ESMF_AttachMethodsEx.F90 | 2 +- src/Superstructure/AttachMethods/src/ESMF_AttachMethods.F90 | 2 +- src/Superstructure/AttributeAPI/doc/AttributeAPI_refdoc.ctex | 2 +- src/Superstructure/AttributeAPI/interface/ESMF_Attribute.F90 | 2 +- .../AttributeAPI/tests/ESMF_AttPackABundleUTest.cppF90 | 2 +- .../AttributeAPI/tests/ESMF_AttPackArrayUTest.cppF90 | 2 +- .../AttributeAPI/tests/ESMF_AttPackCplCompUTest.cppF90 | 2 +- .../AttributeAPI/tests/ESMF_AttPackDistGridUTest.cppF90 | 2 +- .../AttributeAPI/tests/ESMF_AttPackFBundleUTest.cppF90 | 2 +- .../AttributeAPI/tests/ESMF_AttPackFieldUTest.cppF90 | 2 +- .../AttributeAPI/tests/ESMF_AttPackGridCompUTest.cppF90 | 2 +- .../AttributeAPI/tests/ESMF_AttPackGridUTest.cppF90 | 2 +- .../AttributeAPI/tests/ESMF_AttPackLocStreamUTest.cppF90 | 2 +- .../AttributeAPI/tests/ESMF_AttPackSciCompUTest.cppF90 | 2 +- .../AttributeAPI/tests/ESMF_AttPackStateUTest.cppF90 | 2 +- .../AttributeAPI/tests/ESMF_AttPackTestMacros.hcppF90 | 2 +- .../AttributeAPI/tests/ESMF_AttributeABundleUTest.cppF90 | 2 +- .../AttributeAPI/tests/ESMF_AttributeArrayUTest.cppF90 | 2 +- .../AttributeAPI/tests/ESMF_AttributeCplCompUTest.cppF90 | 2 +- .../AttributeAPI/tests/ESMF_AttributeDistGridUTest.cppF90 | 2 +- .../AttributeAPI/tests/ESMF_AttributeFBundleUTest.cppF90 | 2 +- .../AttributeAPI/tests/ESMF_AttributeFieldUTest.cppF90 | 2 +- .../AttributeAPI/tests/ESMF_AttributeGridCompUTest.cppF90 | 2 +- .../AttributeAPI/tests/ESMF_AttributeGridUTest.cppF90 | 2 +- .../AttributeAPI/tests/ESMF_AttributeLocStreamUTest.cppF90 | 2 +- .../AttributeAPI/tests/ESMF_AttributeProfileUTest.F90 | 2 +- .../AttributeAPI/tests/ESMF_AttributeSciCompUTest.cppF90 | 2 +- .../AttributeAPI/tests/ESMF_AttributeStateUTest.cppF90 | 2 +- .../AttributeAPI/tests/ESMF_AttributeTestMacros.hcppF90 | 2 +- .../AttributeAPI/tests/ESMF_AttributeUpdateComponentUTest.F90 | 2 +- .../tests/ESMF_AttributeUpdateContainerStressUTest.F90 | 2 +- .../tests/ESMF_AttributeUpdateMultiReconcileUTest.F90 | 2 +- .../AttributeAPI/tests/ESMF_AttributeUpdateReconcileUTest.F90 | 2 +- .../tests/ESMF_AttributeUpdateRemoveOnlyUTest.F90 | 2 +- .../AttributeAPI/tests/ESMF_AttributeUpdateUTest.F90 | 2 +- .../AttributeAPI/tests/ESMF_AttributeUtilUTest.F90 | 2 +- src/Superstructure/Component/doc/CompTunnel_desc.tex | 2 +- src/Superstructure/Component/doc/CompTunnel_rest.tex | 2 +- src/Superstructure/Component/doc/CompTunnel_usage.tex | 2 +- src/Superstructure/Component/doc/Component_crefdoc.ctex | 2 +- src/Superstructure/Component/doc/Component_glos.tex | 2 +- src/Superstructure/Component/doc/Component_obj.tex | 2 +- src/Superstructure/Component/doc/Component_refdoc.ctex | 2 +- src/Superstructure/Component/doc/Component_req.tex | 2 +- src/Superstructure/Component/doc/CplComp_cdesc.tex | 2 +- src/Superstructure/Component/doc/CplComp_desc.tex | 2 +- src/Superstructure/Component/doc/CplComp_rest.tex | 2 +- src/Superstructure/Component/doc/CplComp_usage.tex | 2 +- src/Superstructure/Component/doc/GridComp_cdesc.tex | 2 +- src/Superstructure/Component/doc/GridComp_desc.tex | 2 +- src/Superstructure/Component/doc/GridComp_rest.tex | 2 +- src/Superstructure/Component/doc/GridComp_usage.tex | 2 +- src/Superstructure/Component/doc/SciComp_cdesc.tex | 2 +- src/Superstructure/Component/doc/SciComp_desc.tex | 2 +- src/Superstructure/Component/doc/SciComp_rest.tex | 2 +- src/Superstructure/Component/doc/SciComp_usage.tex | 2 +- src/Superstructure/Component/doc/comp_usage.tex | 2 +- src/Superstructure/Component/examples/ESMF_AppMainEx.F90 | 2 +- src/Superstructure/Component/examples/ESMF_CompTunnelEx.F90 | 2 +- src/Superstructure/Component/examples/ESMF_CplEx.F90 | 2 +- src/Superstructure/Component/examples/ESMF_GCompEx.F90 | 2 +- .../Component/examples/ESMF_InternalStateEx.F90 | 2 +- .../Component/examples/ESMF_InternalStateModEx.F90 | 2 +- src/Superstructure/Component/examples/ESMF_SCompEx.F90 | 2 +- src/Superstructure/Component/include/ESMCI_Comp.h | 2 +- src/Superstructure/Component/include/ESMCI_CompTunnel.h | 2 +- src/Superstructure/Component/include/ESMCI_FTable.h | 2 +- src/Superstructure/Component/include/ESMCI_MethodTable.h | 2 +- src/Superstructure/Component/include/ESMC_CplComp.h | 2 +- src/Superstructure/Component/include/ESMC_GridComp.h | 2 +- src/Superstructure/Component/include/ESMC_SciComp.h | 2 +- src/Superstructure/Component/interface/ESMCI_Comp.C | 2 +- src/Superstructure/Component/interface/ESMC_Comp.C | 2 +- src/Superstructure/Component/interface/ESMF_Comp_C.F90 | 2 +- src/Superstructure/Component/src/ESMCI_CompTunnel.C | 2 +- src/Superstructure/Component/src/ESMCI_FTable.C | 2 +- src/Superstructure/Component/src/ESMCI_MethodTable.C | 2 +- src/Superstructure/Component/src/ESMF_Comp.F90 | 2 +- src/Superstructure/Component/src/ESMF_CplComp.F90 | 2 +- src/Superstructure/Component/src/ESMF_GridComp.F90 | 2 +- src/Superstructure/Component/src/ESMF_InternalState.F90 | 2 +- src/Superstructure/Component/src/ESMF_SciComp.F90 | 2 +- src/Superstructure/Component/tests/ESMC_ComponentUTest.c | 2 +- src/Superstructure/Component/tests/ESMF_CompSetServUTest.F90 | 2 +- src/Superstructure/Component/tests/ESMF_CompTunnelUTest.F90 | 2 +- .../Component/tests/ESMF_CplCompCreateUTest.F90 | 2 +- .../Component/tests/ESMF_GridCompCreateUTest.F90 | 2 +- .../Component/tests/ESMF_MyRegistrationInFortran.F90 | 2 +- .../Component/tests/ESMF_SciCompCreateUTest.F90 | 2 +- src/Superstructure/Component/tests/ESMF_SetServCode.F90 | 2 +- .../Component/tests/ESMF_StdCompMethodsUTest.F90 | 2 +- src/Superstructure/ESMFMod/include/ESMC.h | 2 +- src/Superstructure/ESMFMod/include/ESMCI.h | 2 +- src/Superstructure/ESMFMod/include/ESMCI_Init.h | 2 +- src/Superstructure/ESMFMod/include/ESMC_Init.h | 2 +- src/Superstructure/ESMFMod/interface/ESMCI_Init.C | 2 +- src/Superstructure/ESMFMod/interface/ESMCI_Init_F.C | 2 +- src/Superstructure/ESMFMod/interface/ESMC_Init.C | 2 +- src/Superstructure/ESMFMod/interface/ESMF_Init_C.F90 | 2 +- src/Superstructure/ESMFMod/src/ESMF.F90 | 2 +- src/Superstructure/ESMFMod/src/ESMF_Init.F90 | 2 +- src/Superstructure/ESMFMod/src/ESMF_Overloads.F90 | 2 +- src/Superstructure/ESMFMod/tests/ESMF_FrameworkUTest.F90 | 2 +- src/Superstructure/IOAPI/interface/ESMFIO.F90 | 2 +- src/Superstructure/IOAPI/interface/ESMF_IO.F90 | 2 +- src/Superstructure/IOAPI/tests/ESMF_IOCompUTest.F90 | 2 +- src/Superstructure/IOAPI/tests/ESMF_IOGridCompUTest.F90 | 2 +- src/Superstructure/InfoAPI/interface/ESMF_InfoCache.F90 | 2 +- src/Superstructure/InfoAPI/interface/ESMF_InfoDescribe.F90 | 2 +- src/Superstructure/InfoAPI/interface/ESMF_InfoSync.F90 | 2 +- src/Superstructure/InfoAPI/src/ESMC_InfoCacheCDef.C | 2 +- src/Superstructure/InfoAPI/src/ESMC_InfoDescribeCDef.C | 2 +- src/Superstructure/InfoAPI/tests/ESMF_InfoCacheUTest.F90 | 2 +- src/Superstructure/InfoAPI/tests/ESMF_InfoDescribeUTest.F90 | 2 +- .../InfoAPI/tests/ESMF_InfoGetInterfaceArrayUTest.F90 | 2 +- src/Superstructure/InfoAPI/tests/ESMF_InfoSyncUTest.F90 | 2 +- src/Superstructure/Mapper/interface/ESMCI_Mapper_F.C | 2 +- src/Superstructure/Mapper/interface/ESMC_Mapper.C | 2 +- src/Superstructure/Mapper/interface/ESMF_Mapper.F90 | 2 +- src/Superstructure/Mapper/interface/ESMF_MapperUtil.F90 | 2 +- src/Superstructure/Mapper/src/ESMF_MapperRunSeqUtil.F90 | 2 +- src/Superstructure/NamedAlias/src/ESMF_NamedAlias.F90 | 2 +- src/Superstructure/NamedAlias/tests/ESMF_NamedAliasUTest.F90 | 2 +- src/Superstructure/PreESMFMod/src/ESMF_FileRegrid.F90 | 2 +- src/Superstructure/PreESMFMod/src/ESMF_FileRegridCheck.F90 | 2 +- src/Superstructure/PreESMFMod/src/ESMF_RegridWeightGen.F90 | 2 +- .../PreESMFMod/src/ESMF_RegridWeightGenCheck.F90 | 2 +- src/Superstructure/PreESMFMod/tests/ESMF_FileRegridUTest.F90 | 2 +- .../PreESMFMod/tests/ESMF_RegridWeightGenUTest.F90 | 2 +- src/Superstructure/State/doc/State_cdesc.tex | 2 +- src/Superstructure/State/doc/State_crefdoc.ctex | 2 +- src/Superstructure/State/doc/State_crest.tex | 2 +- src/Superstructure/State/doc/State_desc.tex | 2 +- src/Superstructure/State/doc/State_design.tex | 2 +- src/Superstructure/State/doc/State_implnotes.tex | 2 +- src/Superstructure/State/doc/State_refdoc.ctex | 2 +- src/Superstructure/State/doc/State_rest.tex | 2 +- src/Superstructure/State/doc/State_usage.tex | 2 +- src/Superstructure/State/examples/ESMF_StateEx.F90 | 2 +- src/Superstructure/State/examples/ESMF_StateReadWriteEx.F90 | 2 +- src/Superstructure/State/include/ESMCI_State.h | 2 +- src/Superstructure/State/include/ESMCI_StateItem.h | 2 +- src/Superstructure/State/include/ESMC_State.h | 2 +- src/Superstructure/State/interface/ESMCI_State.C | 2 +- src/Superstructure/State/interface/ESMCI_State_F.C | 2 +- src/Superstructure/State/interface/ESMC_State.C | 2 +- src/Superstructure/State/interface/ESMF_State_C.F90 | 2 +- src/Superstructure/State/src/ESMF_State.F90 | 2 +- src/Superstructure/State/src/ESMF_StateAPI.cppF90 | 2 +- src/Superstructure/State/src/ESMF_StateContainer.F90 | 2 +- src/Superstructure/State/src/ESMF_StateGet.cppF90 | 2 +- src/Superstructure/State/src/ESMF_StateInternals.cppF90 | 2 +- src/Superstructure/State/src/ESMF_StateItem.F90 | 2 +- src/Superstructure/State/src/ESMF_StateRemRep.cppF90 | 2 +- src/Superstructure/State/src/ESMF_StateSet.F90 | 2 +- src/Superstructure/State/src/ESMF_StateTypes.F90 | 2 +- src/Superstructure/State/src/ESMF_StateVa.F90 | 2 +- src/Superstructure/State/src/ESMF_StateWr.F90 | 2 +- src/Superstructure/State/tests/ESMC_StateUTest.c | 2 +- src/Superstructure/State/tests/ESMF_StateCreateUTest.F90 | 2 +- src/Superstructure/State/tests/ESMF_StateReadWriteUTest.F90 | 2 +- src/Superstructure/State/tests/ESMF_StateUTest.F90 | 2 +- .../StateReconcile/examples/ESMF_StateReconcileEx.F90 | 2 +- src/Superstructure/StateReconcile/src/ESMF_StateReconcile.F90 | 2 +- .../StateReconcile/tests/ESMF_StateReconcileProxyUTest.F90 | 2 +- .../StateReconcile/tests/ESMF_StateReconcileUTest.F90 | 2 +- src/Superstructure/TraceAPI/interface/ESMF_TraceAPI.F90 | 2 +- src/Superstructure/WebServices/doc/WebServices_desc.tex | 2 +- src/Superstructure/WebServices/doc/WebServices_refdoc.ctex | 2 +- src/Superstructure/WebServices/doc/WebServices_rest.tex | 2 +- src/Superstructure/WebServices/doc/WebServices_usage.tex | 2 +- .../WebServices/examples/ESMF_WebServicesEx.F90 | 2 +- src/Superstructure/WebServices/include/ESMCI_WebServ.h | 2 +- .../WebServices/include/ESMCI_WebServClientInfo.h | 2 +- .../WebServices/include/ESMCI_WebServClientSocket.h | 2 +- .../WebServices/include/ESMCI_WebServCompSvrClient.h | 2 +- .../WebServices/include/ESMCI_WebServCompSvrInfo.h | 2 +- .../WebServices/include/ESMCI_WebServCompSvrMgr.h | 2 +- .../WebServices/include/ESMCI_WebServComponentSvr.h | 2 +- .../WebServices/include/ESMCI_WebServDataContent.h | 2 +- .../WebServices/include/ESMCI_WebServDataDesc.h | 2 +- src/Superstructure/WebServices/include/ESMCI_WebServDataMgr.h | 2 +- .../WebServices/include/ESMCI_WebServForkClient.h | 2 +- .../WebServices/include/ESMCI_WebServGRAMClient.h | 2 +- .../WebServices/include/ESMCI_WebServLowLevelSocket.h | 2 +- src/Superstructure/WebServices/include/ESMCI_WebServNetEsmf.h | 2 +- .../WebServices/include/ESMCI_WebServNetEsmfClient.h | 2 +- .../WebServices/include/ESMCI_WebServNetEsmfServer.h | 2 +- .../WebServices/include/ESMCI_WebServProcCtrl.h | 2 +- .../WebServices/include/ESMCI_WebServProcCtrlClient.h | 2 +- .../WebServices/include/ESMCI_WebServRegistrarClient.h | 2 +- .../WebServices/include/ESMCI_WebServSecureClientSocket.h | 2 +- .../WebServices/include/ESMCI_WebServSecureServerSocket.h | 2 +- .../WebServices/include/ESMCI_WebServSecureSocket.h | 2 +- .../WebServices/include/ESMCI_WebServSecureUtils.h | 2 +- .../WebServices/include/ESMCI_WebServServerSocket.h | 2 +- .../WebServices/include/ESMCI_WebServSocketUtils.h | 2 +- src/Superstructure/WebServices/src/ESMCI_WebServClientInfo.C | 2 +- .../WebServices/src/ESMCI_WebServClientSocket.C | 2 +- .../WebServices/src/ESMCI_WebServCompSvrClient.C | 2 +- src/Superstructure/WebServices/src/ESMCI_WebServCompSvrInfo.C | 2 +- src/Superstructure/WebServices/src/ESMCI_WebServCompSvrMgr.C | 2 +- .../WebServices/src/ESMCI_WebServComponentSvr.C | 2 +- src/Superstructure/WebServices/src/ESMCI_WebServDataContent.C | 2 +- src/Superstructure/WebServices/src/ESMCI_WebServDataDesc.C | 2 +- src/Superstructure/WebServices/src/ESMCI_WebServDataMgr.C | 2 +- src/Superstructure/WebServices/src/ESMCI_WebServForkClient.C | 2 +- src/Superstructure/WebServices/src/ESMCI_WebServGRAMClient.C | 2 +- .../WebServices/src/ESMCI_WebServLowLevelSocket.C | 2 +- .../WebServices/src/ESMCI_WebServNetEsmfClient.C | 2 +- .../WebServices/src/ESMCI_WebServNetEsmfServer.C | 2 +- src/Superstructure/WebServices/src/ESMCI_WebServProcCtrl.C | 2 +- .../WebServices/src/ESMCI_WebServProcCtrlClient.C | 2 +- .../WebServices/src/ESMCI_WebServRegistrarClient.C | 2 +- .../WebServices/src/ESMCI_WebServSecureClientSocket.C | 2 +- .../WebServices/src/ESMCI_WebServSecureServerSocket.C | 2 +- .../WebServices/src/ESMCI_WebServSecureSocket.C | 2 +- src/Superstructure/WebServices/src/ESMCI_WebServSecureUtils.C | 2 +- .../WebServices/src/ESMCI_WebServServerSocket.C | 2 +- src/Superstructure/WebServices/src/ESMCI_WebServSocketUtils.C | 2 +- src/Superstructure/WebServices/src/ESMCI_WebServ_F.C | 2 +- src/Superstructure/WebServices/src/ESMF_WebServ.F90 | 2 +- .../WebServices/src/ESMF_WebServComponent_C.F90 | 2 +- src/addon/NUOPC/doc/NUOPC_title.tex | 2 +- src/addon/NUOPC/examples/ESMF_NUOPCAtmModelEx.F90 | 2 +- src/addon/NUOPC/examples/ESMF_NUOPCBasicModelEx.F90 | 2 +- src/addon/NUOPC/src/NUOPC.F90 | 2 +- src/addon/NUOPC/src/NUOPC_Auxiliary.F90 | 2 +- src/addon/NUOPC/src/NUOPC_Base.F90 | 2 +- src/addon/NUOPC/src/NUOPC_Comp.F90 | 2 +- src/addon/NUOPC/src/NUOPC_Compliance_Base.F90 | 2 +- src/addon/NUOPC/src/NUOPC_Compliance_Connector.F90 | 2 +- src/addon/NUOPC/src/NUOPC_Compliance_Driver.F90 | 2 +- src/addon/NUOPC/src/NUOPC_Compliance_Model.F90 | 2 +- src/addon/NUOPC/src/NUOPC_Connector.F90 | 2 +- src/addon/NUOPC/src/NUOPC_Driver.F90 | 2 +- src/addon/NUOPC/src/NUOPC_FieldDictionaryApi.F90 | 2 +- src/addon/NUOPC/src/NUOPC_FieldDictionaryDef.F90 | 2 +- src/addon/NUOPC/src/NUOPC_FreeFormatDef.F90 | 2 +- src/addon/NUOPC/src/NUOPC_Mediator.F90 | 2 +- src/addon/NUOPC/src/NUOPC_Model.F90 | 2 +- src/addon/NUOPC/src/NUOPC_ModelBase.F90 | 2 +- src/addon/NUOPC/src/NUOPC_RunSequenceDef.F90 | 2 +- src/addon/NUOPC/tests/ESMF_NUOPC_UTest.F90 | 2 +- src/addon/esmpy/LICENSE | 2 +- src/addon/esmpy/README.md | 2 +- src/apps/ESMF_PrintInfo/ESMF_PrintInfo.F90 | 2 +- src/apps/ESMF_PrintInfoC/ESMF_PrintInfoC.c | 2 +- src/apps/ESMF_Regrid/ESMF_Regrid.F90 | 2 +- src/apps/ESMF_RegridWeightGen/ESMF_RegridWeightGen.F90 | 2 +- src/apps/ESMF_Scrip2Unstruct/ESMF_Scrip2Unstruct.C | 2 +- src/doc/ESMC_api.tex | 2 +- src/doc/ESMC_infrautiloverview.tex | 2 +- src/doc/ESMF_api.tex | 2 +- src/doc/ESMF_apperr.tex | 2 +- src/doc/ESMF_appuml.tex | 2 +- src/doc/ESMF_infrautiloverview.tex | 2 +- src/doc/ESMF_superoverview.tex | 2 +- src/doc/common_commands.tex | 2 +- src/doc/dev_guide/code_conv_gen.tex | 2 +- src/doc/title_alldoc.tex | 2 +- src/doc/verstitle_alldoc.tex | 2 +- src/epilogue/include/ESMCI_Test.h | 2 +- src/epilogue/include/ESMC_Test.h | 2 +- src/epilogue/src/ESMCI_Test.C | 2 +- src/epilogue/src/ESMC_Test.C | 2 +- src/epilogue/src/ESMF_Test.F90 | 2 +- src/epilogue/tests/ESMCI_TestUTest.C | 2 +- src/epilogue/tests/ESMC_TestUTest.c | 2 +- src/epilogue/tests/ESMF_TestUTest.F90 | 2 +- src/prologue/tests/ESMCI_ExceptionsSubr.C | 2 +- src/prologue/tests/ESMCI_ExceptionsUTest.C | 2 +- src/prologue/tests/ESMCI_FeatureSubr.C | 2 +- src/prologue/tests/ESMCI_FeatureUTest.C | 2 +- src/prologue/tests/ESMCI_StringSubr.C | 2 +- src/prologue/tests/ESMCI_WordsizeSubr.C | 2 +- src/prologue/tests/ESMF_ExceptionsUTest.F90 | 2 +- src/prologue/tests/ESMF_F90ArrayPtrUTest.F90 | 2 +- src/prologue/tests/ESMF_F95PtrBData.F90 | 2 +- src/prologue/tests/ESMF_F95PtrUTest.F90 | 2 +- src/prologue/tests/ESMF_FeatureSubr.F90 | 2 +- src/prologue/tests/ESMF_FeatureTR15581Subr.F90 | 2 +- src/prologue/tests/ESMF_FeatureUTest.F90 | 2 +- src/prologue/tests/ESMF_LAPACKUTest.F90 | 2 +- src/prologue/tests/ESMF_StringUTest.F90 | 2 +- src/prologue/tests/ESMF_WordsizeUTest.F90 | 2 +- src/test_harness/src/ESMF_TestHarnessDistMod.F90 | 2 +- src/test_harness/src/ESMF_TestHarnessGridMod.F90 | 2 +- src/test_harness/src/ESMF_TestHarnessMod.F90 | 2 +- src/test_harness/src/ESMF_TestHarnessParser.F90 | 2 +- src/test_harness/src/ESMF_TestHarnessReportMod.F90 | 2 +- src/test_harness/src/ESMF_TestHarnessTypesMod.F90 | 2 +- src/test_harness/src/ESMF_TestHarnessUTest.F90 | 2 +- src/test_harness/src/ESMF_TestHarnessUtilMod.F90 | 2 +- 1251 files changed, 1253 insertions(+), 1253 deletions(-) diff --git a/LICENSE b/LICENSE index 77a3eee3ea..6b67fd39d4 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ Earth System Modeling Framework -Copyright (c) 2002-2023 University Corporation for Atmospheric Research, +Copyright (c) 2002-2024 University Corporation for Atmospheric Research, Massachusetts Institute of Technology, Geophysical Fluid Dynamics Laboratory, University of Michigan, National Centers for Environmental Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/README.md b/README.md index 201beb82cb..a4cb743581 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ # Earth System Modeling Framework (ESMF) ->Copyright (c) 2002-2023 University Corporation for Atmospheric Research, Massachusetts Institute of Technology, Geophysical Fluid Dynamics Laboratory, University of Michigan, National Centers for Environmental Prediction, Los Alamos National Laboratory, Argonne National Laboratory, NASA Goddard Space Flight Center. All rights reserved. +>Copyright (c) 2002-2024 University Corporation for Atmospheric Research, Massachusetts Institute of Technology, Geophysical Fluid Dynamics Laboratory, University of Michigan, National Centers for Environmental Prediction, Los Alamos National Laboratory, Argonne National Laboratory, NASA Goddard Space Flight Center. All rights reserved. Hello and welcome to ESMF. diff --git a/build/README.md b/build/README.md index a8c2b0c249..ad53b9eca2 100644 --- a/build/README.md +++ b/build/README.md @@ -2,7 +2,7 @@ > Earth System Modeling Framework > -> Copyright (c) 2002-2023 University Corporation for Atmospheric Research, Massachusetts Institute of Technology, Geophysical Fluid Dynamics Laboratory, University of Michigan, National Centers for Environmental Prediction, Los Alamos National Laboratory, Argonne National Laboratory, NASA Goddard Space Flight Center. All rights reserved. +> Copyright (c) 2002-2024 University Corporation for Atmospheric Research, Massachusetts Institute of Technology, Geophysical Fluid Dynamics Laboratory, University of Michigan, National Centers for Environmental Prediction, Los Alamos National Laboratory, Argonne National Laboratory, NASA Goddard Space Flight Center. All rights reserved. This directory contains a single file `common.mk` that contains GNU makefile code used by the ESMF build system across all platforms. diff --git a/build_config/AIX.default.default/ESMC_Conf.h b/build_config/AIX.default.default/ESMC_Conf.h index 2f89d342a3..26814b474d 100644 --- a/build_config/AIX.default.default/ESMC_Conf.h +++ b/build_config/AIX.default.default/ESMC_Conf.h @@ -5,7 +5,7 @@ #if 0 Earth System Modeling Framework -Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +Copyright (c) 2002-2024, University Corporation for Atmospheric Research, Massachusetts Institute of Technology, Geophysical Fluid Dynamics Laboratory, University of Michigan, National Centers for Environmental Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/build_config/AIX.default.default/ESMF_Conf.inc b/build_config/AIX.default.default/ESMF_Conf.inc index d80fca31ec..03b7b87f26 100644 --- a/build_config/AIX.default.default/ESMF_Conf.inc +++ b/build_config/AIX.default.default/ESMF_Conf.inc @@ -2,7 +2,7 @@ $Id$ Earth System Modeling Framework -Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +Copyright (c) 2002-2024, University Corporation for Atmospheric Research, Massachusetts Institute of Technology, Geophysical Fluid Dynamics Laboratory, University of Michigan, National Centers for Environmental Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/build_config/Cygwin.g95.default/ESMC_Conf.h b/build_config/Cygwin.g95.default/ESMC_Conf.h index 5574c43680..91972521b3 100644 --- a/build_config/Cygwin.g95.default/ESMC_Conf.h +++ b/build_config/Cygwin.g95.default/ESMC_Conf.h @@ -5,7 +5,7 @@ #if 0 Earth System Modeling Framework -Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +Copyright (c) 2002-2024, University Corporation for Atmospheric Research, Massachusetts Institute of Technology, Geophysical Fluid Dynamics Laboratory, University of Michigan, National Centers for Environmental Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/build_config/Cygwin.g95.default/ESMF_Conf.inc b/build_config/Cygwin.g95.default/ESMF_Conf.inc index bf58cc2272..2c54647e14 100644 --- a/build_config/Cygwin.g95.default/ESMF_Conf.inc +++ b/build_config/Cygwin.g95.default/ESMF_Conf.inc @@ -2,7 +2,7 @@ $Id$ Earth System Modeling Framework -Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +Copyright (c) 2002-2024, University Corporation for Atmospheric Research, Massachusetts Institute of Technology, Geophysical Fluid Dynamics Laboratory, University of Michigan, National Centers for Environmental Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/build_config/Cygwin.gfortran.default/ESMC_Conf.h b/build_config/Cygwin.gfortran.default/ESMC_Conf.h index 77aaea11c7..4b0e5eac4d 100644 --- a/build_config/Cygwin.gfortran.default/ESMC_Conf.h +++ b/build_config/Cygwin.gfortran.default/ESMC_Conf.h @@ -5,7 +5,7 @@ #if 0 Earth System Modeling Framework -Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +Copyright (c) 2002-2024, University Corporation for Atmospheric Research, Massachusetts Institute of Technology, Geophysical Fluid Dynamics Laboratory, University of Michigan, National Centers for Environmental Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/build_config/Cygwin.gfortran.default/ESMF_Conf.inc b/build_config/Cygwin.gfortran.default/ESMF_Conf.inc index 857149ce35..f4850f01c5 100644 --- a/build_config/Cygwin.gfortran.default/ESMF_Conf.inc +++ b/build_config/Cygwin.gfortran.default/ESMF_Conf.inc @@ -2,7 +2,7 @@ $Id$ Earth System Modeling Framework -Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +Copyright (c) 2002-2024, University Corporation for Atmospheric Research, Massachusetts Institute of Technology, Geophysical Fluid Dynamics Laboratory, University of Michigan, National Centers for Environmental Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/build_config/Darwin.absoft.default/ESMC_Conf.h b/build_config/Darwin.absoft.default/ESMC_Conf.h index 57c69025d2..9f08a4070e 100644 --- a/build_config/Darwin.absoft.default/ESMC_Conf.h +++ b/build_config/Darwin.absoft.default/ESMC_Conf.h @@ -5,7 +5,7 @@ #if 0 Earth System Modeling Framework -Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +Copyright (c) 2002-2024, University Corporation for Atmospheric Research, Massachusetts Institute of Technology, Geophysical Fluid Dynamics Laboratory, University of Michigan, National Centers for Environmental Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/build_config/Darwin.absoft.default/ESMF_Conf.inc b/build_config/Darwin.absoft.default/ESMF_Conf.inc index 689038cd82..f728dbf6f2 100644 --- a/build_config/Darwin.absoft.default/ESMF_Conf.inc +++ b/build_config/Darwin.absoft.default/ESMF_Conf.inc @@ -2,7 +2,7 @@ $Id$ Earth System Modeling Framework -Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +Copyright (c) 2002-2024, University Corporation for Atmospheric Research, Massachusetts Institute of Technology, Geophysical Fluid Dynamics Laboratory, University of Michigan, National Centers for Environmental Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/build_config/Darwin.g95.default/ESMC_Conf.h b/build_config/Darwin.g95.default/ESMC_Conf.h index 3cb8f5aabc..ffe8d429c2 100644 --- a/build_config/Darwin.g95.default/ESMC_Conf.h +++ b/build_config/Darwin.g95.default/ESMC_Conf.h @@ -5,7 +5,7 @@ #if 0 Earth System Modeling Framework -Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +Copyright (c) 2002-2024, University Corporation for Atmospheric Research, Massachusetts Institute of Technology, Geophysical Fluid Dynamics Laboratory, University of Michigan, National Centers for Environmental Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/build_config/Darwin.g95.default/ESMF_Conf.inc b/build_config/Darwin.g95.default/ESMF_Conf.inc index bf58cc2272..2c54647e14 100644 --- a/build_config/Darwin.g95.default/ESMF_Conf.inc +++ b/build_config/Darwin.g95.default/ESMF_Conf.inc @@ -2,7 +2,7 @@ $Id$ Earth System Modeling Framework -Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +Copyright (c) 2002-2024, University Corporation for Atmospheric Research, Massachusetts Institute of Technology, Geophysical Fluid Dynamics Laboratory, University of Michigan, National Centers for Environmental Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/build_config/Darwin.gfortran.default/ESMC_Conf.h b/build_config/Darwin.gfortran.default/ESMC_Conf.h index 40e8c1adcd..f6bf969f08 100644 --- a/build_config/Darwin.gfortran.default/ESMC_Conf.h +++ b/build_config/Darwin.gfortran.default/ESMC_Conf.h @@ -5,7 +5,7 @@ #if 0 Earth System Modeling Framework -Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +Copyright (c) 2002-2024, University Corporation for Atmospheric Research, Massachusetts Institute of Technology, Geophysical Fluid Dynamics Laboratory, University of Michigan, National Centers for Environmental Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/build_config/Darwin.gfortran.default/ESMF_Conf.inc b/build_config/Darwin.gfortran.default/ESMF_Conf.inc index 857149ce35..f4850f01c5 100644 --- a/build_config/Darwin.gfortran.default/ESMF_Conf.inc +++ b/build_config/Darwin.gfortran.default/ESMF_Conf.inc @@ -2,7 +2,7 @@ $Id$ Earth System Modeling Framework -Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +Copyright (c) 2002-2024, University Corporation for Atmospheric Research, Massachusetts Institute of Technology, Geophysical Fluid Dynamics Laboratory, University of Michigan, National Centers for Environmental Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/build_config/Darwin.gfortranclang.default/ESMC_Conf.h b/build_config/Darwin.gfortranclang.default/ESMC_Conf.h index 3ef2d2c78a..0cd56ead50 100644 --- a/build_config/Darwin.gfortranclang.default/ESMC_Conf.h +++ b/build_config/Darwin.gfortranclang.default/ESMC_Conf.h @@ -5,7 +5,7 @@ #if 0 Earth System Modeling Framework -Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +Copyright (c) 2002-2024, University Corporation for Atmospheric Research, Massachusetts Institute of Technology, Geophysical Fluid Dynamics Laboratory, University of Michigan, National Centers for Environmental Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/build_config/Darwin.gfortranclang.default/ESMF_Conf.inc b/build_config/Darwin.gfortranclang.default/ESMF_Conf.inc index 857149ce35..f4850f01c5 100644 --- a/build_config/Darwin.gfortranclang.default/ESMF_Conf.inc +++ b/build_config/Darwin.gfortranclang.default/ESMF_Conf.inc @@ -2,7 +2,7 @@ $Id$ Earth System Modeling Framework -Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +Copyright (c) 2002-2024, University Corporation for Atmospheric Research, Massachusetts Institute of Technology, Geophysical Fluid Dynamics Laboratory, University of Michigan, National Centers for Environmental Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/build_config/Darwin.intel.default/ESMC_Conf.h b/build_config/Darwin.intel.default/ESMC_Conf.h index 2f6ead4904..a8da8997ee 100644 --- a/build_config/Darwin.intel.default/ESMC_Conf.h +++ b/build_config/Darwin.intel.default/ESMC_Conf.h @@ -5,7 +5,7 @@ #if 0 Earth System Modeling Framework -Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +Copyright (c) 2002-2024, University Corporation for Atmospheric Research, Massachusetts Institute of Technology, Geophysical Fluid Dynamics Laboratory, University of Michigan, National Centers for Environmental Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/build_config/Darwin.intel.default/ESMF_Conf.inc b/build_config/Darwin.intel.default/ESMF_Conf.inc index e9616ddbcc..735226c6a5 100644 --- a/build_config/Darwin.intel.default/ESMF_Conf.inc +++ b/build_config/Darwin.intel.default/ESMF_Conf.inc @@ -2,7 +2,7 @@ $Id$ Earth System Modeling Framework -Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +Copyright (c) 2002-2024, University Corporation for Atmospheric Research, Massachusetts Institute of Technology, Geophysical Fluid Dynamics Laboratory, University of Michigan, National Centers for Environmental Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/build_config/Darwin.intelclang.default/ESMC_Conf.h b/build_config/Darwin.intelclang.default/ESMC_Conf.h index 2f6ead4904..a8da8997ee 100644 --- a/build_config/Darwin.intelclang.default/ESMC_Conf.h +++ b/build_config/Darwin.intelclang.default/ESMC_Conf.h @@ -5,7 +5,7 @@ #if 0 Earth System Modeling Framework -Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +Copyright (c) 2002-2024, University Corporation for Atmospheric Research, Massachusetts Institute of Technology, Geophysical Fluid Dynamics Laboratory, University of Michigan, National Centers for Environmental Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/build_config/Darwin.intelclang.default/ESMF_Conf.inc b/build_config/Darwin.intelclang.default/ESMF_Conf.inc index edae9be235..6996d2d1ae 100644 --- a/build_config/Darwin.intelclang.default/ESMF_Conf.inc +++ b/build_config/Darwin.intelclang.default/ESMF_Conf.inc @@ -2,7 +2,7 @@ $Id$ Earth System Modeling Framework -Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +Copyright (c) 2002-2024, University Corporation for Atmospheric Research, Massachusetts Institute of Technology, Geophysical Fluid Dynamics Laboratory, University of Michigan, National Centers for Environmental Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/build_config/Darwin.intelgcc.default/ESMC_Conf.h b/build_config/Darwin.intelgcc.default/ESMC_Conf.h index 2f6ead4904..a8da8997ee 100644 --- a/build_config/Darwin.intelgcc.default/ESMC_Conf.h +++ b/build_config/Darwin.intelgcc.default/ESMC_Conf.h @@ -5,7 +5,7 @@ #if 0 Earth System Modeling Framework -Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +Copyright (c) 2002-2024, University Corporation for Atmospheric Research, Massachusetts Institute of Technology, Geophysical Fluid Dynamics Laboratory, University of Michigan, National Centers for Environmental Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/build_config/Darwin.intelgcc.default/ESMF_Conf.inc b/build_config/Darwin.intelgcc.default/ESMF_Conf.inc index e9616ddbcc..735226c6a5 100644 --- a/build_config/Darwin.intelgcc.default/ESMF_Conf.inc +++ b/build_config/Darwin.intelgcc.default/ESMF_Conf.inc @@ -2,7 +2,7 @@ $Id$ Earth System Modeling Framework -Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +Copyright (c) 2002-2024, University Corporation for Atmospheric Research, Massachusetts Institute of Technology, Geophysical Fluid Dynamics Laboratory, University of Michigan, National Centers for Environmental Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/build_config/Darwin.nag.default/ESMC_Conf.h b/build_config/Darwin.nag.default/ESMC_Conf.h index 5216b7b034..8bf3edb229 100644 --- a/build_config/Darwin.nag.default/ESMC_Conf.h +++ b/build_config/Darwin.nag.default/ESMC_Conf.h @@ -5,7 +5,7 @@ #if 0 Earth System Modeling Framework -Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +Copyright (c) 2002-2024, University Corporation for Atmospheric Research, Massachusetts Institute of Technology, Geophysical Fluid Dynamics Laboratory, University of Michigan, National Centers for Environmental Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/build_config/Darwin.nag.default/ESMF_Conf.inc b/build_config/Darwin.nag.default/ESMF_Conf.inc index 185e9a243d..4aa067fb9c 100644 --- a/build_config/Darwin.nag.default/ESMF_Conf.inc +++ b/build_config/Darwin.nag.default/ESMF_Conf.inc @@ -2,7 +2,7 @@ $Id$ Earth System Modeling Framework -Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +Copyright (c) 2002-2024, University Corporation for Atmospheric Research, Massachusetts Institute of Technology, Geophysical Fluid Dynamics Laboratory, University of Michigan, National Centers for Environmental Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/build_config/Darwin.pgi.default/ESMC_Conf.h b/build_config/Darwin.pgi.default/ESMC_Conf.h index 64e2008f31..b911fb2a3f 100644 --- a/build_config/Darwin.pgi.default/ESMC_Conf.h +++ b/build_config/Darwin.pgi.default/ESMC_Conf.h @@ -5,7 +5,7 @@ #if 0 Earth System Modeling Framework -Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +Copyright (c) 2002-2024, University Corporation for Atmospheric Research, Massachusetts Institute of Technology, Geophysical Fluid Dynamics Laboratory, University of Michigan, National Centers for Environmental Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/build_config/Darwin.pgi.default/ESMF_Conf.inc b/build_config/Darwin.pgi.default/ESMF_Conf.inc index f132338957..1e2f6916af 100644 --- a/build_config/Darwin.pgi.default/ESMF_Conf.inc +++ b/build_config/Darwin.pgi.default/ESMF_Conf.inc @@ -2,7 +2,7 @@ $Id$ Earth System Modeling Framework -Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +Copyright (c) 2002-2024, University Corporation for Atmospheric Research, Massachusetts Institute of Technology, Geophysical Fluid Dynamics Laboratory, University of Michigan, National Centers for Environmental Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/build_config/Darwin.xlf.default/ESMC_Conf.h b/build_config/Darwin.xlf.default/ESMC_Conf.h index 3be3df3c2a..ef6a583bef 100644 --- a/build_config/Darwin.xlf.default/ESMC_Conf.h +++ b/build_config/Darwin.xlf.default/ESMC_Conf.h @@ -5,7 +5,7 @@ #if 0 Earth System Modeling Framework -Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +Copyright (c) 2002-2024, University Corporation for Atmospheric Research, Massachusetts Institute of Technology, Geophysical Fluid Dynamics Laboratory, University of Michigan, National Centers for Environmental Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/build_config/Darwin.xlf.default/ESMF_Conf.inc b/build_config/Darwin.xlf.default/ESMF_Conf.inc index 35106f6ab0..6e3e8d785d 100644 --- a/build_config/Darwin.xlf.default/ESMF_Conf.inc +++ b/build_config/Darwin.xlf.default/ESMF_Conf.inc @@ -2,7 +2,7 @@ $Id$ Earth System Modeling Framework -Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +Copyright (c) 2002-2024, University Corporation for Atmospheric Research, Massachusetts Institute of Technology, Geophysical Fluid Dynamics Laboratory, University of Michigan, National Centers for Environmental Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/build_config/Darwin.xlfgcc.default/ESMC_Conf.h b/build_config/Darwin.xlfgcc.default/ESMC_Conf.h index 3be3df3c2a..ef6a583bef 100644 --- a/build_config/Darwin.xlfgcc.default/ESMC_Conf.h +++ b/build_config/Darwin.xlfgcc.default/ESMC_Conf.h @@ -5,7 +5,7 @@ #if 0 Earth System Modeling Framework -Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +Copyright (c) 2002-2024, University Corporation for Atmospheric Research, Massachusetts Institute of Technology, Geophysical Fluid Dynamics Laboratory, University of Michigan, National Centers for Environmental Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/build_config/Darwin.xlfgcc.default/ESMF_Conf.inc b/build_config/Darwin.xlfgcc.default/ESMF_Conf.inc index 35106f6ab0..6e3e8d785d 100644 --- a/build_config/Darwin.xlfgcc.default/ESMF_Conf.inc +++ b/build_config/Darwin.xlfgcc.default/ESMF_Conf.inc @@ -2,7 +2,7 @@ $Id$ Earth System Modeling Framework -Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +Copyright (c) 2002-2024, University Corporation for Atmospheric Research, Massachusetts Institute of Technology, Geophysical Fluid Dynamics Laboratory, University of Michigan, National Centers for Environmental Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/build_config/IRIX64.default.default/ESMC_Conf.h b/build_config/IRIX64.default.default/ESMC_Conf.h index 79598bee96..d43362701a 100644 --- a/build_config/IRIX64.default.default/ESMC_Conf.h +++ b/build_config/IRIX64.default.default/ESMC_Conf.h @@ -5,7 +5,7 @@ #if 0 Earth System Modeling Framework -Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +Copyright (c) 2002-2024, University Corporation for Atmospheric Research, Massachusetts Institute of Technology, Geophysical Fluid Dynamics Laboratory, University of Michigan, National Centers for Environmental Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/build_config/IRIX64.default.default/ESMF_Conf.inc b/build_config/IRIX64.default.default/ESMF_Conf.inc index 663929b065..ba96de36af 100644 --- a/build_config/IRIX64.default.default/ESMF_Conf.inc +++ b/build_config/IRIX64.default.default/ESMF_Conf.inc @@ -2,7 +2,7 @@ $Id$ Earth System Modeling Framework -Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +Copyright (c) 2002-2024, University Corporation for Atmospheric Research, Massachusetts Institute of Technology, Geophysical Fluid Dynamics Laboratory, University of Michigan, National Centers for Environmental Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/build_config/Linux.absoft.default/ESMC_Conf.h b/build_config/Linux.absoft.default/ESMC_Conf.h index 8342651da5..d54394d40e 100644 --- a/build_config/Linux.absoft.default/ESMC_Conf.h +++ b/build_config/Linux.absoft.default/ESMC_Conf.h @@ -5,7 +5,7 @@ #if 0 Earth System Modeling Framework -Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +Copyright (c) 2002-2024, University Corporation for Atmospheric Research, Massachusetts Institute of Technology, Geophysical Fluid Dynamics Laboratory, University of Michigan, National Centers for Environmental Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/build_config/Linux.absoft.default/ESMF_Conf.inc b/build_config/Linux.absoft.default/ESMF_Conf.inc index 1c49d28ce5..136cd3746f 100644 --- a/build_config/Linux.absoft.default/ESMF_Conf.inc +++ b/build_config/Linux.absoft.default/ESMF_Conf.inc @@ -2,7 +2,7 @@ $Id$ Earth System Modeling Framework -Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +Copyright (c) 2002-2024, University Corporation for Atmospheric Research, Massachusetts Institute of Technology, Geophysical Fluid Dynamics Laboratory, University of Michigan, National Centers for Environmental Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/build_config/Linux.absoftintel.default/ESMC_Conf.h b/build_config/Linux.absoftintel.default/ESMC_Conf.h index 70358b0324..29fb3066cc 100644 --- a/build_config/Linux.absoftintel.default/ESMC_Conf.h +++ b/build_config/Linux.absoftintel.default/ESMC_Conf.h @@ -5,7 +5,7 @@ #if 0 Earth System Modeling Framework -Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +Copyright (c) 2002-2024, University Corporation for Atmospheric Research, Massachusetts Institute of Technology, Geophysical Fluid Dynamics Laboratory, University of Michigan, National Centers for Environmental Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/build_config/Linux.absoftintel.default/ESMF_Conf.inc b/build_config/Linux.absoftintel.default/ESMF_Conf.inc index 6fb8cebb5a..617c20cfff 100644 --- a/build_config/Linux.absoftintel.default/ESMF_Conf.inc +++ b/build_config/Linux.absoftintel.default/ESMF_Conf.inc @@ -2,7 +2,7 @@ $Id$ Earth System Modeling Framework -Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +Copyright (c) 2002-2024, University Corporation for Atmospheric Research, Massachusetts Institute of Technology, Geophysical Fluid Dynamics Laboratory, University of Michigan, National Centers for Environmental Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/build_config/Linux.aocc.default/ESMC_Conf.h b/build_config/Linux.aocc.default/ESMC_Conf.h index ea7c461b25..f5aa2464b8 100644 --- a/build_config/Linux.aocc.default/ESMC_Conf.h +++ b/build_config/Linux.aocc.default/ESMC_Conf.h @@ -5,7 +5,7 @@ #if 0 Earth System Modeling Framework -Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +Copyright (c) 2002-2024, University Corporation for Atmospheric Research, Massachusetts Institute of Technology, Geophysical Fluid Dynamics Laboratory, University of Michigan, National Centers for Environmental Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/build_config/Linux.aocc.default/ESMF_Conf.inc b/build_config/Linux.aocc.default/ESMF_Conf.inc index 4576adfbb7..30c58d7e8f 100644 --- a/build_config/Linux.aocc.default/ESMF_Conf.inc +++ b/build_config/Linux.aocc.default/ESMF_Conf.inc @@ -2,7 +2,7 @@ $Id$ Earth System Modeling Framework -Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +Copyright (c) 2002-2024, University Corporation for Atmospheric Research, Massachusetts Institute of Technology, Geophysical Fluid Dynamics Laboratory, University of Michigan, National Centers for Environmental Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/build_config/Linux.arm.default/ESMC_Conf.h b/build_config/Linux.arm.default/ESMC_Conf.h index e92079c911..897d7af2c3 100644 --- a/build_config/Linux.arm.default/ESMC_Conf.h +++ b/build_config/Linux.arm.default/ESMC_Conf.h @@ -5,7 +5,7 @@ #if 0 Earth System Modeling Framework -Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +Copyright (c) 2002-2024, University Corporation for Atmospheric Research, Massachusetts Institute of Technology, Geophysical Fluid Dynamics Laboratory, University of Michigan, National Centers for Environmental Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/build_config/Linux.arm.default/ESMF_Conf.inc b/build_config/Linux.arm.default/ESMF_Conf.inc index 4576adfbb7..30c58d7e8f 100644 --- a/build_config/Linux.arm.default/ESMF_Conf.inc +++ b/build_config/Linux.arm.default/ESMF_Conf.inc @@ -2,7 +2,7 @@ $Id$ Earth System Modeling Framework -Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +Copyright (c) 2002-2024, University Corporation for Atmospheric Research, Massachusetts Institute of Technology, Geophysical Fluid Dynamics Laboratory, University of Michigan, National Centers for Environmental Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/build_config/Linux.fujitsu.default/ESMF_Conf.inc b/build_config/Linux.fujitsu.default/ESMF_Conf.inc index 4576adfbb7..30c58d7e8f 100644 --- a/build_config/Linux.fujitsu.default/ESMF_Conf.inc +++ b/build_config/Linux.fujitsu.default/ESMF_Conf.inc @@ -2,7 +2,7 @@ $Id$ Earth System Modeling Framework -Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +Copyright (c) 2002-2024, University Corporation for Atmospheric Research, Massachusetts Institute of Technology, Geophysical Fluid Dynamics Laboratory, University of Michigan, National Centers for Environmental Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/build_config/Linux.g95.default/ESMC_Conf.h b/build_config/Linux.g95.default/ESMC_Conf.h index 6c9e531493..756f92ea52 100644 --- a/build_config/Linux.g95.default/ESMC_Conf.h +++ b/build_config/Linux.g95.default/ESMC_Conf.h @@ -5,7 +5,7 @@ #if 0 Earth System Modeling Framework -Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +Copyright (c) 2002-2024, University Corporation for Atmospheric Research, Massachusetts Institute of Technology, Geophysical Fluid Dynamics Laboratory, University of Michigan, National Centers for Environmental Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/build_config/Linux.g95.default/ESMF_Conf.inc b/build_config/Linux.g95.default/ESMF_Conf.inc index bf58cc2272..2c54647e14 100644 --- a/build_config/Linux.g95.default/ESMF_Conf.inc +++ b/build_config/Linux.g95.default/ESMF_Conf.inc @@ -2,7 +2,7 @@ $Id$ Earth System Modeling Framework -Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +Copyright (c) 2002-2024, University Corporation for Atmospheric Research, Massachusetts Institute of Technology, Geophysical Fluid Dynamics Laboratory, University of Michigan, National Centers for Environmental Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/build_config/Linux.gfortran.default/ESMC_Conf.h b/build_config/Linux.gfortran.default/ESMC_Conf.h index ea7c461b25..f5aa2464b8 100644 --- a/build_config/Linux.gfortran.default/ESMC_Conf.h +++ b/build_config/Linux.gfortran.default/ESMC_Conf.h @@ -5,7 +5,7 @@ #if 0 Earth System Modeling Framework -Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +Copyright (c) 2002-2024, University Corporation for Atmospheric Research, Massachusetts Institute of Technology, Geophysical Fluid Dynamics Laboratory, University of Michigan, National Centers for Environmental Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/build_config/Linux.gfortran.default/ESMF_Conf.inc b/build_config/Linux.gfortran.default/ESMF_Conf.inc index 1369e6833d..0a07775231 100644 --- a/build_config/Linux.gfortran.default/ESMF_Conf.inc +++ b/build_config/Linux.gfortran.default/ESMF_Conf.inc @@ -2,7 +2,7 @@ $Id$ Earth System Modeling Framework -Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +Copyright (c) 2002-2024, University Corporation for Atmospheric Research, Massachusetts Institute of Technology, Geophysical Fluid Dynamics Laboratory, University of Michigan, National Centers for Environmental Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/build_config/Linux.gfortranclang.default/ESMC_Conf.h b/build_config/Linux.gfortranclang.default/ESMC_Conf.h index e92079c911..897d7af2c3 100644 --- a/build_config/Linux.gfortranclang.default/ESMC_Conf.h +++ b/build_config/Linux.gfortranclang.default/ESMC_Conf.h @@ -5,7 +5,7 @@ #if 0 Earth System Modeling Framework -Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +Copyright (c) 2002-2024, University Corporation for Atmospheric Research, Massachusetts Institute of Technology, Geophysical Fluid Dynamics Laboratory, University of Michigan, National Centers for Environmental Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/build_config/Linux.gfortranclang.default/ESMF_Conf.inc b/build_config/Linux.gfortranclang.default/ESMF_Conf.inc index 857149ce35..f4850f01c5 100644 --- a/build_config/Linux.gfortranclang.default/ESMF_Conf.inc +++ b/build_config/Linux.gfortranclang.default/ESMF_Conf.inc @@ -2,7 +2,7 @@ $Id$ Earth System Modeling Framework -Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +Copyright (c) 2002-2024, University Corporation for Atmospheric Research, Massachusetts Institute of Technology, Geophysical Fluid Dynamics Laboratory, University of Michigan, National Centers for Environmental Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/build_config/Linux.intel.default/ESMC_Conf.h b/build_config/Linux.intel.default/ESMC_Conf.h index dd837dc7cf..6ba012b4b6 100644 --- a/build_config/Linux.intel.default/ESMC_Conf.h +++ b/build_config/Linux.intel.default/ESMC_Conf.h @@ -5,7 +5,7 @@ #if 0 Earth System Modeling Framework -Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +Copyright (c) 2002-2024, University Corporation for Atmospheric Research, Massachusetts Institute of Technology, Geophysical Fluid Dynamics Laboratory, University of Michigan, National Centers for Environmental Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/build_config/Linux.intel.default/ESMF_Conf.inc b/build_config/Linux.intel.default/ESMF_Conf.inc index e9616ddbcc..735226c6a5 100644 --- a/build_config/Linux.intel.default/ESMF_Conf.inc +++ b/build_config/Linux.intel.default/ESMF_Conf.inc @@ -2,7 +2,7 @@ $Id$ Earth System Modeling Framework -Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +Copyright (c) 2002-2024, University Corporation for Atmospheric Research, Massachusetts Institute of Technology, Geophysical Fluid Dynamics Laboratory, University of Michigan, National Centers for Environmental Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/build_config/Linux.intelgcc.default/ESMC_Conf.h b/build_config/Linux.intelgcc.default/ESMC_Conf.h index dd837dc7cf..6ba012b4b6 100644 --- a/build_config/Linux.intelgcc.default/ESMC_Conf.h +++ b/build_config/Linux.intelgcc.default/ESMC_Conf.h @@ -5,7 +5,7 @@ #if 0 Earth System Modeling Framework -Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +Copyright (c) 2002-2024, University Corporation for Atmospheric Research, Massachusetts Institute of Technology, Geophysical Fluid Dynamics Laboratory, University of Michigan, National Centers for Environmental Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/build_config/Linux.intelgcc.default/ESMF_Conf.inc b/build_config/Linux.intelgcc.default/ESMF_Conf.inc index e9616ddbcc..735226c6a5 100644 --- a/build_config/Linux.intelgcc.default/ESMF_Conf.inc +++ b/build_config/Linux.intelgcc.default/ESMF_Conf.inc @@ -2,7 +2,7 @@ $Id$ Earth System Modeling Framework -Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +Copyright (c) 2002-2024, University Corporation for Atmospheric Research, Massachusetts Institute of Technology, Geophysical Fluid Dynamics Laboratory, University of Michigan, National Centers for Environmental Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/build_config/Linux.lahey.default/ESMC_Conf.h b/build_config/Linux.lahey.default/ESMC_Conf.h index eb68eafbe5..a91cc3f38c 100644 --- a/build_config/Linux.lahey.default/ESMC_Conf.h +++ b/build_config/Linux.lahey.default/ESMC_Conf.h @@ -5,7 +5,7 @@ #if 0 Earth System Modeling Framework -Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +Copyright (c) 2002-2024, University Corporation for Atmospheric Research, Massachusetts Institute of Technology, Geophysical Fluid Dynamics Laboratory, University of Michigan, National Centers for Environmental Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/build_config/Linux.lahey.default/ESMF_Conf.inc b/build_config/Linux.lahey.default/ESMF_Conf.inc index 96c6d3ea44..584f2e3da2 100644 --- a/build_config/Linux.lahey.default/ESMF_Conf.inc +++ b/build_config/Linux.lahey.default/ESMF_Conf.inc @@ -2,7 +2,7 @@ $Id$ Earth System Modeling Framework -Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +Copyright (c) 2002-2024, University Corporation for Atmospheric Research, Massachusetts Institute of Technology, Geophysical Fluid Dynamics Laboratory, University of Michigan, National Centers for Environmental Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/build_config/Linux.llvm.default/ESMC_Conf.h b/build_config/Linux.llvm.default/ESMC_Conf.h index e92079c911..897d7af2c3 100644 --- a/build_config/Linux.llvm.default/ESMC_Conf.h +++ b/build_config/Linux.llvm.default/ESMC_Conf.h @@ -5,7 +5,7 @@ #if 0 Earth System Modeling Framework -Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +Copyright (c) 2002-2024, University Corporation for Atmospheric Research, Massachusetts Institute of Technology, Geophysical Fluid Dynamics Laboratory, University of Michigan, National Centers for Environmental Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/build_config/Linux.llvm.default/ESMF_Conf.inc b/build_config/Linux.llvm.default/ESMF_Conf.inc index 4576adfbb7..30c58d7e8f 100644 --- a/build_config/Linux.llvm.default/ESMF_Conf.inc +++ b/build_config/Linux.llvm.default/ESMF_Conf.inc @@ -2,7 +2,7 @@ $Id$ Earth System Modeling Framework -Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +Copyright (c) 2002-2024, University Corporation for Atmospheric Research, Massachusetts Institute of Technology, Geophysical Fluid Dynamics Laboratory, University of Michigan, National Centers for Environmental Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/build_config/Linux.nag.default/ESMC_Conf.h b/build_config/Linux.nag.default/ESMC_Conf.h index 8342651da5..d54394d40e 100644 --- a/build_config/Linux.nag.default/ESMC_Conf.h +++ b/build_config/Linux.nag.default/ESMC_Conf.h @@ -5,7 +5,7 @@ #if 0 Earth System Modeling Framework -Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +Copyright (c) 2002-2024, University Corporation for Atmospheric Research, Massachusetts Institute of Technology, Geophysical Fluid Dynamics Laboratory, University of Michigan, National Centers for Environmental Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/build_config/Linux.nag.default/ESMF_Conf.inc b/build_config/Linux.nag.default/ESMF_Conf.inc index 185e9a243d..4aa067fb9c 100644 --- a/build_config/Linux.nag.default/ESMF_Conf.inc +++ b/build_config/Linux.nag.default/ESMF_Conf.inc @@ -2,7 +2,7 @@ $Id$ Earth System Modeling Framework -Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +Copyright (c) 2002-2024, University Corporation for Atmospheric Research, Massachusetts Institute of Technology, Geophysical Fluid Dynamics Laboratory, University of Michigan, National Centers for Environmental Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/build_config/Linux.nagintel.default/ESMC_Conf.h b/build_config/Linux.nagintel.default/ESMC_Conf.h index 8342651da5..d54394d40e 100644 --- a/build_config/Linux.nagintel.default/ESMC_Conf.h +++ b/build_config/Linux.nagintel.default/ESMC_Conf.h @@ -5,7 +5,7 @@ #if 0 Earth System Modeling Framework -Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +Copyright (c) 2002-2024, University Corporation for Atmospheric Research, Massachusetts Institute of Technology, Geophysical Fluid Dynamics Laboratory, University of Michigan, National Centers for Environmental Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/build_config/Linux.nagintel.default/ESMF_Conf.inc b/build_config/Linux.nagintel.default/ESMF_Conf.inc index 185e9a243d..4aa067fb9c 100644 --- a/build_config/Linux.nagintel.default/ESMF_Conf.inc +++ b/build_config/Linux.nagintel.default/ESMF_Conf.inc @@ -2,7 +2,7 @@ $Id$ Earth System Modeling Framework -Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +Copyright (c) 2002-2024, University Corporation for Atmospheric Research, Massachusetts Institute of Technology, Geophysical Fluid Dynamics Laboratory, University of Michigan, National Centers for Environmental Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/build_config/Linux.nvhpc.default/ESMC_Conf.h b/build_config/Linux.nvhpc.default/ESMC_Conf.h index 9a9bf166b4..c7c9fd35e7 100644 --- a/build_config/Linux.nvhpc.default/ESMC_Conf.h +++ b/build_config/Linux.nvhpc.default/ESMC_Conf.h @@ -5,7 +5,7 @@ #if 0 Earth System Modeling Framework -Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +Copyright (c) 2002-2024, University Corporation for Atmospheric Research, Massachusetts Institute of Technology, Geophysical Fluid Dynamics Laboratory, University of Michigan, National Centers for Environmental Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/build_config/Linux.nvhpc.default/ESMF_Conf.inc b/build_config/Linux.nvhpc.default/ESMF_Conf.inc index 4576adfbb7..30c58d7e8f 100644 --- a/build_config/Linux.nvhpc.default/ESMF_Conf.inc +++ b/build_config/Linux.nvhpc.default/ESMF_Conf.inc @@ -2,7 +2,7 @@ $Id$ Earth System Modeling Framework -Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +Copyright (c) 2002-2024, University Corporation for Atmospheric Research, Massachusetts Institute of Technology, Geophysical Fluid Dynamics Laboratory, University of Michigan, National Centers for Environmental Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/build_config/Linux.pathscale.default/ESMC_Conf.h b/build_config/Linux.pathscale.default/ESMC_Conf.h index 8342651da5..d54394d40e 100644 --- a/build_config/Linux.pathscale.default/ESMC_Conf.h +++ b/build_config/Linux.pathscale.default/ESMC_Conf.h @@ -5,7 +5,7 @@ #if 0 Earth System Modeling Framework -Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +Copyright (c) 2002-2024, University Corporation for Atmospheric Research, Massachusetts Institute of Technology, Geophysical Fluid Dynamics Laboratory, University of Michigan, National Centers for Environmental Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/build_config/Linux.pathscale.default/ESMF_Conf.inc b/build_config/Linux.pathscale.default/ESMF_Conf.inc index 45432a8d91..dcf6bebe1c 100644 --- a/build_config/Linux.pathscale.default/ESMF_Conf.inc +++ b/build_config/Linux.pathscale.default/ESMF_Conf.inc @@ -2,7 +2,7 @@ $Id$ Earth System Modeling Framework -Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +Copyright (c) 2002-2024, University Corporation for Atmospheric Research, Massachusetts Institute of Technology, Geophysical Fluid Dynamics Laboratory, University of Michigan, National Centers for Environmental Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/build_config/Linux.pgi.default/ESMC_Conf.h b/build_config/Linux.pgi.default/ESMC_Conf.h index a07e205c53..6411c307fa 100644 --- a/build_config/Linux.pgi.default/ESMC_Conf.h +++ b/build_config/Linux.pgi.default/ESMC_Conf.h @@ -5,7 +5,7 @@ #if 0 Earth System Modeling Framework -Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +Copyright (c) 2002-2024, University Corporation for Atmospheric Research, Massachusetts Institute of Technology, Geophysical Fluid Dynamics Laboratory, University of Michigan, National Centers for Environmental Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/build_config/Linux.pgi.default/ESMF_Conf.inc b/build_config/Linux.pgi.default/ESMF_Conf.inc index c676152bf2..3716bcb395 100644 --- a/build_config/Linux.pgi.default/ESMF_Conf.inc +++ b/build_config/Linux.pgi.default/ESMF_Conf.inc @@ -2,7 +2,7 @@ $Id$ Earth System Modeling Framework -Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +Copyright (c) 2002-2024, University Corporation for Atmospheric Research, Massachusetts Institute of Technology, Geophysical Fluid Dynamics Laboratory, University of Michigan, National Centers for Environmental Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/build_config/Linux.pgigcc.default/ESMC_Conf.h b/build_config/Linux.pgigcc.default/ESMC_Conf.h index 164a72de85..21d291b6f2 100644 --- a/build_config/Linux.pgigcc.default/ESMC_Conf.h +++ b/build_config/Linux.pgigcc.default/ESMC_Conf.h @@ -5,7 +5,7 @@ #if 0 Earth System Modeling Framework -Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +Copyright (c) 2002-2024, University Corporation for Atmospheric Research, Massachusetts Institute of Technology, Geophysical Fluid Dynamics Laboratory, University of Michigan, National Centers for Environmental Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/build_config/Linux.pgigcc.default/ESMF_Conf.inc b/build_config/Linux.pgigcc.default/ESMF_Conf.inc index c676152bf2..3716bcb395 100644 --- a/build_config/Linux.pgigcc.default/ESMF_Conf.inc +++ b/build_config/Linux.pgigcc.default/ESMF_Conf.inc @@ -2,7 +2,7 @@ $Id$ Earth System Modeling Framework -Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +Copyright (c) 2002-2024, University Corporation for Atmospheric Research, Massachusetts Institute of Technology, Geophysical Fluid Dynamics Laboratory, University of Michigan, National Centers for Environmental Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/build_config/Linux.sxcross.default/ESMC_Conf.h b/build_config/Linux.sxcross.default/ESMC_Conf.h index cfb12c8195..664823c645 100644 --- a/build_config/Linux.sxcross.default/ESMC_Conf.h +++ b/build_config/Linux.sxcross.default/ESMC_Conf.h @@ -5,7 +5,7 @@ #if 0 Earth System Modeling Framework -Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +Copyright (c) 2002-2024, University Corporation for Atmospheric Research, Massachusetts Institute of Technology, Geophysical Fluid Dynamics Laboratory, University of Michigan, National Centers for Environmental Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/build_config/Linux.sxcross.default/ESMF_Conf.inc b/build_config/Linux.sxcross.default/ESMF_Conf.inc index c03e10d2da..ac7575ca6a 100644 --- a/build_config/Linux.sxcross.default/ESMF_Conf.inc +++ b/build_config/Linux.sxcross.default/ESMF_Conf.inc @@ -2,7 +2,7 @@ $Id$ Earth System Modeling Framework -Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +Copyright (c) 2002-2024, University Corporation for Atmospheric Research, Massachusetts Institute of Technology, Geophysical Fluid Dynamics Laboratory, University of Michigan, National Centers for Environmental Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/build_config/Linux.xlf.default/ESMC_Conf.h b/build_config/Linux.xlf.default/ESMC_Conf.h index f4974f3469..48b4931560 100644 --- a/build_config/Linux.xlf.default/ESMC_Conf.h +++ b/build_config/Linux.xlf.default/ESMC_Conf.h @@ -5,7 +5,7 @@ #if 0 Earth System Modeling Framework -Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +Copyright (c) 2002-2024, University Corporation for Atmospheric Research, Massachusetts Institute of Technology, Geophysical Fluid Dynamics Laboratory, University of Michigan, National Centers for Environmental Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/build_config/Linux.xlf.default/ESMF_Conf.inc b/build_config/Linux.xlf.default/ESMF_Conf.inc index 2015cd419e..d0b5740778 100644 --- a/build_config/Linux.xlf.default/ESMF_Conf.inc +++ b/build_config/Linux.xlf.default/ESMF_Conf.inc @@ -2,7 +2,7 @@ $Id$ Earth System Modeling Framework -Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +Copyright (c) 2002-2024, University Corporation for Atmospheric Research, Massachusetts Institute of Technology, Geophysical Fluid Dynamics Laboratory, University of Michigan, National Centers for Environmental Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/build_config/MinGW.gfortran.default/ESMC_Conf.h b/build_config/MinGW.gfortran.default/ESMC_Conf.h index b60b12eebe..c2bea764f0 100644 --- a/build_config/MinGW.gfortran.default/ESMC_Conf.h +++ b/build_config/MinGW.gfortran.default/ESMC_Conf.h @@ -5,7 +5,7 @@ #if 0 Earth System Modeling Framework -Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +Copyright (c) 2002-2024, University Corporation for Atmospheric Research, Massachusetts Institute of Technology, Geophysical Fluid Dynamics Laboratory, University of Michigan, National Centers for Environmental Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/build_config/MinGW.gfortran.default/ESMF_Conf.inc b/build_config/MinGW.gfortran.default/ESMF_Conf.inc index 857149ce35..f4850f01c5 100644 --- a/build_config/MinGW.gfortran.default/ESMF_Conf.inc +++ b/build_config/MinGW.gfortran.default/ESMF_Conf.inc @@ -2,7 +2,7 @@ $Id$ Earth System Modeling Framework -Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +Copyright (c) 2002-2024, University Corporation for Atmospheric Research, Massachusetts Institute of Technology, Geophysical Fluid Dynamics Laboratory, University of Michigan, National Centers for Environmental Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/build_config/MinGW.intel.default/ESMC_Conf.h b/build_config/MinGW.intel.default/ESMC_Conf.h index 500961289a..2def7c35df 100644 --- a/build_config/MinGW.intel.default/ESMC_Conf.h +++ b/build_config/MinGW.intel.default/ESMC_Conf.h @@ -5,7 +5,7 @@ #if 0 Earth System Modeling Framework -Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +Copyright (c) 2002-2024, University Corporation for Atmospheric Research, Massachusetts Institute of Technology, Geophysical Fluid Dynamics Laboratory, University of Michigan, National Centers for Environmental Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/build_config/MinGW.intel.default/ESMF_Conf.inc b/build_config/MinGW.intel.default/ESMF_Conf.inc index e9616ddbcc..735226c6a5 100644 --- a/build_config/MinGW.intel.default/ESMF_Conf.inc +++ b/build_config/MinGW.intel.default/ESMF_Conf.inc @@ -2,7 +2,7 @@ $Id$ Earth System Modeling Framework -Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +Copyright (c) 2002-2024, University Corporation for Atmospheric Research, Massachusetts Institute of Technology, Geophysical Fluid Dynamics Laboratory, University of Michigan, National Centers for Environmental Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/build_config/MinGW.intelcl.default/ESMC_Conf.h b/build_config/MinGW.intelcl.default/ESMC_Conf.h index 500961289a..2def7c35df 100644 --- a/build_config/MinGW.intelcl.default/ESMC_Conf.h +++ b/build_config/MinGW.intelcl.default/ESMC_Conf.h @@ -5,7 +5,7 @@ #if 0 Earth System Modeling Framework -Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +Copyright (c) 2002-2024, University Corporation for Atmospheric Research, Massachusetts Institute of Technology, Geophysical Fluid Dynamics Laboratory, University of Michigan, National Centers for Environmental Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/build_config/MinGW.intelcl.default/ESMF_Conf.inc b/build_config/MinGW.intelcl.default/ESMF_Conf.inc index e9616ddbcc..735226c6a5 100644 --- a/build_config/MinGW.intelcl.default/ESMF_Conf.inc +++ b/build_config/MinGW.intelcl.default/ESMF_Conf.inc @@ -2,7 +2,7 @@ $Id$ Earth System Modeling Framework -Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +Copyright (c) 2002-2024, University Corporation for Atmospheric Research, Massachusetts Institute of Technology, Geophysical Fluid Dynamics Laboratory, University of Michigan, National Centers for Environmental Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/build_config/OSF1.default.default/ESMC_Conf.h b/build_config/OSF1.default.default/ESMC_Conf.h index 95065a363b..df0aeb8daf 100644 --- a/build_config/OSF1.default.default/ESMC_Conf.h +++ b/build_config/OSF1.default.default/ESMC_Conf.h @@ -5,7 +5,7 @@ #if 0 Earth System Modeling Framework -Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +Copyright (c) 2002-2024, University Corporation for Atmospheric Research, Massachusetts Institute of Technology, Geophysical Fluid Dynamics Laboratory, University of Michigan, National Centers for Environmental Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/build_config/OSF1.default.default/ESMF_Conf.inc b/build_config/OSF1.default.default/ESMF_Conf.inc index 4aebf785fe..82b2b0dd37 100644 --- a/build_config/OSF1.default.default/ESMF_Conf.inc +++ b/build_config/OSF1.default.default/ESMF_Conf.inc @@ -2,7 +2,7 @@ $Id$ Earth System Modeling Framework -Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +Copyright (c) 2002-2024, University Corporation for Atmospheric Research, Massachusetts Institute of Technology, Geophysical Fluid Dynamics Laboratory, University of Michigan, National Centers for Environmental Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/build_config/README.md b/build_config/README.md index 803ea4ad1f..807d27b594 100644 --- a/build_config/README.md +++ b/build_config/README.md @@ -2,7 +2,7 @@ > Earth System Modeling Framework > -> Copyright (c) 2002-2023 University Corporation for Atmospheric Research, Massachusetts Institute of Technology, Geophysical Fluid Dynamics Laboratory, University of Michigan, National Centers for Environmental Prediction, Los Alamos National Laboratory, Argonne National Laboratory, NASA Goddard Space Flight Center. All rights reserved. +> Copyright (c) 2002-2024 University Corporation for Atmospheric Research, Massachusetts Institute of Technology, Geophysical Fluid Dynamics Laboratory, University of Michigan, National Centers for Environmental Prediction, Los Alamos National Laboratory, Argonne National Laboratory, NASA Goddard Space Flight Center. All rights reserved. The files in this directory contain per-platform makefile information which is included by the ESMF build system. diff --git a/build_config/SunOS.default.default/ESMC_Conf.h b/build_config/SunOS.default.default/ESMC_Conf.h index b862383605..bb77e4c4b5 100644 --- a/build_config/SunOS.default.default/ESMC_Conf.h +++ b/build_config/SunOS.default.default/ESMC_Conf.h @@ -5,7 +5,7 @@ #if 0 Earth System Modeling Framework -Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +Copyright (c) 2002-2024, University Corporation for Atmospheric Research, Massachusetts Institute of Technology, Geophysical Fluid Dynamics Laboratory, University of Michigan, National Centers for Environmental Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/build_config/SunOS.default.default/ESMF_Conf.inc b/build_config/SunOS.default.default/ESMF_Conf.inc index f1e3abdd79..62871841e5 100644 --- a/build_config/SunOS.default.default/ESMF_Conf.inc +++ b/build_config/SunOS.default.default/ESMF_Conf.inc @@ -2,7 +2,7 @@ $Id$ Earth System Modeling Framework -Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +Copyright (c) 2002-2024, University Corporation for Atmospheric Research, Massachusetts Institute of Technology, Geophysical Fluid Dynamics Laboratory, University of Michigan, National Centers for Environmental Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/build_config/Unicos.aocc.default/ESMC_Conf.h b/build_config/Unicos.aocc.default/ESMC_Conf.h index ea7c461b25..f5aa2464b8 100644 --- a/build_config/Unicos.aocc.default/ESMC_Conf.h +++ b/build_config/Unicos.aocc.default/ESMC_Conf.h @@ -5,7 +5,7 @@ #if 0 Earth System Modeling Framework -Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +Copyright (c) 2002-2024, University Corporation for Atmospheric Research, Massachusetts Institute of Technology, Geophysical Fluid Dynamics Laboratory, University of Michigan, National Centers for Environmental Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/build_config/Unicos.aocc.default/ESMF_Conf.inc b/build_config/Unicos.aocc.default/ESMF_Conf.inc index 857149ce35..f4850f01c5 100644 --- a/build_config/Unicos.aocc.default/ESMF_Conf.inc +++ b/build_config/Unicos.aocc.default/ESMF_Conf.inc @@ -2,7 +2,7 @@ $Id$ Earth System Modeling Framework -Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +Copyright (c) 2002-2024, University Corporation for Atmospheric Research, Massachusetts Institute of Technology, Geophysical Fluid Dynamics Laboratory, University of Michigan, National Centers for Environmental Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/build_config/Unicos.cce.default/ESMC_Conf.h b/build_config/Unicos.cce.default/ESMC_Conf.h index 8342651da5..d54394d40e 100644 --- a/build_config/Unicos.cce.default/ESMC_Conf.h +++ b/build_config/Unicos.cce.default/ESMC_Conf.h @@ -5,7 +5,7 @@ #if 0 Earth System Modeling Framework -Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +Copyright (c) 2002-2024, University Corporation for Atmospheric Research, Massachusetts Institute of Technology, Geophysical Fluid Dynamics Laboratory, University of Michigan, National Centers for Environmental Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/build_config/Unicos.cce.default/ESMF_Conf.inc b/build_config/Unicos.cce.default/ESMF_Conf.inc index 9fbc4aa93f..906d9d4a1b 100644 --- a/build_config/Unicos.cce.default/ESMF_Conf.inc +++ b/build_config/Unicos.cce.default/ESMF_Conf.inc @@ -2,7 +2,7 @@ $Id$ Earth System Modeling Framework -Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +Copyright (c) 2002-2024, University Corporation for Atmospheric Research, Massachusetts Institute of Technology, Geophysical Fluid Dynamics Laboratory, University of Michigan, National Centers for Environmental Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/build_config/Unicos.default.default/ESMC_Conf.h b/build_config/Unicos.default.default/ESMC_Conf.h index fb0ffc68c3..48527dad58 100644 --- a/build_config/Unicos.default.default/ESMC_Conf.h +++ b/build_config/Unicos.default.default/ESMC_Conf.h @@ -5,7 +5,7 @@ #if 0 Earth System Modeling Framework -Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +Copyright (c) 2002-2024, University Corporation for Atmospheric Research, Massachusetts Institute of Technology, Geophysical Fluid Dynamics Laboratory, University of Michigan, National Centers for Environmental Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/build_config/Unicos.default.default/ESMF_Conf.inc b/build_config/Unicos.default.default/ESMF_Conf.inc index 2366d64539..a51cdea4e0 100644 --- a/build_config/Unicos.default.default/ESMF_Conf.inc +++ b/build_config/Unicos.default.default/ESMF_Conf.inc @@ -2,7 +2,7 @@ $Id$ Earth System Modeling Framework -Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +Copyright (c) 2002-2024, University Corporation for Atmospheric Research, Massachusetts Institute of Technology, Geophysical Fluid Dynamics Laboratory, University of Michigan, National Centers for Environmental Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/build_config/Unicos.gfortran.default/ESMC_Conf.h b/build_config/Unicos.gfortran.default/ESMC_Conf.h index ea7c461b25..f5aa2464b8 100644 --- a/build_config/Unicos.gfortran.default/ESMC_Conf.h +++ b/build_config/Unicos.gfortran.default/ESMC_Conf.h @@ -5,7 +5,7 @@ #if 0 Earth System Modeling Framework -Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +Copyright (c) 2002-2024, University Corporation for Atmospheric Research, Massachusetts Institute of Technology, Geophysical Fluid Dynamics Laboratory, University of Michigan, National Centers for Environmental Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/build_config/Unicos.gfortran.default/ESMF_Conf.inc b/build_config/Unicos.gfortran.default/ESMF_Conf.inc index 857149ce35..f4850f01c5 100644 --- a/build_config/Unicos.gfortran.default/ESMF_Conf.inc +++ b/build_config/Unicos.gfortran.default/ESMF_Conf.inc @@ -2,7 +2,7 @@ $Id$ Earth System Modeling Framework -Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +Copyright (c) 2002-2024, University Corporation for Atmospheric Research, Massachusetts Institute of Technology, Geophysical Fluid Dynamics Laboratory, University of Michigan, National Centers for Environmental Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/build_config/Unicos.intel.default/ESMC_Conf.h b/build_config/Unicos.intel.default/ESMC_Conf.h index 1c7856de34..6b6b0e9d59 100644 --- a/build_config/Unicos.intel.default/ESMC_Conf.h +++ b/build_config/Unicos.intel.default/ESMC_Conf.h @@ -5,7 +5,7 @@ #if 0 Earth System Modeling Framework -Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +Copyright (c) 2002-2024, University Corporation for Atmospheric Research, Massachusetts Institute of Technology, Geophysical Fluid Dynamics Laboratory, University of Michigan, National Centers for Environmental Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/build_config/Unicos.intel.default/ESMF_Conf.inc b/build_config/Unicos.intel.default/ESMF_Conf.inc index e9616ddbcc..735226c6a5 100644 --- a/build_config/Unicos.intel.default/ESMF_Conf.inc +++ b/build_config/Unicos.intel.default/ESMF_Conf.inc @@ -2,7 +2,7 @@ $Id$ Earth System Modeling Framework -Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +Copyright (c) 2002-2024, University Corporation for Atmospheric Research, Massachusetts Institute of Technology, Geophysical Fluid Dynamics Laboratory, University of Michigan, National Centers for Environmental Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/build_config/Unicos.nvhpc.default/ESMC_Conf.h b/build_config/Unicos.nvhpc.default/ESMC_Conf.h index 9a9bf166b4..c7c9fd35e7 100644 --- a/build_config/Unicos.nvhpc.default/ESMC_Conf.h +++ b/build_config/Unicos.nvhpc.default/ESMC_Conf.h @@ -5,7 +5,7 @@ #if 0 Earth System Modeling Framework -Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +Copyright (c) 2002-2024, University Corporation for Atmospheric Research, Massachusetts Institute of Technology, Geophysical Fluid Dynamics Laboratory, University of Michigan, National Centers for Environmental Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/build_config/Unicos.nvhpc.default/ESMF_Conf.inc b/build_config/Unicos.nvhpc.default/ESMF_Conf.inc index 4576adfbb7..30c58d7e8f 100644 --- a/build_config/Unicos.nvhpc.default/ESMF_Conf.inc +++ b/build_config/Unicos.nvhpc.default/ESMF_Conf.inc @@ -2,7 +2,7 @@ $Id$ Earth System Modeling Framework -Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +Copyright (c) 2002-2024, University Corporation for Atmospheric Research, Massachusetts Institute of Technology, Geophysical Fluid Dynamics Laboratory, University of Michigan, National Centers for Environmental Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/build_config/Unicos.pathscale.default/ESMC_Conf.h b/build_config/Unicos.pathscale.default/ESMC_Conf.h index 8342651da5..d54394d40e 100644 --- a/build_config/Unicos.pathscale.default/ESMC_Conf.h +++ b/build_config/Unicos.pathscale.default/ESMC_Conf.h @@ -5,7 +5,7 @@ #if 0 Earth System Modeling Framework -Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +Copyright (c) 2002-2024, University Corporation for Atmospheric Research, Massachusetts Institute of Technology, Geophysical Fluid Dynamics Laboratory, University of Michigan, National Centers for Environmental Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/build_config/Unicos.pathscale.default/ESMF_Conf.inc b/build_config/Unicos.pathscale.default/ESMF_Conf.inc index 45432a8d91..dcf6bebe1c 100644 --- a/build_config/Unicos.pathscale.default/ESMF_Conf.inc +++ b/build_config/Unicos.pathscale.default/ESMF_Conf.inc @@ -2,7 +2,7 @@ $Id$ Earth System Modeling Framework -Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +Copyright (c) 2002-2024, University Corporation for Atmospheric Research, Massachusetts Institute of Technology, Geophysical Fluid Dynamics Laboratory, University of Michigan, National Centers for Environmental Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/build_config/Unicos.pgi.default/ESMC_Conf.h b/build_config/Unicos.pgi.default/ESMC_Conf.h index f7d5d274c1..a94926d681 100644 --- a/build_config/Unicos.pgi.default/ESMC_Conf.h +++ b/build_config/Unicos.pgi.default/ESMC_Conf.h @@ -5,7 +5,7 @@ #if 0 Earth System Modeling Framework -Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +Copyright (c) 2002-2024, University Corporation for Atmospheric Research, Massachusetts Institute of Technology, Geophysical Fluid Dynamics Laboratory, University of Michigan, National Centers for Environmental Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/build_config/Unicos.pgi.default/ESMF_Conf.inc b/build_config/Unicos.pgi.default/ESMF_Conf.inc index 07cc935881..e424b3ab30 100644 --- a/build_config/Unicos.pgi.default/ESMF_Conf.inc +++ b/build_config/Unicos.pgi.default/ESMF_Conf.inc @@ -2,7 +2,7 @@ $Id$ Earth System Modeling Framework -Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +Copyright (c) 2002-2024, University Corporation for Atmospheric Research, Massachusetts Institute of Technology, Geophysical Fluid Dynamics Laboratory, University of Michigan, National Centers for Environmental Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/scripts/doc_templates/templates/scripts/do_ccprotex b/scripts/doc_templates/templates/scripts/do_ccprotex index f7ddb0ba9e..168175b561 100755 --- a/scripts/doc_templates/templates/scripts/do_ccprotex +++ b/scripts/doc_templates/templates/scripts/do_ccprotex @@ -1,7 +1,7 @@ #!/bin/csh -f # # Earth System Modeling Framework -# Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +# Copyright (c) 2002-2024, University Corporation for Atmospheric Research, # Massachusetts Institute of Technology, Geophysical Fluid Dynamics # Laboratory, University of Michigan, National Centers for Environmental # Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/scripts/doc_templates/templates/scripts/do_chprotex b/scripts/doc_templates/templates/scripts/do_chprotex index 4b9c7a99fe..2dae89263f 100755 --- a/scripts/doc_templates/templates/scripts/do_chprotex +++ b/scripts/doc_templates/templates/scripts/do_chprotex @@ -1,7 +1,7 @@ #!/bin/csh -f # # Earth System Modeling Framework -# Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +# Copyright (c) 2002-2024, University Corporation for Atmospheric Research, # Massachusetts Institute of Technology, Geophysical Fluid Dynamics # Laboratory, University of Michigan, National Centers for Environmental # Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/scripts/doc_templates/templates/scripts/do_fprotex b/scripts/doc_templates/templates/scripts/do_fprotex index c43da7f1ae..249b435578 100755 --- a/scripts/doc_templates/templates/scripts/do_fprotex +++ b/scripts/doc_templates/templates/scripts/do_fprotex @@ -1,7 +1,7 @@ #!/bin/csh -f # # Earth System Modeling Framework -# Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +# Copyright (c) 2002-2024, University Corporation for Atmospheric Research, # Massachusetts Institute of Technology, Geophysical Fluid Dynamics # Laboratory, University of Michigan, National Centers for Environmental # Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/scripts/doc_templates/templates/scripts/do_l2h b/scripts/doc_templates/templates/scripts/do_l2h index c1a3cddc64..2489ef5a03 100755 --- a/scripts/doc_templates/templates/scripts/do_l2h +++ b/scripts/doc_templates/templates/scripts/do_l2h @@ -1,7 +1,7 @@ #!/bin/csh -f # # Earth System Modeling Framework -# Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +# Copyright (c) 2002-2024, University Corporation for Atmospheric Research, # Massachusetts Institute of Technology, Geophysical Fluid Dynamics # Laboratory, University of Michigan, National Centers for Environmental # Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/scripts/doc_templates/templates/scripts/do_latex b/scripts/doc_templates/templates/scripts/do_latex index 96a3aeda55..5678c2e7dd 100755 --- a/scripts/doc_templates/templates/scripts/do_latex +++ b/scripts/doc_templates/templates/scripts/do_latex @@ -1,7 +1,7 @@ #!/bin/csh -f # # Earth System Modeling Framework -# Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +# Copyright (c) 2002-2024, University Corporation for Atmospheric Research, # Massachusetts Institute of Technology, Geophysical Fluid Dynamics # Laboratory, University of Michigan, National Centers for Environmental # Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/scripts/doc_templates/templates/scripts/do_newclass b/scripts/doc_templates/templates/scripts/do_newclass index b5771f7633..3851217fef 100755 --- a/scripts/doc_templates/templates/scripts/do_newclass +++ b/scripts/doc_templates/templates/scripts/do_newclass @@ -1,7 +1,7 @@ #!/bin/csh -f # # Earth System Modeling Framework -# Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +# Copyright (c) 2002-2024, University Corporation for Atmospheric Research, # Massachusetts Institute of Technology, Geophysical Fluid Dynamics # Laboratory, University of Michigan, National Centers for Environmental # Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/scripts/doc_templates/templates/scripts/do_newcomp b/scripts/doc_templates/templates/scripts/do_newcomp index ad5c8ff739..059f39a24d 100755 --- a/scripts/doc_templates/templates/scripts/do_newcomp +++ b/scripts/doc_templates/templates/scripts/do_newcomp @@ -1,7 +1,7 @@ #!/bin/csh -f # # Earth System Modeling Framework -# Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +# Copyright (c) 2002-2024, University Corporation for Atmospheric Research, # Massachusetts Institute of Technology, Geophysical Fluid Dynamics # Laboratory, University of Michigan, National Centers for Environmental # Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/scripts/doc_templates/templates/scripts/do_newdoc b/scripts/doc_templates/templates/scripts/do_newdoc index 18fb4e4203..69c176edea 100755 --- a/scripts/doc_templates/templates/scripts/do_newdoc +++ b/scripts/doc_templates/templates/scripts/do_newdoc @@ -1,7 +1,7 @@ #!/bin/csh -f # # Earth System Modeling Framework -# Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +# Copyright (c) 2002-2024, University Corporation for Atmospheric Research, # Massachusetts Institute of Technology, Geophysical Fluid Dynamics # Laboratory, University of Michigan, National Centers for Environmental # Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/scripts/doc_templates/templates/title_alldoc.tex b/scripts/doc_templates/templates/title_alldoc.tex index 6dff10621d..b279e99f37 100644 --- a/scripts/doc_templates/templates/title_alldoc.tex +++ b/scripts/doc_templates/templates/title_alldoc.tex @@ -1,7 +1,7 @@ % $Id$ % % Earth System Modeling Framework -% Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +% Copyright (c) 2002-2024, University Corporation for Atmospheric Research, % Massachusetts Institute of Technology, Geophysical Fluid Dynamics % Laboratory, University of Michigan, National Centers for Environmental % Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/scripts/doc_templates/templates/verstitle_alldoc.tex b/scripts/doc_templates/templates/verstitle_alldoc.tex index 41629bd2a0..d8b8dfddc5 100644 --- a/scripts/doc_templates/templates/verstitle_alldoc.tex +++ b/scripts/doc_templates/templates/verstitle_alldoc.tex @@ -1,7 +1,7 @@ % $Id$ % % Earth System Modeling Framework -% Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +% Copyright (c) 2002-2024, University Corporation for Atmospheric Research, % Massachusetts Institute of Technology, Geophysical Fluid Dynamics % Laboratory, University of Michigan, National Centers for Environmental % Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/scripts/jinja2_templating/generate_templates.py b/scripts/jinja2_templating/generate_templates.py index 6308cf222e..4feb3e0d73 100644 --- a/scripts/jinja2_templating/generate_templates.py +++ b/scripts/jinja2_templating/generate_templates.py @@ -96,7 +96,7 @@ """! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, @@ -110,7 +110,7 @@ """// $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Array/doc/Array_cdesc.tex b/src/Infrastructure/Array/doc/Array_cdesc.tex index acf85c4e48..402d524b52 100644 --- a/src/Infrastructure/Array/doc/Array_cdesc.tex +++ b/src/Infrastructure/Array/doc/Array_cdesc.tex @@ -1,7 +1,7 @@ % $Id$ % % Earth System Modeling Framework -% Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +% Copyright (c) 2002-2024, University Corporation for Atmospheric Research, % Massachusetts Institute of Technology, Geophysical Fluid Dynamics % Laboratory, University of Michigan, National Centers for Environmental % Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Array/doc/Array_crefdoc.ctex b/src/Infrastructure/Array/doc/Array_crefdoc.ctex index 57c637ef93..6b8244dd33 100644 --- a/src/Infrastructure/Array/doc/Array_crefdoc.ctex +++ b/src/Infrastructure/Array/doc/Array_crefdoc.ctex @@ -1,7 +1,7 @@ % $Id$ % % Earth System Modeling Framework -% Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +% Copyright (c) 2002-2024, University Corporation for Atmospheric Research, % Massachusetts Institute of Technology, Geophysical Fluid Dynamics % Laboratory, University of Michigan, National Centers for Environmental % Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Array/doc/Array_desc.tex b/src/Infrastructure/Array/doc/Array_desc.tex index 1c5cca9c28..fdb80403ff 100644 --- a/src/Infrastructure/Array/doc/Array_desc.tex +++ b/src/Infrastructure/Array/doc/Array_desc.tex @@ -1,7 +1,7 @@ % $Id$ % % Earth System Modeling Framework -% Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +% Copyright (c) 2002-2024, University Corporation for Atmospheric Research, % Massachusetts Institute of Technology, Geophysical Fluid Dynamics % Laboratory, University of Michigan, National Centers for Environmental % Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Array/doc/Array_refdoc.ctex b/src/Infrastructure/Array/doc/Array_refdoc.ctex index 0751930bd0..69ff713137 100644 --- a/src/Infrastructure/Array/doc/Array_refdoc.ctex +++ b/src/Infrastructure/Array/doc/Array_refdoc.ctex @@ -1,7 +1,7 @@ % $Id$ % % Earth System Modeling Framework -% Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +% Copyright (c) 2002-2024, University Corporation for Atmospheric Research, % Massachusetts Institute of Technology, Geophysical Fluid Dynamics % Laboratory, University of Michigan, National Centers for Environmental % Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Array/examples/ESMF_ArrayArbHaloEx.F90 b/src/Infrastructure/Array/examples/ESMF_ArrayArbHaloEx.F90 index e1c0402e5b..0f961bbc12 100644 --- a/src/Infrastructure/Array/examples/ESMF_ArrayArbHaloEx.F90 +++ b/src/Infrastructure/Array/examples/ESMF_ArrayArbHaloEx.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Array/examples/ESMF_ArrayCommNBEx.F90 b/src/Infrastructure/Array/examples/ESMF_ArrayCommNBEx.F90 index 6c43dff6ef..ab7e0c808a 100644 --- a/src/Infrastructure/Array/examples/ESMF_ArrayCommNBEx.F90 +++ b/src/Infrastructure/Array/examples/ESMF_ArrayCommNBEx.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Array/examples/ESMF_ArrayEx.F90 b/src/Infrastructure/Array/examples/ESMF_ArrayEx.F90 index 6f81c77a3e..78bceb18f9 100644 --- a/src/Infrastructure/Array/examples/ESMF_ArrayEx.F90 +++ b/src/Infrastructure/Array/examples/ESMF_ArrayEx.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Array/examples/ESMF_ArrayFarrayEx.F90 b/src/Infrastructure/Array/examples/ESMF_ArrayFarrayEx.F90 index 627661f857..247259be6d 100644 --- a/src/Infrastructure/Array/examples/ESMF_ArrayFarrayEx.F90 +++ b/src/Infrastructure/Array/examples/ESMF_ArrayFarrayEx.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Array/examples/ESMF_ArrayFarrayHaloEx.F90 b/src/Infrastructure/Array/examples/ESMF_ArrayFarrayHaloEx.F90 index c0423a0731..9c8c308062 100644 --- a/src/Infrastructure/Array/examples/ESMF_ArrayFarrayHaloEx.F90 +++ b/src/Infrastructure/Array/examples/ESMF_ArrayFarrayHaloEx.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Array/examples/ESMF_ArrayHaloEx.F90 b/src/Infrastructure/Array/examples/ESMF_ArrayHaloEx.F90 index b80ef24f46..1e926ea29a 100644 --- a/src/Infrastructure/Array/examples/ESMF_ArrayHaloEx.F90 +++ b/src/Infrastructure/Array/examples/ESMF_ArrayHaloEx.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Array/examples/ESMF_ArrayLarrayEx.F90 b/src/Infrastructure/Array/examples/ESMF_ArrayLarrayEx.F90 index 5b17c5d6b7..ac20d22f7b 100644 --- a/src/Infrastructure/Array/examples/ESMF_ArrayLarrayEx.F90 +++ b/src/Infrastructure/Array/examples/ESMF_ArrayLarrayEx.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Array/examples/ESMF_ArrayRedistEx.F90 b/src/Infrastructure/Array/examples/ESMF_ArrayRedistEx.F90 index 5f67c99e91..04ec710ad6 100644 --- a/src/Infrastructure/Array/examples/ESMF_ArrayRedistEx.F90 +++ b/src/Infrastructure/Array/examples/ESMF_ArrayRedistEx.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Array/examples/ESMF_ArrayScatterGatherArbEx.F90 b/src/Infrastructure/Array/examples/ESMF_ArrayScatterGatherArbEx.F90 index 2d7bbbec4a..5a328c4ed8 100644 --- a/src/Infrastructure/Array/examples/ESMF_ArrayScatterGatherArbEx.F90 +++ b/src/Infrastructure/Array/examples/ESMF_ArrayScatterGatherArbEx.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Array/examples/ESMF_ArrayScatterGatherEx.F90 b/src/Infrastructure/Array/examples/ESMF_ArrayScatterGatherEx.F90 index 155b97b618..735819eb9e 100644 --- a/src/Infrastructure/Array/examples/ESMF_ArrayScatterGatherEx.F90 +++ b/src/Infrastructure/Array/examples/ESMF_ArrayScatterGatherEx.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Array/examples/ESMF_ArraySparseMatMulEx.F90 b/src/Infrastructure/Array/examples/ESMF_ArraySparseMatMulEx.F90 index 945512e493..6a2ea91b80 100644 --- a/src/Infrastructure/Array/examples/ESMF_ArraySparseMatMulEx.F90 +++ b/src/Infrastructure/Array/examples/ESMF_ArraySparseMatMulEx.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Array/include/ESMCI_Array.h b/src/Infrastructure/Array/include/ESMCI_Array.h index 1a131adfb1..512c4e99dc 100644 --- a/src/Infrastructure/Array/include/ESMCI_Array.h +++ b/src/Infrastructure/Array/include/ESMCI_Array.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Array/include/ESMC_Array.h b/src/Infrastructure/Array/include/ESMC_Array.h index 92e8e8493e..c5189b974f 100644 --- a/src/Infrastructure/Array/include/ESMC_Array.h +++ b/src/Infrastructure/Array/include/ESMC_Array.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Array/interface/ESMCI_Array_F.C b/src/Infrastructure/Array/interface/ESMCI_Array_F.C index a899987245..79bc0a48a0 100644 --- a/src/Infrastructure/Array/interface/ESMCI_Array_F.C +++ b/src/Infrastructure/Array/interface/ESMCI_Array_F.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Array/interface/ESMC_Array.C b/src/Infrastructure/Array/interface/ESMC_Array.C index e713343c51..05ff2d8d87 100644 --- a/src/Infrastructure/Array/interface/ESMC_Array.C +++ b/src/Infrastructure/Array/interface/ESMC_Array.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Array/interface/ESMF_Array.F90 b/src/Infrastructure/Array/interface/ESMF_Array.F90 index 653148cc04..ea1688b0ec 100644 --- a/src/Infrastructure/Array/interface/ESMF_Array.F90 +++ b/src/Infrastructure/Array/interface/ESMF_Array.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Array/interface/ESMF_ArrayCreate.cppF90 b/src/Infrastructure/Array/interface/ESMF_ArrayCreate.cppF90 index 99becf82ec..0a041a8031 100644 --- a/src/Infrastructure/Array/interface/ESMF_ArrayCreate.cppF90 +++ b/src/Infrastructure/Array/interface/ESMF_ArrayCreate.cppF90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Array/interface/ESMF_ArrayGather.cppF90 b/src/Infrastructure/Array/interface/ESMF_ArrayGather.cppF90 index f1efe2ab43..19b09b679b 100644 --- a/src/Infrastructure/Array/interface/ESMF_ArrayGather.cppF90 +++ b/src/Infrastructure/Array/interface/ESMF_ArrayGather.cppF90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Array/interface/ESMF_ArrayGet.cppF90 b/src/Infrastructure/Array/interface/ESMF_ArrayGet.cppF90 index 3f202ced35..25c2c19faf 100644 --- a/src/Infrastructure/Array/interface/ESMF_ArrayGet.cppF90 +++ b/src/Infrastructure/Array/interface/ESMF_ArrayGet.cppF90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Array/interface/ESMF_ArrayHa.F90 b/src/Infrastructure/Array/interface/ESMF_ArrayHa.F90 index 7b3ec01b03..d045a37c60 100644 --- a/src/Infrastructure/Array/interface/ESMF_ArrayHa.F90 +++ b/src/Infrastructure/Array/interface/ESMF_ArrayHa.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Array/interface/ESMF_ArrayScatter.cppF90 b/src/Infrastructure/Array/interface/ESMF_ArrayScatter.cppF90 index 73222f4fcd..b86e6e39d8 100644 --- a/src/Infrastructure/Array/interface/ESMF_ArrayScatter.cppF90 +++ b/src/Infrastructure/Array/interface/ESMF_ArrayScatter.cppF90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Array/interface/ESMF_DynamicMask.F90 b/src/Infrastructure/Array/interface/ESMF_DynamicMask.F90 index e688684045..0da60ddae2 100644 --- a/src/Infrastructure/Array/interface/ESMF_DynamicMask.F90 +++ b/src/Infrastructure/Array/interface/ESMF_DynamicMask.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Array/src/ESMCI_Array.C b/src/Infrastructure/Array/src/ESMCI_Array.C index a1b5d2ec9f..28ca01920d 100644 --- a/src/Infrastructure/Array/src/ESMCI_Array.C +++ b/src/Infrastructure/Array/src/ESMCI_Array.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Array/tests/ESMC_ArrayUTest.c b/src/Infrastructure/Array/tests/ESMC_ArrayUTest.c index c4aad74cb9..a85c4405f8 100644 --- a/src/Infrastructure/Array/tests/ESMC_ArrayUTest.c +++ b/src/Infrastructure/Array/tests/ESMC_ArrayUTest.c @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Array/tests/ESMF_ArrayArbIdxSMMUTest.F90 b/src/Infrastructure/Array/tests/ESMF_ArrayArbIdxSMMUTest.F90 index 480555d018..4cea02134d 100644 --- a/src/Infrastructure/Array/tests/ESMF_ArrayArbIdxSMMUTest.F90 +++ b/src/Infrastructure/Array/tests/ESMF_ArrayArbIdxSMMUTest.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Array/tests/ESMF_ArrayCreateGetUTest.F90 b/src/Infrastructure/Array/tests/ESMF_ArrayCreateGetUTest.F90 index 4ece4bca15..d476796789 100644 --- a/src/Infrastructure/Array/tests/ESMF_ArrayCreateGetUTest.F90 +++ b/src/Infrastructure/Array/tests/ESMF_ArrayCreateGetUTest.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Array/tests/ESMF_ArrayDataUTest.F90 b/src/Infrastructure/Array/tests/ESMF_ArrayDataUTest.F90 index 159b594f0c..00fb1117f5 100644 --- a/src/Infrastructure/Array/tests/ESMF_ArrayDataUTest.F90 +++ b/src/Infrastructure/Array/tests/ESMF_ArrayDataUTest.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Array/tests/ESMF_ArrayGatherUTest.F90 b/src/Infrastructure/Array/tests/ESMF_ArrayGatherUTest.F90 index 8eb7e7b43d..2a0a61776f 100644 --- a/src/Infrastructure/Array/tests/ESMF_ArrayGatherUTest.F90 +++ b/src/Infrastructure/Array/tests/ESMF_ArrayGatherUTest.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Array/tests/ESMF_ArrayHaloUTest.F90 b/src/Infrastructure/Array/tests/ESMF_ArrayHaloUTest.F90 index 1fdd5919f9..b85609ab9f 100644 --- a/src/Infrastructure/Array/tests/ESMF_ArrayHaloUTest.F90 +++ b/src/Infrastructure/Array/tests/ESMF_ArrayHaloUTest.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Array/tests/ESMF_ArrayIOUTest.F90 b/src/Infrastructure/Array/tests/ESMF_ArrayIOUTest.F90 index 85cf9a7bc1..e3d170fdfd 100644 --- a/src/Infrastructure/Array/tests/ESMF_ArrayIOUTest.F90 +++ b/src/Infrastructure/Array/tests/ESMF_ArrayIOUTest.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Array/tests/ESMF_ArrayRedistPerfUTest.F90 b/src/Infrastructure/Array/tests/ESMF_ArrayRedistPerfUTest.F90 index 202742f834..65ac867692 100644 --- a/src/Infrastructure/Array/tests/ESMF_ArrayRedistPerfUTest.F90 +++ b/src/Infrastructure/Array/tests/ESMF_ArrayRedistPerfUTest.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Array/tests/ESMF_ArrayRedistUTest.F90 b/src/Infrastructure/Array/tests/ESMF_ArrayRedistUTest.F90 index adac0be12a..5d0faf5b3b 100644 --- a/src/Infrastructure/Array/tests/ESMF_ArrayRedistUTest.F90 +++ b/src/Infrastructure/Array/tests/ESMF_ArrayRedistUTest.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Array/tests/ESMF_ArraySMMFromFileUTest.F90 b/src/Infrastructure/Array/tests/ESMF_ArraySMMFromFileUTest.F90 index 417606366c..9bc348d560 100644 --- a/src/Infrastructure/Array/tests/ESMF_ArraySMMFromFileUTest.F90 +++ b/src/Infrastructure/Array/tests/ESMF_ArraySMMFromFileUTest.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Array/tests/ESMF_ArraySMMUTest.F90 b/src/Infrastructure/Array/tests/ESMF_ArraySMMUTest.F90 index e3168267dc..edbdef003c 100644 --- a/src/Infrastructure/Array/tests/ESMF_ArraySMMUTest.F90 +++ b/src/Infrastructure/Array/tests/ESMF_ArraySMMUTest.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Array/tests/ESMF_ArrayScatterUTest.F90 b/src/Infrastructure/Array/tests/ESMF_ArrayScatterUTest.F90 index f1e0e7aef3..228f966a66 100644 --- a/src/Infrastructure/Array/tests/ESMF_ArrayScatterUTest.F90 +++ b/src/Infrastructure/Array/tests/ESMF_ArrayScatterUTest.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/ArrayBundle/doc/ArrayBundle_refdoc.ctex b/src/Infrastructure/ArrayBundle/doc/ArrayBundle_refdoc.ctex index 8e4f7e3b6e..57e57c2720 100644 --- a/src/Infrastructure/ArrayBundle/doc/ArrayBundle_refdoc.ctex +++ b/src/Infrastructure/ArrayBundle/doc/ArrayBundle_refdoc.ctex @@ -1,7 +1,7 @@ % $Id$ % % Earth System Modeling Framework -% Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +% Copyright (c) 2002-2024, University Corporation for Atmospheric Research, % Massachusetts Institute of Technology, Geophysical Fluid Dynamics % Laboratory, University of Michigan, National Centers for Environmental % Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/ArrayBundle/examples/ESMF_ArrayBundleEx.F90 b/src/Infrastructure/ArrayBundle/examples/ESMF_ArrayBundleEx.F90 index 654a26c899..46274ea294 100644 --- a/src/Infrastructure/ArrayBundle/examples/ESMF_ArrayBundleEx.F90 +++ b/src/Infrastructure/ArrayBundle/examples/ESMF_ArrayBundleEx.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/ArrayBundle/examples/ESMF_ArrayBundleHaloEx.F90 b/src/Infrastructure/ArrayBundle/examples/ESMF_ArrayBundleHaloEx.F90 index ca065e4c4d..f85b60d216 100644 --- a/src/Infrastructure/ArrayBundle/examples/ESMF_ArrayBundleHaloEx.F90 +++ b/src/Infrastructure/ArrayBundle/examples/ESMF_ArrayBundleHaloEx.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/ArrayBundle/include/ESMCI_ArrayBundle.h b/src/Infrastructure/ArrayBundle/include/ESMCI_ArrayBundle.h index d8b3ee97ef..ce09cf87db 100644 --- a/src/Infrastructure/ArrayBundle/include/ESMCI_ArrayBundle.h +++ b/src/Infrastructure/ArrayBundle/include/ESMCI_ArrayBundle.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/ArrayBundle/interface/ESMCI_ArrayBundle_F.C b/src/Infrastructure/ArrayBundle/interface/ESMCI_ArrayBundle_F.C index e740fc8025..e36198c7de 100644 --- a/src/Infrastructure/ArrayBundle/interface/ESMCI_ArrayBundle_F.C +++ b/src/Infrastructure/ArrayBundle/interface/ESMCI_ArrayBundle_F.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/ArrayBundle/interface/ESMF_ArrayBundle.F90 b/src/Infrastructure/ArrayBundle/interface/ESMF_ArrayBundle.F90 index 3d6f65f323..803f05520a 100644 --- a/src/Infrastructure/ArrayBundle/interface/ESMF_ArrayBundle.F90 +++ b/src/Infrastructure/ArrayBundle/interface/ESMF_ArrayBundle.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/ArrayBundle/src/ESMCI_ArrayBundle.C b/src/Infrastructure/ArrayBundle/src/ESMCI_ArrayBundle.C index 98da510ce6..59068660dd 100644 --- a/src/Infrastructure/ArrayBundle/src/ESMCI_ArrayBundle.C +++ b/src/Infrastructure/ArrayBundle/src/ESMCI_ArrayBundle.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/ArrayBundle/tests/ESMF_ArrayBundleCreateUTest.F90 b/src/Infrastructure/ArrayBundle/tests/ESMF_ArrayBundleCreateUTest.F90 index b09c30bcd1..1de0c1c029 100644 --- a/src/Infrastructure/ArrayBundle/tests/ESMF_ArrayBundleCreateUTest.F90 +++ b/src/Infrastructure/ArrayBundle/tests/ESMF_ArrayBundleCreateUTest.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/ArrayBundle/tests/ESMF_ArrayBundleIOUTest.F90 b/src/Infrastructure/ArrayBundle/tests/ESMF_ArrayBundleIOUTest.F90 index 55ba00f969..0e8b24c62b 100644 --- a/src/Infrastructure/ArrayBundle/tests/ESMF_ArrayBundleIOUTest.F90 +++ b/src/Infrastructure/ArrayBundle/tests/ESMF_ArrayBundleIOUTest.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/ArrayBundle/tests/ESMF_ArrayBundleRedistUTest.F90 b/src/Infrastructure/ArrayBundle/tests/ESMF_ArrayBundleRedistUTest.F90 index bfa984e3c3..55fb6b6388 100644 --- a/src/Infrastructure/ArrayBundle/tests/ESMF_ArrayBundleRedistUTest.F90 +++ b/src/Infrastructure/ArrayBundle/tests/ESMF_ArrayBundleRedistUTest.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/ArraySpec/doc/ArraySpec_crefdoc.ctex b/src/Infrastructure/ArraySpec/doc/ArraySpec_crefdoc.ctex index dd3e2cf837..f6fbcadc9c 100644 --- a/src/Infrastructure/ArraySpec/doc/ArraySpec_crefdoc.ctex +++ b/src/Infrastructure/ArraySpec/doc/ArraySpec_crefdoc.ctex @@ -1,7 +1,7 @@ % $Id$ % % Earth System Modeling Framework -% Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +% Copyright (c) 2002-2024, University Corporation for Atmospheric Research, % Massachusetts Institute of Technology, Geophysical Fluid Dynamics % Laboratory, University of Michigan, National Centers for Environmental % Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/ArraySpec/examples/ESMF_ArraySpecEx.F90 b/src/Infrastructure/ArraySpec/examples/ESMF_ArraySpecEx.F90 index a325f83272..8c0a3eecea 100644 --- a/src/Infrastructure/ArraySpec/examples/ESMF_ArraySpecEx.F90 +++ b/src/Infrastructure/ArraySpec/examples/ESMF_ArraySpecEx.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/ArraySpec/include/ESMCI_ArraySpec.h b/src/Infrastructure/ArraySpec/include/ESMCI_ArraySpec.h index 033d596cbf..99ca79e222 100644 --- a/src/Infrastructure/ArraySpec/include/ESMCI_ArraySpec.h +++ b/src/Infrastructure/ArraySpec/include/ESMCI_ArraySpec.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/ArraySpec/include/ESMC_ArraySpec.h b/src/Infrastructure/ArraySpec/include/ESMC_ArraySpec.h index 61676ac1c3..ced9e5e5e4 100644 --- a/src/Infrastructure/ArraySpec/include/ESMC_ArraySpec.h +++ b/src/Infrastructure/ArraySpec/include/ESMC_ArraySpec.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/ArraySpec/interface/ESMCI_ArraySpec.C b/src/Infrastructure/ArraySpec/interface/ESMCI_ArraySpec.C index 9f5c77f03d..7cc2b28064 100644 --- a/src/Infrastructure/ArraySpec/interface/ESMCI_ArraySpec.C +++ b/src/Infrastructure/ArraySpec/interface/ESMCI_ArraySpec.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/ArraySpec/interface/ESMC_ArraySpec.C b/src/Infrastructure/ArraySpec/interface/ESMC_ArraySpec.C index 5da4dc6828..ff15f61fe1 100644 --- a/src/Infrastructure/ArraySpec/interface/ESMC_ArraySpec.C +++ b/src/Infrastructure/ArraySpec/interface/ESMC_ArraySpec.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/ArraySpec/interface/ESMF_ArraySpec_C.F90 b/src/Infrastructure/ArraySpec/interface/ESMF_ArraySpec_C.F90 index c9479aefd1..c50020a80d 100644 --- a/src/Infrastructure/ArraySpec/interface/ESMF_ArraySpec_C.F90 +++ b/src/Infrastructure/ArraySpec/interface/ESMF_ArraySpec_C.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/ArraySpec/src/ESMF_ArraySpec.F90 b/src/Infrastructure/ArraySpec/src/ESMF_ArraySpec.F90 index 2cd35a86e4..89a4c22dfe 100644 --- a/src/Infrastructure/ArraySpec/src/ESMF_ArraySpec.F90 +++ b/src/Infrastructure/ArraySpec/src/ESMF_ArraySpec.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/ArraySpec/tests/ESMC_ArraySpecUTest.c b/src/Infrastructure/ArraySpec/tests/ESMC_ArraySpecUTest.c index fdcf8ca2c9..9d88a6bc5e 100644 --- a/src/Infrastructure/ArraySpec/tests/ESMC_ArraySpecUTest.c +++ b/src/Infrastructure/ArraySpec/tests/ESMC_ArraySpecUTest.c @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/ArraySpec/tests/ESMF_ArraySpecUTest.F90 b/src/Infrastructure/ArraySpec/tests/ESMF_ArraySpecUTest.F90 index 365d555b2d..7c335c4210 100644 --- a/src/Infrastructure/ArraySpec/tests/ESMF_ArraySpecUTest.F90 +++ b/src/Infrastructure/ArraySpec/tests/ESMF_ArraySpecUTest.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Base/doc/Info_refdoc.ctex b/src/Infrastructure/Base/doc/Info_refdoc.ctex index 47a3efdc8e..b417597d3d 100644 --- a/src/Infrastructure/Base/doc/Info_refdoc.ctex +++ b/src/Infrastructure/Base/doc/Info_refdoc.ctex @@ -1,7 +1,7 @@ % $Id$ % % Earth System Modeling Framework -% Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +% Copyright (c) 2002-2024, University Corporation for Atmospheric Research, % Massachusetts Institute of Technology, Geophysical Fluid Dynamics % Laboratory, University of Michigan, National Centers for Environmental % Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Base/examples/ESMF_InfoGetFromHostEx.F90 b/src/Infrastructure/Base/examples/ESMF_InfoGetFromHostEx.F90 index d377e0cb3e..b006ae4e6e 100644 --- a/src/Infrastructure/Base/examples/ESMF_InfoGetFromHostEx.F90 +++ b/src/Infrastructure/Base/examples/ESMF_InfoGetFromHostEx.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Base/examples/ESMF_InfoTutorialEx.F90 b/src/Infrastructure/Base/examples/ESMF_InfoTutorialEx.F90 index d370e1a713..b5bfeb6d6e 100644 --- a/src/Infrastructure/Base/examples/ESMF_InfoTutorialEx.F90 +++ b/src/Infrastructure/Base/examples/ESMF_InfoTutorialEx.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Base/include/ESMCI_Base.h b/src/Infrastructure/Base/include/ESMCI_Base.h index ba901a5249..f7e5bc5f27 100644 --- a/src/Infrastructure/Base/include/ESMCI_Base.h +++ b/src/Infrastructure/Base/include/ESMCI_Base.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Base/include/ESMCI_Info.h b/src/Infrastructure/Base/include/ESMCI_Info.h index 3e03180206..1bfdc13f56 100644 --- a/src/Infrastructure/Base/include/ESMCI_Info.h +++ b/src/Infrastructure/Base/include/ESMCI_Info.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Base/interface/ESMCI_Base_F.C b/src/Infrastructure/Base/interface/ESMCI_Base_F.C index d2b853d6de..c17ab6ca31 100644 --- a/src/Infrastructure/Base/interface/ESMCI_Base_F.C +++ b/src/Infrastructure/Base/interface/ESMCI_Base_F.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Base/interface/ESMF_Base.F90 b/src/Infrastructure/Base/interface/ESMF_Base.F90 index 78d98113ad..f2a9749006 100644 --- a/src/Infrastructure/Base/interface/ESMF_Base.F90 +++ b/src/Infrastructure/Base/interface/ESMF_Base.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Base/interface/ESMF_FactorRead.F90 b/src/Infrastructure/Base/interface/ESMF_FactorRead.F90 index c097857e6c..624a483bb1 100644 --- a/src/Infrastructure/Base/interface/ESMF_FactorRead.F90 +++ b/src/Infrastructure/Base/interface/ESMF_FactorRead.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Base/interface/ESMF_Info.F90 b/src/Infrastructure/Base/interface/ESMF_Info.F90 index fc31ca8b3f..339df16403 100644 --- a/src/Infrastructure/Base/interface/ESMF_Info.F90 +++ b/src/Infrastructure/Base/interface/ESMF_Info.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Base/interface/ESMF_InfoCDefGeneric.F90 b/src/Infrastructure/Base/interface/ESMF_InfoCDefGeneric.F90 index aef965b9fb..ab15ea629b 100644 --- a/src/Infrastructure/Base/interface/ESMF_InfoCDefGeneric.F90 +++ b/src/Infrastructure/Base/interface/ESMF_InfoCDefGeneric.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Base/src/ESMCI_Base.C b/src/Infrastructure/Base/src/ESMCI_Base.C index c4577e7091..4b363d93b7 100644 --- a/src/Infrastructure/Base/src/ESMCI_Base.C +++ b/src/Infrastructure/Base/src/ESMCI_Base.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Base/src/ESMCI_Info.C b/src/Infrastructure/Base/src/ESMCI_Info.C index 21542a2933..77706d1e82 100644 --- a/src/Infrastructure/Base/src/ESMCI_Info.C +++ b/src/Infrastructure/Base/src/ESMCI_Info.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Base/src/ESMC_InfoCDef.C b/src/Infrastructure/Base/src/ESMC_InfoCDef.C index 58c959fc25..b56ccbe224 100644 --- a/src/Infrastructure/Base/src/ESMC_InfoCDef.C +++ b/src/Infrastructure/Base/src/ESMC_InfoCDef.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Base/src/ESMC_InfoCDefGeneric.C b/src/Infrastructure/Base/src/ESMC_InfoCDefGeneric.C index 37ee9e8f03..64d03d2b47 100644 --- a/src/Infrastructure/Base/src/ESMC_InfoCDefGeneric.C +++ b/src/Infrastructure/Base/src/ESMC_InfoCDefGeneric.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Base/tests/ESMCI_BaseUTest.C b/src/Infrastructure/Base/tests/ESMCI_BaseUTest.C index aaa98c610d..19eff03910 100644 --- a/src/Infrastructure/Base/tests/ESMCI_BaseUTest.C +++ b/src/Infrastructure/Base/tests/ESMCI_BaseUTest.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Base/tests/ESMCI_InfoUTest.C b/src/Infrastructure/Base/tests/ESMCI_InfoUTest.C index 5cd6c81ffe..adcfa8de3c 100644 --- a/src/Infrastructure/Base/tests/ESMCI_InfoUTest.C +++ b/src/Infrastructure/Base/tests/ESMCI_InfoUTest.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Base/tests/ESMCI_NlohmannJSONUTest.C b/src/Infrastructure/Base/tests/ESMCI_NlohmannJSONUTest.C index 98489a608e..c88e2c37af 100644 --- a/src/Infrastructure/Base/tests/ESMCI_NlohmannJSONUTest.C +++ b/src/Infrastructure/Base/tests/ESMCI_NlohmannJSONUTest.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Base/tests/ESMF_BaseUTest.F90 b/src/Infrastructure/Base/tests/ESMF_BaseUTest.F90 index 288215731d..3d6dd388b3 100644 --- a/src/Infrastructure/Base/tests/ESMF_BaseUTest.F90 +++ b/src/Infrastructure/Base/tests/ESMF_BaseUTest.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Base/tests/ESMF_InfoArrayUTest.F90 b/src/Infrastructure/Base/tests/ESMF_InfoArrayUTest.F90 index 3db2081950..7073cee738 100644 --- a/src/Infrastructure/Base/tests/ESMF_InfoArrayUTest.F90 +++ b/src/Infrastructure/Base/tests/ESMF_InfoArrayUTest.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Base/tests/ESMF_InfoProfileUTest.F90 b/src/Infrastructure/Base/tests/ESMF_InfoProfileUTest.F90 index fdd2b196f4..04caf0d001 100644 --- a/src/Infrastructure/Base/tests/ESMF_InfoProfileUTest.F90 +++ b/src/Infrastructure/Base/tests/ESMF_InfoProfileUTest.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Base/tests/ESMF_InfoUTest.F90 b/src/Infrastructure/Base/tests/ESMF_InfoUTest.F90 index bc8e779113..8659c62a0a 100644 --- a/src/Infrastructure/Base/tests/ESMF_InfoUTest.F90 +++ b/src/Infrastructure/Base/tests/ESMF_InfoUTest.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Config/doc/Config_crefdoc.ctex b/src/Infrastructure/Config/doc/Config_crefdoc.ctex index 07d7fac986..cfb70f56c0 100644 --- a/src/Infrastructure/Config/doc/Config_crefdoc.ctex +++ b/src/Infrastructure/Config/doc/Config_crefdoc.ctex @@ -1,7 +1,7 @@ % $Id$ % % Earth System Modeling Framework -% Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +% Copyright (c) 2002-2024, University Corporation for Atmospheric Research, % Massachusetts Institute of Technology, Geophysical Fluid Dynamics % Laboratory, University of Michigan, National Centers for Environmental % Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Config/doc/Config_refdoc.ctex b/src/Infrastructure/Config/doc/Config_refdoc.ctex index 1089493f1e..ffecb662da 100644 --- a/src/Infrastructure/Config/doc/Config_refdoc.ctex +++ b/src/Infrastructure/Config/doc/Config_refdoc.ctex @@ -1,7 +1,7 @@ % $Id$ % % Earth System Modeling Framework -% Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +% Copyright (c) 2002-2024, University Corporation for Atmospheric Research, % Massachusetts Institute of Technology, Geophysical Fluid Dynamics % Laboratory, University of Michigan, National Centers for Environmental % Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Config/examples/ESMC_ConfigOverviewEx.C b/src/Infrastructure/Config/examples/ESMC_ConfigOverviewEx.C index aabe5a15d6..14953008b0 100644 --- a/src/Infrastructure/Config/examples/ESMC_ConfigOverviewEx.C +++ b/src/Infrastructure/Config/examples/ESMC_ConfigOverviewEx.C @@ -1,6 +1,6 @@ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Config/examples/ESMF_ConfigOverviewEx.F90 b/src/Infrastructure/Config/examples/ESMF_ConfigOverviewEx.F90 index 6288aabf79..a60bf13df3 100644 --- a/src/Infrastructure/Config/examples/ESMF_ConfigOverviewEx.F90 +++ b/src/Infrastructure/Config/examples/ESMF_ConfigOverviewEx.F90 @@ -1,6 +1,6 @@ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Config/include/ESMCI_Config.h b/src/Infrastructure/Config/include/ESMCI_Config.h index 78ce267d32..bb055c9a32 100644 --- a/src/Infrastructure/Config/include/ESMCI_Config.h +++ b/src/Infrastructure/Config/include/ESMCI_Config.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Config/include/ESMC_Config.h b/src/Infrastructure/Config/include/ESMC_Config.h index 35b8da53a6..ab5a97ac38 100644 --- a/src/Infrastructure/Config/include/ESMC_Config.h +++ b/src/Infrastructure/Config/include/ESMC_Config.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Config/interface/ESMC_Config.C b/src/Infrastructure/Config/interface/ESMC_Config.C index 75af8d7b40..a5c330ea31 100644 --- a/src/Infrastructure/Config/interface/ESMC_Config.C +++ b/src/Infrastructure/Config/interface/ESMC_Config.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Config/interface/ESMF_Config_C.F90 b/src/Infrastructure/Config/interface/ESMF_Config_C.F90 index 786cea289c..87ff9256e2 100644 --- a/src/Infrastructure/Config/interface/ESMF_Config_C.F90 +++ b/src/Infrastructure/Config/interface/ESMF_Config_C.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Config/src/ESMF_Config.F90 b/src/Infrastructure/Config/src/ESMF_Config.F90 index 48991377f1..8c311d950c 100644 --- a/src/Infrastructure/Config/src/ESMF_Config.F90 +++ b/src/Infrastructure/Config/src/ESMF_Config.F90 @@ -2,7 +2,7 @@ !============================================================================== ! Earth System Modeling Framework ! -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Config/tests/ESMC_ConfigUTest.c b/src/Infrastructure/Config/tests/ESMC_ConfigUTest.c index 2935b573aa..4cb8fd6b1f 100644 --- a/src/Infrastructure/Config/tests/ESMC_ConfigUTest.c +++ b/src/Infrastructure/Config/tests/ESMC_ConfigUTest.c @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Config/tests/ESMF_ConfigUTest.F90 b/src/Infrastructure/Config/tests/ESMF_ConfigUTest.F90 index 1b1e3f181a..45c363fe4c 100644 --- a/src/Infrastructure/Config/tests/ESMF_ConfigUTest.F90 +++ b/src/Infrastructure/Config/tests/ESMF_ConfigUTest.F90 @@ -2,7 +2,7 @@ !============================================================================== ! Earth System Modeling Framework ! -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Container/include/ESMCI_Container.h b/src/Infrastructure/Container/include/ESMCI_Container.h index bb4f058bb0..4d84be6c08 100644 --- a/src/Infrastructure/Container/include/ESMCI_Container.h +++ b/src/Infrastructure/Container/include/ESMCI_Container.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Container/interface/ESMCI_Container_F.C b/src/Infrastructure/Container/interface/ESMCI_Container_F.C index e4dd5c97ce..01d9cc32e8 100644 --- a/src/Infrastructure/Container/interface/ESMCI_Container_F.C +++ b/src/Infrastructure/Container/interface/ESMCI_Container_F.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Container/interface/ESMF_Container.F90 b/src/Infrastructure/Container/interface/ESMF_Container.F90 index 2a81ca3a96..ff8419d61b 100644 --- a/src/Infrastructure/Container/interface/ESMF_Container.F90 +++ b/src/Infrastructure/Container/interface/ESMF_Container.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Container/tests/ESMF_ContainerUTest.F90 b/src/Infrastructure/Container/tests/ESMF_ContainerUTest.F90 index d0ffb4523c..3f192a42f5 100644 --- a/src/Infrastructure/Container/tests/ESMF_ContainerUTest.F90 +++ b/src/Infrastructure/Container/tests/ESMF_ContainerUTest.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/DELayout/doc/CommMem_syn.tex b/src/Infrastructure/DELayout/doc/CommMem_syn.tex index 75838d3773..73ace49163 100644 --- a/src/Infrastructure/DELayout/doc/CommMem_syn.tex +++ b/src/Infrastructure/DELayout/doc/CommMem_syn.tex @@ -1,7 +1,7 @@ % $Id$ % % Earth System Modeling Framework -% Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +% Copyright (c) 2002-2024, University Corporation for Atmospheric Research, % Massachusetts Institute of Technology, Geophysical Fluid Dynamics % Laboratory, University of Michigan, National Centers for Environmental % Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/DELayout/doc/DELayout_crefdoc.ctex b/src/Infrastructure/DELayout/doc/DELayout_crefdoc.ctex index 7ffc870066..a7a635bc0c 100644 --- a/src/Infrastructure/DELayout/doc/DELayout_crefdoc.ctex +++ b/src/Infrastructure/DELayout/doc/DELayout_crefdoc.ctex @@ -1,7 +1,7 @@ % $Id$ % % Earth System Modeling Framework -% Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +% Copyright (c) 2002-2024, University Corporation for Atmospheric Research, % Massachusetts Institute of Technology, Geophysical Fluid Dynamics % Laboratory, University of Michigan, National Centers for Environmental % Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/DELayout/doc/DELayout_options.tex b/src/Infrastructure/DELayout/doc/DELayout_options.tex index d6ff8a9558..a94b78c0a7 100644 --- a/src/Infrastructure/DELayout/doc/DELayout_options.tex +++ b/src/Infrastructure/DELayout/doc/DELayout_options.tex @@ -1,7 +1,7 @@ % $Id$ % Earth System Modeling Framework -% Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +% Copyright (c) 2002-2024, University Corporation for Atmospheric Research, % Massachusetts Institute of Technology, Geophysical Fluid Dynamics % Laboratory, University of Michigan, National Centers for Environmental % Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/DELayout/doc/DELayout_refdoc.ctex b/src/Infrastructure/DELayout/doc/DELayout_refdoc.ctex index f7f52d8fa4..a1f736568e 100644 --- a/src/Infrastructure/DELayout/doc/DELayout_refdoc.ctex +++ b/src/Infrastructure/DELayout/doc/DELayout_refdoc.ctex @@ -1,7 +1,7 @@ % $Id$ % % Earth System Modeling Framework -% Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +% Copyright (c) 2002-2024, University Corporation for Atmospheric Research, % Massachusetts Institute of Technology, Geophysical Fluid Dynamics % Laboratory, University of Michigan, National Centers for Environmental % Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/DELayout/examples/ESMF_DELayoutEx.F90 b/src/Infrastructure/DELayout/examples/ESMF_DELayoutEx.F90 index aaa0f89d3d..3483e39c6b 100644 --- a/src/Infrastructure/DELayout/examples/ESMF_DELayoutEx.F90 +++ b/src/Infrastructure/DELayout/examples/ESMF_DELayoutEx.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/DELayout/include/ESMCI_DELayout.h b/src/Infrastructure/DELayout/include/ESMCI_DELayout.h index 9c8e6f67df..994802e78d 100644 --- a/src/Infrastructure/DELayout/include/ESMCI_DELayout.h +++ b/src/Infrastructure/DELayout/include/ESMCI_DELayout.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/DELayout/interface/ESMCI_DELayout_F.C b/src/Infrastructure/DELayout/interface/ESMCI_DELayout_F.C index ea3a9bab84..829ded04b2 100644 --- a/src/Infrastructure/DELayout/interface/ESMCI_DELayout_F.C +++ b/src/Infrastructure/DELayout/interface/ESMCI_DELayout_F.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/DELayout/interface/ESMF_DELayout.F90 b/src/Infrastructure/DELayout/interface/ESMF_DELayout.F90 index 249740d1f8..894b9b16a4 100644 --- a/src/Infrastructure/DELayout/interface/ESMF_DELayout.F90 +++ b/src/Infrastructure/DELayout/interface/ESMF_DELayout.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/DELayout/src/ESMCI_DELayout.C b/src/Infrastructure/DELayout/src/ESMCI_DELayout.C index 8ee2a13995..056eba0300 100644 --- a/src/Infrastructure/DELayout/src/ESMCI_DELayout.C +++ b/src/Infrastructure/DELayout/src/ESMCI_DELayout.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/DELayout/tests/ESMF_DELayoutUTest.F90 b/src/Infrastructure/DELayout/tests/ESMF_DELayoutUTest.F90 index 4d8bacb1ab..d00e870cf5 100644 --- a/src/Infrastructure/DELayout/tests/ESMF_DELayoutUTest.F90 +++ b/src/Infrastructure/DELayout/tests/ESMF_DELayoutUTest.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/DELayout/tests/ESMF_DELayoutWorkQueueUTest.F90 b/src/Infrastructure/DELayout/tests/ESMF_DELayoutWorkQueueUTest.F90 index 5da78bfd2c..08400c9afa 100644 --- a/src/Infrastructure/DELayout/tests/ESMF_DELayoutWorkQueueUTest.F90 +++ b/src/Infrastructure/DELayout/tests/ESMF_DELayoutWorkQueueUTest.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/DistGrid/doc/DistGrid_cdesc.tex b/src/Infrastructure/DistGrid/doc/DistGrid_cdesc.tex index 5450051fbe..0d25fd237f 100644 --- a/src/Infrastructure/DistGrid/doc/DistGrid_cdesc.tex +++ b/src/Infrastructure/DistGrid/doc/DistGrid_cdesc.tex @@ -1,7 +1,7 @@ % $Id$ % % Earth System Modeling Framework -% Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +% Copyright (c) 2002-2024, University Corporation for Atmospheric Research, % Massachusetts Institute of Technology, Geophysical Fluid Dynamics % Laboratory, University of Michigan, National Centers for Environmental % Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/DistGrid/doc/DistGrid_crefdoc.ctex b/src/Infrastructure/DistGrid/doc/DistGrid_crefdoc.ctex index 2661ba7c3f..37d8b1e6d1 100644 --- a/src/Infrastructure/DistGrid/doc/DistGrid_crefdoc.ctex +++ b/src/Infrastructure/DistGrid/doc/DistGrid_crefdoc.ctex @@ -1,7 +1,7 @@ % $Id$ % % Earth System Modeling Framework -% Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +% Copyright (c) 2002-2024, University Corporation for Atmospheric Research, % Massachusetts Institute of Technology, Geophysical Fluid Dynamics % Laboratory, University of Michigan, National Centers for Environmental % Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/DistGrid/doc/DistGrid_desc.tex b/src/Infrastructure/DistGrid/doc/DistGrid_desc.tex index 7a74342f69..9f513b16dc 100644 --- a/src/Infrastructure/DistGrid/doc/DistGrid_desc.tex +++ b/src/Infrastructure/DistGrid/doc/DistGrid_desc.tex @@ -1,7 +1,7 @@ % $Id$ % % Earth System Modeling Framework -% Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +% Copyright (c) 2002-2024, University Corporation for Atmospheric Research, % Massachusetts Institute of Technology, Geophysical Fluid Dynamics % Laboratory, University of Michigan, National Centers for Environmental % Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/DistGrid/doc/DistGrid_options.tex b/src/Infrastructure/DistGrid/doc/DistGrid_options.tex index 0e01f699c3..e58958a598 100644 --- a/src/Infrastructure/DistGrid/doc/DistGrid_options.tex +++ b/src/Infrastructure/DistGrid/doc/DistGrid_options.tex @@ -1,7 +1,7 @@ % $Id$ % Earth System Modeling Framework -% Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +% Copyright (c) 2002-2024, University Corporation for Atmospheric Research, % Massachusetts Institute of Technology, Geophysical Fluid Dynamics % Laboratory, University of Michigan, National Centers for Environmental % Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/DistGrid/doc/DistGrid_refdoc.ctex b/src/Infrastructure/DistGrid/doc/DistGrid_refdoc.ctex index 05a11d62d7..75494a9fa4 100644 --- a/src/Infrastructure/DistGrid/doc/DistGrid_refdoc.ctex +++ b/src/Infrastructure/DistGrid/doc/DistGrid_refdoc.ctex @@ -1,7 +1,7 @@ % $Id$ % % Earth System Modeling Framework -% Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +% Copyright (c) 2002-2024, University Corporation for Atmospheric Research, % Massachusetts Institute of Technology, Geophysical Fluid Dynamics % Laboratory, University of Michigan, National Centers for Environmental % Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/DistGrid/examples/ESMF_DistGridEx.F90 b/src/Infrastructure/DistGrid/examples/ESMF_DistGridEx.F90 index 308b04f2a9..0b6a7c3eef 100644 --- a/src/Infrastructure/DistGrid/examples/ESMF_DistGridEx.F90 +++ b/src/Infrastructure/DistGrid/examples/ESMF_DistGridEx.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/DistGrid/include/ESMCI_DistGrid.h b/src/Infrastructure/DistGrid/include/ESMCI_DistGrid.h index 989c078be4..64ec9307b9 100644 --- a/src/Infrastructure/DistGrid/include/ESMCI_DistGrid.h +++ b/src/Infrastructure/DistGrid/include/ESMCI_DistGrid.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/DistGrid/include/ESMC_DistGrid.h b/src/Infrastructure/DistGrid/include/ESMC_DistGrid.h index e131052d90..b0104f7651 100644 --- a/src/Infrastructure/DistGrid/include/ESMC_DistGrid.h +++ b/src/Infrastructure/DistGrid/include/ESMC_DistGrid.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/DistGrid/interface/ESMCI_DistGrid_F.C b/src/Infrastructure/DistGrid/interface/ESMCI_DistGrid_F.C index e798e02c53..184935737f 100644 --- a/src/Infrastructure/DistGrid/interface/ESMCI_DistGrid_F.C +++ b/src/Infrastructure/DistGrid/interface/ESMCI_DistGrid_F.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/DistGrid/interface/ESMC_DistGrid.C b/src/Infrastructure/DistGrid/interface/ESMC_DistGrid.C index eabc3bb24d..b88b2363ae 100644 --- a/src/Infrastructure/DistGrid/interface/ESMC_DistGrid.C +++ b/src/Infrastructure/DistGrid/interface/ESMC_DistGrid.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/DistGrid/interface/ESMF_DistGrid.F90 b/src/Infrastructure/DistGrid/interface/ESMF_DistGrid.F90 index 7ae21c614e..9f483a64a1 100644 --- a/src/Infrastructure/DistGrid/interface/ESMF_DistGrid.F90 +++ b/src/Infrastructure/DistGrid/interface/ESMF_DistGrid.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/DistGrid/interface/ESMF_DistGridConnection.F90 b/src/Infrastructure/DistGrid/interface/ESMF_DistGridConnection.F90 index 4decd42da6..349e4ff5bd 100644 --- a/src/Infrastructure/DistGrid/interface/ESMF_DistGridConnection.F90 +++ b/src/Infrastructure/DistGrid/interface/ESMF_DistGridConnection.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/DistGrid/interface/ESMF_DistGridRegDecomp.F90 b/src/Infrastructure/DistGrid/interface/ESMF_DistGridRegDecomp.F90 index 678232752e..85b5996a82 100644 --- a/src/Infrastructure/DistGrid/interface/ESMF_DistGridRegDecomp.F90 +++ b/src/Infrastructure/DistGrid/interface/ESMF_DistGridRegDecomp.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/DistGrid/src/ESMCI_DistGrid.C b/src/Infrastructure/DistGrid/src/ESMCI_DistGrid.C index 2d7617b332..5cbcb3fe6b 100644 --- a/src/Infrastructure/DistGrid/src/ESMCI_DistGrid.C +++ b/src/Infrastructure/DistGrid/src/ESMCI_DistGrid.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/DistGrid/tests/ESMC_DistGridUTest.c b/src/Infrastructure/DistGrid/tests/ESMC_DistGridUTest.c index 4bc44fd4a0..7ee53c8ba8 100644 --- a/src/Infrastructure/DistGrid/tests/ESMC_DistGridUTest.c +++ b/src/Infrastructure/DistGrid/tests/ESMC_DistGridUTest.c @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/DistGrid/tests/ESMF_DistGridCreateGetUTest.F90 b/src/Infrastructure/DistGrid/tests/ESMF_DistGridCreateGetUTest.F90 index 857300a8f7..040d8ce6fb 100644 --- a/src/Infrastructure/DistGrid/tests/ESMF_DistGridCreateGetUTest.F90 +++ b/src/Infrastructure/DistGrid/tests/ESMF_DistGridCreateGetUTest.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Field/examples/ESMF_FieldArbGridEx.F90 b/src/Infrastructure/Field/examples/ESMF_FieldArbGridEx.F90 index 6ce45348cc..c36f9a8afa 100644 --- a/src/Infrastructure/Field/examples/ESMF_FieldArbGridEx.F90 +++ b/src/Infrastructure/Field/examples/ESMF_FieldArbGridEx.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Field/examples/ESMF_FieldCommEx.F90 b/src/Infrastructure/Field/examples/ESMF_FieldCommEx.F90 index 25d038d498..0f257e9972 100644 --- a/src/Infrastructure/Field/examples/ESMF_FieldCommEx.F90 +++ b/src/Infrastructure/Field/examples/ESMF_FieldCommEx.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Field/examples/ESMF_FieldCreateEx.F90 b/src/Infrastructure/Field/examples/ESMF_FieldCreateEx.F90 index 6bec3ddb92..8fb01273e3 100644 --- a/src/Infrastructure/Field/examples/ESMF_FieldCreateEx.F90 +++ b/src/Infrastructure/Field/examples/ESMF_FieldCreateEx.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Field/examples/ESMF_FieldEx.F90 b/src/Infrastructure/Field/examples/ESMF_FieldEx.F90 index 0de397263c..0c08e9c9c0 100644 --- a/src/Infrastructure/Field/examples/ESMF_FieldEx.F90 +++ b/src/Infrastructure/Field/examples/ESMF_FieldEx.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Field/examples/ESMF_FieldHaloEx.F90 b/src/Infrastructure/Field/examples/ESMF_FieldHaloEx.F90 index 2d96b8e736..a2a0b02b88 100644 --- a/src/Infrastructure/Field/examples/ESMF_FieldHaloEx.F90 +++ b/src/Infrastructure/Field/examples/ESMF_FieldHaloEx.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Field/examples/ESMF_FieldMeshRegridEx.F90 b/src/Infrastructure/Field/examples/ESMF_FieldMeshRegridEx.F90 index 5eeb876b6d..1884e86183 100644 --- a/src/Infrastructure/Field/examples/ESMF_FieldMeshRegridEx.F90 +++ b/src/Infrastructure/Field/examples/ESMF_FieldMeshRegridEx.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Field/examples/ESMF_FieldRedistEx.F90 b/src/Infrastructure/Field/examples/ESMF_FieldRedistEx.F90 index 2425babf1c..300e10568d 100644 --- a/src/Infrastructure/Field/examples/ESMF_FieldRedistEx.F90 +++ b/src/Infrastructure/Field/examples/ESMF_FieldRedistEx.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Field/examples/ESMF_FieldRegridEx.F90 b/src/Infrastructure/Field/examples/ESMF_FieldRegridEx.F90 index bd9b773c2c..329e93044e 100644 --- a/src/Infrastructure/Field/examples/ESMF_FieldRegridEx.F90 +++ b/src/Infrastructure/Field/examples/ESMF_FieldRegridEx.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Field/examples/ESMF_FieldRegridMaskEx.F90 b/src/Infrastructure/Field/examples/ESMF_FieldRegridMaskEx.F90 index d0d282ad8b..c2c2d35207 100644 --- a/src/Infrastructure/Field/examples/ESMF_FieldRegridMaskEx.F90 +++ b/src/Infrastructure/Field/examples/ESMF_FieldRegridMaskEx.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Field/examples/ESMF_FieldRepDimEx.F90 b/src/Infrastructure/Field/examples/ESMF_FieldRepDimEx.F90 index a64bf390b3..130bdd01f9 100644 --- a/src/Infrastructure/Field/examples/ESMF_FieldRepDimEx.F90 +++ b/src/Infrastructure/Field/examples/ESMF_FieldRepDimEx.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Field/examples/ESMF_FieldSMMEx.F90 b/src/Infrastructure/Field/examples/ESMF_FieldSMMEx.F90 index c5b456171d..ab0b5b3535 100644 --- a/src/Infrastructure/Field/examples/ESMF_FieldSMMEx.F90 +++ b/src/Infrastructure/Field/examples/ESMF_FieldSMMEx.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Field/examples/ESMF_FieldSphereRegridEx.F90 b/src/Infrastructure/Field/examples/ESMF_FieldSphereRegridEx.F90 index 92a5fd9755..92f56d1472 100644 --- a/src/Infrastructure/Field/examples/ESMF_FieldSphereRegridEx.F90 +++ b/src/Infrastructure/Field/examples/ESMF_FieldSphereRegridEx.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Field/include/ESMCI_Field.h b/src/Infrastructure/Field/include/ESMCI_Field.h index 26a18661d4..1e16e7a35d 100644 --- a/src/Infrastructure/Field/include/ESMCI_Field.h +++ b/src/Infrastructure/Field/include/ESMCI_Field.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Field/include/ESMC_Field.h b/src/Infrastructure/Field/include/ESMC_Field.h index 429b6f8c98..d4967fb0d9 100644 --- a/src/Infrastructure/Field/include/ESMC_Field.h +++ b/src/Infrastructure/Field/include/ESMC_Field.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Field/interface/ESMCI_Field.C b/src/Infrastructure/Field/interface/ESMCI_Field.C index 470428d190..80e0abda4c 100644 --- a/src/Infrastructure/Field/interface/ESMCI_Field.C +++ b/src/Infrastructure/Field/interface/ESMCI_Field.C @@ -1,7 +1,7 @@ //$1.10 2007/04/26 16:13:59 rosalind Exp $ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Field/interface/ESMCI_Field_F.C b/src/Infrastructure/Field/interface/ESMCI_Field_F.C index 6137044efc..4d50657cf0 100644 --- a/src/Infrastructure/Field/interface/ESMCI_Field_F.C +++ b/src/Infrastructure/Field/interface/ESMCI_Field_F.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Field/interface/ESMC_Field.C b/src/Infrastructure/Field/interface/ESMC_Field.C index e9ecb84f70..de31141176 100644 --- a/src/Infrastructure/Field/interface/ESMC_Field.C +++ b/src/Infrastructure/Field/interface/ESMC_Field.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Field/interface/ESMF_Field_C.F90 b/src/Infrastructure/Field/interface/ESMF_Field_C.F90 index c67bd96b23..f634d2fe0f 100644 --- a/src/Infrastructure/Field/interface/ESMF_Field_C.F90 +++ b/src/Infrastructure/Field/interface/ESMF_Field_C.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Field/src/ESMF_Field.F90 b/src/Infrastructure/Field/src/ESMF_Field.F90 index b3bd886a61..60ce5f98a2 100644 --- a/src/Infrastructure/Field/src/ESMF_Field.F90 +++ b/src/Infrastructure/Field/src/ESMF_Field.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Field/src/ESMF_FieldCreate.cppF90 b/src/Infrastructure/Field/src/ESMF_FieldCreate.cppF90 index f98be31db2..be1f75a76f 100644 --- a/src/Infrastructure/Field/src/ESMF_FieldCreate.cppF90 +++ b/src/Infrastructure/Field/src/ESMF_FieldCreate.cppF90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Field/src/ESMF_FieldEmpty.cppF90 b/src/Infrastructure/Field/src/ESMF_FieldEmpty.cppF90 index 21891b0a6d..19886384ef 100644 --- a/src/Infrastructure/Field/src/ESMF_FieldEmpty.cppF90 +++ b/src/Infrastructure/Field/src/ESMF_FieldEmpty.cppF90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Field/src/ESMF_FieldGather.cppF90 b/src/Infrastructure/Field/src/ESMF_FieldGather.cppF90 index 0cd8e05274..f662061f9b 100644 --- a/src/Infrastructure/Field/src/ESMF_FieldGather.cppF90 +++ b/src/Infrastructure/Field/src/ESMF_FieldGather.cppF90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Field/src/ESMF_FieldGet.cppF90 b/src/Infrastructure/Field/src/ESMF_FieldGet.cppF90 index 49f3135963..fee5674076 100644 --- a/src/Infrastructure/Field/src/ESMF_FieldGet.cppF90 +++ b/src/Infrastructure/Field/src/ESMF_FieldGet.cppF90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Field/src/ESMF_FieldGetAllocBounds.F90 b/src/Infrastructure/Field/src/ESMF_FieldGetAllocBounds.F90 index ae31fdc7fa..d97eeb2285 100644 --- a/src/Infrastructure/Field/src/ESMF_FieldGetAllocBounds.F90 +++ b/src/Infrastructure/Field/src/ESMF_FieldGetAllocBounds.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Field/src/ESMF_FieldHalo.F90 b/src/Infrastructure/Field/src/ESMF_FieldHalo.F90 index b9f1850692..b2254ba8d3 100644 --- a/src/Infrastructure/Field/src/ESMF_FieldHalo.F90 +++ b/src/Infrastructure/Field/src/ESMF_FieldHalo.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Field/src/ESMF_FieldPr.F90 b/src/Infrastructure/Field/src/ESMF_FieldPr.F90 index 38049125fb..bd84703cad 100644 --- a/src/Infrastructure/Field/src/ESMF_FieldPr.F90 +++ b/src/Infrastructure/Field/src/ESMF_FieldPr.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Field/src/ESMF_FieldRedist.F90 b/src/Infrastructure/Field/src/ESMF_FieldRedist.F90 index 1304271806..c9aae2c0aa 100644 --- a/src/Infrastructure/Field/src/ESMF_FieldRedist.F90 +++ b/src/Infrastructure/Field/src/ESMF_FieldRedist.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Field/src/ESMF_FieldRegrid.F90 b/src/Infrastructure/Field/src/ESMF_FieldRegrid.F90 index 1bd9a27383..65819e29d1 100644 --- a/src/Infrastructure/Field/src/ESMF_FieldRegrid.F90 +++ b/src/Infrastructure/Field/src/ESMF_FieldRegrid.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Field/src/ESMF_FieldSMM.F90 b/src/Infrastructure/Field/src/ESMF_FieldSMM.F90 index 3305ffbaaa..a01157c5d8 100644 --- a/src/Infrastructure/Field/src/ESMF_FieldSMM.F90 +++ b/src/Infrastructure/Field/src/ESMF_FieldSMM.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Field/src/ESMF_FieldScatter.cppF90 b/src/Infrastructure/Field/src/ESMF_FieldScatter.cppF90 index e019173d4b..b0bbe14a63 100644 --- a/src/Infrastructure/Field/src/ESMF_FieldScatter.cppF90 +++ b/src/Infrastructure/Field/src/ESMF_FieldScatter.cppF90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Field/src/ESMF_FieldSet.F90 b/src/Infrastructure/Field/src/ESMF_FieldSet.F90 index dc6551ab39..1c61cd2afa 100644 --- a/src/Infrastructure/Field/src/ESMF_FieldSet.F90 +++ b/src/Infrastructure/Field/src/ESMF_FieldSet.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Field/src/ESMF_FieldWr.F90 b/src/Infrastructure/Field/src/ESMF_FieldWr.F90 index 87a5f96c9e..4c1538c58c 100644 --- a/src/Infrastructure/Field/src/ESMF_FieldWr.F90 +++ b/src/Infrastructure/Field/src/ESMF_FieldWr.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Field/src/ESMF_UtilRWG.F90 b/src/Infrastructure/Field/src/ESMF_UtilRWG.F90 index 93829fd748..73132f6ca2 100644 --- a/src/Infrastructure/Field/src/ESMF_UtilRWG.F90 +++ b/src/Infrastructure/Field/src/ESMF_UtilRWG.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Field/tests/ESMC_FieldGridGridRegridCsrvUTest.c b/src/Infrastructure/Field/tests/ESMC_FieldGridGridRegridCsrvUTest.c index 34341e6801..b9509c198c 100644 --- a/src/Infrastructure/Field/tests/ESMC_FieldGridGridRegridCsrvUTest.c +++ b/src/Infrastructure/Field/tests/ESMC_FieldGridGridRegridCsrvUTest.c @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Field/tests/ESMC_FieldGridGridRegridUTest.c b/src/Infrastructure/Field/tests/ESMC_FieldGridGridRegridUTest.c index bbe75f8621..1c38411212 100644 --- a/src/Infrastructure/Field/tests/ESMC_FieldGridGridRegridUTest.c +++ b/src/Infrastructure/Field/tests/ESMC_FieldGridGridRegridUTest.c @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Field/tests/ESMC_FieldGridRegrid2UTest.c b/src/Infrastructure/Field/tests/ESMC_FieldGridRegrid2UTest.c index a3a69bb863..8d74271510 100644 --- a/src/Infrastructure/Field/tests/ESMC_FieldGridRegrid2UTest.c +++ b/src/Infrastructure/Field/tests/ESMC_FieldGridRegrid2UTest.c @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Field/tests/ESMC_FieldGridRegridCsrv2UTest.c b/src/Infrastructure/Field/tests/ESMC_FieldGridRegridCsrv2UTest.c index c6d1cde8d8..cb63a71d43 100644 --- a/src/Infrastructure/Field/tests/ESMC_FieldGridRegridCsrv2UTest.c +++ b/src/Infrastructure/Field/tests/ESMC_FieldGridRegridCsrv2UTest.c @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Field/tests/ESMC_FieldGridRegridCsrvUTest.c b/src/Infrastructure/Field/tests/ESMC_FieldGridRegridCsrvUTest.c index 0d6591a601..38218467c9 100644 --- a/src/Infrastructure/Field/tests/ESMC_FieldGridRegridCsrvUTest.c +++ b/src/Infrastructure/Field/tests/ESMC_FieldGridRegridCsrvUTest.c @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Field/tests/ESMC_FieldGridRegridParUTest.c b/src/Infrastructure/Field/tests/ESMC_FieldGridRegridParUTest.c index 617e55a595..83fd35db5c 100644 --- a/src/Infrastructure/Field/tests/ESMC_FieldGridRegridParUTest.c +++ b/src/Infrastructure/Field/tests/ESMC_FieldGridRegridParUTest.c @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Field/tests/ESMC_FieldGridRegridUTest.c b/src/Infrastructure/Field/tests/ESMC_FieldGridRegridUTest.c index d8b2257732..ab409a913a 100644 --- a/src/Infrastructure/Field/tests/ESMC_FieldGridRegridUTest.c +++ b/src/Infrastructure/Field/tests/ESMC_FieldGridRegridUTest.c @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Field/tests/ESMC_FieldRegridCsrvUTest.c b/src/Infrastructure/Field/tests/ESMC_FieldRegridCsrvUTest.c index aad184fa37..9b15fe1975 100644 --- a/src/Infrastructure/Field/tests/ESMC_FieldRegridCsrvUTest.c +++ b/src/Infrastructure/Field/tests/ESMC_FieldRegridCsrvUTest.c @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Field/tests/ESMC_FieldRegridUTest.c b/src/Infrastructure/Field/tests/ESMC_FieldRegridUTest.c index 773598223e..a27180f530 100644 --- a/src/Infrastructure/Field/tests/ESMC_FieldRegridUTest.c +++ b/src/Infrastructure/Field/tests/ESMC_FieldRegridUTest.c @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Field/tests/ESMC_FieldSMMFromFileUTest.c b/src/Infrastructure/Field/tests/ESMC_FieldSMMFromFileUTest.c index e62ede4e66..372c932397 100644 --- a/src/Infrastructure/Field/tests/ESMC_FieldSMMFromFileUTest.c +++ b/src/Infrastructure/Field/tests/ESMC_FieldSMMFromFileUTest.c @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Field/tests/ESMC_FieldTripoleRegridUTest.c b/src/Infrastructure/Field/tests/ESMC_FieldTripoleRegridUTest.c index c3dca7927d..163d31f754 100644 --- a/src/Infrastructure/Field/tests/ESMC_FieldTripoleRegridUTest.c +++ b/src/Infrastructure/Field/tests/ESMC_FieldTripoleRegridUTest.c @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Field/tests/ESMC_FieldUTest.c b/src/Infrastructure/Field/tests/ESMC_FieldUTest.c index 3ccb528760..e71bfa0118 100644 --- a/src/Infrastructure/Field/tests/ESMC_FieldUTest.c +++ b/src/Infrastructure/Field/tests/ESMC_FieldUTest.c @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Field/tests/ESMF_FieldArbGridUTest.F90 b/src/Infrastructure/Field/tests/ESMF_FieldArbGridUTest.F90 index 08913053a9..c9661e07b2 100644 --- a/src/Infrastructure/Field/tests/ESMF_FieldArbGridUTest.F90 +++ b/src/Infrastructure/Field/tests/ESMF_FieldArbGridUTest.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Field/tests/ESMF_FieldCreateGetUTest.F90 b/src/Infrastructure/Field/tests/ESMF_FieldCreateGetUTest.F90 index 6b57989f54..4dd6f8571c 100644 --- a/src/Infrastructure/Field/tests/ESMF_FieldCreateGetUTest.F90 +++ b/src/Infrastructure/Field/tests/ESMF_FieldCreateGetUTest.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Field/tests/ESMF_FieldGatherUTest.F90 b/src/Infrastructure/Field/tests/ESMF_FieldGatherUTest.F90 index b15b645716..43c6786df8 100644 --- a/src/Infrastructure/Field/tests/ESMF_FieldGatherUTest.F90 +++ b/src/Infrastructure/Field/tests/ESMF_FieldGatherUTest.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Field/tests/ESMF_FieldHaloUTest.F90 b/src/Infrastructure/Field/tests/ESMF_FieldHaloUTest.F90 index 3c9d1f5d32..d301082729 100644 --- a/src/Infrastructure/Field/tests/ESMF_FieldHaloUTest.F90 +++ b/src/Infrastructure/Field/tests/ESMF_FieldHaloUTest.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Field/tests/ESMF_FieldIOUTest.F90 b/src/Infrastructure/Field/tests/ESMF_FieldIOUTest.F90 index 8fc05e3d43..85d8369cd9 100644 --- a/src/Infrastructure/Field/tests/ESMF_FieldIOUTest.F90 +++ b/src/Infrastructure/Field/tests/ESMF_FieldIOUTest.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Field/tests/ESMF_FieldLSSMMUTest.F90 b/src/Infrastructure/Field/tests/ESMF_FieldLSSMMUTest.F90 index 5f627856ff..b5bfd02e75 100644 --- a/src/Infrastructure/Field/tests/ESMF_FieldLSSMMUTest.F90 +++ b/src/Infrastructure/Field/tests/ESMF_FieldLSSMMUTest.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Field/tests/ESMF_FieldMeshSMMUTest.F90 b/src/Infrastructure/Field/tests/ESMF_FieldMeshSMMUTest.F90 index 029fc5765c..a4c56309d3 100644 --- a/src/Infrastructure/Field/tests/ESMF_FieldMeshSMMUTest.F90 +++ b/src/Infrastructure/Field/tests/ESMF_FieldMeshSMMUTest.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Field/tests/ESMF_FieldRedistArbUTest.F90 b/src/Infrastructure/Field/tests/ESMF_FieldRedistArbUTest.F90 index 519e90e501..5d04dd7a96 100644 --- a/src/Infrastructure/Field/tests/ESMF_FieldRedistArbUTest.F90 +++ b/src/Infrastructure/Field/tests/ESMF_FieldRedistArbUTest.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Field/tests/ESMF_FieldRedistUTest.F90 b/src/Infrastructure/Field/tests/ESMF_FieldRedistUTest.F90 index d6355e266c..922a33d430 100644 --- a/src/Infrastructure/Field/tests/ESMF_FieldRedistUTest.F90 +++ b/src/Infrastructure/Field/tests/ESMF_FieldRedistUTest.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Field/tests/ESMF_FieldRegridCSUTest.F90 b/src/Infrastructure/Field/tests/ESMF_FieldRegridCSUTest.F90 index f9198d5696..ed569bbed2 100644 --- a/src/Infrastructure/Field/tests/ESMF_FieldRegridCSUTest.F90 +++ b/src/Infrastructure/Field/tests/ESMF_FieldRegridCSUTest.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Field/tests/ESMF_FieldRegridCsrv2ndUTest.F90 b/src/Infrastructure/Field/tests/ESMF_FieldRegridCsrv2ndUTest.F90 index 1f87f6fd53..bb88507ecc 100644 --- a/src/Infrastructure/Field/tests/ESMF_FieldRegridCsrv2ndUTest.F90 +++ b/src/Infrastructure/Field/tests/ESMF_FieldRegridCsrv2ndUTest.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Field/tests/ESMF_FieldRegridCsrvUTest.F90 b/src/Infrastructure/Field/tests/ESMF_FieldRegridCsrvUTest.F90 index b6261826b1..401df49f98 100644 --- a/src/Infrastructure/Field/tests/ESMF_FieldRegridCsrvUTest.F90 +++ b/src/Infrastructure/Field/tests/ESMF_FieldRegridCsrvUTest.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Field/tests/ESMF_FieldRegridUTest.F90 b/src/Infrastructure/Field/tests/ESMF_FieldRegridUTest.F90 index 5040544a37..97007e3763 100644 --- a/src/Infrastructure/Field/tests/ESMF_FieldRegridUTest.F90 +++ b/src/Infrastructure/Field/tests/ESMF_FieldRegridUTest.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Field/tests/ESMF_FieldRegridXGSMMUTest.F90 b/src/Infrastructure/Field/tests/ESMF_FieldRegridXGSMMUTest.F90 index 97fa8650b4..62bd63713d 100644 --- a/src/Infrastructure/Field/tests/ESMF_FieldRegridXGSMMUTest.F90 +++ b/src/Infrastructure/Field/tests/ESMF_FieldRegridXGSMMUTest.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Field/tests/ESMF_FieldRegridXGUTest.F90 b/src/Infrastructure/Field/tests/ESMF_FieldRegridXGUTest.F90 index 054e05eb24..535837c66a 100644 --- a/src/Infrastructure/Field/tests/ESMF_FieldRegridXGUTest.F90 +++ b/src/Infrastructure/Field/tests/ESMF_FieldRegridXGUTest.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Field/tests/ESMF_FieldSMMFromFileUTest.F90 b/src/Infrastructure/Field/tests/ESMF_FieldSMMFromFileUTest.F90 index 2bd209ed0f..f38e0dce2a 100644 --- a/src/Infrastructure/Field/tests/ESMF_FieldSMMFromFileUTest.F90 +++ b/src/Infrastructure/Field/tests/ESMF_FieldSMMFromFileUTest.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Field/tests/ESMF_FieldSMMUTest.F90 b/src/Infrastructure/Field/tests/ESMF_FieldSMMUTest.F90 index 1d2ad73762..5bc49211ab 100644 --- a/src/Infrastructure/Field/tests/ESMF_FieldSMMUTest.F90 +++ b/src/Infrastructure/Field/tests/ESMF_FieldSMMUTest.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Field/tests/ESMF_FieldStressUTest.F90 b/src/Infrastructure/Field/tests/ESMF_FieldStressUTest.F90 index 34be9848bb..b83884e235 100644 --- a/src/Infrastructure/Field/tests/ESMF_FieldStressUTest.F90 +++ b/src/Infrastructure/Field/tests/ESMF_FieldStressUTest.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Field/tests/ESMF_FieldUTest.F90 b/src/Infrastructure/Field/tests/ESMF_FieldUTest.F90 index c4a602639c..e42941c875 100644 --- a/src/Infrastructure/Field/tests/ESMF_FieldUTest.F90 +++ b/src/Infrastructure/Field/tests/ESMF_FieldUTest.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/FieldBundle/examples/ESMF_FieldBundleHaloEx.F90 b/src/Infrastructure/FieldBundle/examples/ESMF_FieldBundleHaloEx.F90 index 63c0be752e..87e82b7cfb 100644 --- a/src/Infrastructure/FieldBundle/examples/ESMF_FieldBundleHaloEx.F90 +++ b/src/Infrastructure/FieldBundle/examples/ESMF_FieldBundleHaloEx.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/FieldBundle/examples/ESMF_FieldBundleRedistEx.F90 b/src/Infrastructure/FieldBundle/examples/ESMF_FieldBundleRedistEx.F90 index b977cd23f8..45267d9248 100644 --- a/src/Infrastructure/FieldBundle/examples/ESMF_FieldBundleRedistEx.F90 +++ b/src/Infrastructure/FieldBundle/examples/ESMF_FieldBundleRedistEx.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/FieldBundle/examples/ESMF_FieldBundleSMMEx.F90 b/src/Infrastructure/FieldBundle/examples/ESMF_FieldBundleSMMEx.F90 index 8e48433c85..e0864f80ed 100644 --- a/src/Infrastructure/FieldBundle/examples/ESMF_FieldBundleSMMEx.F90 +++ b/src/Infrastructure/FieldBundle/examples/ESMF_FieldBundleSMMEx.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/FieldBundle/interface/ESMCI_FieldBundle_F.C b/src/Infrastructure/FieldBundle/interface/ESMCI_FieldBundle_F.C index 6839d5f6f3..1f0edf7a88 100644 --- a/src/Infrastructure/FieldBundle/interface/ESMCI_FieldBundle_F.C +++ b/src/Infrastructure/FieldBundle/interface/ESMCI_FieldBundle_F.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/FieldBundle/interface/ESMF_FieldBundle_C.F90 b/src/Infrastructure/FieldBundle/interface/ESMF_FieldBundle_C.F90 index 45801ae3b6..366f16861c 100644 --- a/src/Infrastructure/FieldBundle/interface/ESMF_FieldBundle_C.F90 +++ b/src/Infrastructure/FieldBundle/interface/ESMF_FieldBundle_C.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/FieldBundle/src/ESMF_FieldBundle.cppF90 b/src/Infrastructure/FieldBundle/src/ESMF_FieldBundle.cppF90 index 741b2d8adf..db0ddee59a 100644 --- a/src/Infrastructure/FieldBundle/src/ESMF_FieldBundle.cppF90 +++ b/src/Infrastructure/FieldBundle/src/ESMF_FieldBundle.cppF90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/FieldBundle/tests/ESMF_FieldBundleCrGetUTest.F90 b/src/Infrastructure/FieldBundle/tests/ESMF_FieldBundleCrGetUTest.F90 index 15bd7f0621..3dcdb65e19 100644 --- a/src/Infrastructure/FieldBundle/tests/ESMF_FieldBundleCrGetUTest.F90 +++ b/src/Infrastructure/FieldBundle/tests/ESMF_FieldBundleCrGetUTest.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/FieldBundle/tests/ESMF_FieldBundleIOUTest.F90 b/src/Infrastructure/FieldBundle/tests/ESMF_FieldBundleIOUTest.F90 index 4257412709..c629b23202 100644 --- a/src/Infrastructure/FieldBundle/tests/ESMF_FieldBundleIOUTest.F90 +++ b/src/Infrastructure/FieldBundle/tests/ESMF_FieldBundleIOUTest.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National diff --git a/src/Infrastructure/FieldBundle/tests/ESMF_FieldBundleRedistUTest.F90 b/src/Infrastructure/FieldBundle/tests/ESMF_FieldBundleRedistUTest.F90 index 7512a6a715..9f84c98bfb 100644 --- a/src/Infrastructure/FieldBundle/tests/ESMF_FieldBundleRedistUTest.F90 +++ b/src/Infrastructure/FieldBundle/tests/ESMF_FieldBundleRedistUTest.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/FieldBundle/tests/ESMF_FieldBundleRegridUTest.F90 b/src/Infrastructure/FieldBundle/tests/ESMF_FieldBundleRegridUTest.F90 index 5426f61740..826b44e16b 100644 --- a/src/Infrastructure/FieldBundle/tests/ESMF_FieldBundleRegridUTest.F90 +++ b/src/Infrastructure/FieldBundle/tests/ESMF_FieldBundleRegridUTest.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/FieldBundle/tests/ESMF_FieldBundleSMMUTest.F90 b/src/Infrastructure/FieldBundle/tests/ESMF_FieldBundleSMMUTest.F90 index 34cffaad66..cb62487666 100644 --- a/src/Infrastructure/FieldBundle/tests/ESMF_FieldBundleSMMUTest.F90 +++ b/src/Infrastructure/FieldBundle/tests/ESMF_FieldBundleSMMUTest.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/FieldBundle/tests/ESMF_FieldBundleUTest.F90 b/src/Infrastructure/FieldBundle/tests/ESMF_FieldBundleUTest.F90 index cbba153316..478f13742b 100644 --- a/src/Infrastructure/FieldBundle/tests/ESMF_FieldBundleUTest.F90 +++ b/src/Infrastructure/FieldBundle/tests/ESMF_FieldBundleUTest.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Geom/interface/ESMCI_Geom_F.C b/src/Infrastructure/Geom/interface/ESMCI_Geom_F.C index 7813a8b096..69dcf63896 100644 --- a/src/Infrastructure/Geom/interface/ESMCI_Geom_F.C +++ b/src/Infrastructure/Geom/interface/ESMCI_Geom_F.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Geom/src/ESMF_Geom.F90 b/src/Infrastructure/Geom/src/ESMF_Geom.F90 index 73fd528753..72f749d77c 100644 --- a/src/Infrastructure/Geom/src/ESMF_Geom.F90 +++ b/src/Infrastructure/Geom/src/ESMF_Geom.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Grid/doc/Grid.bib b/src/Infrastructure/Grid/doc/Grid.bib index c364b1396e..377b0d3bec 100644 --- a/src/Infrastructure/Grid/doc/Grid.bib +++ b/src/Infrastructure/Grid/doc/Grid.bib @@ -1,7 +1,7 @@ % $Id$ % % Earth System Modeling Framework -% Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +% Copyright (c) 2002-2024, University Corporation for Atmospheric Research, % Massachusetts Institute of Technology, Geophysical Fluid Dynamics % Laboratory, University of Michigan, National Centers for Environmental % Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Grid/doc/Grid_cdesc.tex b/src/Infrastructure/Grid/doc/Grid_cdesc.tex index ffe8b4a589..7f37cc3510 100644 --- a/src/Infrastructure/Grid/doc/Grid_cdesc.tex +++ b/src/Infrastructure/Grid/doc/Grid_cdesc.tex @@ -1,7 +1,7 @@ % $Id$ % % Earth System Modeling Framework -% Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +% Copyright (c) 2002-2024, University Corporation for Atmospheric Research, % Massachusetts Institute of Technology, Geophysical Fluid Dynamics % Laboratory, University of Michigan, National Centers for Environmental % Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Grid/doc/Grid_crefdoc.ctex b/src/Infrastructure/Grid/doc/Grid_crefdoc.ctex index 0b58729cae..1b4844109c 100644 --- a/src/Infrastructure/Grid/doc/Grid_crefdoc.ctex +++ b/src/Infrastructure/Grid/doc/Grid_crefdoc.ctex @@ -1,7 +1,7 @@ % $Id$ % % Earth System Modeling Framework -% Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +% Copyright (c) 2002-2024, University Corporation for Atmospheric Research, % Massachusetts Institute of Technology, Geophysical Fluid Dynamics % Laboratory, University of Michigan, National Centers for Environmental % Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Grid/doc/Grid_desc.tex b/src/Infrastructure/Grid/doc/Grid_desc.tex index 267842a5e9..41b0adeeef 100644 --- a/src/Infrastructure/Grid/doc/Grid_desc.tex +++ b/src/Infrastructure/Grid/doc/Grid_desc.tex @@ -1,7 +1,7 @@ % $Id$ % % Earth System Modeling Framework -% Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +% Copyright (c) 2002-2024, University Corporation for Atmospheric Research, % Massachusetts Institute of Technology, Geophysical Fluid Dynamics % Laboratory, University of Michigan, National Centers for Environmental % Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Grid/doc/Grid_desdoc.bib b/src/Infrastructure/Grid/doc/Grid_desdoc.bib index c0e8fd90e6..6743e655b6 100644 --- a/src/Infrastructure/Grid/doc/Grid_desdoc.bib +++ b/src/Infrastructure/Grid/doc/Grid_desdoc.bib @@ -1,7 +1,7 @@ % $Id$ % % Earth System Modeling Framework -% Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +% Copyright (c) 2002-2024, University Corporation for Atmospheric Research, % Massachusetts Institute of Technology, Geophysical Fluid Dynamics % Laboratory, University of Michigan, National Centers for Environmental % Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Grid/doc/Grid_glos.tex b/src/Infrastructure/Grid/doc/Grid_glos.tex index d99d6cb7d5..59cf840c00 100644 --- a/src/Infrastructure/Grid/doc/Grid_glos.tex +++ b/src/Infrastructure/Grid/doc/Grid_glos.tex @@ -1,7 +1,7 @@ % $Id$ % % Earth System Modeling Framework -% Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +% Copyright (c) 2002-2024, University Corporation for Atmospheric Research, % Massachusetts Institute of Technology, Geophysical Fluid Dynamics % Laboratory, University of Michigan, National Centers for Environmental % Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Grid/doc/Grid_obj.tex b/src/Infrastructure/Grid/doc/Grid_obj.tex index 759c539191..230e8802a4 100644 --- a/src/Infrastructure/Grid/doc/Grid_obj.tex +++ b/src/Infrastructure/Grid/doc/Grid_obj.tex @@ -1,7 +1,7 @@ % $Id$ % % Earth System Modeling Framework -% Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +% Copyright (c) 2002-2024, University Corporation for Atmospheric Research, % Massachusetts Institute of Technology, Geophysical Fluid Dynamics % Laboratory, University of Michigan, National Centers for Environmental % Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Grid/doc/Grid_refdoc.ctex b/src/Infrastructure/Grid/doc/Grid_refdoc.ctex index 861aaccc55..46669dce87 100644 --- a/src/Infrastructure/Grid/doc/Grid_refdoc.ctex +++ b/src/Infrastructure/Grid/doc/Grid_refdoc.ctex @@ -1,7 +1,7 @@ % $Id$ % % Earth System Modeling Framework -% Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +% Copyright (c) 2002-2024, University Corporation for Atmospheric Research, % Massachusetts Institute of Technology, Geophysical Fluid Dynamics % Laboratory, University of Michigan, National Centers for Environmental % Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Grid/doc/Grid_req.tex b/src/Infrastructure/Grid/doc/Grid_req.tex index c49684f5fd..433f20c3b6 100644 --- a/src/Infrastructure/Grid/doc/Grid_req.tex +++ b/src/Infrastructure/Grid/doc/Grid_req.tex @@ -1,7 +1,7 @@ % $Id$ % % Earth System Modeling Framework -% Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +% Copyright (c) 2002-2024, University Corporation for Atmospheric Research, % Massachusetts Institute of Technology, Geophysical Fluid Dynamics % Laboratory, University of Michigan, National Centers for Environmental % Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Grid/examples/ESMF_GridCreateFromF90ArraysEx.F90 b/src/Infrastructure/Grid/examples/ESMF_GridCreateFromF90ArraysEx.F90 index 27005a5843..372cc5b5ce 100644 --- a/src/Infrastructure/Grid/examples/ESMF_GridCreateFromF90ArraysEx.F90 +++ b/src/Infrastructure/Grid/examples/ESMF_GridCreateFromF90ArraysEx.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Grid/examples/ESMF_GridCreateRegFromDGEx.F90 b/src/Infrastructure/Grid/examples/ESMF_GridCreateRegFromDGEx.F90 index 21e20fe29d..ad941ed850 100644 --- a/src/Infrastructure/Grid/examples/ESMF_GridCreateRegFromDGEx.F90 +++ b/src/Infrastructure/Grid/examples/ESMF_GridCreateRegFromDGEx.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Grid/examples/ESMF_GridCreateSph2DPlus1Ex.F90 b/src/Infrastructure/Grid/examples/ESMF_GridCreateSph2DPlus1Ex.F90 index a2a85d376f..1447cd4196 100644 --- a/src/Infrastructure/Grid/examples/ESMF_GridCreateSph2DPlus1Ex.F90 +++ b/src/Infrastructure/Grid/examples/ESMF_GridCreateSph2DPlus1Ex.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Grid/examples/ESMF_GridCreateTripoleEx.F90 b/src/Infrastructure/Grid/examples/ESMF_GridCreateTripoleEx.F90 index 3db827f372..696f8c696a 100644 --- a/src/Infrastructure/Grid/examples/ESMF_GridCreateTripoleEx.F90 +++ b/src/Infrastructure/Grid/examples/ESMF_GridCreateTripoleEx.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Grid/examples/ESMF_GridUsageEx.F90 b/src/Infrastructure/Grid/examples/ESMF_GridUsageEx.F90 index f196de6d8f..84c2c760b5 100644 --- a/src/Infrastructure/Grid/examples/ESMF_GridUsageEx.F90 +++ b/src/Infrastructure/Grid/examples/ESMF_GridUsageEx.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Grid/include/ESMCI_Grid.h b/src/Infrastructure/Grid/include/ESMCI_Grid.h index 772f79a537..cd7c2c46e0 100644 --- a/src/Infrastructure/Grid/include/ESMCI_Grid.h +++ b/src/Infrastructure/Grid/include/ESMCI_Grid.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Grid/include/ESMC_Grid.h b/src/Infrastructure/Grid/include/ESMC_Grid.h index 72caaa8fe9..f2b929279c 100644 --- a/src/Infrastructure/Grid/include/ESMC_Grid.h +++ b/src/Infrastructure/Grid/include/ESMC_Grid.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Grid/interface/ESMCI_Grid_F.C b/src/Infrastructure/Grid/interface/ESMCI_Grid_F.C index d9a08832dd..edfaf56bdc 100644 --- a/src/Infrastructure/Grid/interface/ESMCI_Grid_F.C +++ b/src/Infrastructure/Grid/interface/ESMCI_Grid_F.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Grid/interface/ESMC_Grid.C b/src/Infrastructure/Grid/interface/ESMC_Grid.C index cce9bf589b..ba3f4ab832 100644 --- a/src/Infrastructure/Grid/interface/ESMC_Grid.C +++ b/src/Infrastructure/Grid/interface/ESMC_Grid.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Grid/interface/ESMF_Grid.F90 b/src/Infrastructure/Grid/interface/ESMF_Grid.F90 index 4d2b77c94b..54903d9849 100644 --- a/src/Infrastructure/Grid/interface/ESMF_Grid.F90 +++ b/src/Infrastructure/Grid/interface/ESMF_Grid.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Grid/interface/ESMF_Grid_C.F90 b/src/Infrastructure/Grid/interface/ESMF_Grid_C.F90 index f0c13ac682..c2b309e964 100644 --- a/src/Infrastructure/Grid/interface/ESMF_Grid_C.F90 +++ b/src/Infrastructure/Grid/interface/ESMF_Grid_C.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Grid/interface/ESMF_StaggerLoc.F90 b/src/Infrastructure/Grid/interface/ESMF_StaggerLoc.F90 index bfddeef88c..d9b695efce 100644 --- a/src/Infrastructure/Grid/interface/ESMF_StaggerLoc.F90 +++ b/src/Infrastructure/Grid/interface/ESMF_StaggerLoc.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Grid/src/ESMCI_Grid.C b/src/Infrastructure/Grid/src/ESMCI_Grid.C index 07ff584b34..ead8fa3c1a 100644 --- a/src/Infrastructure/Grid/src/ESMCI_Grid.C +++ b/src/Infrastructure/Grid/src/ESMCI_Grid.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Grid/tests/ESMC_GridUTest.c b/src/Infrastructure/Grid/tests/ESMC_GridUTest.c index 5519153e90..33fde6eda0 100644 --- a/src/Infrastructure/Grid/tests/ESMC_GridUTest.c +++ b/src/Infrastructure/Grid/tests/ESMC_GridUTest.c @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Grid/tests/ESMF_GridArbitraryUTest.F90 b/src/Infrastructure/Grid/tests/ESMF_GridArbitraryUTest.F90 index c86597fc70..a084625b9d 100644 --- a/src/Infrastructure/Grid/tests/ESMF_GridArbitraryUTest.F90 +++ b/src/Infrastructure/Grid/tests/ESMF_GridArbitraryUTest.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Grid/tests/ESMF_GridCoordUTest.F90 b/src/Infrastructure/Grid/tests/ESMF_GridCoordUTest.F90 index 31d6a0b87e..2749495634 100644 --- a/src/Infrastructure/Grid/tests/ESMF_GridCoordUTest.F90 +++ b/src/Infrastructure/Grid/tests/ESMF_GridCoordUTest.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Grid/tests/ESMF_GridCreateUTest.F90 b/src/Infrastructure/Grid/tests/ESMF_GridCreateUTest.F90 index 416937e810..f2892e71bd 100644 --- a/src/Infrastructure/Grid/tests/ESMF_GridCreateUTest.F90 +++ b/src/Infrastructure/Grid/tests/ESMF_GridCreateUTest.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Grid/tests/ESMF_GridItemUTest.F90 b/src/Infrastructure/Grid/tests/ESMF_GridItemUTest.F90 index 08ade4c2a2..2e7cb2f2dc 100644 --- a/src/Infrastructure/Grid/tests/ESMF_GridItemUTest.F90 +++ b/src/Infrastructure/Grid/tests/ESMF_GridItemUTest.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/GridUtil/include/ESMCI_GridToMesh.h b/src/Infrastructure/GridUtil/include/ESMCI_GridToMesh.h index ffeaf5da43..4b3cbdca74 100644 --- a/src/Infrastructure/GridUtil/include/ESMCI_GridToMesh.h +++ b/src/Infrastructure/GridUtil/include/ESMCI_GridToMesh.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/GridUtil/include/ESMCI_Ptypes.h b/src/Infrastructure/GridUtil/include/ESMCI_Ptypes.h index 7a2cac1866..17bd2de3e0 100644 --- a/src/Infrastructure/GridUtil/include/ESMCI_Ptypes.h +++ b/src/Infrastructure/GridUtil/include/ESMCI_Ptypes.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/GridUtil/interface/ESMCI_GridUtil_F.C b/src/Infrastructure/GridUtil/interface/ESMCI_GridUtil_F.C index de0608a3ec..077801faeb 100644 --- a/src/Infrastructure/GridUtil/interface/ESMCI_GridUtil_F.C +++ b/src/Infrastructure/GridUtil/interface/ESMCI_GridUtil_F.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/GridUtil/interface/ESMF_GridUtil.F90 b/src/Infrastructure/GridUtil/interface/ESMF_GridUtil.F90 index 758bfb9fe7..1a2d6e757e 100644 --- a/src/Infrastructure/GridUtil/interface/ESMF_GridUtil.F90 +++ b/src/Infrastructure/GridUtil/interface/ESMF_GridUtil.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/GridUtil/src/ESMCI_GridToMesh.C b/src/Infrastructure/GridUtil/src/ESMCI_GridToMesh.C index 99620416ab..799867792d 100644 --- a/src/Infrastructure/GridUtil/src/ESMCI_GridToMesh.C +++ b/src/Infrastructure/GridUtil/src/ESMCI_GridToMesh.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/GridUtil/tests/ESMF_GridToMeshUTest.F90 b/src/Infrastructure/GridUtil/tests/ESMF_GridToMeshUTest.F90 index 9b59689288..2078c2dbed 100644 --- a/src/Infrastructure/GridUtil/tests/ESMF_GridToMeshUTest.F90 +++ b/src/Infrastructure/GridUtil/tests/ESMF_GridToMeshUTest.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/HConfig/doc/HConfig_desc.tex b/src/Infrastructure/HConfig/doc/HConfig_desc.tex index 59d50e7a61..34146b0905 100644 --- a/src/Infrastructure/HConfig/doc/HConfig_desc.tex +++ b/src/Infrastructure/HConfig/doc/HConfig_desc.tex @@ -1,7 +1,7 @@ % $Id$ % % Earth System Modeling Framework -% Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +% Copyright (c) 2002-2024, University Corporation for Atmospheric Research, % Massachusetts Institute of Technology, Geophysical Fluid Dynamics % Laboratory, University of Michigan, National Centers for Environmental % Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/HConfig/doc/HConfig_refdoc.ctex b/src/Infrastructure/HConfig/doc/HConfig_refdoc.ctex index 3250cfae92..03f3c01605 100644 --- a/src/Infrastructure/HConfig/doc/HConfig_refdoc.ctex +++ b/src/Infrastructure/HConfig/doc/HConfig_refdoc.ctex @@ -1,7 +1,7 @@ % $Id$ % % Earth System Modeling Framework -% Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +% Copyright (c) 2002-2024, University Corporation for Atmospheric Research, % Massachusetts Institute of Technology, Geophysical Fluid Dynamics % Laboratory, University of Michigan, National Centers for Environmental % Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/HConfig/examples/ESMF_HConfigEx.F90 b/src/Infrastructure/HConfig/examples/ESMF_HConfigEx.F90 index b7f1ca403c..0f38d757b0 100644 --- a/src/Infrastructure/HConfig/examples/ESMF_HConfigEx.F90 +++ b/src/Infrastructure/HConfig/examples/ESMF_HConfigEx.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/HConfig/include/ESMCI_HConfig.h b/src/Infrastructure/HConfig/include/ESMCI_HConfig.h index 1fc26aadb6..eff7212297 100644 --- a/src/Infrastructure/HConfig/include/ESMCI_HConfig.h +++ b/src/Infrastructure/HConfig/include/ESMCI_HConfig.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/HConfig/interface/ESMCI_HConfig_F.C b/src/Infrastructure/HConfig/interface/ESMCI_HConfig_F.C index 1129d3ca36..3871ae2950 100644 --- a/src/Infrastructure/HConfig/interface/ESMCI_HConfig_F.C +++ b/src/Infrastructure/HConfig/interface/ESMCI_HConfig_F.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/HConfig/interface/ESMF_HConfig.F90 b/src/Infrastructure/HConfig/interface/ESMF_HConfig.F90 index 0ef2341635..879182e786 100644 --- a/src/Infrastructure/HConfig/interface/ESMF_HConfig.F90 +++ b/src/Infrastructure/HConfig/interface/ESMF_HConfig.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/HConfig/src/ESMCI_HConfig.C b/src/Infrastructure/HConfig/src/ESMCI_HConfig.C index d1bb3a8c52..21b4a474fe 100644 --- a/src/Infrastructure/HConfig/src/ESMCI_HConfig.C +++ b/src/Infrastructure/HConfig/src/ESMCI_HConfig.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/HConfig/tests/ESMF_HConfigUTest.F90 b/src/Infrastructure/HConfig/tests/ESMF_HConfigUTest.F90 index ffa6659144..dcdf3b3bcb 100644 --- a/src/Infrastructure/HConfig/tests/ESMF_HConfigUTest.F90 +++ b/src/Infrastructure/HConfig/tests/ESMF_HConfigUTest.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/IO/include/ESMCI_IO.h b/src/Infrastructure/IO/include/ESMCI_IO.h index 1d05781081..32300ee41f 100644 --- a/src/Infrastructure/IO/include/ESMCI_IO.h +++ b/src/Infrastructure/IO/include/ESMCI_IO.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/IO/include/ESMCI_IO_Gridspec.h b/src/Infrastructure/IO/include/ESMCI_IO_Gridspec.h index c91620b334..633e10b5fa 100644 --- a/src/Infrastructure/IO/include/ESMCI_IO_Gridspec.h +++ b/src/Infrastructure/IO/include/ESMCI_IO_Gridspec.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/IO/include/ESMCI_IO_Handler.h b/src/Infrastructure/IO/include/ESMCI_IO_Handler.h index 1abe20c561..c61dea7df1 100644 --- a/src/Infrastructure/IO/include/ESMCI_IO_Handler.h +++ b/src/Infrastructure/IO/include/ESMCI_IO_Handler.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/IO/include/ESMCI_IO_NetCDF.h b/src/Infrastructure/IO/include/ESMCI_IO_NetCDF.h index d7395966d3..dc5df458ac 100644 --- a/src/Infrastructure/IO/include/ESMCI_IO_NetCDF.h +++ b/src/Infrastructure/IO/include/ESMCI_IO_NetCDF.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/IO/include/ESMCI_IO_Schema.h b/src/Infrastructure/IO/include/ESMCI_IO_Schema.h index d81a230c33..434070dc22 100644 --- a/src/Infrastructure/IO/include/ESMCI_IO_Schema.h +++ b/src/Infrastructure/IO/include/ESMCI_IO_Schema.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/IO/include/ESMCI_IO_Scrip.h b/src/Infrastructure/IO/include/ESMCI_IO_Scrip.h index 4e9c955e03..57500f601e 100644 --- a/src/Infrastructure/IO/include/ESMCI_IO_Scrip.h +++ b/src/Infrastructure/IO/include/ESMCI_IO_Scrip.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/IO/include/ESMCI_IO_XML.h b/src/Infrastructure/IO/include/ESMCI_IO_XML.h index 4b0dfd223c..a7660a5139 100644 --- a/src/Infrastructure/IO/include/ESMCI_IO_XML.h +++ b/src/Infrastructure/IO/include/ESMCI_IO_XML.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/IO/include/ESMCI_IO_YAML.h b/src/Infrastructure/IO/include/ESMCI_IO_YAML.h index 383d9a7585..6b2e581870 100644 --- a/src/Infrastructure/IO/include/ESMCI_IO_YAML.h +++ b/src/Infrastructure/IO/include/ESMCI_IO_YAML.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/IO/include/ESMCI_PIO_Handler.h b/src/Infrastructure/IO/include/ESMCI_PIO_Handler.h index 66f6e2afe4..dc5f3dd0b2 100644 --- a/src/Infrastructure/IO/include/ESMCI_PIO_Handler.h +++ b/src/Infrastructure/IO/include/ESMCI_PIO_Handler.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/IO/include/ESMCI_SAX2ReadHandler.h b/src/Infrastructure/IO/include/ESMCI_SAX2ReadHandler.h index 4da09a785e..9afef46f38 100644 --- a/src/Infrastructure/IO/include/ESMCI_SAX2ReadHandler.h +++ b/src/Infrastructure/IO/include/ESMCI_SAX2ReadHandler.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/IO/include/ESMCI_SAX2WriteHandler.h b/src/Infrastructure/IO/include/ESMCI_SAX2WriteHandler.h index b32ffa673c..6fa95124d4 100644 --- a/src/Infrastructure/IO/include/ESMCI_SAX2WriteHandler.h +++ b/src/Infrastructure/IO/include/ESMCI_SAX2WriteHandler.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/IO/include/ESMC_IOScrip2ESMF.h b/src/Infrastructure/IO/include/ESMC_IOScrip2ESMF.h index d92747d090..dc4bd6850e 100644 --- a/src/Infrastructure/IO/include/ESMC_IOScrip2ESMF.h +++ b/src/Infrastructure/IO/include/ESMC_IOScrip2ESMF.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/IO/include/esmf_io_debug.h b/src/Infrastructure/IO/include/esmf_io_debug.h index 17ac148ac9..aa0013a1da 100644 --- a/src/Infrastructure/IO/include/esmf_io_debug.h +++ b/src/Infrastructure/IO/include/esmf_io_debug.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/IO/interface/ESMCI_IO_F.C b/src/Infrastructure/IO/interface/ESMCI_IO_F.C index 28e6bc9d91..2c016e0c21 100644 --- a/src/Infrastructure/IO/interface/ESMCI_IO_F.C +++ b/src/Infrastructure/IO/interface/ESMCI_IO_F.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/IO/interface/ESMCI_IO_NetCDF_F.C b/src/Infrastructure/IO/interface/ESMCI_IO_NetCDF_F.C index 0beb5ba1bb..bc64fd18d8 100644 --- a/src/Infrastructure/IO/interface/ESMCI_IO_NetCDF_F.C +++ b/src/Infrastructure/IO/interface/ESMCI_IO_NetCDF_F.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/IO/interface/ESMCI_IO_XML_F.C b/src/Infrastructure/IO/interface/ESMCI_IO_XML_F.C index 0d1c652533..44d89f13a5 100644 --- a/src/Infrastructure/IO/interface/ESMCI_IO_XML_F.C +++ b/src/Infrastructure/IO/interface/ESMCI_IO_XML_F.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/IO/interface/ESMCI_IO_YAML_F.C b/src/Infrastructure/IO/interface/ESMCI_IO_YAML_F.C index 24e57a5268..9f21b0ddb2 100644 --- a/src/Infrastructure/IO/interface/ESMCI_IO_YAML_F.C +++ b/src/Infrastructure/IO/interface/ESMCI_IO_YAML_F.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/IO/interface/ESMC_IOScrip2ESMF.C b/src/Infrastructure/IO/interface/ESMC_IOScrip2ESMF.C index 129b413913..020d3adbcd 100644 --- a/src/Infrastructure/IO/interface/ESMC_IOScrip2ESMF.C +++ b/src/Infrastructure/IO/interface/ESMC_IOScrip2ESMF.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/IO/interface/ESMC_IO_Gridspec.C b/src/Infrastructure/IO/interface/ESMC_IO_Gridspec.C index 099ea88142..1646db50bd 100644 --- a/src/Infrastructure/IO/interface/ESMC_IO_Gridspec.C +++ b/src/Infrastructure/IO/interface/ESMC_IO_Gridspec.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/IO/interface/ESMC_IO_Scrip.C b/src/Infrastructure/IO/interface/ESMC_IO_Scrip.C index f875cdd46c..8d04d8736e 100644 --- a/src/Infrastructure/IO/interface/ESMC_IO_Scrip.C +++ b/src/Infrastructure/IO/interface/ESMC_IO_Scrip.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/IO/interface/ESMF_IO.F90 b/src/Infrastructure/IO/interface/ESMF_IO.F90 index 4cf4ee3dda..ff1bfb4f71 100644 --- a/src/Infrastructure/IO/interface/ESMF_IO.F90 +++ b/src/Infrastructure/IO/interface/ESMF_IO.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/IO/interface/ESMF_IOFileTypeCheck.F90 b/src/Infrastructure/IO/interface/ESMF_IOFileTypeCheck.F90 index dbcd68d133..40c0e7a523 100644 --- a/src/Infrastructure/IO/interface/ESMF_IOFileTypeCheck.F90 +++ b/src/Infrastructure/IO/interface/ESMF_IOFileTypeCheck.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/IO/interface/ESMF_IOGridmosaic.F90 b/src/Infrastructure/IO/interface/ESMF_IOGridmosaic.F90 index caf965876d..9a09c0d0e3 100644 --- a/src/Infrastructure/IO/interface/ESMF_IOGridmosaic.F90 +++ b/src/Infrastructure/IO/interface/ESMF_IOGridmosaic.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/IO/interface/ESMF_IOGridspec.F90 b/src/Infrastructure/IO/interface/ESMF_IOGridspec.F90 index 5bcc83556e..d7c30ac8e9 100644 --- a/src/Infrastructure/IO/interface/ESMF_IOGridspec.F90 +++ b/src/Infrastructure/IO/interface/ESMF_IOGridspec.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/IO/interface/ESMF_IOScrip.F90 b/src/Infrastructure/IO/interface/ESMF_IOScrip.F90 index c3ea2df3dc..8d2890f8a0 100644 --- a/src/Infrastructure/IO/interface/ESMF_IOScrip.F90 +++ b/src/Infrastructure/IO/interface/ESMF_IOScrip.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/IO/interface/ESMF_IOUGrid.F90 b/src/Infrastructure/IO/interface/ESMF_IOUGrid.F90 index 3c1d3b1455..bd35afd7a8 100644 --- a/src/Infrastructure/IO/interface/ESMF_IOUGrid.F90 +++ b/src/Infrastructure/IO/interface/ESMF_IOUGrid.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/IO/interface/ESMF_IO_Gridspec_C.F90 b/src/Infrastructure/IO/interface/ESMF_IO_Gridspec_C.F90 index 5d6abc92bf..5d9380124e 100644 --- a/src/Infrastructure/IO/interface/ESMF_IO_Gridspec_C.F90 +++ b/src/Infrastructure/IO/interface/ESMF_IO_Gridspec_C.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/IO/interface/ESMF_IO_NCPutGet.cppF90 b/src/Infrastructure/IO/interface/ESMF_IO_NCPutGet.cppF90 index ff1770d1aa..3aa68ac893 100644 --- a/src/Infrastructure/IO/interface/ESMF_IO_NCPutGet.cppF90 +++ b/src/Infrastructure/IO/interface/ESMF_IO_NCPutGet.cppF90 @@ -2,7 +2,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/IO/interface/ESMF_IO_NetCDF.F90 b/src/Infrastructure/IO/interface/ESMF_IO_NetCDF.F90 index 2bd6b6d35b..de48e325e6 100644 --- a/src/Infrastructure/IO/interface/ESMF_IO_NetCDF.F90 +++ b/src/Infrastructure/IO/interface/ESMF_IO_NetCDF.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/IO/interface/ESMF_IO_Scrip_C.F90 b/src/Infrastructure/IO/interface/ESMF_IO_Scrip_C.F90 index 87ab77be94..18a8496bd4 100644 --- a/src/Infrastructure/IO/interface/ESMF_IO_Scrip_C.F90 +++ b/src/Infrastructure/IO/interface/ESMF_IO_Scrip_C.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/IO/interface/ESMF_IO_YAML.F90 b/src/Infrastructure/IO/interface/ESMF_IO_YAML.F90 index d9ffd54c15..a662fd5088 100644 --- a/src/Infrastructure/IO/interface/ESMF_IO_YAML.F90 +++ b/src/Infrastructure/IO/interface/ESMF_IO_YAML.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/IO/src/ESMCI_IO.C b/src/Infrastructure/IO/src/ESMCI_IO.C index 9ac5a9cecc..9bbb7ceb77 100644 --- a/src/Infrastructure/IO/src/ESMCI_IO.C +++ b/src/Infrastructure/IO/src/ESMCI_IO.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/IO/src/ESMCI_IO_Gridspec.C b/src/Infrastructure/IO/src/ESMCI_IO_Gridspec.C index bd2f20cde6..59294db4dc 100644 --- a/src/Infrastructure/IO/src/ESMCI_IO_Gridspec.C +++ b/src/Infrastructure/IO/src/ESMCI_IO_Gridspec.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/IO/src/ESMCI_IO_Handler.C b/src/Infrastructure/IO/src/ESMCI_IO_Handler.C index 79c2e164e3..d46b746204 100644 --- a/src/Infrastructure/IO/src/ESMCI_IO_Handler.C +++ b/src/Infrastructure/IO/src/ESMCI_IO_Handler.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/IO/src/ESMCI_IO_NetCDF.C b/src/Infrastructure/IO/src/ESMCI_IO_NetCDF.C index 43113e144a..28d0d9fdac 100644 --- a/src/Infrastructure/IO/src/ESMCI_IO_NetCDF.C +++ b/src/Infrastructure/IO/src/ESMCI_IO_NetCDF.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/IO/src/ESMCI_IO_Schema.C b/src/Infrastructure/IO/src/ESMCI_IO_Schema.C index 979b704f63..25cc6345e9 100644 --- a/src/Infrastructure/IO/src/ESMCI_IO_Schema.C +++ b/src/Infrastructure/IO/src/ESMCI_IO_Schema.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/IO/src/ESMCI_IO_Scrip.C b/src/Infrastructure/IO/src/ESMCI_IO_Scrip.C index 728ba5420a..c017586c48 100644 --- a/src/Infrastructure/IO/src/ESMCI_IO_Scrip.C +++ b/src/Infrastructure/IO/src/ESMCI_IO_Scrip.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/IO/src/ESMCI_IO_XML.C b/src/Infrastructure/IO/src/ESMCI_IO_XML.C index d77d700760..9072eb94a9 100644 --- a/src/Infrastructure/IO/src/ESMCI_IO_XML.C +++ b/src/Infrastructure/IO/src/ESMCI_IO_XML.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/IO/src/ESMCI_IO_YAML.C b/src/Infrastructure/IO/src/ESMCI_IO_YAML.C index b0c315c119..409f3acfe4 100644 --- a/src/Infrastructure/IO/src/ESMCI_IO_YAML.C +++ b/src/Infrastructure/IO/src/ESMCI_IO_YAML.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/IO/src/ESMCI_PIO_Handler.C b/src/Infrastructure/IO/src/ESMCI_PIO_Handler.C index 5925bcca86..5bd1b6adda 100644 --- a/src/Infrastructure/IO/src/ESMCI_PIO_Handler.C +++ b/src/Infrastructure/IO/src/ESMCI_PIO_Handler.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/IO/src/ESMCI_SAX2ReadHandler.C b/src/Infrastructure/IO/src/ESMCI_SAX2ReadHandler.C index dcc1aaf71f..953dcffe40 100644 --- a/src/Infrastructure/IO/src/ESMCI_SAX2ReadHandler.C +++ b/src/Infrastructure/IO/src/ESMCI_SAX2ReadHandler.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/IO/src/ESMCI_SAX2WriteHandler.C b/src/Infrastructure/IO/src/ESMCI_SAX2WriteHandler.C index 236d9d6d9c..ae96884588 100644 --- a/src/Infrastructure/IO/src/ESMCI_SAX2WriteHandler.C +++ b/src/Infrastructure/IO/src/ESMCI_SAX2WriteHandler.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/IO/tests/ESMCI_IO_NetCDFUTest.C b/src/Infrastructure/IO/tests/ESMCI_IO_NetCDFUTest.C index 6736a21d81..08b27165f6 100644 --- a/src/Infrastructure/IO/tests/ESMCI_IO_NetCDFUTest.C +++ b/src/Infrastructure/IO/tests/ESMCI_IO_NetCDFUTest.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/IO/tests/ESMCI_IO_PIOUTest.C b/src/Infrastructure/IO/tests/ESMCI_IO_PIOUTest.C index 5c4aab0dbe..05d33007d2 100644 --- a/src/Infrastructure/IO/tests/ESMCI_IO_PIOUTest.C +++ b/src/Infrastructure/IO/tests/ESMCI_IO_PIOUTest.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/IO/tests/ESMC_IO_InqUTest.c b/src/Infrastructure/IO/tests/ESMC_IO_InqUTest.c index 45b561d31d..fe8d3ec5f6 100644 --- a/src/Infrastructure/IO/tests/ESMC_IO_InqUTest.c +++ b/src/Infrastructure/IO/tests/ESMC_IO_InqUTest.c @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/IO/tests/ESMF_IOUTest.F90 b/src/Infrastructure/IO/tests/ESMF_IOUTest.F90 index 6d49837cc1..a524c7ff88 100644 --- a/src/Infrastructure/IO/tests/ESMF_IOUTest.F90 +++ b/src/Infrastructure/IO/tests/ESMF_IOUTest.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/IO/tests/ESMF_IO_FileTypeCheckUTest.F90 b/src/Infrastructure/IO/tests/ESMF_IO_FileTypeCheckUTest.F90 index 2d90080d96..bd0f8e7c27 100644 --- a/src/Infrastructure/IO/tests/ESMF_IO_FileTypeCheckUTest.F90 +++ b/src/Infrastructure/IO/tests/ESMF_IO_FileTypeCheckUTest.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/IO/tests/ESMF_IO_MultitileUTest.F90 b/src/Infrastructure/IO/tests/ESMF_IO_MultitileUTest.F90 index de218bc4fd..f94989b125 100644 --- a/src/Infrastructure/IO/tests/ESMF_IO_MultitileUTest.F90 +++ b/src/Infrastructure/IO/tests/ESMF_IO_MultitileUTest.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/IO/tests/ESMF_IO_YAMLUTest.F90 b/src/Infrastructure/IO/tests/ESMF_IO_YAMLUTest.F90 index fcd83b4e58..db9f0dbe23 100644 --- a/src/Infrastructure/IO/tests/ESMF_IO_YAMLUTest.F90 +++ b/src/Infrastructure/IO/tests/ESMF_IO_YAMLUTest.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/LocStream/doc/LocStream_crefdoc.ctex b/src/Infrastructure/LocStream/doc/LocStream_crefdoc.ctex index 9424e4683a..e087d60a32 100644 --- a/src/Infrastructure/LocStream/doc/LocStream_crefdoc.ctex +++ b/src/Infrastructure/LocStream/doc/LocStream_crefdoc.ctex @@ -1,7 +1,7 @@ % $Id$ % % Earth System Modeling Framework -% Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +% Copyright (c) 2002-2024, University Corporation for Atmospheric Research, % Massachusetts Institute of Technology, Geophysical Fluid Dynamics % Laboratory, University of Michigan, National Centers for Environmental % Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/LocStream/doc/LocStream_desc.tex b/src/Infrastructure/LocStream/doc/LocStream_desc.tex index 8dc19cd2c2..09d7fb1e60 100644 --- a/src/Infrastructure/LocStream/doc/LocStream_desc.tex +++ b/src/Infrastructure/LocStream/doc/LocStream_desc.tex @@ -1,6 +1,6 @@ % % Earth System Modeling Framework -% Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +% Copyright (c) 2002-2024, University Corporation for Atmospheric Research, % Massachusetts Institute of Technology, Geophysical Fluid Dynamics % Laboratory, University of Michigan, National Centers for Environmental % Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/LocStream/doc/LocStream_refdoc.ctex b/src/Infrastructure/LocStream/doc/LocStream_refdoc.ctex index 96dc50ae63..a2174c8469 100644 --- a/src/Infrastructure/LocStream/doc/LocStream_refdoc.ctex +++ b/src/Infrastructure/LocStream/doc/LocStream_refdoc.ctex @@ -1,7 +1,7 @@ % $Id$ % % Earth System Modeling Framework -% Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +% Copyright (c) 2002-2024, University Corporation for Atmospheric Research, % Massachusetts Institute of Technology, Geophysical Fluid Dynamics % Laboratory, University of Michigan, National Centers for Environmental % Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/LocStream/examples/ESMF_LocStreamEx.F90 b/src/Infrastructure/LocStream/examples/ESMF_LocStreamEx.F90 index 9a9198ad23..5ccd7230da 100644 --- a/src/Infrastructure/LocStream/examples/ESMF_LocStreamEx.F90 +++ b/src/Infrastructure/LocStream/examples/ESMF_LocStreamEx.F90 @@ -1,6 +1,6 @@ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/LocStream/include/ESMCI_LocStream.h b/src/Infrastructure/LocStream/include/ESMCI_LocStream.h index b06f9386bd..c06a2ab832 100644 --- a/src/Infrastructure/LocStream/include/ESMCI_LocStream.h +++ b/src/Infrastructure/LocStream/include/ESMCI_LocStream.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/LocStream/include/ESMC_LocStream.h b/src/Infrastructure/LocStream/include/ESMC_LocStream.h index 4ce4208838..dd1506430d 100644 --- a/src/Infrastructure/LocStream/include/ESMC_LocStream.h +++ b/src/Infrastructure/LocStream/include/ESMC_LocStream.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/LocStream/interface/ESMCI_LocStream.C b/src/Infrastructure/LocStream/interface/ESMCI_LocStream.C index dfd82b01c0..98ca09bb6d 100644 --- a/src/Infrastructure/LocStream/interface/ESMCI_LocStream.C +++ b/src/Infrastructure/LocStream/interface/ESMCI_LocStream.C @@ -1,7 +1,7 @@ //$1.10 2007/04/26 16:13:59 rosalind Exp $ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/LocStream/interface/ESMCI_LocStream_F.C b/src/Infrastructure/LocStream/interface/ESMCI_LocStream_F.C index 9c159113c6..4f56648c55 100644 --- a/src/Infrastructure/LocStream/interface/ESMCI_LocStream_F.C +++ b/src/Infrastructure/LocStream/interface/ESMCI_LocStream_F.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/LocStream/interface/ESMC_LocStream.C b/src/Infrastructure/LocStream/interface/ESMC_LocStream.C index 071fc5d02f..e8463b9e9b 100644 --- a/src/Infrastructure/LocStream/interface/ESMC_LocStream.C +++ b/src/Infrastructure/LocStream/interface/ESMC_LocStream.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/LocStream/interface/ESMF_LocStream_C.F90 b/src/Infrastructure/LocStream/interface/ESMF_LocStream_C.F90 index 4c3f0a77fb..892eeedfe4 100644 --- a/src/Infrastructure/LocStream/interface/ESMF_LocStream_C.F90 +++ b/src/Infrastructure/LocStream/interface/ESMF_LocStream_C.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/LocStream/src/ESMF_LocStream.F90 b/src/Infrastructure/LocStream/src/ESMF_LocStream.F90 index 93edce7860..3f828e318e 100644 --- a/src/Infrastructure/LocStream/src/ESMF_LocStream.F90 +++ b/src/Infrastructure/LocStream/src/ESMF_LocStream.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/LocStream/tests/ESMC_LocStreamUTest.c b/src/Infrastructure/LocStream/tests/ESMC_LocStreamUTest.c index 91812433ca..9001e7afa8 100644 --- a/src/Infrastructure/LocStream/tests/ESMC_LocStreamUTest.c +++ b/src/Infrastructure/LocStream/tests/ESMC_LocStreamUTest.c @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/LocStream/tests/ESMF_LocStreamUTest.F90 b/src/Infrastructure/LocStream/tests/ESMF_LocStreamUTest.F90 index 23ab2d7b1b..5873cad56a 100644 --- a/src/Infrastructure/LocStream/tests/ESMF_LocStreamUTest.F90 +++ b/src/Infrastructure/LocStream/tests/ESMF_LocStreamUTest.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/LocalArray/doc/LocalArray_refdoc.ctex b/src/Infrastructure/LocalArray/doc/LocalArray_refdoc.ctex index 2a8499b3ab..9a69fc714e 100644 --- a/src/Infrastructure/LocalArray/doc/LocalArray_refdoc.ctex +++ b/src/Infrastructure/LocalArray/doc/LocalArray_refdoc.ctex @@ -1,7 +1,7 @@ % $Id$ % % Earth System Modeling Framework -% Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +% Copyright (c) 2002-2024, University Corporation for Atmospheric Research, % Massachusetts Institute of Technology, Geophysical Fluid Dynamics % Laboratory, University of Michigan, National Centers for Environmental % Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/LocalArray/include/ESMCI_LocalArray.h b/src/Infrastructure/LocalArray/include/ESMCI_LocalArray.h index 90c23ed3ec..c0d5acea81 100644 --- a/src/Infrastructure/LocalArray/include/ESMCI_LocalArray.h +++ b/src/Infrastructure/LocalArray/include/ESMCI_LocalArray.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/LocalArray/interface/ESMCI_LocalArray_F.C b/src/Infrastructure/LocalArray/interface/ESMCI_LocalArray_F.C index b729fbbd70..8b8bb25a4a 100644 --- a/src/Infrastructure/LocalArray/interface/ESMCI_LocalArray_F.C +++ b/src/Infrastructure/LocalArray/interface/ESMCI_LocalArray_F.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/LocalArray/interface/ESMF_LocalArray.F90 b/src/Infrastructure/LocalArray/interface/ESMF_LocalArray.F90 index 1c1f0d2a53..079314a176 100644 --- a/src/Infrastructure/LocalArray/interface/ESMF_LocalArray.F90 +++ b/src/Infrastructure/LocalArray/interface/ESMF_LocalArray.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/LocalArray/interface/ESMF_LocalArrayCreate.cppF90 b/src/Infrastructure/LocalArray/interface/ESMF_LocalArrayCreate.cppF90 index 5f9601d1a8..5cdde2eb43 100644 --- a/src/Infrastructure/LocalArray/interface/ESMF_LocalArrayCreate.cppF90 +++ b/src/Infrastructure/LocalArray/interface/ESMF_LocalArrayCreate.cppF90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/LocalArray/interface/ESMF_LocalArrayGet.cppF90 b/src/Infrastructure/LocalArray/interface/ESMF_LocalArrayGet.cppF90 index 335cffb78e..9387b0c906 100644 --- a/src/Infrastructure/LocalArray/interface/ESMF_LocalArrayGet.cppF90 +++ b/src/Infrastructure/LocalArray/interface/ESMF_LocalArrayGet.cppF90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/LocalArray/interface/ESMF_LocalArrayWrapperType.cppF90 b/src/Infrastructure/LocalArray/interface/ESMF_LocalArrayWrapperType.cppF90 index 337de5b115..aa54eb1705 100644 --- a/src/Infrastructure/LocalArray/interface/ESMF_LocalArrayWrapperType.cppF90 +++ b/src/Infrastructure/LocalArray/interface/ESMF_LocalArrayWrapperType.cppF90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/LocalArray/interface/ESMF_LocalArray_C.F90 b/src/Infrastructure/LocalArray/interface/ESMF_LocalArray_C.F90 index eae4873598..a45d27cfdc 100644 --- a/src/Infrastructure/LocalArray/interface/ESMF_LocalArray_C.F90 +++ b/src/Infrastructure/LocalArray/interface/ESMF_LocalArray_C.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/LocalArray/src/ESMCI_LocalArray.C b/src/Infrastructure/LocalArray/src/ESMCI_LocalArray.C index 50a8906ef3..e0364648d2 100644 --- a/src/Infrastructure/LocalArray/src/ESMCI_LocalArray.C +++ b/src/Infrastructure/LocalArray/src/ESMCI_LocalArray.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/LocalArray/tests/ESMF_LocalArrayDataUTest.F90 b/src/Infrastructure/LocalArray/tests/ESMF_LocalArrayDataUTest.F90 index f0cff1ce22..e3d90c1600 100644 --- a/src/Infrastructure/LocalArray/tests/ESMF_LocalArrayDataUTest.F90 +++ b/src/Infrastructure/LocalArray/tests/ESMF_LocalArrayDataUTest.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/LogErr/doc/LogErr_background.tex b/src/Infrastructure/LogErr/doc/LogErr_background.tex index 47e859a69e..e6f44afda6 100644 --- a/src/Infrastructure/LogErr/doc/LogErr_background.tex +++ b/src/Infrastructure/LogErr/doc/LogErr_background.tex @@ -1,7 +1,7 @@ % $Id$ % Earth System Modeling Framework -% Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +% Copyright (c) 2002-2024, University Corporation for Atmospheric Research, % Massachusetts Institute of Technology, Geophysical Fluid Dynamics % Laboratory, University of Michigan, National Centers for Environmental % Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/LogErr/doc/LogErr_cdesc.tex b/src/Infrastructure/LogErr/doc/LogErr_cdesc.tex index d8981206de..78b4398066 100644 --- a/src/Infrastructure/LogErr/doc/LogErr_cdesc.tex +++ b/src/Infrastructure/LogErr/doc/LogErr_cdesc.tex @@ -1,7 +1,7 @@ % $Id$ % Earth System Modeling Framework -% Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +% Copyright (c) 2002-2024, University Corporation for Atmospheric Research, % Massachusetts Institute of Technology, Geophysical Fluid Dynamics % Laboratory, University of Michigan, National Centers for Environmental % Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/LogErr/doc/LogErr_cex.tex b/src/Infrastructure/LogErr/doc/LogErr_cex.tex index 58882b55b3..acb99a1e0a 100644 --- a/src/Infrastructure/LogErr/doc/LogErr_cex.tex +++ b/src/Infrastructure/LogErr/doc/LogErr_cex.tex @@ -1,7 +1,7 @@ % $Id$ % % Earth System Modeling Framework -% Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +% Copyright (c) 2002-2024, University Corporation for Atmospheric Research, % Massachusetts Institute of Technology, Geophysical Fluid Dynamics % Laboratory, University of Michigan, National Centers for Environmental % Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/LogErr/doc/LogErr_coptions.tex b/src/Infrastructure/LogErr/doc/LogErr_coptions.tex index 5147af7f19..97a4c53bf6 100644 --- a/src/Infrastructure/LogErr/doc/LogErr_coptions.tex +++ b/src/Infrastructure/LogErr/doc/LogErr_coptions.tex @@ -1,7 +1,7 @@ % $Id$ % Earth System Modeling Framework -% Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +% Copyright (c) 2002-2024, University Corporation for Atmospheric Research, % Massachusetts Institute of Technology, Geophysical Fluid Dynamics % Laboratory, University of Michigan, National Centers for Environmental % Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/LogErr/doc/LogErr_crefdoc.ctex b/src/Infrastructure/LogErr/doc/LogErr_crefdoc.ctex index aa0463714d..3db0fc9647 100644 --- a/src/Infrastructure/LogErr/doc/LogErr_crefdoc.ctex +++ b/src/Infrastructure/LogErr/doc/LogErr_crefdoc.ctex @@ -1,7 +1,7 @@ % $Id$ % % Earth System Modeling Framework -% Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +% Copyright (c) 2002-2024, University Corporation for Atmospheric Research, % Massachusetts Institute of Technology, Geophysical Fluid Dynamics % Laboratory, University of Michigan, National Centers for Environmental % Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/LogErr/doc/LogErr_desc.tex b/src/Infrastructure/LogErr/doc/LogErr_desc.tex index 75a23deb23..14847421eb 100644 --- a/src/Infrastructure/LogErr/doc/LogErr_desc.tex +++ b/src/Infrastructure/LogErr/doc/LogErr_desc.tex @@ -1,7 +1,7 @@ % $Id$ % Earth System Modeling Framework -% Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +% Copyright (c) 2002-2024, University Corporation for Atmospheric Research, % Massachusetts Institute of Technology, Geophysical Fluid Dynamics % Laboratory, University of Michigan, National Centers for Environmental % Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/LogErr/doc/LogErr_design.tex b/src/Infrastructure/LogErr/doc/LogErr_design.tex index 493b52d93f..0858cb34a6 100644 --- a/src/Infrastructure/LogErr/doc/LogErr_design.tex +++ b/src/Infrastructure/LogErr/doc/LogErr_design.tex @@ -1,7 +1,7 @@ % $Id$ % Earth System Modeling Framework -% Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +% Copyright (c) 2002-2024, University Corporation for Atmospheric Research, % Massachusetts Institute of Technology, Geophysical Fluid Dynamics % Laboratory, University of Michigan, National Centers for Environmental % Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/LogErr/doc/LogErr_implnotes.tex b/src/Infrastructure/LogErr/doc/LogErr_implnotes.tex index febc8fcefa..83701cdd04 100644 --- a/src/Infrastructure/LogErr/doc/LogErr_implnotes.tex +++ b/src/Infrastructure/LogErr/doc/LogErr_implnotes.tex @@ -1,7 +1,7 @@ % $Id$ % % Earth System Modeling Framework -% Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +% Copyright (c) 2002-2024, University Corporation for Atmospheric Research, % Massachusetts Institute of Technology, Geophysical Fluid Dynamics % Laboratory, University of Michigan, National Centers for Environmental % Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/LogErr/doc/LogErr_obj.tex b/src/Infrastructure/LogErr/doc/LogErr_obj.tex index afa7db3f99..14da8d52bd 100644 --- a/src/Infrastructure/LogErr/doc/LogErr_obj.tex +++ b/src/Infrastructure/LogErr/doc/LogErr_obj.tex @@ -1,7 +1,7 @@ %$Id$ % % Earth System Modeling Framework -% Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +% Copyright (c) 2002-2024, University Corporation for Atmospheric Research, % Massachusetts Institute of Technology, Geophysical Fluid Dynamics % Laboratory, University of Michigan, National Centers for Environmental % Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/LogErr/doc/LogErr_options.tex b/src/Infrastructure/LogErr/doc/LogErr_options.tex index f9b1d5588d..ff749388c8 100644 --- a/src/Infrastructure/LogErr/doc/LogErr_options.tex +++ b/src/Infrastructure/LogErr/doc/LogErr_options.tex @@ -1,7 +1,7 @@ % $Id$ % Earth System Modeling Framework -% Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +% Copyright (c) 2002-2024, University Corporation for Atmospheric Research, % Massachusetts Institute of Technology, Geophysical Fluid Dynamics % Laboratory, University of Michigan, National Centers for Environmental % Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/LogErr/doc/LogErr_refdoc.ctex b/src/Infrastructure/LogErr/doc/LogErr_refdoc.ctex index ce2e304501..e69af766e5 100644 --- a/src/Infrastructure/LogErr/doc/LogErr_refdoc.ctex +++ b/src/Infrastructure/LogErr/doc/LogErr_refdoc.ctex @@ -1,7 +1,7 @@ % $Id$ % % Earth System Modeling Framework -% Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +% Copyright (c) 2002-2024, University Corporation for Atmospheric Research, % Massachusetts Institute of Technology, Geophysical Fluid Dynamics % Laboratory, University of Michigan, National Centers for Environmental % Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/LogErr/doc/LogErr_rest.tex b/src/Infrastructure/LogErr/doc/LogErr_rest.tex index 6f71313dd7..67a429471d 100644 --- a/src/Infrastructure/LogErr/doc/LogErr_rest.tex +++ b/src/Infrastructure/LogErr/doc/LogErr_rest.tex @@ -1,7 +1,7 @@ % $Id$ % % Earth System Modeling Framework -% Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +% Copyright (c) 2002-2024, University Corporation for Atmospheric Research, % Massachusetts Institute of Technology, Geophysical Fluid Dynamics % Laboratory, University of Michigan, National Centers for Environmental % Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/LogErr/examples/ESMF_LogErrEx.F90 b/src/Infrastructure/LogErr/examples/ESMF_LogErrEx.F90 index 12b792d30d..f01994718b 100644 --- a/src/Infrastructure/LogErr/examples/ESMF_LogErrEx.F90 +++ b/src/Infrastructure/LogErr/examples/ESMF_LogErrEx.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/LogErr/include/ESMCI_ErrMsgs.C b/src/Infrastructure/LogErr/include/ESMCI_ErrMsgs.C index 0a8e80d532..b013306c86 100644 --- a/src/Infrastructure/LogErr/include/ESMCI_ErrMsgs.C +++ b/src/Infrastructure/LogErr/include/ESMCI_ErrMsgs.C @@ -1,7 +1,7 @@ //$Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/LogErr/include/ESMCI_LogErr.h b/src/Infrastructure/LogErr/include/ESMCI_LogErr.h index 0ee56f039a..7f8c5e645c 100644 --- a/src/Infrastructure/LogErr/include/ESMCI_LogErr.h +++ b/src/Infrastructure/LogErr/include/ESMCI_LogErr.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/LogErr/include/ESMC_LogErr.h b/src/Infrastructure/LogErr/include/ESMC_LogErr.h index 4fee4aea6c..6130a5e670 100644 --- a/src/Infrastructure/LogErr/include/ESMC_LogErr.h +++ b/src/Infrastructure/LogErr/include/ESMC_LogErr.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/LogErr/interface/ESMCI_LogErr_F.C b/src/Infrastructure/LogErr/interface/ESMCI_LogErr_F.C index 03699f81c5..92e6261b9c 100644 --- a/src/Infrastructure/LogErr/interface/ESMCI_LogErr_F.C +++ b/src/Infrastructure/LogErr/interface/ESMCI_LogErr_F.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/LogErr/interface/ESMC_LogErr.C b/src/Infrastructure/LogErr/interface/ESMC_LogErr.C index 2de00ea2b4..93fe3cd7bb 100644 --- a/src/Infrastructure/LogErr/interface/ESMC_LogErr.C +++ b/src/Infrastructure/LogErr/interface/ESMC_LogErr.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/LogErr/interface/ESMF_LogErr_C.F90 b/src/Infrastructure/LogErr/interface/ESMF_LogErr_C.F90 index e84a89020d..6b71bce8a8 100644 --- a/src/Infrastructure/LogErr/interface/ESMF_LogErr_C.F90 +++ b/src/Infrastructure/LogErr/interface/ESMF_LogErr_C.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/LogErr/interface/ESMF_LogPublic.F90 b/src/Infrastructure/LogErr/interface/ESMF_LogPublic.F90 index b529c20a00..63681251ab 100644 --- a/src/Infrastructure/LogErr/interface/ESMF_LogPublic.F90 +++ b/src/Infrastructure/LogErr/interface/ESMF_LogPublic.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/LogErr/src/ESMCI_LogErr.C b/src/Infrastructure/LogErr/src/ESMCI_LogErr.C index 18f3a231b6..579736934a 100644 --- a/src/Infrastructure/LogErr/src/ESMCI_LogErr.C +++ b/src/Infrastructure/LogErr/src/ESMCI_LogErr.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/LogErr/tests/ESMCI_LogErrPerfUTest.C b/src/Infrastructure/LogErr/tests/ESMCI_LogErrPerfUTest.C index 1d86c64d40..6f46d4f353 100644 --- a/src/Infrastructure/LogErr/tests/ESMCI_LogErrPerfUTest.C +++ b/src/Infrastructure/LogErr/tests/ESMCI_LogErrPerfUTest.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/LogErr/tests/ESMCI_TestError.C b/src/Infrastructure/LogErr/tests/ESMCI_TestError.C index 683bc7b88a..19e24d9a3c 100644 --- a/src/Infrastructure/LogErr/tests/ESMCI_TestError.C +++ b/src/Infrastructure/LogErr/tests/ESMCI_TestError.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/LogErr/tests/ESMC_LogErrUTest.c b/src/Infrastructure/LogErr/tests/ESMC_LogErrUTest.c index 5df690eabc..f267597491 100644 --- a/src/Infrastructure/LogErr/tests/ESMC_LogErrUTest.c +++ b/src/Infrastructure/LogErr/tests/ESMC_LogErrUTest.c @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/LogErr/tests/ESMF_LogErrHaltUTest.F90 b/src/Infrastructure/LogErr/tests/ESMF_LogErrHaltUTest.F90 index 57a79799fd..89ad88adc8 100644 --- a/src/Infrastructure/LogErr/tests/ESMF_LogErrHaltUTest.F90 +++ b/src/Infrastructure/LogErr/tests/ESMF_LogErrHaltUTest.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/LogErr/tests/ESMF_LogErrPerfUTest.F90 b/src/Infrastructure/LogErr/tests/ESMF_LogErrPerfUTest.F90 index 0e386103ae..e1bfeee295 100644 --- a/src/Infrastructure/LogErr/tests/ESMF_LogErrPerfUTest.F90 +++ b/src/Infrastructure/LogErr/tests/ESMF_LogErrPerfUTest.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/LogErr/tests/ESMF_LogErrUTest.F90 b/src/Infrastructure/LogErr/tests/ESMF_LogErrUTest.F90 index 887bf51a86..e3a72014a1 100644 --- a/src/Infrastructure/LogErr/tests/ESMF_LogErrUTest.F90 +++ b/src/Infrastructure/LogErr/tests/ESMF_LogErrUTest.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/doc/Mesh_crefdoc.ctex b/src/Infrastructure/Mesh/doc/Mesh_crefdoc.ctex index 5534a99e6a..370ce1e19b 100644 --- a/src/Infrastructure/Mesh/doc/Mesh_crefdoc.ctex +++ b/src/Infrastructure/Mesh/doc/Mesh_crefdoc.ctex @@ -1,7 +1,7 @@ % $Id$ % % Earth System Modeling Framework -% Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +% Copyright (c) 2002-2024, University Corporation for Atmospheric Research, % Massachusetts Institute of Technology, Geophysical Fluid Dynamics % Laboratory, University of Michigan, National Centers for Environmental % Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/examples/ESMCI_DCatEx.C b/src/Infrastructure/Mesh/examples/ESMCI_DCatEx.C index e103fb0ccc..99caa935f1 100644 --- a/src/Infrastructure/Mesh/examples/ESMCI_DCatEx.C +++ b/src/Infrastructure/Mesh/examples/ESMCI_DCatEx.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/examples/ESMCI_DPart.C b/src/Infrastructure/Mesh/examples/ESMCI_DPart.C index f6747466b9..e1f41cc1a0 100644 --- a/src/Infrastructure/Mesh/examples/ESMCI_DPart.C +++ b/src/Infrastructure/Mesh/examples/ESMCI_DPart.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/examples/ESMCI_RefineEx.C b/src/Infrastructure/Mesh/examples/ESMCI_RefineEx.C index bbbba09a81..02a81c424e 100644 --- a/src/Infrastructure/Mesh/examples/ESMCI_RefineEx.C +++ b/src/Infrastructure/Mesh/examples/ESMCI_RefineEx.C @@ -2,7 +2,7 @@ //============================================================================== // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/examples/ESMCI_RendEx.C b/src/Infrastructure/Mesh/examples/ESMCI_RendEx.C index 5742df9df5..b9bd6104d8 100644 --- a/src/Infrastructure/Mesh/examples/ESMCI_RendEx.C +++ b/src/Infrastructure/Mesh/examples/ESMCI_RendEx.C @@ -2,7 +2,7 @@ //============================================================================== // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/examples/ESMF_MeshEx.F90 b/src/Infrastructure/Mesh/examples/ESMF_MeshEx.F90 index f86c78feef..4ce3565c7e 100644 --- a/src/Infrastructure/Mesh/examples/ESMF_MeshEx.F90 +++ b/src/Infrastructure/Mesh/examples/ESMF_MeshEx.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/examples/MeshCat b/src/Infrastructure/Mesh/examples/MeshCat index a5d8528898..9d6fc43f19 100755 --- a/src/Infrastructure/Mesh/examples/MeshCat +++ b/src/Infrastructure/Mesh/examples/MeshCat @@ -2,7 +2,7 @@ # $Id$ # # Earth System Modeling Framework -# Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +# Copyright (c) 2002-2024, University Corporation for Atmospheric Research, # Massachusetts Institute of Technology, Geophysical Fluid Dynamics # Laboratory, University of Michigan, National Centers for Environmental # Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/include/ESMCI_ClumpPnts.h b/src/Infrastructure/Mesh/include/ESMCI_ClumpPnts.h index aab39eadba..1cb65bf0d8 100644 --- a/src/Infrastructure/Mesh/include/ESMCI_ClumpPnts.h +++ b/src/Infrastructure/Mesh/include/ESMCI_ClumpPnts.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/include/ESMCI_ESMFMesh_Util.h b/src/Infrastructure/Mesh/include/ESMCI_ESMFMesh_Util.h index c903cd9a3b..58408dc2e3 100644 --- a/src/Infrastructure/Mesh/include/ESMCI_ESMFMesh_Util.h +++ b/src/Infrastructure/Mesh/include/ESMCI_ESMFMesh_Util.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/include/ESMCI_FileIO_Util.h b/src/Infrastructure/Mesh/include/ESMCI_FileIO_Util.h index 15c86931f3..53afbb0eda 100644 --- a/src/Infrastructure/Mesh/include/ESMCI_FileIO_Util.h +++ b/src/Infrastructure/Mesh/include/ESMCI_FileIO_Util.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/include/ESMCI_GToM_Util.h b/src/Infrastructure/Mesh/include/ESMCI_GToM_Util.h index b87ef2fe2b..7910a42932 100644 --- a/src/Infrastructure/Mesh/include/ESMCI_GToM_Util.h +++ b/src/Infrastructure/Mesh/include/ESMCI_GToM_Util.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/include/ESMCI_MBMesh.h b/src/Infrastructure/Mesh/include/ESMCI_MBMesh.h index fd9f546e98..6fc5ed7c81 100644 --- a/src/Infrastructure/Mesh/include/ESMCI_MBMesh.h +++ b/src/Infrastructure/Mesh/include/ESMCI_MBMesh.h @@ -1,6 +1,6 @@ // $Id$ // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/include/ESMCI_MBMesh_BBox.h b/src/Infrastructure/Mesh/include/ESMCI_MBMesh_BBox.h index 10ac533757..11e26f6585 100644 --- a/src/Infrastructure/Mesh/include/ESMCI_MBMesh_BBox.h +++ b/src/Infrastructure/Mesh/include/ESMCI_MBMesh_BBox.h @@ -1,6 +1,6 @@ // $Id$ // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/include/ESMCI_MBMesh_Bilinear.h b/src/Infrastructure/Mesh/include/ESMCI_MBMesh_Bilinear.h index aeb3f1559e..b02e458c9f 100644 --- a/src/Infrastructure/Mesh/include/ESMCI_MBMesh_Bilinear.h +++ b/src/Infrastructure/Mesh/include/ESMCI_MBMesh_Bilinear.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/include/ESMCI_MBMesh_Conserve.h b/src/Infrastructure/Mesh/include/ESMCI_MBMesh_Conserve.h index 2c9c0838d0..e00b8531f1 100644 --- a/src/Infrastructure/Mesh/include/ESMCI_MBMesh_Conserve.h +++ b/src/Infrastructure/Mesh/include/ESMCI_MBMesh_Conserve.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/include/ESMCI_MBMesh_Dual.h b/src/Infrastructure/Mesh/include/ESMCI_MBMesh_Dual.h index 5bbad100d4..ab22c184de 100644 --- a/src/Infrastructure/Mesh/include/ESMCI_MBMesh_Dual.h +++ b/src/Infrastructure/Mesh/include/ESMCI_MBMesh_Dual.h @@ -1,6 +1,6 @@ // $Id: ESMCI_Search.h,v 1.13 2012/11/13 22:22:41 oehmke Exp $ // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/include/ESMCI_MBMesh_Extrapolation.h b/src/Infrastructure/Mesh/include/ESMCI_MBMesh_Extrapolation.h index 4cf3621aa1..dbcf1a7753 100644 --- a/src/Infrastructure/Mesh/include/ESMCI_MBMesh_Extrapolation.h +++ b/src/Infrastructure/Mesh/include/ESMCI_MBMesh_Extrapolation.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/include/ESMCI_MBMesh_GToM_Glue.h b/src/Infrastructure/Mesh/include/ESMCI_MBMesh_GToM_Glue.h index fa92704004..03b63f2586 100644 --- a/src/Infrastructure/Mesh/include/ESMCI_MBMesh_GToM_Glue.h +++ b/src/Infrastructure/Mesh/include/ESMCI_MBMesh_GToM_Glue.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/include/ESMCI_MBMesh_Glue.h b/src/Infrastructure/Mesh/include/ESMCI_MBMesh_Glue.h index f9e62e76bf..51c2ea80d8 100644 --- a/src/Infrastructure/Mesh/include/ESMCI_MBMesh_Glue.h +++ b/src/Infrastructure/Mesh/include/ESMCI_MBMesh_Glue.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/include/ESMCI_MBMesh_Mapping.h b/src/Infrastructure/Mesh/include/ESMCI_MBMesh_Mapping.h index b1fbbc7267..c49074ee71 100644 --- a/src/Infrastructure/Mesh/include/ESMCI_MBMesh_Mapping.h +++ b/src/Infrastructure/Mesh/include/ESMCI_MBMesh_Mapping.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/include/ESMCI_MBMesh_Patch.h b/src/Infrastructure/Mesh/include/ESMCI_MBMesh_Patch.h index a23a197272..1f7a7aab03 100644 --- a/src/Infrastructure/Mesh/include/ESMCI_MBMesh_Patch.h +++ b/src/Infrastructure/Mesh/include/ESMCI_MBMesh_Patch.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/include/ESMCI_MBMesh_Redist.h b/src/Infrastructure/Mesh/include/ESMCI_MBMesh_Redist.h index f727d7aa27..91e1b4ca8a 100644 --- a/src/Infrastructure/Mesh/include/ESMCI_MBMesh_Redist.h +++ b/src/Infrastructure/Mesh/include/ESMCI_MBMesh_Redist.h @@ -1,6 +1,6 @@ // $Id: ESMCI_Search.h,v 1.13 2012/11/13 22:22:41 oehmke Exp $ // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/include/ESMCI_MBMesh_Regrid_Glue.h b/src/Infrastructure/Mesh/include/ESMCI_MBMesh_Regrid_Glue.h index db9012ca6d..a60fc59c8b 100644 --- a/src/Infrastructure/Mesh/include/ESMCI_MBMesh_Regrid_Glue.h +++ b/src/Infrastructure/Mesh/include/ESMCI_MBMesh_Regrid_Glue.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/include/ESMCI_MBMesh_Rendez_Elem.h b/src/Infrastructure/Mesh/include/ESMCI_MBMesh_Rendez_Elem.h index 2e68a9aa06..83c56654c7 100644 --- a/src/Infrastructure/Mesh/include/ESMCI_MBMesh_Rendez_Elem.h +++ b/src/Infrastructure/Mesh/include/ESMCI_MBMesh_Rendez_Elem.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/include/ESMCI_MBMesh_Rendez_EtoP.h b/src/Infrastructure/Mesh/include/ESMCI_MBMesh_Rendez_EtoP.h index 373258df1e..dc866e6555 100644 --- a/src/Infrastructure/Mesh/include/ESMCI_MBMesh_Rendez_EtoP.h +++ b/src/Infrastructure/Mesh/include/ESMCI_MBMesh_Rendez_EtoP.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/include/ESMCI_MBMesh_Search.h b/src/Infrastructure/Mesh/include/ESMCI_MBMesh_Search.h index 8358f49632..0de3117fd4 100644 --- a/src/Infrastructure/Mesh/include/ESMCI_MBMesh_Search.h +++ b/src/Infrastructure/Mesh/include/ESMCI_MBMesh_Search.h @@ -1,6 +1,6 @@ // $Id$ // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/include/ESMCI_MBMesh_Search_EtoE.h b/src/Infrastructure/Mesh/include/ESMCI_MBMesh_Search_EtoE.h index a88f59ecb4..f194a9a9a7 100644 --- a/src/Infrastructure/Mesh/include/ESMCI_MBMesh_Search_EtoE.h +++ b/src/Infrastructure/Mesh/include/ESMCI_MBMesh_Search_EtoE.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/include/ESMCI_MBMesh_Search_EtoP.h b/src/Infrastructure/Mesh/include/ESMCI_MBMesh_Search_EtoP.h index 64536dace4..3f9c5688bd 100644 --- a/src/Infrastructure/Mesh/include/ESMCI_MBMesh_Search_EtoP.h +++ b/src/Infrastructure/Mesh/include/ESMCI_MBMesh_Search_EtoP.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/include/ESMCI_MBMesh_ShapeFunc.h b/src/Infrastructure/Mesh/include/ESMCI_MBMesh_ShapeFunc.h index b54d3f66e1..40aaafcf30 100644 --- a/src/Infrastructure/Mesh/include/ESMCI_MBMesh_ShapeFunc.h +++ b/src/Infrastructure/Mesh/include/ESMCI_MBMesh_ShapeFunc.h @@ -1,6 +1,6 @@ // $Id$ // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/include/ESMCI_MBMesh_Types.h b/src/Infrastructure/Mesh/include/ESMCI_MBMesh_Types.h index 4d3b6feb3d..c1ac3876b1 100644 --- a/src/Infrastructure/Mesh/include/ESMCI_MBMesh_Types.h +++ b/src/Infrastructure/Mesh/include/ESMCI_MBMesh_Types.h @@ -1,6 +1,6 @@ // $Id$ // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/include/ESMCI_MBMesh_Util.h b/src/Infrastructure/Mesh/include/ESMCI_MBMesh_Util.h index 5ca3827836..46618ede62 100644 --- a/src/Infrastructure/Mesh/include/ESMCI_MBMesh_Util.h +++ b/src/Infrastructure/Mesh/include/ESMCI_MBMesh_Util.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/include/ESMCI_MathUtil.h b/src/Infrastructure/Mesh/include/ESMCI_MathUtil.h index 823abe0719..41e2df7579 100644 --- a/src/Infrastructure/Mesh/include/ESMCI_MathUtil.h +++ b/src/Infrastructure/Mesh/include/ESMCI_MathUtil.h @@ -1,6 +1,6 @@ // $Id$ // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/include/ESMCI_Mesh.h b/src/Infrastructure/Mesh/include/ESMCI_Mesh.h index 2c0c1da872..7f783eb1a2 100644 --- a/src/Infrastructure/Mesh/include/ESMCI_Mesh.h +++ b/src/Infrastructure/Mesh/include/ESMCI_Mesh.h @@ -1,6 +1,6 @@ // $Id$ // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/include/ESMCI_MeshCXX.h b/src/Infrastructure/Mesh/include/ESMCI_MeshCXX.h index 82448ef21d..04a511b972 100644 --- a/src/Infrastructure/Mesh/include/ESMCI_MeshCXX.h +++ b/src/Infrastructure/Mesh/include/ESMCI_MeshCXX.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/include/ESMCI_MeshCap.h b/src/Infrastructure/Mesh/include/ESMCI_MeshCap.h index 71a1f8f763..eeb924fdcc 100644 --- a/src/Infrastructure/Mesh/include/ESMCI_MeshCap.h +++ b/src/Infrastructure/Mesh/include/ESMCI_MeshCap.h @@ -1,6 +1,6 @@ // $Id$ // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/include/ESMCI_MeshDual.h b/src/Infrastructure/Mesh/include/ESMCI_MeshDual.h index 92fcd88d7c..9296bc0a00 100644 --- a/src/Infrastructure/Mesh/include/ESMCI_MeshDual.h +++ b/src/Infrastructure/Mesh/include/ESMCI_MeshDual.h @@ -1,6 +1,6 @@ // $Id: ESMCI_Search.h,v 1.13 2012/11/13 22:22:41 oehmke Exp $ // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/include/ESMCI_MeshRedist.h b/src/Infrastructure/Mesh/include/ESMCI_MeshRedist.h index 0e5b839210..9ca06d643f 100644 --- a/src/Infrastructure/Mesh/include/ESMCI_MeshRedist.h +++ b/src/Infrastructure/Mesh/include/ESMCI_MeshRedist.h @@ -1,6 +1,6 @@ // $Id: ESMCI_Search.h,v 1.13 2012/11/13 22:22:41 oehmke Exp $ // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/include/ESMCI_Mesh_FileIO.h b/src/Infrastructure/Mesh/include/ESMCI_Mesh_FileIO.h index d0f3a615ac..c015c674b4 100644 --- a/src/Infrastructure/Mesh/include/ESMCI_Mesh_FileIO.h +++ b/src/Infrastructure/Mesh/include/ESMCI_Mesh_FileIO.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/include/ESMCI_Mesh_GToM_Glue.h b/src/Infrastructure/Mesh/include/ESMCI_Mesh_GToM_Glue.h index b91a0b924a..a5cdc2f28f 100644 --- a/src/Infrastructure/Mesh/include/ESMCI_Mesh_GToM_Glue.h +++ b/src/Infrastructure/Mesh/include/ESMCI_Mesh_GToM_Glue.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/include/ESMCI_Mesh_Glue.h b/src/Infrastructure/Mesh/include/ESMCI_Mesh_Glue.h index e59241c23d..e8c386e8ce 100644 --- a/src/Infrastructure/Mesh/include/ESMCI_Mesh_Glue.h +++ b/src/Infrastructure/Mesh/include/ESMCI_Mesh_Glue.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/include/ESMCI_Mesh_Regrid_Glue.h b/src/Infrastructure/Mesh/include/ESMCI_Mesh_Regrid_Glue.h index 600bd0cf3d..e03bf900a9 100644 --- a/src/Infrastructure/Mesh/include/ESMCI_Mesh_Regrid_Glue.h +++ b/src/Infrastructure/Mesh/include/ESMCI_Mesh_Regrid_Glue.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/include/ESMCI_Mesh_XGrid_Glue.h b/src/Infrastructure/Mesh/include/ESMCI_Mesh_XGrid_Glue.h index 5ffd76c84a..23279cd782 100644 --- a/src/Infrastructure/Mesh/include/ESMCI_Mesh_XGrid_Glue.h +++ b/src/Infrastructure/Mesh/include/ESMCI_Mesh_XGrid_Glue.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/include/ESMCI_OTree.h b/src/Infrastructure/Mesh/include/ESMCI_OTree.h index 82cbb915c4..acc8d6c0f8 100644 --- a/src/Infrastructure/Mesh/include/ESMCI_OTree.h +++ b/src/Infrastructure/Mesh/include/ESMCI_OTree.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/include/ESMCI_RegridConstants.h b/src/Infrastructure/Mesh/include/ESMCI_RegridConstants.h index 67ef20f789..9d37c55fb1 100644 --- a/src/Infrastructure/Mesh/include/ESMCI_RegridConstants.h +++ b/src/Infrastructure/Mesh/include/ESMCI_RegridConstants.h @@ -1,6 +1,6 @@ // $Id$ // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/include/ESMCI_Regrid_Nearest.h b/src/Infrastructure/Mesh/include/ESMCI_Regrid_Nearest.h index 0a2b7bdf83..6cc3f69932 100644 --- a/src/Infrastructure/Mesh/include/ESMCI_Regrid_Nearest.h +++ b/src/Infrastructure/Mesh/include/ESMCI_Regrid_Nearest.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/include/ESMCI_Rendez_Nearest.h b/src/Infrastructure/Mesh/include/ESMCI_Rendez_Nearest.h index e753aca33c..41a63c1dab 100644 --- a/src/Infrastructure/Mesh/include/ESMCI_Rendez_Nearest.h +++ b/src/Infrastructure/Mesh/include/ESMCI_Rendez_Nearest.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/include/ESMCI_Search_Nearest.h b/src/Infrastructure/Mesh/include/ESMCI_Search_Nearest.h index 647ee148f1..5271dad749 100644 --- a/src/Infrastructure/Mesh/include/ESMCI_Search_Nearest.h +++ b/src/Infrastructure/Mesh/include/ESMCI_Search_Nearest.h @@ -1,6 +1,6 @@ // $Id$ // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/include/ESMCI_UGRID_Util.h b/src/Infrastructure/Mesh/include/ESMCI_UGRID_Util.h index b78ba73c6b..7b4181c377 100644 --- a/src/Infrastructure/Mesh/include/ESMCI_UGRID_Util.h +++ b/src/Infrastructure/Mesh/include/ESMCI_UGRID_Util.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/include/ESMCI_XGridUtil.h b/src/Infrastructure/Mesh/include/ESMCI_XGridUtil.h index ddbf161efe..1d7b1b2f0f 100644 --- a/src/Infrastructure/Mesh/include/ESMCI_XGridUtil.h +++ b/src/Infrastructure/Mesh/include/ESMCI_XGridUtil.h @@ -1,6 +1,6 @@ // $Id$ // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/include/ESMC_Mesh.h b/src/Infrastructure/Mesh/include/ESMC_Mesh.h index ffac12fe2f..644a47f178 100644 --- a/src/Infrastructure/Mesh/include/ESMC_Mesh.h +++ b/src/Infrastructure/Mesh/include/ESMC_Mesh.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/include/Legacy/ESMCI_Attr.h b/src/Infrastructure/Mesh/include/Legacy/ESMCI_Attr.h index bd525e08b9..557d823755 100644 --- a/src/Infrastructure/Mesh/include/Legacy/ESMCI_Attr.h +++ b/src/Infrastructure/Mesh/include/Legacy/ESMCI_Attr.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/include/Legacy/ESMCI_BBox.h b/src/Infrastructure/Mesh/include/Legacy/ESMCI_BBox.h index 819e421ce1..743b441d7e 100644 --- a/src/Infrastructure/Mesh/include/Legacy/ESMCI_BBox.h +++ b/src/Infrastructure/Mesh/include/Legacy/ESMCI_BBox.h @@ -1,6 +1,6 @@ // $Id$ // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/include/Legacy/ESMCI_CommReg.h b/src/Infrastructure/Mesh/include/Legacy/ESMCI_CommReg.h index 7d1c922470..0511ffc99f 100644 --- a/src/Infrastructure/Mesh/include/Legacy/ESMCI_CommReg.h +++ b/src/Infrastructure/Mesh/include/Legacy/ESMCI_CommReg.h @@ -1,6 +1,6 @@ // $Id$ // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/include/Legacy/ESMCI_CommRel.h b/src/Infrastructure/Mesh/include/Legacy/ESMCI_CommRel.h index 253c31548a..a698edea49 100644 --- a/src/Infrastructure/Mesh/include/Legacy/ESMCI_CommRel.h +++ b/src/Infrastructure/Mesh/include/Legacy/ESMCI_CommRel.h @@ -1,6 +1,6 @@ // $Id$ // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/include/Legacy/ESMCI_Context.h b/src/Infrastructure/Mesh/include/Legacy/ESMCI_Context.h index 913dfcb4b0..ca8d379695 100644 --- a/src/Infrastructure/Mesh/include/Legacy/ESMCI_Context.h +++ b/src/Infrastructure/Mesh/include/Legacy/ESMCI_Context.h @@ -1,6 +1,6 @@ // $Id$ // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/include/Legacy/ESMCI_DDir.h b/src/Infrastructure/Mesh/include/Legacy/ESMCI_DDir.h index 5e5465d975..e3ecfe781c 100644 --- a/src/Infrastructure/Mesh/include/Legacy/ESMCI_DDir.h +++ b/src/Infrastructure/Mesh/include/Legacy/ESMCI_DDir.h @@ -1,6 +1,6 @@ // $Id$ // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/include/Legacy/ESMCI_Exception.h b/src/Infrastructure/Mesh/include/Legacy/ESMCI_Exception.h index fe2c41bfa9..c4552a758f 100644 --- a/src/Infrastructure/Mesh/include/Legacy/ESMCI_Exception.h +++ b/src/Infrastructure/Mesh/include/Legacy/ESMCI_Exception.h @@ -1,6 +1,6 @@ // $Id$ // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/include/Legacy/ESMCI_FieldReg.h b/src/Infrastructure/Mesh/include/Legacy/ESMCI_FieldReg.h index 06f1ee6f86..7e4dc9380a 100644 --- a/src/Infrastructure/Mesh/include/Legacy/ESMCI_FieldReg.h +++ b/src/Infrastructure/Mesh/include/Legacy/ESMCI_FieldReg.h @@ -1,6 +1,6 @@ // $Id$ // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/include/Legacy/ESMCI_FindPnts.h b/src/Infrastructure/Mesh/include/Legacy/ESMCI_FindPnts.h index a32729aa4e..e79ed5633c 100644 --- a/src/Infrastructure/Mesh/include/Legacy/ESMCI_FindPnts.h +++ b/src/Infrastructure/Mesh/include/Legacy/ESMCI_FindPnts.h @@ -1,6 +1,6 @@ // $Id$ // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/include/Legacy/ESMCI_Ftn.h b/src/Infrastructure/Mesh/include/Legacy/ESMCI_Ftn.h index ecbf3523ec..b351ba5b16 100644 --- a/src/Infrastructure/Mesh/include/Legacy/ESMCI_Ftn.h +++ b/src/Infrastructure/Mesh/include/Legacy/ESMCI_Ftn.h @@ -1,6 +1,6 @@ // $Id$ // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/include/Legacy/ESMCI_GeomRendezvous.h b/src/Infrastructure/Mesh/include/Legacy/ESMCI_GeomRendezvous.h index 1ed0efc8c6..14022deafc 100644 --- a/src/Infrastructure/Mesh/include/Legacy/ESMCI_GeomRendezvous.h +++ b/src/Infrastructure/Mesh/include/Legacy/ESMCI_GeomRendezvous.h @@ -1,6 +1,6 @@ // $Id$ // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/include/Legacy/ESMCI_GlobalIds.h b/src/Infrastructure/Mesh/include/Legacy/ESMCI_GlobalIds.h index df5f4e7d49..fbc51a06f8 100644 --- a/src/Infrastructure/Mesh/include/Legacy/ESMCI_GlobalIds.h +++ b/src/Infrastructure/Mesh/include/Legacy/ESMCI_GlobalIds.h @@ -1,6 +1,6 @@ // $Id$ // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/include/Legacy/ESMCI_HAdapt.h b/src/Infrastructure/Mesh/include/Legacy/ESMCI_HAdapt.h index ae7a7b8633..c670d4a15b 100644 --- a/src/Infrastructure/Mesh/include/Legacy/ESMCI_HAdapt.h +++ b/src/Infrastructure/Mesh/include/Legacy/ESMCI_HAdapt.h @@ -1,6 +1,6 @@ // $Id$ // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/include/Legacy/ESMCI_IOField.h b/src/Infrastructure/Mesh/include/Legacy/ESMCI_IOField.h index 0d6c5ae96e..ab9a88f904 100644 --- a/src/Infrastructure/Mesh/include/Legacy/ESMCI_IOField.h +++ b/src/Infrastructure/Mesh/include/Legacy/ESMCI_IOField.h @@ -1,6 +1,6 @@ // $Id$ // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/include/Legacy/ESMCI_Iterator.h b/src/Infrastructure/Mesh/include/Legacy/ESMCI_Iterator.h index 1808888fdc..f13003b7fd 100644 --- a/src/Infrastructure/Mesh/include/Legacy/ESMCI_Iterator.h +++ b/src/Infrastructure/Mesh/include/Legacy/ESMCI_Iterator.h @@ -1,6 +1,6 @@ // $Id$ // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/include/Legacy/ESMCI_Kernel.h b/src/Infrastructure/Mesh/include/Legacy/ESMCI_Kernel.h index 9ce1582036..232735067e 100644 --- a/src/Infrastructure/Mesh/include/Legacy/ESMCI_Kernel.h +++ b/src/Infrastructure/Mesh/include/Legacy/ESMCI_Kernel.h @@ -1,6 +1,6 @@ // $Id$ // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/include/Legacy/ESMCI_List.h b/src/Infrastructure/Mesh/include/Legacy/ESMCI_List.h index 2f0eb822e4..0fe272a848 100644 --- a/src/Infrastructure/Mesh/include/Legacy/ESMCI_List.h +++ b/src/Infrastructure/Mesh/include/Legacy/ESMCI_List.h @@ -1,6 +1,6 @@ // $Id$ // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/include/Legacy/ESMCI_MCoord.h b/src/Infrastructure/Mesh/include/Legacy/ESMCI_MCoord.h index ab1f0d1675..52438bc64e 100644 --- a/src/Infrastructure/Mesh/include/Legacy/ESMCI_MCoord.h +++ b/src/Infrastructure/Mesh/include/Legacy/ESMCI_MCoord.h @@ -1,6 +1,6 @@ // $Id$ // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/include/Legacy/ESMCI_MEFamily.h b/src/Infrastructure/Mesh/include/Legacy/ESMCI_MEFamily.h index 0ae7ad57bd..e3651b9d0c 100644 --- a/src/Infrastructure/Mesh/include/Legacy/ESMCI_MEFamily.h +++ b/src/Infrastructure/Mesh/include/Legacy/ESMCI_MEFamily.h @@ -1,6 +1,6 @@ // $Id$ // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/include/Legacy/ESMCI_MEField.h b/src/Infrastructure/Mesh/include/Legacy/ESMCI_MEField.h index 5e09dd19a0..d681998fd6 100644 --- a/src/Infrastructure/Mesh/include/Legacy/ESMCI_MEField.h +++ b/src/Infrastructure/Mesh/include/Legacy/ESMCI_MEField.h @@ -1,6 +1,6 @@ // $Id$ // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/include/Legacy/ESMCI_MEImprint.h b/src/Infrastructure/Mesh/include/Legacy/ESMCI_MEImprint.h index dd7b14a3ab..a3d4cc4e37 100644 --- a/src/Infrastructure/Mesh/include/Legacy/ESMCI_MEImprint.h +++ b/src/Infrastructure/Mesh/include/Legacy/ESMCI_MEImprint.h @@ -1,6 +1,6 @@ // $Id$ // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/include/Legacy/ESMCI_MEValues.h b/src/Infrastructure/Mesh/include/Legacy/ESMCI_MEValues.h index 801cb5586e..6b3bb00010 100644 --- a/src/Infrastructure/Mesh/include/Legacy/ESMCI_MEValues.h +++ b/src/Infrastructure/Mesh/include/Legacy/ESMCI_MEValues.h @@ -1,6 +1,6 @@ // $Id$ // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/include/Legacy/ESMCI_Mask.h b/src/Infrastructure/Mesh/include/Legacy/ESMCI_Mask.h index 445f0c53df..45afeccdc4 100644 --- a/src/Infrastructure/Mesh/include/Legacy/ESMCI_Mask.h +++ b/src/Infrastructure/Mesh/include/Legacy/ESMCI_Mask.h @@ -1,6 +1,6 @@ // $Id$ // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/include/Legacy/ESMCI_MasterElement.h b/src/Infrastructure/Mesh/include/Legacy/ESMCI_MasterElement.h index aab333999e..c9a03e611c 100644 --- a/src/Infrastructure/Mesh/include/Legacy/ESMCI_MasterElement.h +++ b/src/Infrastructure/Mesh/include/Legacy/ESMCI_MasterElement.h @@ -1,6 +1,6 @@ // $Id$ // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/include/Legacy/ESMCI_MeshContext.h b/src/Infrastructure/Mesh/include/Legacy/ESMCI_MeshContext.h index 6017a43547..808fc2d9e8 100644 --- a/src/Infrastructure/Mesh/include/Legacy/ESMCI_MeshContext.h +++ b/src/Infrastructure/Mesh/include/Legacy/ESMCI_MeshContext.h @@ -1,6 +1,6 @@ // $Id$ // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/include/Legacy/ESMCI_MeshDB.h b/src/Infrastructure/Mesh/include/Legacy/ESMCI_MeshDB.h index 0ff17bd031..1e84122346 100644 --- a/src/Infrastructure/Mesh/include/Legacy/ESMCI_MeshDB.h +++ b/src/Infrastructure/Mesh/include/Legacy/ESMCI_MeshDB.h @@ -1,6 +1,6 @@ // $Id$ // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/include/Legacy/ESMCI_MeshExodus.h b/src/Infrastructure/Mesh/include/Legacy/ESMCI_MeshExodus.h index 55d4a0d059..5ffd54af70 100644 --- a/src/Infrastructure/Mesh/include/Legacy/ESMCI_MeshExodus.h +++ b/src/Infrastructure/Mesh/include/Legacy/ESMCI_MeshExodus.h @@ -1,6 +1,6 @@ // $Id$ // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/include/Legacy/ESMCI_MeshField.h b/src/Infrastructure/Mesh/include/Legacy/ESMCI_MeshField.h index 5aace9179a..0cfc1f5eb0 100644 --- a/src/Infrastructure/Mesh/include/Legacy/ESMCI_MeshField.h +++ b/src/Infrastructure/Mesh/include/Legacy/ESMCI_MeshField.h @@ -1,6 +1,6 @@ // $Id$ // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/include/Legacy/ESMCI_MeshGen.h b/src/Infrastructure/Mesh/include/Legacy/ESMCI_MeshGen.h index f0af9222f7..e00540aada 100644 --- a/src/Infrastructure/Mesh/include/Legacy/ESMCI_MeshGen.h +++ b/src/Infrastructure/Mesh/include/Legacy/ESMCI_MeshGen.h @@ -1,6 +1,6 @@ // $Id$ // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/include/Legacy/ESMCI_MeshMerge.h b/src/Infrastructure/Mesh/include/Legacy/ESMCI_MeshMerge.h index 1107694f27..b1174d0ce2 100644 --- a/src/Infrastructure/Mesh/include/Legacy/ESMCI_MeshMerge.h +++ b/src/Infrastructure/Mesh/include/Legacy/ESMCI_MeshMerge.h @@ -1,6 +1,6 @@ // $Id$ // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/include/Legacy/ESMCI_MeshNC.h b/src/Infrastructure/Mesh/include/Legacy/ESMCI_MeshNC.h index 58763c7e96..8abed95352 100644 --- a/src/Infrastructure/Mesh/include/Legacy/ESMCI_MeshNC.h +++ b/src/Infrastructure/Mesh/include/Legacy/ESMCI_MeshNC.h @@ -1,6 +1,6 @@ // $Id$ // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/include/Legacy/ESMCI_MeshObj.h b/src/Infrastructure/Mesh/include/Legacy/ESMCI_MeshObj.h index 347df68741..3ba7463db2 100644 --- a/src/Infrastructure/Mesh/include/Legacy/ESMCI_MeshObj.h +++ b/src/Infrastructure/Mesh/include/Legacy/ESMCI_MeshObj.h @@ -1,6 +1,6 @@ // $Id$ // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/include/Legacy/ESMCI_MeshObjConn.h b/src/Infrastructure/Mesh/include/Legacy/ESMCI_MeshObjConn.h index b8e79da646..2173e1e07a 100644 --- a/src/Infrastructure/Mesh/include/Legacy/ESMCI_MeshObjConn.h +++ b/src/Infrastructure/Mesh/include/Legacy/ESMCI_MeshObjConn.h @@ -1,6 +1,6 @@ // $Id$ // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/include/Legacy/ESMCI_MeshObjPack.h b/src/Infrastructure/Mesh/include/Legacy/ESMCI_MeshObjPack.h index 30815ba829..c08939bcbc 100644 --- a/src/Infrastructure/Mesh/include/Legacy/ESMCI_MeshObjPack.h +++ b/src/Infrastructure/Mesh/include/Legacy/ESMCI_MeshObjPack.h @@ -1,6 +1,6 @@ // $Id$ // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/include/Legacy/ESMCI_MeshObjTopo.h b/src/Infrastructure/Mesh/include/Legacy/ESMCI_MeshObjTopo.h index f111d1cb1a..50afa71654 100644 --- a/src/Infrastructure/Mesh/include/Legacy/ESMCI_MeshObjTopo.h +++ b/src/Infrastructure/Mesh/include/Legacy/ESMCI_MeshObjTopo.h @@ -1,6 +1,6 @@ // $Id$ // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/include/Legacy/ESMCI_MeshPNC.h b/src/Infrastructure/Mesh/include/Legacy/ESMCI_MeshPNC.h index 14e7eb96a3..4af39fb62d 100644 --- a/src/Infrastructure/Mesh/include/Legacy/ESMCI_MeshPNC.h +++ b/src/Infrastructure/Mesh/include/Legacy/ESMCI_MeshPNC.h @@ -1,6 +1,6 @@ // $Id$ // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/include/Legacy/ESMCI_MeshPartition.h b/src/Infrastructure/Mesh/include/Legacy/ESMCI_MeshPartition.h index 0cbf4cb478..2e3a4e003d 100644 --- a/src/Infrastructure/Mesh/include/Legacy/ESMCI_MeshPartition.h +++ b/src/Infrastructure/Mesh/include/Legacy/ESMCI_MeshPartition.h @@ -1,6 +1,6 @@ // $Id$ // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/include/Legacy/ESMCI_MeshRead.h b/src/Infrastructure/Mesh/include/Legacy/ESMCI_MeshRead.h index 64a9d84ccf..b28e0f5141 100644 --- a/src/Infrastructure/Mesh/include/Legacy/ESMCI_MeshRead.h +++ b/src/Infrastructure/Mesh/include/Legacy/ESMCI_MeshRead.h @@ -1,6 +1,6 @@ // $Id$ // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/include/Legacy/ESMCI_MeshRefine.h b/src/Infrastructure/Mesh/include/Legacy/ESMCI_MeshRefine.h index 6ef17835fb..ca37e29e93 100644 --- a/src/Infrastructure/Mesh/include/Legacy/ESMCI_MeshRefine.h +++ b/src/Infrastructure/Mesh/include/Legacy/ESMCI_MeshRefine.h @@ -1,6 +1,6 @@ // $Id$ // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/include/Legacy/ESMCI_MeshSet.h b/src/Infrastructure/Mesh/include/Legacy/ESMCI_MeshSet.h index cfb7d6f87c..aa9a0eb502 100644 --- a/src/Infrastructure/Mesh/include/Legacy/ESMCI_MeshSet.h +++ b/src/Infrastructure/Mesh/include/Legacy/ESMCI_MeshSet.h @@ -1,6 +1,6 @@ // $Id$ // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/include/Legacy/ESMCI_MeshSkin.h b/src/Infrastructure/Mesh/include/Legacy/ESMCI_MeshSkin.h index b98f5368f6..ac2f5017b9 100644 --- a/src/Infrastructure/Mesh/include/Legacy/ESMCI_MeshSkin.h +++ b/src/Infrastructure/Mesh/include/Legacy/ESMCI_MeshSkin.h @@ -1,6 +1,6 @@ // $Id$ // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/include/Legacy/ESMCI_MeshTests.h b/src/Infrastructure/Mesh/include/Legacy/ESMCI_MeshTests.h index 41ef14dc25..f65abe680e 100644 --- a/src/Infrastructure/Mesh/include/Legacy/ESMCI_MeshTests.h +++ b/src/Infrastructure/Mesh/include/Legacy/ESMCI_MeshTests.h @@ -1,6 +1,6 @@ // $Id$ // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/include/Legacy/ESMCI_MeshTypes.h b/src/Infrastructure/Mesh/include/Legacy/ESMCI_MeshTypes.h index e771173d26..377cb83b0f 100644 --- a/src/Infrastructure/Mesh/include/Legacy/ESMCI_MeshTypes.h +++ b/src/Infrastructure/Mesh/include/Legacy/ESMCI_MeshTypes.h @@ -1,6 +1,6 @@ // $Id$ // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/include/Legacy/ESMCI_MeshUtils.h b/src/Infrastructure/Mesh/include/Legacy/ESMCI_MeshUtils.h index e72a84c06e..f44a300c25 100644 --- a/src/Infrastructure/Mesh/include/Legacy/ESMCI_MeshUtils.h +++ b/src/Infrastructure/Mesh/include/Legacy/ESMCI_MeshUtils.h @@ -1,6 +1,6 @@ // $Id$ // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/include/Legacy/ESMCI_MeshVTK.h b/src/Infrastructure/Mesh/include/Legacy/ESMCI_MeshVTK.h index eb23e231d3..7ac6138437 100644 --- a/src/Infrastructure/Mesh/include/Legacy/ESMCI_MeshVTK.h +++ b/src/Infrastructure/Mesh/include/Legacy/ESMCI_MeshVTK.h @@ -1,6 +1,6 @@ // $Id$ // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/include/Legacy/ESMCI_MeshllField.h b/src/Infrastructure/Mesh/include/Legacy/ESMCI_MeshllField.h index 8d1a77a1f0..7d6578f708 100644 --- a/src/Infrastructure/Mesh/include/Legacy/ESMCI_MeshllField.h +++ b/src/Infrastructure/Mesh/include/Legacy/ESMCI_MeshllField.h @@ -1,6 +1,6 @@ // $Id$ // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/include/Legacy/ESMCI_Migrator.h b/src/Infrastructure/Mesh/include/Legacy/ESMCI_Migrator.h index 3c5c90989f..a7d723e7c1 100644 --- a/src/Infrastructure/Mesh/include/Legacy/ESMCI_Migrator.h +++ b/src/Infrastructure/Mesh/include/Legacy/ESMCI_Migrator.h @@ -1,6 +1,6 @@ // $Id$ // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/include/Legacy/ESMCI_ParEnv.h b/src/Infrastructure/Mesh/include/Legacy/ESMCI_ParEnv.h index 4ed8c4206a..a2879a88f9 100644 --- a/src/Infrastructure/Mesh/include/Legacy/ESMCI_ParEnv.h +++ b/src/Infrastructure/Mesh/include/Legacy/ESMCI_ParEnv.h @@ -1,6 +1,6 @@ // $Id$ // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/include/Legacy/ESMCI_ParLog.h b/src/Infrastructure/Mesh/include/Legacy/ESMCI_ParLog.h index c449644c53..91f50413ef 100644 --- a/src/Infrastructure/Mesh/include/Legacy/ESMCI_ParLog.h +++ b/src/Infrastructure/Mesh/include/Legacy/ESMCI_ParLog.h @@ -1,6 +1,6 @@ // $Id$ // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/include/Legacy/ESMCI_Polynomial.h b/src/Infrastructure/Mesh/include/Legacy/ESMCI_Polynomial.h index 1368bea591..28d8fdef3b 100644 --- a/src/Infrastructure/Mesh/include/Legacy/ESMCI_Polynomial.h +++ b/src/Infrastructure/Mesh/include/Legacy/ESMCI_Polynomial.h @@ -1,6 +1,6 @@ // $Id$ // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/include/Legacy/ESMCI_Quadrature.h b/src/Infrastructure/Mesh/include/Legacy/ESMCI_Quadrature.h index 7e79977322..f7ec4a40ff 100644 --- a/src/Infrastructure/Mesh/include/Legacy/ESMCI_Quadrature.h +++ b/src/Infrastructure/Mesh/include/Legacy/ESMCI_Quadrature.h @@ -1,6 +1,6 @@ // $Id$ // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/include/Legacy/ESMCI_Rebalance.h b/src/Infrastructure/Mesh/include/Legacy/ESMCI_Rebalance.h index 92401cc6c4..8fbb3c1abb 100644 --- a/src/Infrastructure/Mesh/include/Legacy/ESMCI_Rebalance.h +++ b/src/Infrastructure/Mesh/include/Legacy/ESMCI_Rebalance.h @@ -1,6 +1,6 @@ // $Id$ // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/include/Legacy/ESMCI_RefineTopo.h b/src/Infrastructure/Mesh/include/Legacy/ESMCI_RefineTopo.h index 1cb77dffaf..383f12cbfa 100644 --- a/src/Infrastructure/Mesh/include/Legacy/ESMCI_RefineTopo.h +++ b/src/Infrastructure/Mesh/include/Legacy/ESMCI_RefineTopo.h @@ -1,6 +1,6 @@ // $Id$ // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/include/Legacy/ESMCI_SFuncAdaptor.h b/src/Infrastructure/Mesh/include/Legacy/ESMCI_SFuncAdaptor.h index 93b31908b6..7265f646d6 100644 --- a/src/Infrastructure/Mesh/include/Legacy/ESMCI_SFuncAdaptor.h +++ b/src/Infrastructure/Mesh/include/Legacy/ESMCI_SFuncAdaptor.h @@ -1,6 +1,6 @@ // $Id$ // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/include/Legacy/ESMCI_SM.h b/src/Infrastructure/Mesh/include/Legacy/ESMCI_SM.h index 2fef7cb986..1197ac7133 100644 --- a/src/Infrastructure/Mesh/include/Legacy/ESMCI_SM.h +++ b/src/Infrastructure/Mesh/include/Legacy/ESMCI_SM.h @@ -1,6 +1,6 @@ // $Id$ // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/include/Legacy/ESMCI_ShapeLagrange.h b/src/Infrastructure/Mesh/include/Legacy/ESMCI_ShapeLagrange.h index c37d6e9a43..3bba07ae28 100644 --- a/src/Infrastructure/Mesh/include/Legacy/ESMCI_ShapeLagrange.h +++ b/src/Infrastructure/Mesh/include/Legacy/ESMCI_ShapeLagrange.h @@ -1,6 +1,6 @@ // $Id$ // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/include/Legacy/ESMCI_Sintdnode.h b/src/Infrastructure/Mesh/include/Legacy/ESMCI_Sintdnode.h index 192b38d2f4..1e9047cef0 100644 --- a/src/Infrastructure/Mesh/include/Legacy/ESMCI_Sintdnode.h +++ b/src/Infrastructure/Mesh/include/Legacy/ESMCI_Sintdnode.h @@ -1,6 +1,6 @@ // $Id$ // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/include/Legacy/ESMCI_SmallAlloc.h b/src/Infrastructure/Mesh/include/Legacy/ESMCI_SmallAlloc.h index 92d8a59280..b92e978776 100644 --- a/src/Infrastructure/Mesh/include/Legacy/ESMCI_SmallAlloc.h +++ b/src/Infrastructure/Mesh/include/Legacy/ESMCI_SmallAlloc.h @@ -1,6 +1,6 @@ // $Id$ // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/include/Legacy/ESMCI_SparseMsg.h b/src/Infrastructure/Mesh/include/Legacy/ESMCI_SparseMsg.h index ad4ad43aba..288b442c82 100644 --- a/src/Infrastructure/Mesh/include/Legacy/ESMCI_SparseMsg.h +++ b/src/Infrastructure/Mesh/include/Legacy/ESMCI_SparseMsg.h @@ -1,6 +1,6 @@ // $Id$ // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/include/Legacy/ESMCI_Tree.h b/src/Infrastructure/Mesh/include/Legacy/ESMCI_Tree.h index 4fa3823891..383278f61b 100644 --- a/src/Infrastructure/Mesh/include/Legacy/ESMCI_Tree.h +++ b/src/Infrastructure/Mesh/include/Legacy/ESMCI_Tree.h @@ -1,6 +1,6 @@ // $Id$ // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/include/Legacy/ESMCI_WriteWeights.h b/src/Infrastructure/Mesh/include/Legacy/ESMCI_WriteWeights.h index cbc23bbcce..4a85e718a2 100644 --- a/src/Infrastructure/Mesh/include/Legacy/ESMCI_WriteWeights.h +++ b/src/Infrastructure/Mesh/include/Legacy/ESMCI_WriteWeights.h @@ -1,6 +1,6 @@ // $Id$ // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/include/Legacy/ESMCI_WriteWeightsPar.h b/src/Infrastructure/Mesh/include/Legacy/ESMCI_WriteWeightsPar.h index 594a901386..994fcfa942 100644 --- a/src/Infrastructure/Mesh/include/Legacy/ESMCI_WriteWeightsPar.h +++ b/src/Infrastructure/Mesh/include/Legacy/ESMCI_WriteWeightsPar.h @@ -1,6 +1,6 @@ // $Id$ // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/include/Regridding/ESMCI_Conserve2ndInterp.h b/src/Infrastructure/Mesh/include/Regridding/ESMCI_Conserve2ndInterp.h index fb82b5e402..8976903683 100644 --- a/src/Infrastructure/Mesh/include/Regridding/ESMCI_Conserve2ndInterp.h +++ b/src/Infrastructure/Mesh/include/Regridding/ESMCI_Conserve2ndInterp.h @@ -1,6 +1,6 @@ // $Id$ // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/include/Regridding/ESMCI_ConserveInterp.h b/src/Infrastructure/Mesh/include/Regridding/ESMCI_ConserveInterp.h index ddb7dee580..4661ca7955 100644 --- a/src/Infrastructure/Mesh/include/Regridding/ESMCI_ConserveInterp.h +++ b/src/Infrastructure/Mesh/include/Regridding/ESMCI_ConserveInterp.h @@ -1,6 +1,6 @@ // $Id$ // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/include/Regridding/ESMCI_CreepFill.h b/src/Infrastructure/Mesh/include/Regridding/ESMCI_CreepFill.h index 8ca897d0c9..ce9e272a37 100644 --- a/src/Infrastructure/Mesh/include/Regridding/ESMCI_CreepFill.h +++ b/src/Infrastructure/Mesh/include/Regridding/ESMCI_CreepFill.h @@ -1,6 +1,6 @@ // $Id$ // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/include/Regridding/ESMCI_Extrap.h b/src/Infrastructure/Mesh/include/Regridding/ESMCI_Extrap.h index 979bf2e878..8ea195870e 100644 --- a/src/Infrastructure/Mesh/include/Regridding/ESMCI_Extrap.h +++ b/src/Infrastructure/Mesh/include/Regridding/ESMCI_Extrap.h @@ -1,6 +1,6 @@ // $Id$ // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/include/Regridding/ESMCI_ExtrapolationPoleLGC.h b/src/Infrastructure/Mesh/include/Regridding/ESMCI_ExtrapolationPoleLGC.h index b709377e1e..28441ea5ff 100644 --- a/src/Infrastructure/Mesh/include/Regridding/ESMCI_ExtrapolationPoleLGC.h +++ b/src/Infrastructure/Mesh/include/Regridding/ESMCI_ExtrapolationPoleLGC.h @@ -1,6 +1,6 @@ // $Id$ // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/include/Regridding/ESMCI_Integrate.h b/src/Infrastructure/Mesh/include/Regridding/ESMCI_Integrate.h index e814fabdf3..61e927abe5 100644 --- a/src/Infrastructure/Mesh/include/Regridding/ESMCI_Integrate.h +++ b/src/Infrastructure/Mesh/include/Regridding/ESMCI_Integrate.h @@ -1,6 +1,6 @@ // $Id$ // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/include/Regridding/ESMCI_Interp.h b/src/Infrastructure/Mesh/include/Regridding/ESMCI_Interp.h index bcf46d0c83..6644a025a8 100644 --- a/src/Infrastructure/Mesh/include/Regridding/ESMCI_Interp.h +++ b/src/Infrastructure/Mesh/include/Regridding/ESMCI_Interp.h @@ -1,6 +1,6 @@ // $Id$ // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/include/Regridding/ESMCI_Mapping.h b/src/Infrastructure/Mesh/include/Regridding/ESMCI_Mapping.h index dd3e985296..906c32a269 100644 --- a/src/Infrastructure/Mesh/include/Regridding/ESMCI_Mapping.h +++ b/src/Infrastructure/Mesh/include/Regridding/ESMCI_Mapping.h @@ -1,6 +1,6 @@ // $Id$ // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/include/Regridding/ESMCI_MeshRegrid.h b/src/Infrastructure/Mesh/include/Regridding/ESMCI_MeshRegrid.h index 5abe41041d..4cc3bbec47 100644 --- a/src/Infrastructure/Mesh/include/Regridding/ESMCI_MeshRegrid.h +++ b/src/Infrastructure/Mesh/include/Regridding/ESMCI_MeshRegrid.h @@ -1,6 +1,6 @@ // $Id$ // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/include/Regridding/ESMCI_PatchRecovery.h b/src/Infrastructure/Mesh/include/Regridding/ESMCI_PatchRecovery.h index b50abd2e09..beabd27d35 100644 --- a/src/Infrastructure/Mesh/include/Regridding/ESMCI_PatchRecovery.h +++ b/src/Infrastructure/Mesh/include/Regridding/ESMCI_PatchRecovery.h @@ -1,6 +1,6 @@ // $Id$ // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/include/Regridding/ESMCI_Regrid_Helper.h b/src/Infrastructure/Mesh/include/Regridding/ESMCI_Regrid_Helper.h index 137a96edcb..ce01d44325 100644 --- a/src/Infrastructure/Mesh/include/Regridding/ESMCI_Regrid_Helper.h +++ b/src/Infrastructure/Mesh/include/Regridding/ESMCI_Regrid_Helper.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/include/Regridding/ESMCI_Search.h b/src/Infrastructure/Mesh/include/Regridding/ESMCI_Search.h index 60f0026c35..deaa87a172 100644 --- a/src/Infrastructure/Mesh/include/Regridding/ESMCI_Search.h +++ b/src/Infrastructure/Mesh/include/Regridding/ESMCI_Search.h @@ -1,6 +1,6 @@ // $Id$ // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/include/Regridding/ESMCI_SearchFlags.h b/src/Infrastructure/Mesh/include/Regridding/ESMCI_SearchFlags.h index c1b2af72be..477359f1df 100644 --- a/src/Infrastructure/Mesh/include/Regridding/ESMCI_SearchFlags.h +++ b/src/Infrastructure/Mesh/include/Regridding/ESMCI_SearchFlags.h @@ -1,6 +1,6 @@ // $Id$ // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/include/Regridding/ESMCI_ShapeFunc.h b/src/Infrastructure/Mesh/include/Regridding/ESMCI_ShapeFunc.h index a5b931634a..89f50892ed 100644 --- a/src/Infrastructure/Mesh/include/Regridding/ESMCI_ShapeFunc.h +++ b/src/Infrastructure/Mesh/include/Regridding/ESMCI_ShapeFunc.h @@ -1,6 +1,6 @@ // $Id$ // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/include/Regridding/ESMCI_SpaceDir.h b/src/Infrastructure/Mesh/include/Regridding/ESMCI_SpaceDir.h index bf44b96c37..efae7436e2 100644 --- a/src/Infrastructure/Mesh/include/Regridding/ESMCI_SpaceDir.h +++ b/src/Infrastructure/Mesh/include/Regridding/ESMCI_SpaceDir.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/include/Regridding/ESMCI_WMat.h b/src/Infrastructure/Mesh/include/Regridding/ESMCI_WMat.h index a2f24355e7..c079854439 100644 --- a/src/Infrastructure/Mesh/include/Regridding/ESMCI_WMat.h +++ b/src/Infrastructure/Mesh/include/Regridding/ESMCI_WMat.h @@ -1,6 +1,6 @@ // $Id$ // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/interface/ESMCI_Mesh_F.C b/src/Infrastructure/Mesh/interface/ESMCI_Mesh_F.C index 5001f672eb..c5e0440bf9 100644 --- a/src/Infrastructure/Mesh/interface/ESMCI_Mesh_F.C +++ b/src/Infrastructure/Mesh/interface/ESMCI_Mesh_F.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/interface/ESMC_Mesh.C b/src/Infrastructure/Mesh/interface/ESMC_Mesh.C index 3c7069585d..e0c5505ff3 100644 --- a/src/Infrastructure/Mesh/interface/ESMC_Mesh.C +++ b/src/Infrastructure/Mesh/interface/ESMC_Mesh.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/interface/ESMF_Mesh.F90 b/src/Infrastructure/Mesh/interface/ESMF_Mesh.F90 index 2c6633aaeb..33a4576ae0 100644 --- a/src/Infrastructure/Mesh/interface/ESMF_Mesh.F90 +++ b/src/Infrastructure/Mesh/interface/ESMF_Mesh.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/interface/ESMF_Mesh_C.F90 b/src/Infrastructure/Mesh/interface/ESMF_Mesh_C.F90 index 1490859ab1..5f3d495564 100644 --- a/src/Infrastructure/Mesh/interface/ESMF_Mesh_C.F90 +++ b/src/Infrastructure/Mesh/interface/ESMF_Mesh_C.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/src/ESMCI_ClumpPnts.C b/src/Infrastructure/Mesh/src/ESMCI_ClumpPnts.C index dac5ee4e87..5898a01f54 100644 --- a/src/Infrastructure/Mesh/src/ESMCI_ClumpPnts.C +++ b/src/Infrastructure/Mesh/src/ESMCI_ClumpPnts.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/src/ESMCI_ESMFMesh_Util.C b/src/Infrastructure/Mesh/src/ESMCI_ESMFMesh_Util.C index d79ec7453a..02baf9b575 100644 --- a/src/Infrastructure/Mesh/src/ESMCI_ESMFMesh_Util.C +++ b/src/Infrastructure/Mesh/src/ESMCI_ESMFMesh_Util.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/src/ESMCI_FileIO_Util.C b/src/Infrastructure/Mesh/src/ESMCI_FileIO_Util.C index c1bc48e5bc..7c0dd37a8c 100644 --- a/src/Infrastructure/Mesh/src/ESMCI_FileIO_Util.C +++ b/src/Infrastructure/Mesh/src/ESMCI_FileIO_Util.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/src/ESMCI_GToM_Util.C b/src/Infrastructure/Mesh/src/ESMCI_GToM_Util.C index 6f43a71702..9416df9e6e 100644 --- a/src/Infrastructure/Mesh/src/ESMCI_GToM_Util.C +++ b/src/Infrastructure/Mesh/src/ESMCI_GToM_Util.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/src/ESMCI_MBMesh.C b/src/Infrastructure/Mesh/src/ESMCI_MBMesh.C index 7826c84e05..cb4a12f93a 100644 --- a/src/Infrastructure/Mesh/src/ESMCI_MBMesh.C +++ b/src/Infrastructure/Mesh/src/ESMCI_MBMesh.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/src/ESMCI_MBMesh_BBox.C b/src/Infrastructure/Mesh/src/ESMCI_MBMesh_BBox.C index 323a73461a..33fe1faa97 100644 --- a/src/Infrastructure/Mesh/src/ESMCI_MBMesh_BBox.C +++ b/src/Infrastructure/Mesh/src/ESMCI_MBMesh_BBox.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/src/ESMCI_MBMesh_Bilinear.C b/src/Infrastructure/Mesh/src/ESMCI_MBMesh_Bilinear.C index ab3bb34be6..e133148de8 100644 --- a/src/Infrastructure/Mesh/src/ESMCI_MBMesh_Bilinear.C +++ b/src/Infrastructure/Mesh/src/ESMCI_MBMesh_Bilinear.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/src/ESMCI_MBMesh_Conserve.C b/src/Infrastructure/Mesh/src/ESMCI_MBMesh_Conserve.C index 66b7532d51..3f4e733053 100644 --- a/src/Infrastructure/Mesh/src/ESMCI_MBMesh_Conserve.C +++ b/src/Infrastructure/Mesh/src/ESMCI_MBMesh_Conserve.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/src/ESMCI_MBMesh_Dual.C b/src/Infrastructure/Mesh/src/ESMCI_MBMesh_Dual.C index f9607d0e4f..c52c113797 100644 --- a/src/Infrastructure/Mesh/src/ESMCI_MBMesh_Dual.C +++ b/src/Infrastructure/Mesh/src/ESMCI_MBMesh_Dual.C @@ -1,7 +1,7 @@ // $Id: ESMCI_MeshRedist.C,v 1.23 2012/01/06 20:17:51 svasquez Exp $ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/src/ESMCI_MBMesh_Extrapolation.C b/src/Infrastructure/Mesh/src/ESMCI_MBMesh_Extrapolation.C index 5239de3e7a..9f4b0b1521 100644 --- a/src/Infrastructure/Mesh/src/ESMCI_MBMesh_Extrapolation.C +++ b/src/Infrastructure/Mesh/src/ESMCI_MBMesh_Extrapolation.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/src/ESMCI_MBMesh_GToM_Glue.C b/src/Infrastructure/Mesh/src/ESMCI_MBMesh_GToM_Glue.C index 934c153b72..85de9a5e47 100644 --- a/src/Infrastructure/Mesh/src/ESMCI_MBMesh_GToM_Glue.C +++ b/src/Infrastructure/Mesh/src/ESMCI_MBMesh_GToM_Glue.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/src/ESMCI_MBMesh_Glue.C b/src/Infrastructure/Mesh/src/ESMCI_MBMesh_Glue.C index f84212a774..a13a4b605b 100644 --- a/src/Infrastructure/Mesh/src/ESMCI_MBMesh_Glue.C +++ b/src/Infrastructure/Mesh/src/ESMCI_MBMesh_Glue.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/src/ESMCI_MBMesh_Mapping.C b/src/Infrastructure/Mesh/src/ESMCI_MBMesh_Mapping.C index aece284207..6b02183d47 100644 --- a/src/Infrastructure/Mesh/src/ESMCI_MBMesh_Mapping.C +++ b/src/Infrastructure/Mesh/src/ESMCI_MBMesh_Mapping.C @@ -1,6 +1,6 @@ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/src/ESMCI_MBMesh_Patch.C b/src/Infrastructure/Mesh/src/ESMCI_MBMesh_Patch.C index a44101badd..4469c95c0c 100644 --- a/src/Infrastructure/Mesh/src/ESMCI_MBMesh_Patch.C +++ b/src/Infrastructure/Mesh/src/ESMCI_MBMesh_Patch.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/src/ESMCI_MBMesh_Redist.C b/src/Infrastructure/Mesh/src/ESMCI_MBMesh_Redist.C index 8c5a27e682..be5ac10ea5 100644 --- a/src/Infrastructure/Mesh/src/ESMCI_MBMesh_Redist.C +++ b/src/Infrastructure/Mesh/src/ESMCI_MBMesh_Redist.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/src/ESMCI_MBMesh_Regrid_Glue.C b/src/Infrastructure/Mesh/src/ESMCI_MBMesh_Regrid_Glue.C index 85a2ac7a9d..23bc3d807c 100644 --- a/src/Infrastructure/Mesh/src/ESMCI_MBMesh_Regrid_Glue.C +++ b/src/Infrastructure/Mesh/src/ESMCI_MBMesh_Regrid_Glue.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/src/ESMCI_MBMesh_Rendez_Elem.C b/src/Infrastructure/Mesh/src/ESMCI_MBMesh_Rendez_Elem.C index 46616ea0ed..8c505ec458 100644 --- a/src/Infrastructure/Mesh/src/ESMCI_MBMesh_Rendez_Elem.C +++ b/src/Infrastructure/Mesh/src/ESMCI_MBMesh_Rendez_Elem.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/src/ESMCI_MBMesh_Rendez_EtoP.C b/src/Infrastructure/Mesh/src/ESMCI_MBMesh_Rendez_EtoP.C index b6e7c7204f..45463cdb36 100644 --- a/src/Infrastructure/Mesh/src/ESMCI_MBMesh_Rendez_EtoP.C +++ b/src/Infrastructure/Mesh/src/ESMCI_MBMesh_Rendez_EtoP.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/src/ESMCI_MBMesh_Search_EtoE.C b/src/Infrastructure/Mesh/src/ESMCI_MBMesh_Search_EtoE.C index 94c8e668a6..3aa9e07b46 100644 --- a/src/Infrastructure/Mesh/src/ESMCI_MBMesh_Search_EtoE.C +++ b/src/Infrastructure/Mesh/src/ESMCI_MBMesh_Search_EtoE.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/src/ESMCI_MBMesh_Search_EtoP.C b/src/Infrastructure/Mesh/src/ESMCI_MBMesh_Search_EtoP.C index ece773cf41..600181d974 100644 --- a/src/Infrastructure/Mesh/src/ESMCI_MBMesh_Search_EtoP.C +++ b/src/Infrastructure/Mesh/src/ESMCI_MBMesh_Search_EtoP.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/src/ESMCI_MBMesh_ShapeFunc.C b/src/Infrastructure/Mesh/src/ESMCI_MBMesh_ShapeFunc.C index 898219d45f..756302b4b8 100644 --- a/src/Infrastructure/Mesh/src/ESMCI_MBMesh_ShapeFunc.C +++ b/src/Infrastructure/Mesh/src/ESMCI_MBMesh_ShapeFunc.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/src/ESMCI_MBMesh_Util.C b/src/Infrastructure/Mesh/src/ESMCI_MBMesh_Util.C index fe6380b363..4bea59b114 100644 --- a/src/Infrastructure/Mesh/src/ESMCI_MBMesh_Util.C +++ b/src/Infrastructure/Mesh/src/ESMCI_MBMesh_Util.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/src/ESMCI_MathUtil.C b/src/Infrastructure/Mesh/src/ESMCI_MathUtil.C index 154c205138..f25a21282a 100644 --- a/src/Infrastructure/Mesh/src/ESMCI_MathUtil.C +++ b/src/Infrastructure/Mesh/src/ESMCI_MathUtil.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/src/ESMCI_Mesh.C b/src/Infrastructure/Mesh/src/ESMCI_Mesh.C index 5e64a528e9..c7c53ea6c3 100644 --- a/src/Infrastructure/Mesh/src/ESMCI_Mesh.C +++ b/src/Infrastructure/Mesh/src/ESMCI_Mesh.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/src/ESMCI_MeshCXX.C b/src/Infrastructure/Mesh/src/ESMCI_MeshCXX.C index 1bd6f3c53d..c028a9e852 100644 --- a/src/Infrastructure/Mesh/src/ESMCI_MeshCXX.C +++ b/src/Infrastructure/Mesh/src/ESMCI_MeshCXX.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/src/ESMCI_MeshCap.C b/src/Infrastructure/Mesh/src/ESMCI_MeshCap.C index 1034d7e795..1c83179ceb 100644 --- a/src/Infrastructure/Mesh/src/ESMCI_MeshCap.C +++ b/src/Infrastructure/Mesh/src/ESMCI_MeshCap.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/src/ESMCI_MeshDual.C b/src/Infrastructure/Mesh/src/ESMCI_MeshDual.C index 17ccda5327..d0de2e6a7d 100644 --- a/src/Infrastructure/Mesh/src/ESMCI_MeshDual.C +++ b/src/Infrastructure/Mesh/src/ESMCI_MeshDual.C @@ -2,7 +2,7 @@ // $Id: ESMCI_MeshRedist.C,v 1.23 2012/01/06 20:17:51 svasquez Exp $ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/src/ESMCI_MeshRedist.C b/src/Infrastructure/Mesh/src/ESMCI_MeshRedist.C index 062734d739..f3bdcbc66b 100644 --- a/src/Infrastructure/Mesh/src/ESMCI_MeshRedist.C +++ b/src/Infrastructure/Mesh/src/ESMCI_MeshRedist.C @@ -1,7 +1,7 @@ // $Id: ESMCI_MeshRedist.C,v 1.23 2012/01/06 20:17:51 svasquez Exp $ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/src/ESMCI_Mesh_FileIO.C b/src/Infrastructure/Mesh/src/ESMCI_Mesh_FileIO.C index 9a0dd8d406..dbd867642e 100644 --- a/src/Infrastructure/Mesh/src/ESMCI_Mesh_FileIO.C +++ b/src/Infrastructure/Mesh/src/ESMCI_Mesh_FileIO.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/src/ESMCI_Mesh_GToM_Glue.C b/src/Infrastructure/Mesh/src/ESMCI_Mesh_GToM_Glue.C index a3dbfbb4d8..869014c0b3 100644 --- a/src/Infrastructure/Mesh/src/ESMCI_Mesh_GToM_Glue.C +++ b/src/Infrastructure/Mesh/src/ESMCI_Mesh_GToM_Glue.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/src/ESMCI_Mesh_Glue.C b/src/Infrastructure/Mesh/src/ESMCI_Mesh_Glue.C index 381675ea13..766bf80267 100644 --- a/src/Infrastructure/Mesh/src/ESMCI_Mesh_Glue.C +++ b/src/Infrastructure/Mesh/src/ESMCI_Mesh_Glue.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/src/ESMCI_Mesh_Regrid_Glue.C b/src/Infrastructure/Mesh/src/ESMCI_Mesh_Regrid_Glue.C index e72bcc54d4..982698e777 100644 --- a/src/Infrastructure/Mesh/src/ESMCI_Mesh_Regrid_Glue.C +++ b/src/Infrastructure/Mesh/src/ESMCI_Mesh_Regrid_Glue.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/src/ESMCI_Mesh_XGrid_Glue.C b/src/Infrastructure/Mesh/src/ESMCI_Mesh_XGrid_Glue.C index fdb07e20ff..5a97002b96 100644 --- a/src/Infrastructure/Mesh/src/ESMCI_Mesh_XGrid_Glue.C +++ b/src/Infrastructure/Mesh/src/ESMCI_Mesh_XGrid_Glue.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/src/ESMCI_OTree.C b/src/Infrastructure/Mesh/src/ESMCI_OTree.C index ac6f7733c3..b7772a4ff4 100644 --- a/src/Infrastructure/Mesh/src/ESMCI_OTree.C +++ b/src/Infrastructure/Mesh/src/ESMCI_OTree.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/src/ESMCI_Regrid_Nearest.C b/src/Infrastructure/Mesh/src/ESMCI_Regrid_Nearest.C index d1cc995749..7812c818d4 100644 --- a/src/Infrastructure/Mesh/src/ESMCI_Regrid_Nearest.C +++ b/src/Infrastructure/Mesh/src/ESMCI_Regrid_Nearest.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/src/ESMCI_Rendez_Nearest.C b/src/Infrastructure/Mesh/src/ESMCI_Rendez_Nearest.C index d71ff085f0..e4491c032a 100644 --- a/src/Infrastructure/Mesh/src/ESMCI_Rendez_Nearest.C +++ b/src/Infrastructure/Mesh/src/ESMCI_Rendez_Nearest.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/src/ESMCI_Search_Nearest.C b/src/Infrastructure/Mesh/src/ESMCI_Search_Nearest.C index 3358f8149c..69c8dbbaff 100644 --- a/src/Infrastructure/Mesh/src/ESMCI_Search_Nearest.C +++ b/src/Infrastructure/Mesh/src/ESMCI_Search_Nearest.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/src/ESMCI_Search_NearestNPnts.C b/src/Infrastructure/Mesh/src/ESMCI_Search_NearestNPnts.C index 3725998fcf..a10e0741df 100644 --- a/src/Infrastructure/Mesh/src/ESMCI_Search_NearestNPnts.C +++ b/src/Infrastructure/Mesh/src/ESMCI_Search_NearestNPnts.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/src/ESMCI_UGRID_Util.C b/src/Infrastructure/Mesh/src/ESMCI_UGRID_Util.C index 72cca927d9..b231c63283 100644 --- a/src/Infrastructure/Mesh/src/ESMCI_UGRID_Util.C +++ b/src/Infrastructure/Mesh/src/ESMCI_UGRID_Util.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/src/ESMCI_XGridUtil.C b/src/Infrastructure/Mesh/src/ESMCI_XGridUtil.C index 8f1a4ec8c1..6d4a654042 100644 --- a/src/Infrastructure/Mesh/src/ESMCI_XGridUtil.C +++ b/src/Infrastructure/Mesh/src/ESMCI_XGridUtil.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/src/Legacy/ESMCI_Attr.C b/src/Infrastructure/Mesh/src/Legacy/ESMCI_Attr.C index f88237d668..48e82df97e 100644 --- a/src/Infrastructure/Mesh/src/Legacy/ESMCI_Attr.C +++ b/src/Infrastructure/Mesh/src/Legacy/ESMCI_Attr.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/src/Legacy/ESMCI_BBox.C b/src/Infrastructure/Mesh/src/Legacy/ESMCI_BBox.C index de1e193c43..d64911effc 100644 --- a/src/Infrastructure/Mesh/src/Legacy/ESMCI_BBox.C +++ b/src/Infrastructure/Mesh/src/Legacy/ESMCI_BBox.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/src/Legacy/ESMCI_CommReg.C b/src/Infrastructure/Mesh/src/Legacy/ESMCI_CommReg.C index 6d17670b8d..e3291e1301 100644 --- a/src/Infrastructure/Mesh/src/Legacy/ESMCI_CommReg.C +++ b/src/Infrastructure/Mesh/src/Legacy/ESMCI_CommReg.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/src/Legacy/ESMCI_CommRel.C b/src/Infrastructure/Mesh/src/Legacy/ESMCI_CommRel.C index 850ce7049a..74e41a32cd 100644 --- a/src/Infrastructure/Mesh/src/Legacy/ESMCI_CommRel.C +++ b/src/Infrastructure/Mesh/src/Legacy/ESMCI_CommRel.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/src/Legacy/ESMCI_Context.C b/src/Infrastructure/Mesh/src/Legacy/ESMCI_Context.C index 11a5af49d2..5d7db3b9a6 100644 --- a/src/Infrastructure/Mesh/src/Legacy/ESMCI_Context.C +++ b/src/Infrastructure/Mesh/src/Legacy/ESMCI_Context.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/src/Legacy/ESMCI_DDir.C b/src/Infrastructure/Mesh/src/Legacy/ESMCI_DDir.C index 4016688b73..477b6232b5 100644 --- a/src/Infrastructure/Mesh/src/Legacy/ESMCI_DDir.C +++ b/src/Infrastructure/Mesh/src/Legacy/ESMCI_DDir.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/src/Legacy/ESMCI_Exception.C b/src/Infrastructure/Mesh/src/Legacy/ESMCI_Exception.C index 1ffa3a54c0..8a1af8a808 100644 --- a/src/Infrastructure/Mesh/src/Legacy/ESMCI_Exception.C +++ b/src/Infrastructure/Mesh/src/Legacy/ESMCI_Exception.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/src/Legacy/ESMCI_FieldReg.C b/src/Infrastructure/Mesh/src/Legacy/ESMCI_FieldReg.C index 6c367607ad..81b4f779cc 100644 --- a/src/Infrastructure/Mesh/src/Legacy/ESMCI_FieldReg.C +++ b/src/Infrastructure/Mesh/src/Legacy/ESMCI_FieldReg.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/src/Legacy/ESMCI_FindPnts.C b/src/Infrastructure/Mesh/src/Legacy/ESMCI_FindPnts.C index 0044a1dae5..8d4eed0fdc 100644 --- a/src/Infrastructure/Mesh/src/Legacy/ESMCI_FindPnts.C +++ b/src/Infrastructure/Mesh/src/Legacy/ESMCI_FindPnts.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/src/Legacy/ESMCI_GeomRendezvous.C b/src/Infrastructure/Mesh/src/Legacy/ESMCI_GeomRendezvous.C index f966492705..9ededb47e4 100644 --- a/src/Infrastructure/Mesh/src/Legacy/ESMCI_GeomRendezvous.C +++ b/src/Infrastructure/Mesh/src/Legacy/ESMCI_GeomRendezvous.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/src/Legacy/ESMCI_GlobalIds.C b/src/Infrastructure/Mesh/src/Legacy/ESMCI_GlobalIds.C index 10ac27c462..d9b4a22d04 100644 --- a/src/Infrastructure/Mesh/src/Legacy/ESMCI_GlobalIds.C +++ b/src/Infrastructure/Mesh/src/Legacy/ESMCI_GlobalIds.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/src/Legacy/ESMCI_HAdapt.C b/src/Infrastructure/Mesh/src/Legacy/ESMCI_HAdapt.C index ea9bafa01a..78b46d02c7 100644 --- a/src/Infrastructure/Mesh/src/Legacy/ESMCI_HAdapt.C +++ b/src/Infrastructure/Mesh/src/Legacy/ESMCI_HAdapt.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/src/Legacy/ESMCI_IOField.C b/src/Infrastructure/Mesh/src/Legacy/ESMCI_IOField.C index 75fecccb65..c4c8d7f694 100644 --- a/src/Infrastructure/Mesh/src/Legacy/ESMCI_IOField.C +++ b/src/Infrastructure/Mesh/src/Legacy/ESMCI_IOField.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/src/Legacy/ESMCI_Kernel.C b/src/Infrastructure/Mesh/src/Legacy/ESMCI_Kernel.C index 3a6e403821..68612131ea 100644 --- a/src/Infrastructure/Mesh/src/Legacy/ESMCI_Kernel.C +++ b/src/Infrastructure/Mesh/src/Legacy/ESMCI_Kernel.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/src/Legacy/ESMCI_MCoord.C b/src/Infrastructure/Mesh/src/Legacy/ESMCI_MCoord.C index 3b2f1fa40f..6aba05801b 100644 --- a/src/Infrastructure/Mesh/src/Legacy/ESMCI_MCoord.C +++ b/src/Infrastructure/Mesh/src/Legacy/ESMCI_MCoord.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/src/Legacy/ESMCI_MEFamily.C b/src/Infrastructure/Mesh/src/Legacy/ESMCI_MEFamily.C index 138c072f11..c0393bd309 100644 --- a/src/Infrastructure/Mesh/src/Legacy/ESMCI_MEFamily.C +++ b/src/Infrastructure/Mesh/src/Legacy/ESMCI_MEFamily.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/src/Legacy/ESMCI_MEField.C b/src/Infrastructure/Mesh/src/Legacy/ESMCI_MEField.C index e097afeb48..6e16872772 100644 --- a/src/Infrastructure/Mesh/src/Legacy/ESMCI_MEField.C +++ b/src/Infrastructure/Mesh/src/Legacy/ESMCI_MEField.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/src/Legacy/ESMCI_MEImprint.C b/src/Infrastructure/Mesh/src/Legacy/ESMCI_MEImprint.C index fd7b8610c7..6fddd0a397 100644 --- a/src/Infrastructure/Mesh/src/Legacy/ESMCI_MEImprint.C +++ b/src/Infrastructure/Mesh/src/Legacy/ESMCI_MEImprint.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/src/Legacy/ESMCI_MEValues.C b/src/Infrastructure/Mesh/src/Legacy/ESMCI_MEValues.C index 96069070ff..40ffd487b4 100644 --- a/src/Infrastructure/Mesh/src/Legacy/ESMCI_MEValues.C +++ b/src/Infrastructure/Mesh/src/Legacy/ESMCI_MEValues.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/src/Legacy/ESMCI_MasterElement.C b/src/Infrastructure/Mesh/src/Legacy/ESMCI_MasterElement.C index 072cb9d9fa..631ca8e05e 100644 --- a/src/Infrastructure/Mesh/src/Legacy/ESMCI_MasterElement.C +++ b/src/Infrastructure/Mesh/src/Legacy/ESMCI_MasterElement.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/src/Legacy/ESMCI_MasterElementV.C b/src/Infrastructure/Mesh/src/Legacy/ESMCI_MasterElementV.C index c0b2e28b5e..128f4ba549 100644 --- a/src/Infrastructure/Mesh/src/Legacy/ESMCI_MasterElementV.C +++ b/src/Infrastructure/Mesh/src/Legacy/ESMCI_MasterElementV.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/src/Legacy/ESMCI_MeshDB.C b/src/Infrastructure/Mesh/src/Legacy/ESMCI_MeshDB.C index fa755cd120..6ba3e191a7 100644 --- a/src/Infrastructure/Mesh/src/Legacy/ESMCI_MeshDB.C +++ b/src/Infrastructure/Mesh/src/Legacy/ESMCI_MeshDB.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/src/Legacy/ESMCI_MeshExodus.C b/src/Infrastructure/Mesh/src/Legacy/ESMCI_MeshExodus.C index c968de60f6..b08c24efa6 100644 --- a/src/Infrastructure/Mesh/src/Legacy/ESMCI_MeshExodus.C +++ b/src/Infrastructure/Mesh/src/Legacy/ESMCI_MeshExodus.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/src/Legacy/ESMCI_MeshField.C b/src/Infrastructure/Mesh/src/Legacy/ESMCI_MeshField.C index 2acfd4212f..1caf06f63e 100644 --- a/src/Infrastructure/Mesh/src/Legacy/ESMCI_MeshField.C +++ b/src/Infrastructure/Mesh/src/Legacy/ESMCI_MeshField.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/src/Legacy/ESMCI_MeshGen.C b/src/Infrastructure/Mesh/src/Legacy/ESMCI_MeshGen.C index 87cfbdf775..f885c0c0c5 100644 --- a/src/Infrastructure/Mesh/src/Legacy/ESMCI_MeshGen.C +++ b/src/Infrastructure/Mesh/src/Legacy/ESMCI_MeshGen.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/src/Legacy/ESMCI_MeshMerge.C b/src/Infrastructure/Mesh/src/Legacy/ESMCI_MeshMerge.C index d9e1fcc555..4285002832 100644 --- a/src/Infrastructure/Mesh/src/Legacy/ESMCI_MeshMerge.C +++ b/src/Infrastructure/Mesh/src/Legacy/ESMCI_MeshMerge.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/src/Legacy/ESMCI_MeshNC.C b/src/Infrastructure/Mesh/src/Legacy/ESMCI_MeshNC.C index 7162cc48e0..2358dba07b 100644 --- a/src/Infrastructure/Mesh/src/Legacy/ESMCI_MeshNC.C +++ b/src/Infrastructure/Mesh/src/Legacy/ESMCI_MeshNC.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/src/Legacy/ESMCI_MeshObj.C b/src/Infrastructure/Mesh/src/Legacy/ESMCI_MeshObj.C index 1f4209c70f..29b47a0cda 100644 --- a/src/Infrastructure/Mesh/src/Legacy/ESMCI_MeshObj.C +++ b/src/Infrastructure/Mesh/src/Legacy/ESMCI_MeshObj.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/src/Legacy/ESMCI_MeshObjConn.C b/src/Infrastructure/Mesh/src/Legacy/ESMCI_MeshObjConn.C index 42e442dde5..f6355d20d2 100644 --- a/src/Infrastructure/Mesh/src/Legacy/ESMCI_MeshObjConn.C +++ b/src/Infrastructure/Mesh/src/Legacy/ESMCI_MeshObjConn.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/src/Legacy/ESMCI_MeshObjPack.C b/src/Infrastructure/Mesh/src/Legacy/ESMCI_MeshObjPack.C index f539207472..46e2acdc4c 100644 --- a/src/Infrastructure/Mesh/src/Legacy/ESMCI_MeshObjPack.C +++ b/src/Infrastructure/Mesh/src/Legacy/ESMCI_MeshObjPack.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/src/Legacy/ESMCI_MeshObjTopo.C b/src/Infrastructure/Mesh/src/Legacy/ESMCI_MeshObjTopo.C index 59b63e157c..60afbe1811 100644 --- a/src/Infrastructure/Mesh/src/Legacy/ESMCI_MeshObjTopo.C +++ b/src/Infrastructure/Mesh/src/Legacy/ESMCI_MeshObjTopo.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/src/Legacy/ESMCI_MeshPNC.C b/src/Infrastructure/Mesh/src/Legacy/ESMCI_MeshPNC.C index e62f486ba1..3d8e8eb8fc 100644 --- a/src/Infrastructure/Mesh/src/Legacy/ESMCI_MeshPNC.C +++ b/src/Infrastructure/Mesh/src/Legacy/ESMCI_MeshPNC.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/src/Legacy/ESMCI_MeshPartition.C b/src/Infrastructure/Mesh/src/Legacy/ESMCI_MeshPartition.C index 14d20b8ad1..c7d2a771f7 100644 --- a/src/Infrastructure/Mesh/src/Legacy/ESMCI_MeshPartition.C +++ b/src/Infrastructure/Mesh/src/Legacy/ESMCI_MeshPartition.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/src/Legacy/ESMCI_MeshRead.C b/src/Infrastructure/Mesh/src/Legacy/ESMCI_MeshRead.C index c78bcfe935..8161b74dde 100644 --- a/src/Infrastructure/Mesh/src/Legacy/ESMCI_MeshRead.C +++ b/src/Infrastructure/Mesh/src/Legacy/ESMCI_MeshRead.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/src/Legacy/ESMCI_MeshRefine.C b/src/Infrastructure/Mesh/src/Legacy/ESMCI_MeshRefine.C index 683385ec14..6622758f4b 100644 --- a/src/Infrastructure/Mesh/src/Legacy/ESMCI_MeshRefine.C +++ b/src/Infrastructure/Mesh/src/Legacy/ESMCI_MeshRefine.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/src/Legacy/ESMCI_MeshSkin.C b/src/Infrastructure/Mesh/src/Legacy/ESMCI_MeshSkin.C index 695d44fb41..6daa415c66 100644 --- a/src/Infrastructure/Mesh/src/Legacy/ESMCI_MeshSkin.C +++ b/src/Infrastructure/Mesh/src/Legacy/ESMCI_MeshSkin.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/src/Legacy/ESMCI_MeshUtils.C b/src/Infrastructure/Mesh/src/Legacy/ESMCI_MeshUtils.C index da43fff62c..f031cbe33e 100644 --- a/src/Infrastructure/Mesh/src/Legacy/ESMCI_MeshUtils.C +++ b/src/Infrastructure/Mesh/src/Legacy/ESMCI_MeshUtils.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/src/Legacy/ESMCI_MeshVTK.C b/src/Infrastructure/Mesh/src/Legacy/ESMCI_MeshVTK.C index d24dd0e94b..68d267ff30 100644 --- a/src/Infrastructure/Mesh/src/Legacy/ESMCI_MeshVTK.C +++ b/src/Infrastructure/Mesh/src/Legacy/ESMCI_MeshVTK.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/src/Legacy/ESMCI_MeshllField.C b/src/Infrastructure/Mesh/src/Legacy/ESMCI_MeshllField.C index 780d222081..622bc1770f 100644 --- a/src/Infrastructure/Mesh/src/Legacy/ESMCI_MeshllField.C +++ b/src/Infrastructure/Mesh/src/Legacy/ESMCI_MeshllField.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/src/Legacy/ESMCI_Migrator.C b/src/Infrastructure/Mesh/src/Legacy/ESMCI_Migrator.C index 54c2670000..4b73a89793 100644 --- a/src/Infrastructure/Mesh/src/Legacy/ESMCI_Migrator.C +++ b/src/Infrastructure/Mesh/src/Legacy/ESMCI_Migrator.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/src/Legacy/ESMCI_ParEnv.C b/src/Infrastructure/Mesh/src/Legacy/ESMCI_ParEnv.C index e4764f303d..b643a95930 100644 --- a/src/Infrastructure/Mesh/src/Legacy/ESMCI_ParEnv.C +++ b/src/Infrastructure/Mesh/src/Legacy/ESMCI_ParEnv.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/src/Legacy/ESMCI_ParLog.C b/src/Infrastructure/Mesh/src/Legacy/ESMCI_ParLog.C index 71aeb4cd23..1326f3855c 100644 --- a/src/Infrastructure/Mesh/src/Legacy/ESMCI_ParLog.C +++ b/src/Infrastructure/Mesh/src/Legacy/ESMCI_ParLog.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/src/Legacy/ESMCI_Polynomial.C b/src/Infrastructure/Mesh/src/Legacy/ESMCI_Polynomial.C index 6bae86ca07..315ffef104 100644 --- a/src/Infrastructure/Mesh/src/Legacy/ESMCI_Polynomial.C +++ b/src/Infrastructure/Mesh/src/Legacy/ESMCI_Polynomial.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/src/Legacy/ESMCI_Quadrature.C b/src/Infrastructure/Mesh/src/Legacy/ESMCI_Quadrature.C index 6e2c697e12..1d42c1e2d1 100644 --- a/src/Infrastructure/Mesh/src/Legacy/ESMCI_Quadrature.C +++ b/src/Infrastructure/Mesh/src/Legacy/ESMCI_Quadrature.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/src/Legacy/ESMCI_Rebalance.C b/src/Infrastructure/Mesh/src/Legacy/ESMCI_Rebalance.C index 23852f0356..7f42dbf8e7 100644 --- a/src/Infrastructure/Mesh/src/Legacy/ESMCI_Rebalance.C +++ b/src/Infrastructure/Mesh/src/Legacy/ESMCI_Rebalance.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/src/Legacy/ESMCI_RefineTopo.C b/src/Infrastructure/Mesh/src/Legacy/ESMCI_RefineTopo.C index 6fcaa16c50..17131a61d1 100644 --- a/src/Infrastructure/Mesh/src/Legacy/ESMCI_RefineTopo.C +++ b/src/Infrastructure/Mesh/src/Legacy/ESMCI_RefineTopo.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/src/Legacy/ESMCI_SFuncAdaptor.C b/src/Infrastructure/Mesh/src/Legacy/ESMCI_SFuncAdaptor.C index 71519605c1..db0b277f45 100644 --- a/src/Infrastructure/Mesh/src/Legacy/ESMCI_SFuncAdaptor.C +++ b/src/Infrastructure/Mesh/src/Legacy/ESMCI_SFuncAdaptor.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/src/Legacy/ESMCI_SM.C b/src/Infrastructure/Mesh/src/Legacy/ESMCI_SM.C index 2c580e82e6..76970520f7 100644 --- a/src/Infrastructure/Mesh/src/Legacy/ESMCI_SM.C +++ b/src/Infrastructure/Mesh/src/Legacy/ESMCI_SM.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/src/Legacy/ESMCI_ShapeLagrange.C b/src/Infrastructure/Mesh/src/Legacy/ESMCI_ShapeLagrange.C index 3a3146f025..f507372f7b 100644 --- a/src/Infrastructure/Mesh/src/Legacy/ESMCI_ShapeLagrange.C +++ b/src/Infrastructure/Mesh/src/Legacy/ESMCI_ShapeLagrange.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/src/Legacy/ESMCI_SmallAlloc.C b/src/Infrastructure/Mesh/src/Legacy/ESMCI_SmallAlloc.C index 4e05f0fe24..844d7d5c0a 100644 --- a/src/Infrastructure/Mesh/src/Legacy/ESMCI_SmallAlloc.C +++ b/src/Infrastructure/Mesh/src/Legacy/ESMCI_SmallAlloc.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/src/Legacy/ESMCI_SparseMsg.C b/src/Infrastructure/Mesh/src/Legacy/ESMCI_SparseMsg.C index b9e6e4d146..3f3513471c 100644 --- a/src/Infrastructure/Mesh/src/Legacy/ESMCI_SparseMsg.C +++ b/src/Infrastructure/Mesh/src/Legacy/ESMCI_SparseMsg.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/src/Legacy/ESMCI_WriteWeights.C b/src/Infrastructure/Mesh/src/Legacy/ESMCI_WriteWeights.C index d19c08370a..4a65040592 100644 --- a/src/Infrastructure/Mesh/src/Legacy/ESMCI_WriteWeights.C +++ b/src/Infrastructure/Mesh/src/Legacy/ESMCI_WriteWeights.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/src/Legacy/ESMCI_WriteWeightsPar.C b/src/Infrastructure/Mesh/src/Legacy/ESMCI_WriteWeightsPar.C index 9f365c3fc9..843eb79915 100644 --- a/src/Infrastructure/Mesh/src/Legacy/ESMCI_WriteWeightsPar.C +++ b/src/Infrastructure/Mesh/src/Legacy/ESMCI_WriteWeightsPar.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/src/Legacy/ESMF_SolverUtil_C.F90 b/src/Infrastructure/Mesh/src/Legacy/ESMF_SolverUtil_C.F90 index 78820d0780..6c1b5cb71a 100644 --- a/src/Infrastructure/Mesh/src/Legacy/ESMF_SolverUtil_C.F90 +++ b/src/Infrastructure/Mesh/src/Legacy/ESMF_SolverUtil_C.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/src/Regridding/ESMCI_Conserve2ndInterp.C b/src/Infrastructure/Mesh/src/Regridding/ESMCI_Conserve2ndInterp.C index 0ed3d4b3cf..79866c6623 100644 --- a/src/Infrastructure/Mesh/src/Regridding/ESMCI_Conserve2ndInterp.C +++ b/src/Infrastructure/Mesh/src/Regridding/ESMCI_Conserve2ndInterp.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/src/Regridding/ESMCI_ConserveInterp.C b/src/Infrastructure/Mesh/src/Regridding/ESMCI_ConserveInterp.C index 8a047391b2..82622c3061 100644 --- a/src/Infrastructure/Mesh/src/Regridding/ESMCI_ConserveInterp.C +++ b/src/Infrastructure/Mesh/src/Regridding/ESMCI_ConserveInterp.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/src/Regridding/ESMCI_CreepFill.C b/src/Infrastructure/Mesh/src/Regridding/ESMCI_CreepFill.C index 7c11616e49..59d977f409 100644 --- a/src/Infrastructure/Mesh/src/Regridding/ESMCI_CreepFill.C +++ b/src/Infrastructure/Mesh/src/Regridding/ESMCI_CreepFill.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/src/Regridding/ESMCI_Extrap.C b/src/Infrastructure/Mesh/src/Regridding/ESMCI_Extrap.C index 625b9b3d77..48a3b8a850 100644 --- a/src/Infrastructure/Mesh/src/Regridding/ESMCI_Extrap.C +++ b/src/Infrastructure/Mesh/src/Regridding/ESMCI_Extrap.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/src/Regridding/ESMCI_ExtrapolationPoleLGC.C b/src/Infrastructure/Mesh/src/Regridding/ESMCI_ExtrapolationPoleLGC.C index b7a6ebaec1..a5679f2338 100644 --- a/src/Infrastructure/Mesh/src/Regridding/ESMCI_ExtrapolationPoleLGC.C +++ b/src/Infrastructure/Mesh/src/Regridding/ESMCI_ExtrapolationPoleLGC.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/src/Regridding/ESMCI_Integrate.C b/src/Infrastructure/Mesh/src/Regridding/ESMCI_Integrate.C index e5ef907965..7829338985 100644 --- a/src/Infrastructure/Mesh/src/Regridding/ESMCI_Integrate.C +++ b/src/Infrastructure/Mesh/src/Regridding/ESMCI_Integrate.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/src/Regridding/ESMCI_Interp.C b/src/Infrastructure/Mesh/src/Regridding/ESMCI_Interp.C index e217a076a9..38a223adda 100644 --- a/src/Infrastructure/Mesh/src/Regridding/ESMCI_Interp.C +++ b/src/Infrastructure/Mesh/src/Regridding/ESMCI_Interp.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/src/Regridding/ESMCI_Mapping.C b/src/Infrastructure/Mesh/src/Regridding/ESMCI_Mapping.C index f5353a9279..21c0e125a8 100644 --- a/src/Infrastructure/Mesh/src/Regridding/ESMCI_Mapping.C +++ b/src/Infrastructure/Mesh/src/Regridding/ESMCI_Mapping.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/src/Regridding/ESMCI_MeshRegrid.C b/src/Infrastructure/Mesh/src/Regridding/ESMCI_MeshRegrid.C index 79a0eefb3f..e95cad2505 100644 --- a/src/Infrastructure/Mesh/src/Regridding/ESMCI_MeshRegrid.C +++ b/src/Infrastructure/Mesh/src/Regridding/ESMCI_MeshRegrid.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/src/Regridding/ESMCI_PatchRecovery.C b/src/Infrastructure/Mesh/src/Regridding/ESMCI_PatchRecovery.C index c6847d0447..f571d5d436 100644 --- a/src/Infrastructure/Mesh/src/Regridding/ESMCI_PatchRecovery.C +++ b/src/Infrastructure/Mesh/src/Regridding/ESMCI_PatchRecovery.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/src/Regridding/ESMCI_Regrid_Helper.C b/src/Infrastructure/Mesh/src/Regridding/ESMCI_Regrid_Helper.C index d58096c192..44c932fe9f 100644 --- a/src/Infrastructure/Mesh/src/Regridding/ESMCI_Regrid_Helper.C +++ b/src/Infrastructure/Mesh/src/Regridding/ESMCI_Regrid_Helper.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/src/Regridding/ESMCI_Search.C b/src/Infrastructure/Mesh/src/Regridding/ESMCI_Search.C index ef502a1f26..236a12e52e 100644 --- a/src/Infrastructure/Mesh/src/Regridding/ESMCI_Search.C +++ b/src/Infrastructure/Mesh/src/Regridding/ESMCI_Search.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/src/Regridding/ESMCI_SearchNearestDToSLGC.C b/src/Infrastructure/Mesh/src/Regridding/ESMCI_SearchNearestDToSLGC.C index d433861cba..0707bbad22 100644 --- a/src/Infrastructure/Mesh/src/Regridding/ESMCI_SearchNearestDToSLGC.C +++ b/src/Infrastructure/Mesh/src/Regridding/ESMCI_SearchNearestDToSLGC.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/src/Regridding/ESMCI_SearchNearestLGC.C b/src/Infrastructure/Mesh/src/Regridding/ESMCI_SearchNearestLGC.C index 5991d7b933..5ed274351c 100644 --- a/src/Infrastructure/Mesh/src/Regridding/ESMCI_SearchNearestLGC.C +++ b/src/Infrastructure/Mesh/src/Regridding/ESMCI_SearchNearestLGC.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/src/Regridding/ESMCI_SearchNearestNPntsLGC.C b/src/Infrastructure/Mesh/src/Regridding/ESMCI_SearchNearestNPntsLGC.C index 118d3954ad..ff09e3007f 100644 --- a/src/Infrastructure/Mesh/src/Regridding/ESMCI_SearchNearestNPntsLGC.C +++ b/src/Infrastructure/Mesh/src/Regridding/ESMCI_SearchNearestNPntsLGC.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/src/Regridding/ESMCI_ShapeFunc.C b/src/Infrastructure/Mesh/src/Regridding/ESMCI_ShapeFunc.C index e0dbb89039..034730464d 100644 --- a/src/Infrastructure/Mesh/src/Regridding/ESMCI_ShapeFunc.C +++ b/src/Infrastructure/Mesh/src/Regridding/ESMCI_ShapeFunc.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/src/Regridding/ESMCI_SpaceDir.C b/src/Infrastructure/Mesh/src/Regridding/ESMCI_SpaceDir.C index 1e44eddd55..5dafe37d25 100644 --- a/src/Infrastructure/Mesh/src/Regridding/ESMCI_SpaceDir.C +++ b/src/Infrastructure/Mesh/src/Regridding/ESMCI_SpaceDir.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/src/Regridding/ESMCI_WMat.C b/src/Infrastructure/Mesh/src/Regridding/ESMCI_WMat.C index 0965d9259b..19e9537345 100644 --- a/src/Infrastructure/Mesh/src/Regridding/ESMCI_WMat.C +++ b/src/Infrastructure/Mesh/src/Regridding/ESMCI_WMat.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/tests/ESMCI_IntegrateUTest.C b/src/Infrastructure/Mesh/tests/ESMCI_IntegrateUTest.C index 65912fbc23..44cb45c302 100644 --- a/src/Infrastructure/Mesh/tests/ESMCI_IntegrateUTest.C +++ b/src/Infrastructure/Mesh/tests/ESMCI_IntegrateUTest.C @@ -2,7 +2,7 @@ //============================================================================== // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/tests/ESMCI_MBMesh_ExtrapolateUTest.C b/src/Infrastructure/Mesh/tests/ESMCI_MBMesh_ExtrapolateUTest.C index f421fb835e..12d30d722a 100644 --- a/src/Infrastructure/Mesh/tests/ESMCI_MBMesh_ExtrapolateUTest.C +++ b/src/Infrastructure/Mesh/tests/ESMCI_MBMesh_ExtrapolateUTest.C @@ -2,7 +2,7 @@ //============================================================================== // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/tests/ESMCI_MBMesh_UtilUTest.C b/src/Infrastructure/Mesh/tests/ESMCI_MBMesh_UtilUTest.C index 16d14bc06f..9bcd59c067 100644 --- a/src/Infrastructure/Mesh/tests/ESMCI_MBMesh_UtilUTest.C +++ b/src/Infrastructure/Mesh/tests/ESMCI_MBMesh_UtilUTest.C @@ -2,7 +2,7 @@ //============================================================================== // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/tests/ESMCI_MCT.C b/src/Infrastructure/Mesh/tests/ESMCI_MCT.C index f45c928735..a7d80b4fa9 100644 --- a/src/Infrastructure/Mesh/tests/ESMCI_MCT.C +++ b/src/Infrastructure/Mesh/tests/ESMCI_MCT.C @@ -1,7 +1,7 @@ //============================================================================== // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/tests/ESMCI_MCTGen.C b/src/Infrastructure/Mesh/tests/ESMCI_MCTGen.C index d5d98e8d60..bf82fb164b 100644 --- a/src/Infrastructure/Mesh/tests/ESMCI_MCTGen.C +++ b/src/Infrastructure/Mesh/tests/ESMCI_MCTGen.C @@ -2,7 +2,7 @@ //============================================================================== // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/tests/ESMCI_MeshCapRegridUTest.C b/src/Infrastructure/Mesh/tests/ESMCI_MeshCapRegridUTest.C index 2da816e028..928b5cdbf1 100644 --- a/src/Infrastructure/Mesh/tests/ESMCI_MeshCapRegridUTest.C +++ b/src/Infrastructure/Mesh/tests/ESMCI_MeshCapRegridUTest.C @@ -1,7 +1,7 @@ //============================================================================== // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/tests/ESMCI_MeshCapUTest.C b/src/Infrastructure/Mesh/tests/ESMCI_MeshCapUTest.C index 542388b1e2..aa17e894c5 100644 --- a/src/Infrastructure/Mesh/tests/ESMCI_MeshCapUTest.C +++ b/src/Infrastructure/Mesh/tests/ESMCI_MeshCapUTest.C @@ -1,7 +1,7 @@ //============================================================================== // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/tests/ESMCI_MeshMOABUTest.C b/src/Infrastructure/Mesh/tests/ESMCI_MeshMOABUTest.C index b5d9168c6b..3b64547bcb 100644 --- a/src/Infrastructure/Mesh/tests/ESMCI_MeshMOABUTest.C +++ b/src/Infrastructure/Mesh/tests/ESMCI_MeshMOABUTest.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/tests/ESMCI_MeshTestGenPL.C b/src/Infrastructure/Mesh/tests/ESMCI_MeshTestGenPL.C index 24b0dcf75c..40e6af42da 100644 --- a/src/Infrastructure/Mesh/tests/ESMCI_MeshTestGenPL.C +++ b/src/Infrastructure/Mesh/tests/ESMCI_MeshTestGenPL.C @@ -2,7 +2,7 @@ //============================================================================== // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/tests/ESMCI_MeshUTest.C b/src/Infrastructure/Mesh/tests/ESMCI_MeshUTest.C index 957aef8385..467be2029c 100644 --- a/src/Infrastructure/Mesh/tests/ESMCI_MeshUTest.C +++ b/src/Infrastructure/Mesh/tests/ESMCI_MeshUTest.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/tests/ESMCI_NearestUTest.C b/src/Infrastructure/Mesh/tests/ESMCI_NearestUTest.C index 197acfd218..34e35e1355 100644 --- a/src/Infrastructure/Mesh/tests/ESMCI_NearestUTest.C +++ b/src/Infrastructure/Mesh/tests/ESMCI_NearestUTest.C @@ -2,7 +2,7 @@ //============================================================================== // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/tests/ESMCI_Proj4UTest.C b/src/Infrastructure/Mesh/tests/ESMCI_Proj4UTest.C index b316696c12..ad2c50940e 100644 --- a/src/Infrastructure/Mesh/tests/ESMCI_Proj4UTest.C +++ b/src/Infrastructure/Mesh/tests/ESMCI_Proj4UTest.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/tests/ESMC_MeshVTKUTest.c b/src/Infrastructure/Mesh/tests/ESMC_MeshVTKUTest.c index a6a7c957e6..a7be5455ce 100644 --- a/src/Infrastructure/Mesh/tests/ESMC_MeshVTKUTest.c +++ b/src/Infrastructure/Mesh/tests/ESMC_MeshVTKUTest.c @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/tests/ESMF_MeshFileIOUTest.F90 b/src/Infrastructure/Mesh/tests/ESMF_MeshFileIOUTest.F90 index 8a28562b55..5d4e1c4c68 100644 --- a/src/Infrastructure/Mesh/tests/ESMF_MeshFileIOUTest.F90 +++ b/src/Infrastructure/Mesh/tests/ESMF_MeshFileIOUTest.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/tests/ESMF_MeshOpUTest.F90 b/src/Infrastructure/Mesh/tests/ESMF_MeshOpUTest.F90 index 6517323624..ba3db4fbf2 100644 --- a/src/Infrastructure/Mesh/tests/ESMF_MeshOpUTest.F90 +++ b/src/Infrastructure/Mesh/tests/ESMF_MeshOpUTest.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Mesh/tests/ESMF_MeshUTest.F90 b/src/Infrastructure/Mesh/tests/ESMF_MeshUTest.F90 index 51ff271d00..656735a55e 100644 --- a/src/Infrastructure/Mesh/tests/ESMF_MeshUTest.F90 +++ b/src/Infrastructure/Mesh/tests/ESMF_MeshUTest.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/PointList/include/ESMCI_PointList.h b/src/Infrastructure/PointList/include/ESMCI_PointList.h index 277ad3d4aa..c9a8238ae7 100644 --- a/src/Infrastructure/PointList/include/ESMCI_PointList.h +++ b/src/Infrastructure/PointList/include/ESMCI_PointList.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/PointList/interface/ESMCI_PointList_F.C b/src/Infrastructure/PointList/interface/ESMCI_PointList_F.C index 7807a29dc1..b25f4ef7a2 100644 --- a/src/Infrastructure/PointList/interface/ESMCI_PointList_F.C +++ b/src/Infrastructure/PointList/interface/ESMCI_PointList_F.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/PointList/interface/ESMF_PointList.F90 b/src/Infrastructure/PointList/interface/ESMF_PointList.F90 index c9350b8243..6becbdd8e3 100644 --- a/src/Infrastructure/PointList/interface/ESMF_PointList.F90 +++ b/src/Infrastructure/PointList/interface/ESMF_PointList.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/PointList/src/ESMCI_PointList.C b/src/Infrastructure/PointList/src/ESMCI_PointList.C index 503d6447ab..b46cef8430 100644 --- a/src/Infrastructure/PointList/src/ESMCI_PointList.C +++ b/src/Infrastructure/PointList/src/ESMCI_PointList.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/PointList/tests/ESMF_PointListUTest.F90 b/src/Infrastructure/PointList/tests/ESMF_PointListUTest.F90 index b1b932e26c..6500921d7c 100644 --- a/src/Infrastructure/PointList/tests/ESMF_PointListUTest.F90 +++ b/src/Infrastructure/PointList/tests/ESMF_PointListUTest.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Regrid/doc/Regrid.bib b/src/Infrastructure/Regrid/doc/Regrid.bib index c68ffa862c..af43d3dd4b 100644 --- a/src/Infrastructure/Regrid/doc/Regrid.bib +++ b/src/Infrastructure/Regrid/doc/Regrid.bib @@ -1,7 +1,7 @@ % $Id$ % % Earth System Modeling Framework -% Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +% Copyright (c) 2002-2024, University Corporation for Atmospheric Research, % Massachusetts Institute of Technology, Geophysical Fluid Dynamics % Laboratory, University of Michigan, National Centers for Environmental % Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Regrid/doc/Regrid_desc.tex b/src/Infrastructure/Regrid/doc/Regrid_desc.tex index 715e9d215b..c96f09c96c 100644 --- a/src/Infrastructure/Regrid/doc/Regrid_desc.tex +++ b/src/Infrastructure/Regrid/doc/Regrid_desc.tex @@ -1,7 +1,7 @@ % $Id$ % % Earth System Modeling Framework -% Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +% Copyright (c) 2002-2024, University Corporation for Atmospheric Research, % Massachusetts Institute of Technology, Geophysical Fluid Dynamics % Laboratory, University of Michigan, National Centers for Environmental % Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Regrid/doc/Regrid_glos.tex b/src/Infrastructure/Regrid/doc/Regrid_glos.tex index 9a1fc64606..14d5034c92 100644 --- a/src/Infrastructure/Regrid/doc/Regrid_glos.tex +++ b/src/Infrastructure/Regrid/doc/Regrid_glos.tex @@ -1,7 +1,7 @@ % $Id$ % % Earth System Modeling Framework -% Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +% Copyright (c) 2002-2024, University Corporation for Atmospheric Research, % Massachusetts Institute of Technology, Geophysical Fluid Dynamics % Laboratory, University of Michigan, National Centers for Environmental % Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Regrid/doc/Regrid_obj.tex b/src/Infrastructure/Regrid/doc/Regrid_obj.tex index d9fed6f935..89caa671ce 100644 --- a/src/Infrastructure/Regrid/doc/Regrid_obj.tex +++ b/src/Infrastructure/Regrid/doc/Regrid_obj.tex @@ -1,7 +1,7 @@ % $Id$ % % Earth System Modeling Framework -% Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +% Copyright (c) 2002-2024, University Corporation for Atmospheric Research, % Massachusetts Institute of Technology, Geophysical Fluid Dynamics % Laboratory, University of Michigan, National Centers for Environmental % Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Regrid/doc/Regrid_refdoc.ctex b/src/Infrastructure/Regrid/doc/Regrid_refdoc.ctex index 7c0cd9d8bd..06a7f58825 100644 --- a/src/Infrastructure/Regrid/doc/Regrid_refdoc.ctex +++ b/src/Infrastructure/Regrid/doc/Regrid_refdoc.ctex @@ -1,7 +1,7 @@ % $Id$ % % Earth System Modeling Framework -% Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +% Copyright (c) 2002-2024, University Corporation for Atmospheric Research, % Massachusetts Institute of Technology, Geophysical Fluid Dynamics % Laboratory, University of Michigan, National Centers for Environmental % Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Regrid/doc/Regrid_req.tex b/src/Infrastructure/Regrid/doc/Regrid_req.tex index 3f4d278473..44521130e3 100644 --- a/src/Infrastructure/Regrid/doc/Regrid_req.tex +++ b/src/Infrastructure/Regrid/doc/Regrid_req.tex @@ -1,7 +1,7 @@ % $Id$ % % Earth System Modeling Framework -% Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +% Copyright (c) 2002-2024, University Corporation for Atmospheric Research, % Massachusetts Institute of Technology, Geophysical Fluid Dynamics % Laboratory, University of Michigan, National Centers for Environmental % Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Regrid/examples/ESMF_RegridEx.F90 b/src/Infrastructure/Regrid/examples/ESMF_RegridEx.F90 index 0e7b3bb333..7a1f481f4c 100644 --- a/src/Infrastructure/Regrid/examples/ESMF_RegridEx.F90 +++ b/src/Infrastructure/Regrid/examples/ESMF_RegridEx.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Regrid/interface/ESMCI_Regrid_F.C b/src/Infrastructure/Regrid/interface/ESMCI_Regrid_F.C index 1dcbf9a1e2..deb33b93e9 100644 --- a/src/Infrastructure/Regrid/interface/ESMCI_Regrid_F.C +++ b/src/Infrastructure/Regrid/interface/ESMCI_Regrid_F.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Regrid/interface/ESMF_Regrid_C.F90 b/src/Infrastructure/Regrid/interface/ESMF_Regrid_C.F90 index 6c3ad6db0a..1b64131d0a 100644 --- a/src/Infrastructure/Regrid/interface/ESMF_Regrid_C.F90 +++ b/src/Infrastructure/Regrid/interface/ESMF_Regrid_C.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Regrid/src/ESMF_Regrid.F90 b/src/Infrastructure/Regrid/src/ESMF_Regrid.F90 index c8aa92cad3..3ace9bbee7 100644 --- a/src/Infrastructure/Regrid/src/ESMF_Regrid.F90 +++ b/src/Infrastructure/Regrid/src/ESMF_Regrid.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Route/doc/RHandle_crefdoc.ctex b/src/Infrastructure/Route/doc/RHandle_crefdoc.ctex index 45f81c1735..9d6957cc3c 100644 --- a/src/Infrastructure/Route/doc/RHandle_crefdoc.ctex +++ b/src/Infrastructure/Route/doc/RHandle_crefdoc.ctex @@ -1,7 +1,7 @@ % $Id$ % % Earth System Modeling Framework -% Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +% Copyright (c) 2002-2024, University Corporation for Atmospheric Research, % Massachusetts Institute of Technology, Geophysical Fluid Dynamics % Laboratory, University of Michigan, National Centers for Environmental % Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Route/doc/RHandle_desc.tex b/src/Infrastructure/Route/doc/RHandle_desc.tex index 39b6fb3906..cfee81d541 100644 --- a/src/Infrastructure/Route/doc/RHandle_desc.tex +++ b/src/Infrastructure/Route/doc/RHandle_desc.tex @@ -1,7 +1,7 @@ % $Id$ % % Earth System Modeling Framework -% Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +% Copyright (c) 2002-2024, University Corporation for Atmospheric Research, % Massachusetts Institute of Technology, Geophysical Fluid Dynamics % Laboratory, University of Michigan, National Centers for Environmental % Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Route/doc/RHandle_refdoc.ctex b/src/Infrastructure/Route/doc/RHandle_refdoc.ctex index c77abcf7f1..eaaf20a6f6 100644 --- a/src/Infrastructure/Route/doc/RHandle_refdoc.ctex +++ b/src/Infrastructure/Route/doc/RHandle_refdoc.ctex @@ -1,7 +1,7 @@ % $Id$ % % Earth System Modeling Framework -% Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +% Copyright (c) 2002-2024, University Corporation for Atmospheric Research, % Massachusetts Institute of Technology, Geophysical Fluid Dynamics % Laboratory, University of Michigan, National Centers for Environmental % Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Route/examples/ESMF_RHandleBitForBitEx.F90 b/src/Infrastructure/Route/examples/ESMF_RHandleBitForBitEx.F90 index 39f141405b..d5d8fd56ac 100644 --- a/src/Infrastructure/Route/examples/ESMF_RHandleBitForBitEx.F90 +++ b/src/Infrastructure/Route/examples/ESMF_RHandleBitForBitEx.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Route/examples/ESMF_RHandleDynamicMaskingEx.F90 b/src/Infrastructure/Route/examples/ESMF_RHandleDynamicMaskingEx.F90 index 2b73e70cbf..14d1f86729 100644 --- a/src/Infrastructure/Route/examples/ESMF_RHandleDynamicMaskingEx.F90 +++ b/src/Infrastructure/Route/examples/ESMF_RHandleDynamicMaskingEx.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Route/examples/ESMF_RHandleFromFileEx.F90 b/src/Infrastructure/Route/examples/ESMF_RHandleFromFileEx.F90 index df06982327..1aa5d6997d 100644 --- a/src/Infrastructure/Route/examples/ESMF_RHandleFromFileEx.F90 +++ b/src/Infrastructure/Route/examples/ESMF_RHandleFromFileEx.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Route/examples/ESMF_RHandleFromRHandleEx.F90 b/src/Infrastructure/Route/examples/ESMF_RHandleFromRHandleEx.F90 index b4ef8db840..a328967f92 100644 --- a/src/Infrastructure/Route/examples/ESMF_RHandleFromRHandleEx.F90 +++ b/src/Infrastructure/Route/examples/ESMF_RHandleFromRHandleEx.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Route/examples/ESMF_RHandleReusabilityEx.F90 b/src/Infrastructure/Route/examples/ESMF_RHandleReusabilityEx.F90 index 5e33be2c9f..9e4528c8b3 100644 --- a/src/Infrastructure/Route/examples/ESMF_RHandleReusabilityEx.F90 +++ b/src/Infrastructure/Route/examples/ESMF_RHandleReusabilityEx.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Route/examples/ESMF_RHandleVMEpochEx.F90 b/src/Infrastructure/Route/examples/ESMF_RHandleVMEpochEx.F90 index 61f09487a7..8380240bf0 100644 --- a/src/Infrastructure/Route/examples/ESMF_RHandleVMEpochEx.F90 +++ b/src/Infrastructure/Route/examples/ESMF_RHandleVMEpochEx.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Route/include/ESMCI_RHandle.h b/src/Infrastructure/Route/include/ESMCI_RHandle.h index 9fbecff0de..c5cf437ed4 100644 --- a/src/Infrastructure/Route/include/ESMCI_RHandle.h +++ b/src/Infrastructure/Route/include/ESMCI_RHandle.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Route/include/ESMC_RHandle.h b/src/Infrastructure/Route/include/ESMC_RHandle.h index fd2370a2e1..d14d2d0a4e 100644 --- a/src/Infrastructure/Route/include/ESMC_RHandle.h +++ b/src/Infrastructure/Route/include/ESMC_RHandle.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Route/interface/ESMCI_RHandle_F.C b/src/Infrastructure/Route/interface/ESMCI_RHandle_F.C index db41da42d6..bfe95d1d86 100644 --- a/src/Infrastructure/Route/interface/ESMCI_RHandle_F.C +++ b/src/Infrastructure/Route/interface/ESMCI_RHandle_F.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Route/interface/ESMC_RHandle.C b/src/Infrastructure/Route/interface/ESMC_RHandle.C index 4e91e94946..c16b56ef7b 100644 --- a/src/Infrastructure/Route/interface/ESMC_RHandle.C +++ b/src/Infrastructure/Route/interface/ESMC_RHandle.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Route/interface/ESMF_RHandle.F90 b/src/Infrastructure/Route/interface/ESMF_RHandle.F90 index e97aa32ea6..7e5dcf2779 100644 --- a/src/Infrastructure/Route/interface/ESMF_RHandle.F90 +++ b/src/Infrastructure/Route/interface/ESMF_RHandle.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Route/src/ESMCI_RHandle.C b/src/Infrastructure/Route/src/ESMCI_RHandle.C index 0f81c6f0c5..d00626a75b 100644 --- a/src/Infrastructure/Route/src/ESMCI_RHandle.C +++ b/src/Infrastructure/Route/src/ESMCI_RHandle.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Route/tests/ESMC_RouteHandleUTest.c b/src/Infrastructure/Route/tests/ESMC_RouteHandleUTest.c index c39dc68609..3997382bcb 100644 --- a/src/Infrastructure/Route/tests/ESMC_RouteHandleUTest.c +++ b/src/Infrastructure/Route/tests/ESMC_RouteHandleUTest.c @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Route/tests/ESMF_RouteHandleAdvancedUTest.F90 b/src/Infrastructure/Route/tests/ESMF_RouteHandleAdvancedUTest.F90 index 5d49676a44..8a5851128a 100644 --- a/src/Infrastructure/Route/tests/ESMF_RouteHandleAdvancedUTest.F90 +++ b/src/Infrastructure/Route/tests/ESMF_RouteHandleAdvancedUTest.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Route/tests/ESMF_RouteHandleUTest.F90 b/src/Infrastructure/Route/tests/ESMF_RouteHandleUTest.F90 index 01972af07a..40824f89dd 100644 --- a/src/Infrastructure/Route/tests/ESMF_RouteHandleUTest.F90 +++ b/src/Infrastructure/Route/tests/ESMF_RouteHandleUTest.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/TimeMgr/examples/ESMC_ClockEx.C b/src/Infrastructure/TimeMgr/examples/ESMC_ClockEx.C index 3187d33f67..0f67967746 100644 --- a/src/Infrastructure/TimeMgr/examples/ESMC_ClockEx.C +++ b/src/Infrastructure/TimeMgr/examples/ESMC_ClockEx.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/TimeMgr/examples/ESMF_AlarmEx.F90 b/src/Infrastructure/TimeMgr/examples/ESMF_AlarmEx.F90 index 60a0061888..b15e818c30 100644 --- a/src/Infrastructure/TimeMgr/examples/ESMF_AlarmEx.F90 +++ b/src/Infrastructure/TimeMgr/examples/ESMF_AlarmEx.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/TimeMgr/examples/ESMF_CalendarEx.F90 b/src/Infrastructure/TimeMgr/examples/ESMF_CalendarEx.F90 index 9e7437a2b1..fa38239969 100644 --- a/src/Infrastructure/TimeMgr/examples/ESMF_CalendarEx.F90 +++ b/src/Infrastructure/TimeMgr/examples/ESMF_CalendarEx.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/TimeMgr/examples/ESMF_ClockEx.F90 b/src/Infrastructure/TimeMgr/examples/ESMF_ClockEx.F90 index bacf4c2db7..a02b609c57 100644 --- a/src/Infrastructure/TimeMgr/examples/ESMF_ClockEx.F90 +++ b/src/Infrastructure/TimeMgr/examples/ESMF_ClockEx.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/TimeMgr/examples/ESMF_TimeEx.F90 b/src/Infrastructure/TimeMgr/examples/ESMF_TimeEx.F90 index 717366db33..50ba368f2a 100644 --- a/src/Infrastructure/TimeMgr/examples/ESMF_TimeEx.F90 +++ b/src/Infrastructure/TimeMgr/examples/ESMF_TimeEx.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/TimeMgr/examples/ESMF_TimeIntervalEx.F90 b/src/Infrastructure/TimeMgr/examples/ESMF_TimeIntervalEx.F90 index b56118eb0b..d1b064df17 100644 --- a/src/Infrastructure/TimeMgr/examples/ESMF_TimeIntervalEx.F90 +++ b/src/Infrastructure/TimeMgr/examples/ESMF_TimeIntervalEx.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/TimeMgr/include/ESMCI_Alarm.h b/src/Infrastructure/TimeMgr/include/ESMCI_Alarm.h index 06a7bddb64..19f75b874a 100644 --- a/src/Infrastructure/TimeMgr/include/ESMCI_Alarm.h +++ b/src/Infrastructure/TimeMgr/include/ESMCI_Alarm.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/TimeMgr/include/ESMCI_BaseTime.h b/src/Infrastructure/TimeMgr/include/ESMCI_BaseTime.h index c801951bd2..9f42c88604 100644 --- a/src/Infrastructure/TimeMgr/include/ESMCI_BaseTime.h +++ b/src/Infrastructure/TimeMgr/include/ESMCI_BaseTime.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/TimeMgr/include/ESMCI_Calendar.h b/src/Infrastructure/TimeMgr/include/ESMCI_Calendar.h index 39512ca647..231dcf5807 100644 --- a/src/Infrastructure/TimeMgr/include/ESMCI_Calendar.h +++ b/src/Infrastructure/TimeMgr/include/ESMCI_Calendar.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/TimeMgr/include/ESMCI_Clock.h b/src/Infrastructure/TimeMgr/include/ESMCI_Clock.h index bd498f805f..3023d5f0cd 100644 --- a/src/Infrastructure/TimeMgr/include/ESMCI_Clock.h +++ b/src/Infrastructure/TimeMgr/include/ESMCI_Clock.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/TimeMgr/include/ESMCI_Time.h b/src/Infrastructure/TimeMgr/include/ESMCI_Time.h index 8198fe03fa..ca8a8f9f47 100644 --- a/src/Infrastructure/TimeMgr/include/ESMCI_Time.h +++ b/src/Infrastructure/TimeMgr/include/ESMCI_Time.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/TimeMgr/include/ESMCI_TimeInterval.h b/src/Infrastructure/TimeMgr/include/ESMCI_TimeInterval.h index cfcb8b152a..633c6d4575 100644 --- a/src/Infrastructure/TimeMgr/include/ESMCI_TimeInterval.h +++ b/src/Infrastructure/TimeMgr/include/ESMCI_TimeInterval.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/TimeMgr/include/ESMC_Calendar.h b/src/Infrastructure/TimeMgr/include/ESMC_Calendar.h index 013b08e8a1..ec88058753 100644 --- a/src/Infrastructure/TimeMgr/include/ESMC_Calendar.h +++ b/src/Infrastructure/TimeMgr/include/ESMC_Calendar.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/TimeMgr/include/ESMC_Clock.h b/src/Infrastructure/TimeMgr/include/ESMC_Clock.h index a02ada8beb..c906868388 100644 --- a/src/Infrastructure/TimeMgr/include/ESMC_Clock.h +++ b/src/Infrastructure/TimeMgr/include/ESMC_Clock.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/TimeMgr/include/ESMC_Time.h b/src/Infrastructure/TimeMgr/include/ESMC_Time.h index acc681337f..2f3732081e 100644 --- a/src/Infrastructure/TimeMgr/include/ESMC_Time.h +++ b/src/Infrastructure/TimeMgr/include/ESMC_Time.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/TimeMgr/include/ESMC_TimeInterval.h b/src/Infrastructure/TimeMgr/include/ESMC_TimeInterval.h index 2afc924f9c..38ca52a31a 100644 --- a/src/Infrastructure/TimeMgr/include/ESMC_TimeInterval.h +++ b/src/Infrastructure/TimeMgr/include/ESMC_TimeInterval.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/TimeMgr/include/ESMF_TimeMgr.inc b/src/Infrastructure/TimeMgr/include/ESMF_TimeMgr.inc index 61c98ad2cd..c76a303088 100644 --- a/src/Infrastructure/TimeMgr/include/ESMF_TimeMgr.inc +++ b/src/Infrastructure/TimeMgr/include/ESMF_TimeMgr.inc @@ -2,7 +2,7 @@ $Id$ Earth System Modeling Framework -Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +Copyright (c) 2002-2024, University Corporation for Atmospheric Research, Massachusetts Institute of Technology, Geophysical Fluid Dynamics Laboratory, University of Michigan, National Centers for Environmental Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/TimeMgr/interface/ESMCI_Alarm_F.C b/src/Infrastructure/TimeMgr/interface/ESMCI_Alarm_F.C index 57c1af60a2..590d2add4f 100644 --- a/src/Infrastructure/TimeMgr/interface/ESMCI_Alarm_F.C +++ b/src/Infrastructure/TimeMgr/interface/ESMCI_Alarm_F.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/TimeMgr/interface/ESMCI_BaseTime_F.C b/src/Infrastructure/TimeMgr/interface/ESMCI_BaseTime_F.C index c08f7f6022..3065185585 100644 --- a/src/Infrastructure/TimeMgr/interface/ESMCI_BaseTime_F.C +++ b/src/Infrastructure/TimeMgr/interface/ESMCI_BaseTime_F.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/TimeMgr/interface/ESMCI_Calendar_F.C b/src/Infrastructure/TimeMgr/interface/ESMCI_Calendar_F.C index ceabdafbee..8503b07bee 100644 --- a/src/Infrastructure/TimeMgr/interface/ESMCI_Calendar_F.C +++ b/src/Infrastructure/TimeMgr/interface/ESMCI_Calendar_F.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/TimeMgr/interface/ESMCI_Clock_F.C b/src/Infrastructure/TimeMgr/interface/ESMCI_Clock_F.C index fc9452213c..7ba1c1089d 100644 --- a/src/Infrastructure/TimeMgr/interface/ESMCI_Clock_F.C +++ b/src/Infrastructure/TimeMgr/interface/ESMCI_Clock_F.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/TimeMgr/interface/ESMCI_TimeInterval_F.C b/src/Infrastructure/TimeMgr/interface/ESMCI_TimeInterval_F.C index cd1482f970..b165e99d75 100644 --- a/src/Infrastructure/TimeMgr/interface/ESMCI_TimeInterval_F.C +++ b/src/Infrastructure/TimeMgr/interface/ESMCI_TimeInterval_F.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/TimeMgr/interface/ESMCI_Time_F.C b/src/Infrastructure/TimeMgr/interface/ESMCI_Time_F.C index 4652d89e42..141ba29a2d 100644 --- a/src/Infrastructure/TimeMgr/interface/ESMCI_Time_F.C +++ b/src/Infrastructure/TimeMgr/interface/ESMCI_Time_F.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/TimeMgr/interface/ESMC_Calendar.C b/src/Infrastructure/TimeMgr/interface/ESMC_Calendar.C index b52d16db06..ece397653e 100644 --- a/src/Infrastructure/TimeMgr/interface/ESMC_Calendar.C +++ b/src/Infrastructure/TimeMgr/interface/ESMC_Calendar.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/TimeMgr/interface/ESMC_Clock.C b/src/Infrastructure/TimeMgr/interface/ESMC_Clock.C index dc45baed74..77242aa689 100644 --- a/src/Infrastructure/TimeMgr/interface/ESMC_Clock.C +++ b/src/Infrastructure/TimeMgr/interface/ESMC_Clock.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/TimeMgr/interface/ESMC_Time.C b/src/Infrastructure/TimeMgr/interface/ESMC_Time.C index 6817b41c1e..9e982f15f7 100644 --- a/src/Infrastructure/TimeMgr/interface/ESMC_Time.C +++ b/src/Infrastructure/TimeMgr/interface/ESMC_Time.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/TimeMgr/interface/ESMC_TimeInterval.C b/src/Infrastructure/TimeMgr/interface/ESMC_TimeInterval.C index 9aab635658..c7b8a2d734 100644 --- a/src/Infrastructure/TimeMgr/interface/ESMC_TimeInterval.C +++ b/src/Infrastructure/TimeMgr/interface/ESMC_TimeInterval.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/TimeMgr/interface/ESMF_Alarm.F90 b/src/Infrastructure/TimeMgr/interface/ESMF_Alarm.F90 index 0f93560799..574f609b69 100644 --- a/src/Infrastructure/TimeMgr/interface/ESMF_Alarm.F90 +++ b/src/Infrastructure/TimeMgr/interface/ESMF_Alarm.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/TimeMgr/interface/ESMF_AlarmType.F90 b/src/Infrastructure/TimeMgr/interface/ESMF_AlarmType.F90 index 4de3d6f14c..53c82a0991 100644 --- a/src/Infrastructure/TimeMgr/interface/ESMF_AlarmType.F90 +++ b/src/Infrastructure/TimeMgr/interface/ESMF_AlarmType.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/TimeMgr/interface/ESMF_Calendar.F90 b/src/Infrastructure/TimeMgr/interface/ESMF_Calendar.F90 index 11fdc3cced..24dcc7a356 100644 --- a/src/Infrastructure/TimeMgr/interface/ESMF_Calendar.F90 +++ b/src/Infrastructure/TimeMgr/interface/ESMF_Calendar.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/TimeMgr/interface/ESMF_Clock.F90 b/src/Infrastructure/TimeMgr/interface/ESMF_Clock.F90 index eb1ef8e9bf..9bd932cd17 100644 --- a/src/Infrastructure/TimeMgr/interface/ESMF_Clock.F90 +++ b/src/Infrastructure/TimeMgr/interface/ESMF_Clock.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/TimeMgr/interface/ESMF_ClockType.F90 b/src/Infrastructure/TimeMgr/interface/ESMF_ClockType.F90 index 35f0f05feb..1bd1f3adc0 100644 --- a/src/Infrastructure/TimeMgr/interface/ESMF_ClockType.F90 +++ b/src/Infrastructure/TimeMgr/interface/ESMF_ClockType.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/TimeMgr/interface/ESMF_Time.F90 b/src/Infrastructure/TimeMgr/interface/ESMF_Time.F90 index 1f819b50ab..5b565fd8e8 100644 --- a/src/Infrastructure/TimeMgr/interface/ESMF_Time.F90 +++ b/src/Infrastructure/TimeMgr/interface/ESMF_Time.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/TimeMgr/interface/ESMF_TimeInterval.F90 b/src/Infrastructure/TimeMgr/interface/ESMF_TimeInterval.F90 index 1db5625ac9..ac8ef1c03e 100644 --- a/src/Infrastructure/TimeMgr/interface/ESMF_TimeInterval.F90 +++ b/src/Infrastructure/TimeMgr/interface/ESMF_TimeInterval.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/TimeMgr/interface/ESMF_TimeIntervalType.F90 b/src/Infrastructure/TimeMgr/interface/ESMF_TimeIntervalType.F90 index 2b8a0778b1..c38a7578fb 100644 --- a/src/Infrastructure/TimeMgr/interface/ESMF_TimeIntervalType.F90 +++ b/src/Infrastructure/TimeMgr/interface/ESMF_TimeIntervalType.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/TimeMgr/interface/ESMF_TimeType.F90 b/src/Infrastructure/TimeMgr/interface/ESMF_TimeType.F90 index fc7168f2b4..92eeea6e16 100644 --- a/src/Infrastructure/TimeMgr/interface/ESMF_TimeType.F90 +++ b/src/Infrastructure/TimeMgr/interface/ESMF_TimeType.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/TimeMgr/src/ESMCI_Alarm.C b/src/Infrastructure/TimeMgr/src/ESMCI_Alarm.C index e741371688..6959336cd2 100644 --- a/src/Infrastructure/TimeMgr/src/ESMCI_Alarm.C +++ b/src/Infrastructure/TimeMgr/src/ESMCI_Alarm.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/TimeMgr/src/ESMCI_BaseTime.C b/src/Infrastructure/TimeMgr/src/ESMCI_BaseTime.C index 577f588068..324dd94b1e 100644 --- a/src/Infrastructure/TimeMgr/src/ESMCI_BaseTime.C +++ b/src/Infrastructure/TimeMgr/src/ESMCI_BaseTime.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/TimeMgr/src/ESMCI_Calendar.C b/src/Infrastructure/TimeMgr/src/ESMCI_Calendar.C index 8e8ca1506a..fbf95c53a9 100644 --- a/src/Infrastructure/TimeMgr/src/ESMCI_Calendar.C +++ b/src/Infrastructure/TimeMgr/src/ESMCI_Calendar.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/TimeMgr/src/ESMCI_Clock.C b/src/Infrastructure/TimeMgr/src/ESMCI_Clock.C index 94af12d207..875dba9fd4 100644 --- a/src/Infrastructure/TimeMgr/src/ESMCI_Clock.C +++ b/src/Infrastructure/TimeMgr/src/ESMCI_Clock.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/TimeMgr/src/ESMCI_Time.C b/src/Infrastructure/TimeMgr/src/ESMCI_Time.C index 8d0b451b05..e74047deaf 100644 --- a/src/Infrastructure/TimeMgr/src/ESMCI_Time.C +++ b/src/Infrastructure/TimeMgr/src/ESMCI_Time.C @@ -1,7 +1,7 @@ // $Id$" // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/TimeMgr/src/ESMCI_TimeInterval.C b/src/Infrastructure/TimeMgr/src/ESMCI_TimeInterval.C index 3dc85b9308..142d2fae09 100644 --- a/src/Infrastructure/TimeMgr/src/ESMCI_TimeInterval.C +++ b/src/Infrastructure/TimeMgr/src/ESMCI_TimeInterval.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/TimeMgr/tests/ESMC_CalendarUTest.c b/src/Infrastructure/TimeMgr/tests/ESMC_CalendarUTest.c index 13309082b8..60d5c6c9c0 100644 --- a/src/Infrastructure/TimeMgr/tests/ESMC_CalendarUTest.c +++ b/src/Infrastructure/TimeMgr/tests/ESMC_CalendarUTest.c @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/TimeMgr/tests/ESMC_ClockUTest.c b/src/Infrastructure/TimeMgr/tests/ESMC_ClockUTest.c index 19cd31876b..56e25e0883 100644 --- a/src/Infrastructure/TimeMgr/tests/ESMC_ClockUTest.c +++ b/src/Infrastructure/TimeMgr/tests/ESMC_ClockUTest.c @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/TimeMgr/tests/ESMC_TimeIntervalUTest.c b/src/Infrastructure/TimeMgr/tests/ESMC_TimeIntervalUTest.c index 7263ef75a8..cb6c3c2b37 100644 --- a/src/Infrastructure/TimeMgr/tests/ESMC_TimeIntervalUTest.c +++ b/src/Infrastructure/TimeMgr/tests/ESMC_TimeIntervalUTest.c @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/TimeMgr/tests/ESMC_TimeUTest.c b/src/Infrastructure/TimeMgr/tests/ESMC_TimeUTest.c index ff2fbd20d2..56367e9f4b 100644 --- a/src/Infrastructure/TimeMgr/tests/ESMC_TimeUTest.c +++ b/src/Infrastructure/TimeMgr/tests/ESMC_TimeUTest.c @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/TimeMgr/tests/ESMF_AlarmUTest.F90 b/src/Infrastructure/TimeMgr/tests/ESMF_AlarmUTest.F90 index ecc76f615d..d5882e08d9 100644 --- a/src/Infrastructure/TimeMgr/tests/ESMF_AlarmUTest.F90 +++ b/src/Infrastructure/TimeMgr/tests/ESMF_AlarmUTest.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/TimeMgr/tests/ESMF_CalRangeUTest.F90 b/src/Infrastructure/TimeMgr/tests/ESMF_CalRangeUTest.F90 index ffd9314c0f..47eab142e2 100644 --- a/src/Infrastructure/TimeMgr/tests/ESMF_CalRangeUTest.F90 +++ b/src/Infrastructure/TimeMgr/tests/ESMF_CalRangeUTest.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/TimeMgr/tests/ESMF_CalendarUTest.F90 b/src/Infrastructure/TimeMgr/tests/ESMF_CalendarUTest.F90 index 3a34fe6ace..9d9b768193 100644 --- a/src/Infrastructure/TimeMgr/tests/ESMF_CalendarUTest.F90 +++ b/src/Infrastructure/TimeMgr/tests/ESMF_CalendarUTest.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/TimeMgr/tests/ESMF_ClockUTest.F90 b/src/Infrastructure/TimeMgr/tests/ESMF_ClockUTest.F90 index 4903e50590..cd4f71feef 100644 --- a/src/Infrastructure/TimeMgr/tests/ESMF_ClockUTest.F90 +++ b/src/Infrastructure/TimeMgr/tests/ESMF_ClockUTest.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/TimeMgr/tests/ESMF_TimeIntervalUTest.F90 b/src/Infrastructure/TimeMgr/tests/ESMF_TimeIntervalUTest.F90 index f5ef22283c..8e5009d87c 100644 --- a/src/Infrastructure/TimeMgr/tests/ESMF_TimeIntervalUTest.F90 +++ b/src/Infrastructure/TimeMgr/tests/ESMF_TimeIntervalUTest.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/TimeMgr/tests/ESMF_TimeUTest.F90 b/src/Infrastructure/TimeMgr/tests/ESMF_TimeUTest.F90 index 72907a146f..db9ef6a895 100644 --- a/src/Infrastructure/TimeMgr/tests/ESMF_TimeUTest.F90 +++ b/src/Infrastructure/TimeMgr/tests/ESMF_TimeUTest.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Trace/doc/Trace_crefdoc.ctex b/src/Infrastructure/Trace/doc/Trace_crefdoc.ctex index 8d6d03f991..66a676e41f 100644 --- a/src/Infrastructure/Trace/doc/Trace_crefdoc.ctex +++ b/src/Infrastructure/Trace/doc/Trace_crefdoc.ctex @@ -1,7 +1,7 @@ % $Id$ % % Earth System Modeling Framework -% Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +% Copyright (c) 2002-2024, University Corporation for Atmospheric Research, % Massachusetts Institute of Technology, Geophysical Fluid Dynamics % Laboratory, University of Michigan, National Centers for Environmental % Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Trace/doc/Trace_desc.tex b/src/Infrastructure/Trace/doc/Trace_desc.tex index e13e87df45..f3865536f5 100644 --- a/src/Infrastructure/Trace/doc/Trace_desc.tex +++ b/src/Infrastructure/Trace/doc/Trace_desc.tex @@ -1,7 +1,7 @@ % $Id$ % % Earth System Modeling Framework -% Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +% Copyright (c) 2002-2024, University Corporation for Atmospheric Research, % Massachusetts Institute of Technology, Geophysical Fluid Dynamics % Laboratory, University of Michigan, National Centers for Environmental % Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Trace/doc/Trace_refdoc.ctex b/src/Infrastructure/Trace/doc/Trace_refdoc.ctex index c8c9e09047..e678d8b513 100644 --- a/src/Infrastructure/Trace/doc/Trace_refdoc.ctex +++ b/src/Infrastructure/Trace/doc/Trace_refdoc.ctex @@ -1,7 +1,7 @@ % $Id$ % % Earth System Modeling Framework -% Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +% Copyright (c) 2002-2024, University Corporation for Atmospheric Research, % Massachusetts Institute of Technology, Geophysical Fluid Dynamics % Laboratory, University of Michigan, National Centers for Environmental % Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Trace/doc/Trace_rest.tex b/src/Infrastructure/Trace/doc/Trace_rest.tex index 7cc1108ddc..1bb94f21cf 100644 --- a/src/Infrastructure/Trace/doc/Trace_rest.tex +++ b/src/Infrastructure/Trace/doc/Trace_rest.tex @@ -1,7 +1,7 @@ % $Id$ % % Earth System Modeling Framework -% Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +% Copyright (c) 2002-2024, University Corporation for Atmospheric Research, % Massachusetts Institute of Technology, Geophysical Fluid Dynamics % Laboratory, University of Michigan, National Centers for Environmental % Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Trace/doc/Trace_usage.tex b/src/Infrastructure/Trace/doc/Trace_usage.tex index 45b5118a6d..9ce5c12a1c 100644 --- a/src/Infrastructure/Trace/doc/Trace_usage.tex +++ b/src/Infrastructure/Trace/doc/Trace_usage.tex @@ -1,7 +1,7 @@ % $Id$ % % Earth System Modeling Framework -% Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +% Copyright (c) 2002-2024, University Corporation for Atmospheric Research, % Massachusetts Institute of Technology, Geophysical Fluid Dynamics % Laboratory, University of Michigan, National Centers for Environmental % Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Trace/examples/ESMF_TraceEx.F90 b/src/Infrastructure/Trace/examples/ESMF_TraceEx.F90 index 1c35b17447..ed72457e64 100644 --- a/src/Infrastructure/Trace/examples/ESMF_TraceEx.F90 +++ b/src/Infrastructure/Trace/examples/ESMF_TraceEx.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Trace/examples/ESMF_TraceUserEx.F90 b/src/Infrastructure/Trace/examples/ESMF_TraceUserEx.F90 index 083c852f31..ec3bd0d629 100644 --- a/src/Infrastructure/Trace/examples/ESMF_TraceUserEx.F90 +++ b/src/Infrastructure/Trace/examples/ESMF_TraceUserEx.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Trace/gen_trace_metadata.py b/src/Infrastructure/Trace/gen_trace_metadata.py index f6abcedabd..a3e2979530 100644 --- a/src/Infrastructure/Trace/gen_trace_metadata.py +++ b/src/Infrastructure/Trace/gen_trace_metadata.py @@ -15,7 +15,7 @@ * Standard trace metadata used by all ESMF traces. * * Earth System Modeling Framework - * Copyright (c) 2002-2023, University Corporation for Atmospheric Research, + * Copyright (c) 2002-2024, University Corporation for Atmospheric Research, * Massachusetts Institute of Technology, Geophysical Fluid Dynamics * Laboratory, University of Michigan, National Centers for Environmental * Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Trace/include/ESMCI_RegionNode.h b/src/Infrastructure/Trace/include/ESMCI_RegionNode.h index 04797b0963..b6c9969c17 100644 --- a/src/Infrastructure/Trace/include/ESMCI_RegionNode.h +++ b/src/Infrastructure/Trace/include/ESMCI_RegionNode.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Trace/include/ESMCI_RegionSummary.h b/src/Infrastructure/Trace/include/ESMCI_RegionSummary.h index 8e0023ae5f..31bac1b5aa 100644 --- a/src/Infrastructure/Trace/include/ESMCI_RegionSummary.h +++ b/src/Infrastructure/Trace/include/ESMCI_RegionSummary.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Trace/include/ESMCI_Trace.h b/src/Infrastructure/Trace/include/ESMCI_Trace.h index 177731979b..b0feeea8c0 100644 --- a/src/Infrastructure/Trace/include/ESMCI_Trace.h +++ b/src/Infrastructure/Trace/include/ESMCI_Trace.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Trace/include/ESMCI_TraceMacros.h b/src/Infrastructure/Trace/include/ESMCI_TraceMacros.h index c2fb7c1f35..7dec63c8d1 100644 --- a/src/Infrastructure/Trace/include/ESMCI_TraceMacros.h +++ b/src/Infrastructure/Trace/include/ESMCI_TraceMacros.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Trace/include/ESMCI_TraceRegion.h b/src/Infrastructure/Trace/include/ESMCI_TraceRegion.h index 61f6d17207..9203e6c0c1 100644 --- a/src/Infrastructure/Trace/include/ESMCI_TraceRegion.h +++ b/src/Infrastructure/Trace/include/ESMCI_TraceRegion.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Trace/include/ESMCI_TraceUtil.h b/src/Infrastructure/Trace/include/ESMCI_TraceUtil.h index 294eba2455..37f0057788 100644 --- a/src/Infrastructure/Trace/include/ESMCI_TraceUtil.h +++ b/src/Infrastructure/Trace/include/ESMCI_TraceUtil.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Trace/include/ESMC_Trace.h b/src/Infrastructure/Trace/include/ESMC_Trace.h index 096c51cecd..3363c17791 100644 --- a/src/Infrastructure/Trace/include/ESMC_Trace.h +++ b/src/Infrastructure/Trace/include/ESMC_Trace.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Trace/include/ESMF_TraceRegion.inc b/src/Infrastructure/Trace/include/ESMF_TraceRegion.inc index b7627a5ce9..3bc38b97c2 100644 --- a/src/Infrastructure/Trace/include/ESMF_TraceRegion.inc +++ b/src/Infrastructure/Trace/include/ESMF_TraceRegion.inc @@ -2,7 +2,7 @@ $Id$ Earth System Modeling Framework -Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +Copyright (c) 2002-2024, University Corporation for Atmospheric Research, Massachusetts Institute of Technology, Geophysical Fluid Dynamics Laboratory, University of Michigan, National Centers for Environmental Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Trace/interface/ESMC_Trace.C b/src/Infrastructure/Trace/interface/ESMC_Trace.C index 398cbefe02..38c467e012 100644 --- a/src/Infrastructure/Trace/interface/ESMC_Trace.C +++ b/src/Infrastructure/Trace/interface/ESMC_Trace.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Trace/interface/ESMF_Trace.F90 b/src/Infrastructure/Trace/interface/ESMF_Trace.F90 index f0c984c9b8..384d723439 100644 --- a/src/Infrastructure/Trace/interface/ESMF_Trace.F90 +++ b/src/Infrastructure/Trace/interface/ESMF_Trace.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Trace/src/ESMCI_Trace.C b/src/Infrastructure/Trace/src/ESMCI_Trace.C index a46e417941..2425665ed3 100644 --- a/src/Infrastructure/Trace/src/ESMCI_Trace.C +++ b/src/Infrastructure/Trace/src/ESMCI_Trace.C @@ -3,7 +3,7 @@ * Writes trace events to the file system. * * Earth System Modeling Framework - * Copyright (c) 2002-2023, University Corporation for Atmospheric Research, + * Copyright (c) 2002-2024, University Corporation for Atmospheric Research, * Massachusetts Institute of Technology, Geophysical Fluid Dynamics * Laboratory, University of Michigan, National Centers for Environmental * Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Trace/src/ESMCI_TraceClock.C b/src/Infrastructure/Trace/src/ESMCI_TraceClock.C index 9849105778..3b00679e42 100644 --- a/src/Infrastructure/Trace/src/ESMCI_TraceClock.C +++ b/src/Infrastructure/Trace/src/ESMCI_TraceClock.C @@ -3,7 +3,7 @@ * Functions to get the timestamps from the system for trace events * * Earth System Modeling Framework - * Copyright (c) 2002-2023, University Corporation for Atmospheric Research, + * Copyright (c) 2002-2024, University Corporation for Atmospheric Research, * Massachusetts Institute of Technology, Geophysical Fluid Dynamics * Laboratory, University of Michigan, National Centers for Environmental * Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Trace/src/ESMCI_TraceMetadata.C b/src/Infrastructure/Trace/src/ESMCI_TraceMetadata.C index a9ffafb6d0..834a850022 100644 --- a/src/Infrastructure/Trace/src/ESMCI_TraceMetadata.C +++ b/src/Infrastructure/Trace/src/ESMCI_TraceMetadata.C @@ -5,7 +5,7 @@ * Standard trace metadata used by all ESMF traces. * * Earth System Modeling Framework - * Copyright (c) 2002-2023, University Corporation for Atmospheric Research, + * Copyright (c) 2002-2024, University Corporation for Atmospheric Research, * Massachusetts Institute of Technology, Geophysical Fluid Dynamics * Laboratory, University of Michigan, National Centers for Environmental * Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Trace/src/ESMCI_TraceWrap.C b/src/Infrastructure/Trace/src/ESMCI_TraceWrap.C index 659a216357..03cad3051e 100644 --- a/src/Infrastructure/Trace/src/ESMCI_TraceWrap.C +++ b/src/Infrastructure/Trace/src/ESMCI_TraceWrap.C @@ -1,7 +1,7 @@ // $Id$ /* * Earth System Modeling Framework - * Copyright (c) 2002-2023, University Corporation for Atmospheric Research, + * Copyright (c) 2002-2024, University Corporation for Atmospheric Research, * Massachusetts Institute of Technology, Geophysical Fluid Dynamics * Laboratory, University of Michigan, National Centers for Environmental * Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Trace/tests/ESMCI_TraceRegionUTest.C b/src/Infrastructure/Trace/tests/ESMCI_TraceRegionUTest.C index efa2db177d..1f26d5eef2 100644 --- a/src/Infrastructure/Trace/tests/ESMCI_TraceRegionUTest.C +++ b/src/Infrastructure/Trace/tests/ESMCI_TraceRegionUTest.C @@ -3,7 +3,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Trace/tests/ESMC_TraceRegionUTest.c b/src/Infrastructure/Trace/tests/ESMC_TraceRegionUTest.c index dd3fff4a1e..8c850ec605 100644 --- a/src/Infrastructure/Trace/tests/ESMC_TraceRegionUTest.c +++ b/src/Infrastructure/Trace/tests/ESMC_TraceRegionUTest.c @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Trace/tests/ESMF_ProfileUTest.F90 b/src/Infrastructure/Trace/tests/ESMF_ProfileUTest.F90 index c803e3bde3..bd2e33a02f 100644 --- a/src/Infrastructure/Trace/tests/ESMF_ProfileUTest.F90 +++ b/src/Infrastructure/Trace/tests/ESMF_ProfileUTest.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Trace/tests/ESMF_SimpleComp.F90 b/src/Infrastructure/Trace/tests/ESMF_SimpleComp.F90 index d46b0f8682..0b3a2f65b3 100644 --- a/src/Infrastructure/Trace/tests/ESMF_SimpleComp.F90 +++ b/src/Infrastructure/Trace/tests/ESMF_SimpleComp.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Trace/tests/ESMF_SimpleCompB.F90 b/src/Infrastructure/Trace/tests/ESMF_SimpleCompB.F90 index 6580257069..9725c6022a 100644 --- a/src/Infrastructure/Trace/tests/ESMF_SimpleCompB.F90 +++ b/src/Infrastructure/Trace/tests/ESMF_SimpleCompB.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Trace/tests/ESMF_TraceClkMonoSyncUTest.F90 b/src/Infrastructure/Trace/tests/ESMF_TraceClkMonoSyncUTest.F90 index 6f2cd790ed..2070f1e351 100644 --- a/src/Infrastructure/Trace/tests/ESMF_TraceClkMonoSyncUTest.F90 +++ b/src/Infrastructure/Trace/tests/ESMF_TraceClkMonoSyncUTest.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Trace/tests/ESMF_TraceClkMonoUTest.F90 b/src/Infrastructure/Trace/tests/ESMF_TraceClkMonoUTest.F90 index 20d4ce708c..5c54655f29 100644 --- a/src/Infrastructure/Trace/tests/ESMF_TraceClkMonoUTest.F90 +++ b/src/Infrastructure/Trace/tests/ESMF_TraceClkMonoUTest.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Trace/tests/ESMF_TraceIOUTest.F90 b/src/Infrastructure/Trace/tests/ESMF_TraceIOUTest.F90 index 3ccc0484ec..b312a2ee24 100644 --- a/src/Infrastructure/Trace/tests/ESMF_TraceIOUTest.F90 +++ b/src/Infrastructure/Trace/tests/ESMF_TraceIOUTest.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Trace/tests/ESMF_TraceMPIUTest.F90 b/src/Infrastructure/Trace/tests/ESMF_TraceMPIUTest.F90 index 7ce212727e..51514e429a 100644 --- a/src/Infrastructure/Trace/tests/ESMF_TraceMPIUTest.F90 +++ b/src/Infrastructure/Trace/tests/ESMF_TraceMPIUTest.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Trace/tests/ESMF_TraceUTest.F90 b/src/Infrastructure/Trace/tests/ESMF_TraceUTest.F90 index 1498e664bf..d6236574c8 100644 --- a/src/Infrastructure/Trace/tests/ESMF_TraceUTest.F90 +++ b/src/Infrastructure/Trace/tests/ESMF_TraceUTest.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Util/doc/IOUtil_refdoc.ctex b/src/Infrastructure/Util/doc/IOUtil_refdoc.ctex index 5dd273d496..5a3321c915 100644 --- a/src/Infrastructure/Util/doc/IOUtil_refdoc.ctex +++ b/src/Infrastructure/Util/doc/IOUtil_refdoc.ctex @@ -1,7 +1,7 @@ % $Id$ % % Earth System Modeling Framework -% Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +% Copyright (c) 2002-2024, University Corporation for Atmospheric Research, % Massachusetts Institute of Technology, Geophysical Fluid Dynamics % Laboratory, University of Michigan, National Centers for Environmental % Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Util/include/ESMCI_Arg.h b/src/Infrastructure/Util/include/ESMCI_Arg.h index c1ef232a4d..24e71e0a2f 100644 --- a/src/Infrastructure/Util/include/ESMCI_Arg.h +++ b/src/Infrastructure/Util/include/ESMCI_Arg.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Util/include/ESMCI_CoordSys.h b/src/Infrastructure/Util/include/ESMCI_CoordSys.h index 3d6b7ca519..29e30d5415 100644 --- a/src/Infrastructure/Util/include/ESMCI_CoordSys.h +++ b/src/Infrastructure/Util/include/ESMCI_CoordSys.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Util/include/ESMCI_F90Interface.h b/src/Infrastructure/Util/include/ESMCI_F90Interface.h index 3b3552118c..fcde25a853 100644 --- a/src/Infrastructure/Util/include/ESMCI_F90Interface.h +++ b/src/Infrastructure/Util/include/ESMCI_F90Interface.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Util/include/ESMCI_Fraction.h b/src/Infrastructure/Util/include/ESMCI_Fraction.h index 4c36ab5582..501ad99738 100644 --- a/src/Infrastructure/Util/include/ESMCI_Fraction.h +++ b/src/Infrastructure/Util/include/ESMCI_Fraction.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Util/include/ESMCI_Macros.h b/src/Infrastructure/Util/include/ESMCI_Macros.h index d408603531..7b9f61de46 100644 --- a/src/Infrastructure/Util/include/ESMCI_Macros.h +++ b/src/Infrastructure/Util/include/ESMCI_Macros.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Util/include/ESMCI_Util.h b/src/Infrastructure/Util/include/ESMCI_Util.h index 616bd67930..995bc9b5cc 100644 --- a/src/Infrastructure/Util/include/ESMCI_Util.h +++ b/src/Infrastructure/Util/include/ESMCI_Util.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Util/include/ESMC_Arg.h b/src/Infrastructure/Util/include/ESMC_Arg.h index 6279547d83..30df60a306 100644 --- a/src/Infrastructure/Util/include/ESMC_Arg.h +++ b/src/Infrastructure/Util/include/ESMC_Arg.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Util/include/ESMC_CoordSys.h b/src/Infrastructure/Util/include/ESMC_CoordSys.h index 67071265b3..06b46bf88d 100644 --- a/src/Infrastructure/Util/include/ESMC_CoordSys.h +++ b/src/Infrastructure/Util/include/ESMC_CoordSys.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Util/include/ESMC_Interface.h b/src/Infrastructure/Util/include/ESMC_Interface.h index c12ef57ac2..bcd9dbdb4f 100644 --- a/src/Infrastructure/Util/include/ESMC_Interface.h +++ b/src/Infrastructure/Util/include/ESMC_Interface.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Util/include/ESMC_Macros.h b/src/Infrastructure/Util/include/ESMC_Macros.h index 354d2616db..44a0249279 100644 --- a/src/Infrastructure/Util/include/ESMC_Macros.h +++ b/src/Infrastructure/Util/include/ESMC_Macros.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Util/include/ESMC_ReturnCodes.h b/src/Infrastructure/Util/include/ESMC_ReturnCodes.h index fcf3e7da0d..9848dc52e5 100644 --- a/src/Infrastructure/Util/include/ESMC_ReturnCodes.h +++ b/src/Infrastructure/Util/include/ESMC_ReturnCodes.h @@ -2,7 +2,7 @@ $Id$ Earth System Modeling Framework - Copyright (c) 2002-2023, University Corporation for Atmospheric Research, + Copyright (c) 2002-2024, University Corporation for Atmospheric Research, Massachusetts Institute of Technology, Geophysical Fluid Dynamics Laboratory, University of Michigan, National Centers for Environmental Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Util/include/ESMC_Util.h b/src/Infrastructure/Util/include/ESMC_Util.h index b9f53c9b51..48f97282f3 100644 --- a/src/Infrastructure/Util/include/ESMC_Util.h +++ b/src/Infrastructure/Util/include/ESMC_Util.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Util/include/ESMF.h b/src/Infrastructure/Util/include/ESMF.h index 003e9a9cd8..fe3ca18e9f 100644 --- a/src/Infrastructure/Util/include/ESMF.h +++ b/src/Infrastructure/Util/include/ESMF.h @@ -2,7 +2,7 @@ $Id$ Earth System Modeling Framework -Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +Copyright (c) 2002-2024, University Corporation for Atmospheric Research, Massachusetts Institute of Technology, Geophysical Fluid Dynamics Laboratory, University of Michigan, National Centers for Environmental Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Util/include/ESMF_ErrReturnCodes.inc b/src/Infrastructure/Util/include/ESMF_ErrReturnCodes.inc index 8d5d6175f7..015913a8e8 100644 --- a/src/Infrastructure/Util/include/ESMF_ErrReturnCodes.inc +++ b/src/Infrastructure/Util/include/ESMF_ErrReturnCodes.inc @@ -2,7 +2,7 @@ $Id$ Earth System Modeling Framework -Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +Copyright (c) 2002-2024, University Corporation for Atmospheric Research, Massachusetts Institute of Technology, Geophysical Fluid Dynamics Laboratory, University of Michigan, National Centers for Environmental Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Util/include/ESMF_InitMacros.inc b/src/Infrastructure/Util/include/ESMF_InitMacros.inc index 6bf1bfd12c..2f64ec0315 100644 --- a/src/Infrastructure/Util/include/ESMF_InitMacros.inc +++ b/src/Infrastructure/Util/include/ESMF_InitMacros.inc @@ -2,7 +2,7 @@ $Id$ Earth System Modeling Framework -Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +Copyright (c) 2002-2024, University Corporation for Atmospheric Research, Massachusetts Institute of Technology, Geophysical Fluid Dynamics Laboratory, University of Michigan, National Centers for Environmental Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Util/include/ESMF_LogConstants.inc b/src/Infrastructure/Util/include/ESMF_LogConstants.inc index ac7db79871..cdb04a0786 100644 --- a/src/Infrastructure/Util/include/ESMF_LogConstants.inc +++ b/src/Infrastructure/Util/include/ESMF_LogConstants.inc @@ -2,7 +2,7 @@ $Id$ Earth System Modeling Framework - Copyright (c) 2002-2023, University Corporation for Atmospheric Research, + Copyright (c) 2002-2024, University Corporation for Atmospheric Research, Massachusetts Institute of Technology, Geophysical Fluid Dynamics Laboratory, University of Michigan, National Centers for Environmental Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Util/include/ESMF_LogErr.inc b/src/Infrastructure/Util/include/ESMF_LogErr.inc index 890abf4d0c..7cd8984d3a 100644 --- a/src/Infrastructure/Util/include/ESMF_LogErr.inc +++ b/src/Infrastructure/Util/include/ESMF_LogErr.inc @@ -2,7 +2,7 @@ $Id$ Earth System Modeling Framework - Copyright (c) 2002-2023, University Corporation for Atmospheric Research, + Copyright (c) 2002-2024, University Corporation for Atmospheric Research, Massachusetts Institute of Technology, Geophysical Fluid Dynamics Laboratory, University of Michigan, National Centers for Environmental Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Util/include/ESMF_LogMacros.inc b/src/Infrastructure/Util/include/ESMF_LogMacros.inc index 41ba903449..4dc410fd24 100644 --- a/src/Infrastructure/Util/include/ESMF_LogMacros.inc +++ b/src/Infrastructure/Util/include/ESMF_LogMacros.inc @@ -2,7 +2,7 @@ $Id$ Earth System Modeling Framework - Copyright (c) 2002-2023, University Corporation for Atmospheric Research, + Copyright (c) 2002-2024, University Corporation for Atmospheric Research, Massachusetts Institute of Technology, Geophysical Fluid Dynamics Laboratory, University of Michigan, National Centers for Environmental Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Util/include/ESMF_Macros.inc b/src/Infrastructure/Util/include/ESMF_Macros.inc index f4c546cc22..d744091734 100644 --- a/src/Infrastructure/Util/include/ESMF_Macros.inc +++ b/src/Infrastructure/Util/include/ESMF_Macros.inc @@ -2,7 +2,7 @@ $Id$ Earth System Modeling Framework -Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +Copyright (c) 2002-2024, University Corporation for Atmospheric Research, Massachusetts Institute of Technology, Geophysical Fluid Dynamics Laboratory, University of Michigan, National Centers for Environmental Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Util/include/ESMF_TypeKindMacros.hcppF90 b/src/Infrastructure/Util/include/ESMF_TypeKindMacros.hcppF90 index d9c3d1cc3a..0b87096790 100644 --- a/src/Infrastructure/Util/include/ESMF_TypeKindMacros.hcppF90 +++ b/src/Infrastructure/Util/include/ESMF_TypeKindMacros.hcppF90 @@ -2,7 +2,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Util/include/ESMF_TypeKindRankMacros.hcppF90 b/src/Infrastructure/Util/include/ESMF_TypeKindRankMacros.hcppF90 index 62a2ec7539..f77191c2cc 100644 --- a/src/Infrastructure/Util/include/ESMF_TypeKindRankMacros.hcppF90 +++ b/src/Infrastructure/Util/include/ESMF_TypeKindRankMacros.hcppF90 @@ -2,7 +2,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Util/interface/ESMCI_F90Interface_F.C b/src/Infrastructure/Util/interface/ESMCI_F90Interface_F.C index 285067aec7..fd31377d3f 100644 --- a/src/Infrastructure/Util/interface/ESMCI_F90Interface_F.C +++ b/src/Infrastructure/Util/interface/ESMCI_F90Interface_F.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Util/interface/ESMCI_Fraction_F.C b/src/Infrastructure/Util/interface/ESMCI_Fraction_F.C index ab854ea9da..c929c4f6e8 100644 --- a/src/Infrastructure/Util/interface/ESMCI_Fraction_F.C +++ b/src/Infrastructure/Util/interface/ESMCI_Fraction_F.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Util/interface/ESMCI_Util_F.C b/src/Infrastructure/Util/interface/ESMCI_Util_F.C index c57c1184ea..394f7bbf0f 100644 --- a/src/Infrastructure/Util/interface/ESMCI_Util_F.C +++ b/src/Infrastructure/Util/interface/ESMCI_Util_F.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Util/interface/ESMC_Interface.C b/src/Infrastructure/Util/interface/ESMC_Interface.C index e5c1d112e5..b6bd20c9a0 100644 --- a/src/Infrastructure/Util/interface/ESMC_Interface.C +++ b/src/Infrastructure/Util/interface/ESMC_Interface.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Util/interface/ESMC_Util.C b/src/Infrastructure/Util/interface/ESMC_Util.C index 8826d1270c..8e4c6627fd 100644 --- a/src/Infrastructure/Util/interface/ESMC_Util.C +++ b/src/Infrastructure/Util/interface/ESMC_Util.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Util/interface/ESMF_F90Interface.F90 b/src/Infrastructure/Util/interface/ESMF_F90Interface.F90 index 9c1d2c4f5c..906c133c14 100644 --- a/src/Infrastructure/Util/interface/ESMF_F90Interface.F90 +++ b/src/Infrastructure/Util/interface/ESMF_F90Interface.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Util/interface/ESMF_Fraction.F90 b/src/Infrastructure/Util/interface/ESMF_Fraction.F90 index f717ddd40b..7012a791f0 100644 --- a/src/Infrastructure/Util/interface/ESMF_Fraction.F90 +++ b/src/Infrastructure/Util/interface/ESMF_Fraction.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Util/interface/ESMF_Util.F90 b/src/Infrastructure/Util/interface/ESMF_Util.F90 index 83e6589878..51bfc9a24d 100644 --- a/src/Infrastructure/Util/interface/ESMF_Util.F90 +++ b/src/Infrastructure/Util/interface/ESMF_Util.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Util/interface/ESMF_Util_C.F90 b/src/Infrastructure/Util/interface/ESMF_Util_C.F90 index 09c1c67a1f..345fc3d986 100644 --- a/src/Infrastructure/Util/interface/ESMF_Util_C.F90 +++ b/src/Infrastructure/Util/interface/ESMF_Util_C.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Util/src/ESMCI_CoordSys.C b/src/Infrastructure/Util/src/ESMCI_CoordSys.C index 68875b05e0..35a0359079 100644 --- a/src/Infrastructure/Util/src/ESMCI_CoordSys.C +++ b/src/Infrastructure/Util/src/ESMCI_CoordSys.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Util/src/ESMCI_F90Interface.C b/src/Infrastructure/Util/src/ESMCI_F90Interface.C index 9591adf902..0f4d7411f6 100644 --- a/src/Infrastructure/Util/src/ESMCI_F90Interface.C +++ b/src/Infrastructure/Util/src/ESMCI_F90Interface.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Util/src/ESMCI_Fraction.C b/src/Infrastructure/Util/src/ESMCI_Fraction.C index 8fe02e1cc2..69594c89e7 100644 --- a/src/Infrastructure/Util/src/ESMCI_Fraction.C +++ b/src/Infrastructure/Util/src/ESMCI_Fraction.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Util/src/ESMCI_Util.C b/src/Infrastructure/Util/src/ESMCI_Util.C index 8298b74f92..e2f54f58ac 100644 --- a/src/Infrastructure/Util/src/ESMCI_Util.C +++ b/src/Infrastructure/Util/src/ESMCI_Util.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Util/src/ESMF_AttPackType.F90 b/src/Infrastructure/Util/src/ESMF_AttPackType.F90 index ce8a8814f9..2d7b3345f1 100644 --- a/src/Infrastructure/Util/src/ESMF_AttPackType.F90 +++ b/src/Infrastructure/Util/src/ESMF_AttPackType.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Util/src/ESMF_FortranWordsize.cppF90 b/src/Infrastructure/Util/src/ESMF_FortranWordsize.cppF90 index 9686495245..9d77d976ea 100644 --- a/src/Infrastructure/Util/src/ESMF_FortranWordsize.cppF90 +++ b/src/Infrastructure/Util/src/ESMF_FortranWordsize.cppF90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Util/src/ESMF_IOUtil.F90 b/src/Infrastructure/Util/src/ESMF_IOUtil.F90 index 4b0aef4bf6..9a041f8851 100644 --- a/src/Infrastructure/Util/src/ESMF_IOUtil.F90 +++ b/src/Infrastructure/Util/src/ESMF_IOUtil.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Util/src/ESMF_InitMacros.F90 b/src/Infrastructure/Util/src/ESMF_InitMacros.F90 index cfa8eb1496..48231c9a8b 100644 --- a/src/Infrastructure/Util/src/ESMF_InitMacros.F90 +++ b/src/Infrastructure/Util/src/ESMF_InitMacros.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Util/src/ESMF_LogErr.F90 b/src/Infrastructure/Util/src/ESMF_LogErr.F90 index 2990268678..60f9e7a204 100644 --- a/src/Infrastructure/Util/src/ESMF_LogErr.F90 +++ b/src/Infrastructure/Util/src/ESMF_LogErr.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Util/src/ESMF_StaggerLocType.F90 b/src/Infrastructure/Util/src/ESMF_StaggerLocType.F90 index e0b44b4855..f4fd29a5bb 100644 --- a/src/Infrastructure/Util/src/ESMF_StaggerLocType.F90 +++ b/src/Infrastructure/Util/src/ESMF_StaggerLocType.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Util/src/ESMF_TypeKindGet.cppF90 b/src/Infrastructure/Util/src/ESMF_TypeKindGet.cppF90 index 05bd14b54c..353e128f84 100644 --- a/src/Infrastructure/Util/src/ESMF_TypeKindGet.cppF90 +++ b/src/Infrastructure/Util/src/ESMF_TypeKindGet.cppF90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Util/src/ESMF_UtilCubedSphere.F90 b/src/Infrastructure/Util/src/ESMF_UtilCubedSphere.F90 index 0e056fea9c..beac53da42 100644 --- a/src/Infrastructure/Util/src/ESMF_UtilCubedSphere.F90 +++ b/src/Infrastructure/Util/src/ESMF_UtilCubedSphere.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Util/src/ESMF_UtilSort.cppF90 b/src/Infrastructure/Util/src/ESMF_UtilSort.cppF90 index f7548c1896..44e924e12e 100644 --- a/src/Infrastructure/Util/src/ESMF_UtilSort.cppF90 +++ b/src/Infrastructure/Util/src/ESMF_UtilSort.cppF90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Util/src/ESMF_UtilString.F90 b/src/Infrastructure/Util/src/ESMF_UtilString.F90 index be7eca642b..b5d7bf2efc 100644 --- a/src/Infrastructure/Util/src/ESMF_UtilString.F90 +++ b/src/Infrastructure/Util/src/ESMF_UtilString.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Util/src/ESMF_UtilTypes.F90 b/src/Infrastructure/Util/src/ESMF_UtilTypes.F90 index 673e58274a..75b21cac90 100644 --- a/src/Infrastructure/Util/src/ESMF_UtilTypes.F90 +++ b/src/Infrastructure/Util/src/ESMF_UtilTypes.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, @@ -2427,7 +2427,7 @@ subroutine ESMF_UtilVersionPrint (keywordenforcer, vFlag, versionFlag, rc) print *, "" print *, "Earth System Modeling Framework" print *, "" - print *, "Copyright (c) 2002-2023 University Corporation for Atmospheric Research," + print *, "Copyright (c) 2002-2024 University Corporation for Atmospheric Research," print *, "Massachusetts Institute of Technology, Geophysical Fluid Dynamics Laboratory," print *, "University of Michigan, National Centers for Environmental Prediction," print *, "Los Alamos National Laboratory, Argonne National Laboratory," diff --git a/src/Infrastructure/Util/tests/ESMF_FortranWordsizeUTest.F90 b/src/Infrastructure/Util/tests/ESMF_FortranWordsizeUTest.F90 index ffb7699dd0..e9382945f3 100644 --- a/src/Infrastructure/Util/tests/ESMF_FortranWordsizeUTest.F90 +++ b/src/Infrastructure/Util/tests/ESMF_FortranWordsizeUTest.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Util/tests/ESMF_InitMacrosTestTypes.F90 b/src/Infrastructure/Util/tests/ESMF_InitMacrosTestTypes.F90 index 260cb928a2..c3197283ed 100644 --- a/src/Infrastructure/Util/tests/ESMF_InitMacrosTestTypes.F90 +++ b/src/Infrastructure/Util/tests/ESMF_InitMacrosTestTypes.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Util/tests/ESMF_InitMacrosUTest.F90 b/src/Infrastructure/Util/tests/ESMF_InitMacrosUTest.F90 index d8c64cce45..163be171e8 100644 --- a/src/Infrastructure/Util/tests/ESMF_InitMacrosUTest.F90 +++ b/src/Infrastructure/Util/tests/ESMF_InitMacrosUTest.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Util/tests/ESMF_TypeKindGetUTest.F90 b/src/Infrastructure/Util/tests/ESMF_TypeKindGetUTest.F90 index e1949aa41d..3b221c3414 100644 --- a/src/Infrastructure/Util/tests/ESMF_TypeKindGetUTest.F90 +++ b/src/Infrastructure/Util/tests/ESMF_TypeKindGetUTest.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/Util/tests/ESMF_UtilUTest.F90 b/src/Infrastructure/Util/tests/ESMF_UtilUTest.F90 index b7e8e02195..8e1fcba2e9 100644 --- a/src/Infrastructure/Util/tests/ESMF_UtilUTest.F90 +++ b/src/Infrastructure/Util/tests/ESMF_UtilUTest.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/VM/doc/VM_cdesc.tex b/src/Infrastructure/VM/doc/VM_cdesc.tex index 87a94395a7..57f090e12d 100644 --- a/src/Infrastructure/VM/doc/VM_cdesc.tex +++ b/src/Infrastructure/VM/doc/VM_cdesc.tex @@ -1,7 +1,7 @@ % $Id$ % % Earth System Modeling Framework -% Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +% Copyright (c) 2002-2024, University Corporation for Atmospheric Research, % Massachusetts Institute of Technology, Geophysical Fluid Dynamics % Laboratory, University of Michigan, National Centers for Environmental % Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/VM/doc/VM_crefdoc.ctex b/src/Infrastructure/VM/doc/VM_crefdoc.ctex index 174939a651..6fca287a31 100644 --- a/src/Infrastructure/VM/doc/VM_crefdoc.ctex +++ b/src/Infrastructure/VM/doc/VM_crefdoc.ctex @@ -1,7 +1,7 @@ % $Id$ % % Earth System Modeling Framework -% Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +% Copyright (c) 2002-2024, University Corporation for Atmospheric Research, % Massachusetts Institute of Technology, Geophysical Fluid Dynamics % Laboratory, University of Michigan, National Centers for Environmental % Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/VM/doc/VM_desc.tex b/src/Infrastructure/VM/doc/VM_desc.tex index 79bf458048..6d4e2ad155 100644 --- a/src/Infrastructure/VM/doc/VM_desc.tex +++ b/src/Infrastructure/VM/doc/VM_desc.tex @@ -1,7 +1,7 @@ % $Id$ % % Earth System Modeling Framework -% Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +% Copyright (c) 2002-2024, University Corporation for Atmospheric Research, % Massachusetts Institute of Technology, Geophysical Fluid Dynamics % Laboratory, University of Michigan, National Centers for Environmental % Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/VM/doc/VM_options.tex b/src/Infrastructure/VM/doc/VM_options.tex index e085805f32..63eaddb8a6 100644 --- a/src/Infrastructure/VM/doc/VM_options.tex +++ b/src/Infrastructure/VM/doc/VM_options.tex @@ -1,7 +1,7 @@ % $Id$ % Earth System Modeling Framework -% Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +% Copyright (c) 2002-2024, University Corporation for Atmospheric Research, % Massachusetts Institute of Technology, Geophysical Fluid Dynamics % Laboratory, University of Michigan, National Centers for Environmental % Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/VM/doc/VM_refdoc.ctex b/src/Infrastructure/VM/doc/VM_refdoc.ctex index f8fab50238..e7931b6e8d 100644 --- a/src/Infrastructure/VM/doc/VM_refdoc.ctex +++ b/src/Infrastructure/VM/doc/VM_refdoc.ctex @@ -1,7 +1,7 @@ % $Id$ % % Earth System Modeling Framework -% Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +% Copyright (c) 2002-2024, University Corporation for Atmospheric Research, % Massachusetts Institute of Technology, Geophysical Fluid Dynamics % Laboratory, University of Michigan, National Centers for Environmental % Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/VM/examples/ESMF_VMAllFullReduceEx.F90 b/src/Infrastructure/VM/examples/ESMF_VMAllFullReduceEx.F90 index 10ac0e186e..d06535f8ff 100644 --- a/src/Infrastructure/VM/examples/ESMF_VMAllFullReduceEx.F90 +++ b/src/Infrastructure/VM/examples/ESMF_VMAllFullReduceEx.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/VM/examples/ESMF_VMComponentEx.F90 b/src/Infrastructure/VM/examples/ESMF_VMComponentEx.F90 index c4cd9a2612..7106a0b4f7 100644 --- a/src/Infrastructure/VM/examples/ESMF_VMComponentEx.F90 +++ b/src/Infrastructure/VM/examples/ESMF_VMComponentEx.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/VM/examples/ESMF_VMDefaultBasicsEx.F90 b/src/Infrastructure/VM/examples/ESMF_VMDefaultBasicsEx.F90 index 60a4a17cc7..bcd2f01a0c 100644 --- a/src/Infrastructure/VM/examples/ESMF_VMDefaultBasicsEx.F90 +++ b/src/Infrastructure/VM/examples/ESMF_VMDefaultBasicsEx.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/VM/examples/ESMF_VMGetMPICommunicatorEx.F90 b/src/Infrastructure/VM/examples/ESMF_VMGetMPICommunicatorEx.F90 index a88ab86375..6864472fab 100644 --- a/src/Infrastructure/VM/examples/ESMF_VMGetMPICommunicatorEx.F90 +++ b/src/Infrastructure/VM/examples/ESMF_VMGetMPICommunicatorEx.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/VM/examples/ESMF_VMGetMPICommunicatorF08Ex.F90 b/src/Infrastructure/VM/examples/ESMF_VMGetMPICommunicatorF08Ex.F90 index 522126e15f..6bb76d5edd 100644 --- a/src/Infrastructure/VM/examples/ESMF_VMGetMPICommunicatorF08Ex.F90 +++ b/src/Infrastructure/VM/examples/ESMF_VMGetMPICommunicatorF08Ex.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/VM/examples/ESMF_VMHigherRankDataEx.F90 b/src/Infrastructure/VM/examples/ESMF_VMHigherRankDataEx.F90 index 2cf2ed738f..7f9d3231e6 100644 --- a/src/Infrastructure/VM/examples/ESMF_VMHigherRankDataEx.F90 +++ b/src/Infrastructure/VM/examples/ESMF_VMHigherRankDataEx.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/VM/examples/ESMF_VMNonBlockingEx.F90 b/src/Infrastructure/VM/examples/ESMF_VMNonBlockingEx.F90 index 18ca9cf148..3b3b6340c3 100644 --- a/src/Infrastructure/VM/examples/ESMF_VMNonBlockingEx.F90 +++ b/src/Infrastructure/VM/examples/ESMF_VMNonBlockingEx.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/VM/examples/ESMF_VMScatterVMGatherEx.F90 b/src/Infrastructure/VM/examples/ESMF_VMScatterVMGatherEx.F90 index b8a2db6469..fb124bdbed 100644 --- a/src/Infrastructure/VM/examples/ESMF_VMScatterVMGatherEx.F90 +++ b/src/Infrastructure/VM/examples/ESMF_VMScatterVMGatherEx.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/VM/examples/ESMF_VMSendVMRecvEx.F90 b/src/Infrastructure/VM/examples/ESMF_VMSendVMRecvEx.F90 index 66e2987ff6..36f3d07381 100644 --- a/src/Infrastructure/VM/examples/ESMF_VMSendVMRecvEx.F90 +++ b/src/Infrastructure/VM/examples/ESMF_VMSendVMRecvEx.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/VM/examples/ESMF_VMUserMpiCommEx.F90 b/src/Infrastructure/VM/examples/ESMF_VMUserMpiCommEx.F90 index 82fa7241cf..71854bf252 100644 --- a/src/Infrastructure/VM/examples/ESMF_VMUserMpiCommEx.F90 +++ b/src/Infrastructure/VM/examples/ESMF_VMUserMpiCommEx.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/VM/examples/ESMF_VMUserMpiCommMultiEx.F90 b/src/Infrastructure/VM/examples/ESMF_VMUserMpiCommMultiEx.F90 index 6d98d0c564..94fe63bbfb 100644 --- a/src/Infrastructure/VM/examples/ESMF_VMUserMpiCommMultiEx.F90 +++ b/src/Infrastructure/VM/examples/ESMF_VMUserMpiCommMultiEx.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/VM/examples/ESMF_VMUserMpiEx.F90 b/src/Infrastructure/VM/examples/ESMF_VMUserMpiEx.F90 index 48afe44771..5ad9314a86 100644 --- a/src/Infrastructure/VM/examples/ESMF_VMUserMpiEx.F90 +++ b/src/Infrastructure/VM/examples/ESMF_VMUserMpiEx.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/VM/include/ESMCI_AccInfo.h b/src/Infrastructure/VM/include/ESMCI_AccInfo.h index 358e8c1bdd..64199370c9 100644 --- a/src/Infrastructure/VM/include/ESMCI_AccInfo.h +++ b/src/Infrastructure/VM/include/ESMCI_AccInfo.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/VM/include/ESMCI_VM.h b/src/Infrastructure/VM/include/ESMCI_VM.h index 5f10d273ec..08f43badce 100644 --- a/src/Infrastructure/VM/include/ESMCI_VM.h +++ b/src/Infrastructure/VM/include/ESMCI_VM.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/VM/include/ESMCI_VMKernel.h b/src/Infrastructure/VM/include/ESMCI_VMKernel.h index dba4b0c34c..1fcf9ba2a4 100644 --- a/src/Infrastructure/VM/include/ESMCI_VMKernel.h +++ b/src/Infrastructure/VM/include/ESMCI_VMKernel.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/VM/include/ESMC_VM.h b/src/Infrastructure/VM/include/ESMC_VM.h index 4ca958b5f0..a4093da13e 100644 --- a/src/Infrastructure/VM/include/ESMC_VM.h +++ b/src/Infrastructure/VM/include/ESMC_VM.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/VM/interface/ESMCI_VM_F.C b/src/Infrastructure/VM/interface/ESMCI_VM_F.C index 3596358536..5de36763fc 100644 --- a/src/Infrastructure/VM/interface/ESMCI_VM_F.C +++ b/src/Infrastructure/VM/interface/ESMCI_VM_F.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/VM/interface/ESMC_VM.C b/src/Infrastructure/VM/interface/ESMC_VM.C index 013e692ea1..37f4789583 100644 --- a/src/Infrastructure/VM/interface/ESMC_VM.C +++ b/src/Infrastructure/VM/interface/ESMC_VM.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/VM/interface/ESMF_VM.F90 b/src/Infrastructure/VM/interface/ESMF_VM.F90 index 32483e52cd..c7a4df15dc 100644 --- a/src/Infrastructure/VM/interface/ESMF_VM.F90 +++ b/src/Infrastructure/VM/interface/ESMF_VM.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/VM/src/ESMCI_VM.C b/src/Infrastructure/VM/src/ESMCI_VM.C index 65e853f60f..fd341a86a9 100644 --- a/src/Infrastructure/VM/src/ESMCI_VM.C +++ b/src/Infrastructure/VM/src/ESMCI_VM.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/VM/src/ESMCI_VMKernel.C b/src/Infrastructure/VM/src/ESMCI_VMKernel.C index a6df992019..4bd9c56f05 100644 --- a/src/Infrastructure/VM/src/ESMCI_VMKernel.C +++ b/src/Infrastructure/VM/src/ESMCI_VMKernel.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/VM/src/acc/ESMCI_IntelMICInfo.C b/src/Infrastructure/VM/src/acc/ESMCI_IntelMICInfo.C index 323adc915b..c4c82a178b 100644 --- a/src/Infrastructure/VM/src/acc/ESMCI_IntelMICInfo.C +++ b/src/Infrastructure/VM/src/acc/ESMCI_IntelMICInfo.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/VM/src/acc/ESMCI_OpenACCInfo.C b/src/Infrastructure/VM/src/acc/ESMCI_OpenACCInfo.C index a9443c9ef8..40490470bf 100644 --- a/src/Infrastructure/VM/src/acc/ESMCI_OpenACCInfo.C +++ b/src/Infrastructure/VM/src/acc/ESMCI_OpenACCInfo.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/VM/src/acc/ESMCI_OpenCLInfo.C b/src/Infrastructure/VM/src/acc/ESMCI_OpenCLInfo.C index 11ae32b830..48bc62278d 100644 --- a/src/Infrastructure/VM/src/acc/ESMCI_OpenCLInfo.C +++ b/src/Infrastructure/VM/src/acc/ESMCI_OpenCLInfo.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/VM/src/acc/ESMCI_OpenMP4Info.C b/src/Infrastructure/VM/src/acc/ESMCI_OpenMP4Info.C index 5dccb509fc..1961b8f5fa 100644 --- a/src/Infrastructure/VM/src/acc/ESMCI_OpenMP4Info.C +++ b/src/Infrastructure/VM/src/acc/ESMCI_OpenMP4Info.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/VM/tests/ESMC_VMUTest.c b/src/Infrastructure/VM/tests/ESMC_VMUTest.c index 4f4c162f41..99c7678134 100644 --- a/src/Infrastructure/VM/tests/ESMC_VMUTest.c +++ b/src/Infrastructure/VM/tests/ESMC_VMUTest.c @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/VM/tests/ESMF_VMAccUTest.F90 b/src/Infrastructure/VM/tests/ESMF_VMAccUTest.F90 index a827c7586e..81ba47607c 100644 --- a/src/Infrastructure/VM/tests/ESMF_VMAccUTest.F90 +++ b/src/Infrastructure/VM/tests/ESMF_VMAccUTest.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/VM/tests/ESMF_VMAllGatherUTest.F90 b/src/Infrastructure/VM/tests/ESMF_VMAllGatherUTest.F90 index 1c7bf960f6..da85d49fb9 100644 --- a/src/Infrastructure/VM/tests/ESMF_VMAllGatherUTest.F90 +++ b/src/Infrastructure/VM/tests/ESMF_VMAllGatherUTest.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/VM/tests/ESMF_VMAllGatherVUTest.F90 b/src/Infrastructure/VM/tests/ESMF_VMAllGatherVUTest.F90 index aa05e67adc..a031835f11 100644 --- a/src/Infrastructure/VM/tests/ESMF_VMAllGatherVUTest.F90 +++ b/src/Infrastructure/VM/tests/ESMF_VMAllGatherVUTest.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/VM/tests/ESMF_VMAllToAllUTest.F90 b/src/Infrastructure/VM/tests/ESMF_VMAllToAllUTest.F90 index 235b8e70bc..d70b568f44 100644 --- a/src/Infrastructure/VM/tests/ESMF_VMAllToAllUTest.F90 +++ b/src/Infrastructure/VM/tests/ESMF_VMAllToAllUTest.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/VM/tests/ESMF_VMAllToAllVUTest.F90 b/src/Infrastructure/VM/tests/ESMF_VMAllToAllVUTest.F90 index 6a4f5388ad..0f91bda1ce 100644 --- a/src/Infrastructure/VM/tests/ESMF_VMAllToAllVUTest.F90 +++ b/src/Infrastructure/VM/tests/ESMF_VMAllToAllVUTest.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/VM/tests/ESMF_VMBarrierUTest.F90 b/src/Infrastructure/VM/tests/ESMF_VMBarrierUTest.F90 index fcbaf7458e..c8d778cb7d 100644 --- a/src/Infrastructure/VM/tests/ESMF_VMBarrierUTest.F90 +++ b/src/Infrastructure/VM/tests/ESMF_VMBarrierUTest.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/VM/tests/ESMF_VMBroadcastUTest.F90 b/src/Infrastructure/VM/tests/ESMF_VMBroadcastUTest.F90 index c0cee82c51..346cee20ce 100644 --- a/src/Infrastructure/VM/tests/ESMF_VMBroadcastUTest.F90 +++ b/src/Infrastructure/VM/tests/ESMF_VMBroadcastUTest.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/VM/tests/ESMF_VMComponentUTest.F90 b/src/Infrastructure/VM/tests/ESMF_VMComponentUTest.F90 index 6df45fb70c..d0babb3db0 100644 --- a/src/Infrastructure/VM/tests/ESMF_VMComponentUTest.F90 +++ b/src/Infrastructure/VM/tests/ESMF_VMComponentUTest.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/VM/tests/ESMF_VMEpochLargeMsgUTest.F90 b/src/Infrastructure/VM/tests/ESMF_VMEpochLargeMsgUTest.F90 index 027ab0345b..b845049e3f 100644 --- a/src/Infrastructure/VM/tests/ESMF_VMEpochLargeMsgUTest.F90 +++ b/src/Infrastructure/VM/tests/ESMF_VMEpochLargeMsgUTest.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/VM/tests/ESMF_VMGatherUTest.F90 b/src/Infrastructure/VM/tests/ESMF_VMGatherUTest.F90 index aef96e6ac0..8be72643bc 100644 --- a/src/Infrastructure/VM/tests/ESMF_VMGatherUTest.F90 +++ b/src/Infrastructure/VM/tests/ESMF_VMGatherUTest.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/VM/tests/ESMF_VMOpenMPUTest.F90 b/src/Infrastructure/VM/tests/ESMF_VMOpenMPUTest.F90 index 1d034c11cf..f0d5f9cbb4 100644 --- a/src/Infrastructure/VM/tests/ESMF_VMOpenMPUTest.F90 +++ b/src/Infrastructure/VM/tests/ESMF_VMOpenMPUTest.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/VM/tests/ESMF_VMScatterUTest.F90 b/src/Infrastructure/VM/tests/ESMF_VMScatterUTest.F90 index 84782c0d59..a96ff72f7d 100644 --- a/src/Infrastructure/VM/tests/ESMF_VMScatterUTest.F90 +++ b/src/Infrastructure/VM/tests/ESMF_VMScatterUTest.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/VM/tests/ESMF_VMSendNbVMRecvNbUTest.F90 b/src/Infrastructure/VM/tests/ESMF_VMSendNbVMRecvNbUTest.F90 index 2a9fda220d..97d0147b60 100644 --- a/src/Infrastructure/VM/tests/ESMF_VMSendNbVMRecvNbUTest.F90 +++ b/src/Infrastructure/VM/tests/ESMF_VMSendNbVMRecvNbUTest.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/VM/tests/ESMF_VMSendRecvNbUTest.F90 b/src/Infrastructure/VM/tests/ESMF_VMSendRecvNbUTest.F90 index a281604bc1..9e5e2a8287 100644 --- a/src/Infrastructure/VM/tests/ESMF_VMSendRecvNbUTest.F90 +++ b/src/Infrastructure/VM/tests/ESMF_VMSendRecvNbUTest.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/VM/tests/ESMF_VMSendRecvUTest.F90 b/src/Infrastructure/VM/tests/ESMF_VMSendRecvUTest.F90 index 72e649efef..f2e7f82856 100644 --- a/src/Infrastructure/VM/tests/ESMF_VMSendRecvUTest.F90 +++ b/src/Infrastructure/VM/tests/ESMF_VMSendRecvUTest.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/VM/tests/ESMF_VMSendVMRecvUTest.F90 b/src/Infrastructure/VM/tests/ESMF_VMSendVMRecvUTest.F90 index 26eb73c950..d675efbf15 100644 --- a/src/Infrastructure/VM/tests/ESMF_VMSendVMRecvUTest.F90 +++ b/src/Infrastructure/VM/tests/ESMF_VMSendVMRecvUTest.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/VM/tests/ESMF_VMUTest.F90 b/src/Infrastructure/VM/tests/ESMF_VMUTest.F90 index de9586ea7f..e0c6582901 100644 --- a/src/Infrastructure/VM/tests/ESMF_VMUTest.F90 +++ b/src/Infrastructure/VM/tests/ESMF_VMUTest.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/VM/tests/ESMF_VMUserMpiInitUTest.F90 b/src/Infrastructure/VM/tests/ESMF_VMUserMpiInitUTest.F90 index 282380f1bc..52f79e5201 100644 --- a/src/Infrastructure/VM/tests/ESMF_VMUserMpiInitUTest.F90 +++ b/src/Infrastructure/VM/tests/ESMF_VMUserMpiInitUTest.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/XGrid/examples/ESMF_XGridEx.F90 b/src/Infrastructure/XGrid/examples/ESMF_XGridEx.F90 index e9172875ea..17478758e1 100644 --- a/src/Infrastructure/XGrid/examples/ESMF_XGridEx.F90 +++ b/src/Infrastructure/XGrid/examples/ESMF_XGridEx.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/XGrid/examples/ESMF_XGridSparseMatEx.F90 b/src/Infrastructure/XGrid/examples/ESMF_XGridSparseMatEx.F90 index dbb673a69d..0da16930cf 100644 --- a/src/Infrastructure/XGrid/examples/ESMF_XGridSparseMatEx.F90 +++ b/src/Infrastructure/XGrid/examples/ESMF_XGridSparseMatEx.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/XGrid/include/ESMCI_XGrid.h b/src/Infrastructure/XGrid/include/ESMCI_XGrid.h index 2b87521e8c..6f6e472c37 100644 --- a/src/Infrastructure/XGrid/include/ESMCI_XGrid.h +++ b/src/Infrastructure/XGrid/include/ESMCI_XGrid.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/XGrid/include/ESMC_XGrid.h b/src/Infrastructure/XGrid/include/ESMC_XGrid.h index 38d8438ca0..f1c4d800c6 100644 --- a/src/Infrastructure/XGrid/include/ESMC_XGrid.h +++ b/src/Infrastructure/XGrid/include/ESMC_XGrid.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/XGrid/interface/ESMCI_XGrid.C b/src/Infrastructure/XGrid/interface/ESMCI_XGrid.C index 73f69843e7..ff5c184d48 100644 --- a/src/Infrastructure/XGrid/interface/ESMCI_XGrid.C +++ b/src/Infrastructure/XGrid/interface/ESMCI_XGrid.C @@ -1,7 +1,7 @@ //$1.10 2007/04/26 16:13:59 rosalind Exp $ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/XGrid/interface/ESMCI_XGrid_F.C b/src/Infrastructure/XGrid/interface/ESMCI_XGrid_F.C index b45ad54be3..497f8ff254 100644 --- a/src/Infrastructure/XGrid/interface/ESMCI_XGrid_F.C +++ b/src/Infrastructure/XGrid/interface/ESMCI_XGrid_F.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/XGrid/interface/ESMC_XGrid.C b/src/Infrastructure/XGrid/interface/ESMC_XGrid.C index 64a9798b6d..7ea283ebe4 100644 --- a/src/Infrastructure/XGrid/interface/ESMC_XGrid.C +++ b/src/Infrastructure/XGrid/interface/ESMC_XGrid.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/XGrid/interface/ESMF_XGrid_C.F90 b/src/Infrastructure/XGrid/interface/ESMF_XGrid_C.F90 index 597a3e6544..b8966a3468 100644 --- a/src/Infrastructure/XGrid/interface/ESMF_XGrid_C.F90 +++ b/src/Infrastructure/XGrid/interface/ESMF_XGrid_C.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/XGrid/src/ESMF_XGrid.F90 b/src/Infrastructure/XGrid/src/ESMF_XGrid.F90 index 123b7dfcb1..ba819f75e4 100644 --- a/src/Infrastructure/XGrid/src/ESMF_XGrid.F90 +++ b/src/Infrastructure/XGrid/src/ESMF_XGrid.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/XGrid/src/ESMF_XGridCreate.F90 b/src/Infrastructure/XGrid/src/ESMF_XGridCreate.F90 index 932dd10c2a..6dd74344b1 100644 --- a/src/Infrastructure/XGrid/src/ESMF_XGridCreate.F90 +++ b/src/Infrastructure/XGrid/src/ESMF_XGridCreate.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/XGrid/src/ESMF_XGridGet.F90 b/src/Infrastructure/XGrid/src/ESMF_XGridGet.F90 index 67cc3140b8..b15ab5eb53 100644 --- a/src/Infrastructure/XGrid/src/ESMF_XGridGet.F90 +++ b/src/Infrastructure/XGrid/src/ESMF_XGridGet.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/XGrid/tests/ESMC_XGridUTest.c b/src/Infrastructure/XGrid/tests/ESMC_XGridUTest.c index a10ff0cc06..fd3d53f586 100644 --- a/src/Infrastructure/XGrid/tests/ESMC_XGridUTest.c +++ b/src/Infrastructure/XGrid/tests/ESMC_XGridUTest.c @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/XGrid/tests/ESMF_XGridMaskingUTest.F90 b/src/Infrastructure/XGrid/tests/ESMF_XGridMaskingUTest.F90 index bdf8f30024..ce7af284bd 100644 --- a/src/Infrastructure/XGrid/tests/ESMF_XGridMaskingUTest.F90 +++ b/src/Infrastructure/XGrid/tests/ESMF_XGridMaskingUTest.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/XGrid/tests/ESMF_XGridUTest.F90 b/src/Infrastructure/XGrid/tests/ESMF_XGridUTest.F90 index 1eb912bbde..3781591ec8 100644 --- a/src/Infrastructure/XGrid/tests/ESMF_XGridUTest.F90 +++ b/src/Infrastructure/XGrid/tests/ESMF_XGridUTest.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/XGridGeomBase/interface/ESMCI_XGridGeomBase_F.C b/src/Infrastructure/XGridGeomBase/interface/ESMCI_XGridGeomBase_F.C index 87543e36da..45ae8ab395 100644 --- a/src/Infrastructure/XGridGeomBase/interface/ESMCI_XGridGeomBase_F.C +++ b/src/Infrastructure/XGridGeomBase/interface/ESMCI_XGridGeomBase_F.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/XGridGeomBase/src/ESMF_XGridGeomBase.F90 b/src/Infrastructure/XGridGeomBase/src/ESMF_XGridGeomBase.F90 index ec2fb8fc6d..7f6643021f 100644 --- a/src/Infrastructure/XGridGeomBase/src/ESMF_XGridGeomBase.F90 +++ b/src/Infrastructure/XGridGeomBase/src/ESMF_XGridGeomBase.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Infrastructure/stubs/pthread/ESMF_Pthread.h b/src/Infrastructure/stubs/pthread/ESMF_Pthread.h index a69fdff816..76d6c8321a 100644 --- a/src/Infrastructure/stubs/pthread/ESMF_Pthread.h +++ b/src/Infrastructure/stubs/pthread/ESMF_Pthread.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/AppDriver/doc/AppDriver_crefdoc.ctex b/src/Superstructure/AppDriver/doc/AppDriver_crefdoc.ctex index 8c124924f6..4ff55552c2 100644 --- a/src/Superstructure/AppDriver/doc/AppDriver_crefdoc.ctex +++ b/src/Superstructure/AppDriver/doc/AppDriver_crefdoc.ctex @@ -1,7 +1,7 @@ % $Id$ % % Earth System Modeling Framework -% Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +% Copyright (c) 2002-2024, University Corporation for Atmospheric Research, % Massachusetts Institute of Technology, Geophysical Fluid Dynamics % Laboratory, University of Michigan, National Centers for Environmental % Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/AppDriver/doc/AppDriver_creqmethodsintro.tex b/src/Superstructure/AppDriver/doc/AppDriver_creqmethodsintro.tex index f74bfa7843..a390bf8f66 100644 --- a/src/Superstructure/AppDriver/doc/AppDriver_creqmethodsintro.tex +++ b/src/Superstructure/AppDriver/doc/AppDriver_creqmethodsintro.tex @@ -1,7 +1,7 @@ % $Id$ % % Earth System Modeling Framework -% Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +% Copyright (c) 2002-2024, University Corporation for Atmospheric Research, % Massachusetts Institute of Technology, Geophysical Fluid Dynamics % Laboratory, University of Michigan, National Centers for Environmental % Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/AppDriver/doc/AppDriver_desc.tex b/src/Superstructure/AppDriver/doc/AppDriver_desc.tex index 9e5fab59d9..36594536d3 100644 --- a/src/Superstructure/AppDriver/doc/AppDriver_desc.tex +++ b/src/Superstructure/AppDriver/doc/AppDriver_desc.tex @@ -1,7 +1,7 @@ % $Id$ % % Earth System Modeling Framework -% Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +% Copyright (c) 2002-2024, University Corporation for Atmospheric Research, % Massachusetts Institute of Technology, Geophysical Fluid Dynamics % Laboratory, University of Michigan, National Centers for Environmental % Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/AppDriver/doc/AppDriver_design.tex b/src/Superstructure/AppDriver/doc/AppDriver_design.tex index 4589fc160a..42ad2c5817 100644 --- a/src/Superstructure/AppDriver/doc/AppDriver_design.tex +++ b/src/Superstructure/AppDriver/doc/AppDriver_design.tex @@ -1,7 +1,7 @@ % $Id$ % % Earth System Modeling Framework -% Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +% Copyright (c) 2002-2024, University Corporation for Atmospheric Research, % Massachusetts Institute of Technology, Geophysical Fluid Dynamics % Laboratory, University of Michigan, National Centers for Environmental % Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/AppDriver/doc/AppDriver_refdoc.ctex b/src/Superstructure/AppDriver/doc/AppDriver_refdoc.ctex index e272693921..b42a768284 100644 --- a/src/Superstructure/AppDriver/doc/AppDriver_refdoc.ctex +++ b/src/Superstructure/AppDriver/doc/AppDriver_refdoc.ctex @@ -1,7 +1,7 @@ % $Id$ % % Earth System Modeling Framework -% Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +% Copyright (c) 2002-2024, University Corporation for Atmospheric Research, % Massachusetts Institute of Technology, Geophysical Fluid Dynamics % Laboratory, University of Michigan, National Centers for Environmental % Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/AppDriver/doc/AppDriver_reqmethods.tex b/src/Superstructure/AppDriver/doc/AppDriver_reqmethods.tex index 35993f3d86..0e46c535f7 100644 --- a/src/Superstructure/AppDriver/doc/AppDriver_reqmethods.tex +++ b/src/Superstructure/AppDriver/doc/AppDriver_reqmethods.tex @@ -1,7 +1,7 @@ % $Id$ % % Earth System Modeling Framework -% Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +% Copyright (c) 2002-2024, University Corporation for Atmospheric Research, % Massachusetts Institute of Technology, Geophysical Fluid Dynamics % Laboratory, University of Michigan, National Centers for Environmental % Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/AppDriver/doc/AppDriver_reqmethodsintro.tex b/src/Superstructure/AppDriver/doc/AppDriver_reqmethodsintro.tex index 9eb39af6f9..1ab461e7ca 100644 --- a/src/Superstructure/AppDriver/doc/AppDriver_reqmethodsintro.tex +++ b/src/Superstructure/AppDriver/doc/AppDriver_reqmethodsintro.tex @@ -1,7 +1,7 @@ % $Id$ % % Earth System Modeling Framework -% Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +% Copyright (c) 2002-2024, University Corporation for Atmospheric Research, % Massachusetts Institute of Technology, Geophysical Fluid Dynamics % Laboratory, University of Michigan, National Centers for Environmental % Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/AppDriver/doc/AppDriver_rest.tex b/src/Superstructure/AppDriver/doc/AppDriver_rest.tex index f908bcfbcf..e72a25b08f 100644 --- a/src/Superstructure/AppDriver/doc/AppDriver_rest.tex +++ b/src/Superstructure/AppDriver/doc/AppDriver_rest.tex @@ -1,7 +1,7 @@ % $Id$ % % Earth System Modeling Framework -% Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +% Copyright (c) 2002-2024, University Corporation for Atmospheric Research, % Massachusetts Institute of Technology, Geophysical Fluid Dynamics % Laboratory, University of Michigan, National Centers for Environmental % Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/AppDriver/doc/AppDriver_usage.tex b/src/Superstructure/AppDriver/doc/AppDriver_usage.tex index 26a3b41dd3..c4146fbda0 100644 --- a/src/Superstructure/AppDriver/doc/AppDriver_usage.tex +++ b/src/Superstructure/AppDriver/doc/AppDriver_usage.tex @@ -1,7 +1,7 @@ % $Id$ % % Earth System Modeling Framework -% Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +% Copyright (c) 2002-2024, University Corporation for Atmospheric Research, % Massachusetts Institute of Technology, Geophysical Fluid Dynamics % Laboratory, University of Michigan, National Centers for Environmental % Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/AttachMethods/doc/AttachMethods_desc.tex b/src/Superstructure/AttachMethods/doc/AttachMethods_desc.tex index ede9be6961..819d86fa1f 100644 --- a/src/Superstructure/AttachMethods/doc/AttachMethods_desc.tex +++ b/src/Superstructure/AttachMethods/doc/AttachMethods_desc.tex @@ -1,7 +1,7 @@ % $Id$ % % Earth System Modeling Framework -% Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +% Copyright (c) 2002-2024, University Corporation for Atmospheric Research, % Massachusetts Institute of Technology, Geophysical Fluid Dynamics % Laboratory, University of Michigan, National Centers for Environmental % Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/AttachMethods/doc/AttachMethods_refdoc.ctex b/src/Superstructure/AttachMethods/doc/AttachMethods_refdoc.ctex index bc14d9f091..6e456f3d3d 100644 --- a/src/Superstructure/AttachMethods/doc/AttachMethods_refdoc.ctex +++ b/src/Superstructure/AttachMethods/doc/AttachMethods_refdoc.ctex @@ -1,7 +1,7 @@ % $Id$ % % Earth System Modeling Framework -% Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +% Copyright (c) 2002-2024, University Corporation for Atmospheric Research, % Massachusetts Institute of Technology, Geophysical Fluid Dynamics % Laboratory, University of Michigan, National Centers for Environmental % Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/AttachMethods/doc/AttachMethods_rest.tex b/src/Superstructure/AttachMethods/doc/AttachMethods_rest.tex index 46ec712777..3607c2ba71 100644 --- a/src/Superstructure/AttachMethods/doc/AttachMethods_rest.tex +++ b/src/Superstructure/AttachMethods/doc/AttachMethods_rest.tex @@ -1,7 +1,7 @@ % $Id$ % % Earth System Modeling Framework -% Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +% Copyright (c) 2002-2024, University Corporation for Atmospheric Research, % Massachusetts Institute of Technology, Geophysical Fluid Dynamics % Laboratory, University of Michigan, National Centers for Environmental % Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/AttachMethods/doc/AttachMethods_usage.tex b/src/Superstructure/AttachMethods/doc/AttachMethods_usage.tex index b4b927e18d..7a82755e44 100644 --- a/src/Superstructure/AttachMethods/doc/AttachMethods_usage.tex +++ b/src/Superstructure/AttachMethods/doc/AttachMethods_usage.tex @@ -1,7 +1,7 @@ % $Id$ % % Earth System Modeling Framework -% Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +% Copyright (c) 2002-2024, University Corporation for Atmospheric Research, % Massachusetts Institute of Technology, Geophysical Fluid Dynamics % Laboratory, University of Michigan, National Centers for Environmental % Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/AttachMethods/examples/ESMF_AttachMethodsEx.F90 b/src/Superstructure/AttachMethods/examples/ESMF_AttachMethodsEx.F90 index 97775c03b3..1337371641 100644 --- a/src/Superstructure/AttachMethods/examples/ESMF_AttachMethodsEx.F90 +++ b/src/Superstructure/AttachMethods/examples/ESMF_AttachMethodsEx.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/AttachMethods/src/ESMF_AttachMethods.F90 b/src/Superstructure/AttachMethods/src/ESMF_AttachMethods.F90 index deb1b86111..bb1f4d1788 100644 --- a/src/Superstructure/AttachMethods/src/ESMF_AttachMethods.F90 +++ b/src/Superstructure/AttachMethods/src/ESMF_AttachMethods.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/AttributeAPI/doc/AttributeAPI_refdoc.ctex b/src/Superstructure/AttributeAPI/doc/AttributeAPI_refdoc.ctex index 4b28c4207e..a8e5015e66 100644 --- a/src/Superstructure/AttributeAPI/doc/AttributeAPI_refdoc.ctex +++ b/src/Superstructure/AttributeAPI/doc/AttributeAPI_refdoc.ctex @@ -1,7 +1,7 @@ % $Id$ % % Earth System Modeling Framework -% Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +% Copyright (c) 2002-2024, University Corporation for Atmospheric Research, % Massachusetts Institute of Technology, Geophysical Fluid Dynamics % Laboratory, University of Michigan, National Centers for Environmental % Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/AttributeAPI/interface/ESMF_Attribute.F90 b/src/Superstructure/AttributeAPI/interface/ESMF_Attribute.F90 index 3892b669f7..f5cba272cd 100644 --- a/src/Superstructure/AttributeAPI/interface/ESMF_Attribute.F90 +++ b/src/Superstructure/AttributeAPI/interface/ESMF_Attribute.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/AttributeAPI/tests/ESMF_AttPackABundleUTest.cppF90 b/src/Superstructure/AttributeAPI/tests/ESMF_AttPackABundleUTest.cppF90 index 75b52ddd04..3293e3ce4a 100644 --- a/src/Superstructure/AttributeAPI/tests/ESMF_AttPackABundleUTest.cppF90 +++ b/src/Superstructure/AttributeAPI/tests/ESMF_AttPackABundleUTest.cppF90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/AttributeAPI/tests/ESMF_AttPackArrayUTest.cppF90 b/src/Superstructure/AttributeAPI/tests/ESMF_AttPackArrayUTest.cppF90 index 18d748610d..9e6a19ff28 100644 --- a/src/Superstructure/AttributeAPI/tests/ESMF_AttPackArrayUTest.cppF90 +++ b/src/Superstructure/AttributeAPI/tests/ESMF_AttPackArrayUTest.cppF90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/AttributeAPI/tests/ESMF_AttPackCplCompUTest.cppF90 b/src/Superstructure/AttributeAPI/tests/ESMF_AttPackCplCompUTest.cppF90 index dfc986d8d4..0459af8637 100644 --- a/src/Superstructure/AttributeAPI/tests/ESMF_AttPackCplCompUTest.cppF90 +++ b/src/Superstructure/AttributeAPI/tests/ESMF_AttPackCplCompUTest.cppF90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/AttributeAPI/tests/ESMF_AttPackDistGridUTest.cppF90 b/src/Superstructure/AttributeAPI/tests/ESMF_AttPackDistGridUTest.cppF90 index e1f2de7366..84ee006461 100644 --- a/src/Superstructure/AttributeAPI/tests/ESMF_AttPackDistGridUTest.cppF90 +++ b/src/Superstructure/AttributeAPI/tests/ESMF_AttPackDistGridUTest.cppF90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/AttributeAPI/tests/ESMF_AttPackFBundleUTest.cppF90 b/src/Superstructure/AttributeAPI/tests/ESMF_AttPackFBundleUTest.cppF90 index f8f6f2269e..201fe7be4f 100644 --- a/src/Superstructure/AttributeAPI/tests/ESMF_AttPackFBundleUTest.cppF90 +++ b/src/Superstructure/AttributeAPI/tests/ESMF_AttPackFBundleUTest.cppF90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/AttributeAPI/tests/ESMF_AttPackFieldUTest.cppF90 b/src/Superstructure/AttributeAPI/tests/ESMF_AttPackFieldUTest.cppF90 index fcc7e1b26c..f48e6ceb05 100644 --- a/src/Superstructure/AttributeAPI/tests/ESMF_AttPackFieldUTest.cppF90 +++ b/src/Superstructure/AttributeAPI/tests/ESMF_AttPackFieldUTest.cppF90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/AttributeAPI/tests/ESMF_AttPackGridCompUTest.cppF90 b/src/Superstructure/AttributeAPI/tests/ESMF_AttPackGridCompUTest.cppF90 index 80f9b5a6ac..683e0d5030 100644 --- a/src/Superstructure/AttributeAPI/tests/ESMF_AttPackGridCompUTest.cppF90 +++ b/src/Superstructure/AttributeAPI/tests/ESMF_AttPackGridCompUTest.cppF90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/AttributeAPI/tests/ESMF_AttPackGridUTest.cppF90 b/src/Superstructure/AttributeAPI/tests/ESMF_AttPackGridUTest.cppF90 index ea912f5dbd..eb32a6c4d8 100644 --- a/src/Superstructure/AttributeAPI/tests/ESMF_AttPackGridUTest.cppF90 +++ b/src/Superstructure/AttributeAPI/tests/ESMF_AttPackGridUTest.cppF90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/AttributeAPI/tests/ESMF_AttPackLocStreamUTest.cppF90 b/src/Superstructure/AttributeAPI/tests/ESMF_AttPackLocStreamUTest.cppF90 index c94db4b209..4cdd3c1d2d 100644 --- a/src/Superstructure/AttributeAPI/tests/ESMF_AttPackLocStreamUTest.cppF90 +++ b/src/Superstructure/AttributeAPI/tests/ESMF_AttPackLocStreamUTest.cppF90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/AttributeAPI/tests/ESMF_AttPackSciCompUTest.cppF90 b/src/Superstructure/AttributeAPI/tests/ESMF_AttPackSciCompUTest.cppF90 index bc41e9534c..d91f8d5a87 100644 --- a/src/Superstructure/AttributeAPI/tests/ESMF_AttPackSciCompUTest.cppF90 +++ b/src/Superstructure/AttributeAPI/tests/ESMF_AttPackSciCompUTest.cppF90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/AttributeAPI/tests/ESMF_AttPackStateUTest.cppF90 b/src/Superstructure/AttributeAPI/tests/ESMF_AttPackStateUTest.cppF90 index 9caa8523d8..d9cbcea7a7 100644 --- a/src/Superstructure/AttributeAPI/tests/ESMF_AttPackStateUTest.cppF90 +++ b/src/Superstructure/AttributeAPI/tests/ESMF_AttPackStateUTest.cppF90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/AttributeAPI/tests/ESMF_AttPackTestMacros.hcppF90 b/src/Superstructure/AttributeAPI/tests/ESMF_AttPackTestMacros.hcppF90 index 36018d52bc..6e9ec2c465 100644 --- a/src/Superstructure/AttributeAPI/tests/ESMF_AttPackTestMacros.hcppF90 +++ b/src/Superstructure/AttributeAPI/tests/ESMF_AttPackTestMacros.hcppF90 @@ -2,7 +2,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/AttributeAPI/tests/ESMF_AttributeABundleUTest.cppF90 b/src/Superstructure/AttributeAPI/tests/ESMF_AttributeABundleUTest.cppF90 index e6edcfd4c0..925cf59679 100644 --- a/src/Superstructure/AttributeAPI/tests/ESMF_AttributeABundleUTest.cppF90 +++ b/src/Superstructure/AttributeAPI/tests/ESMF_AttributeABundleUTest.cppF90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/AttributeAPI/tests/ESMF_AttributeArrayUTest.cppF90 b/src/Superstructure/AttributeAPI/tests/ESMF_AttributeArrayUTest.cppF90 index 6a00033dc4..15111f7f80 100644 --- a/src/Superstructure/AttributeAPI/tests/ESMF_AttributeArrayUTest.cppF90 +++ b/src/Superstructure/AttributeAPI/tests/ESMF_AttributeArrayUTest.cppF90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/AttributeAPI/tests/ESMF_AttributeCplCompUTest.cppF90 b/src/Superstructure/AttributeAPI/tests/ESMF_AttributeCplCompUTest.cppF90 index 7e5e419064..9001c58de8 100644 --- a/src/Superstructure/AttributeAPI/tests/ESMF_AttributeCplCompUTest.cppF90 +++ b/src/Superstructure/AttributeAPI/tests/ESMF_AttributeCplCompUTest.cppF90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/AttributeAPI/tests/ESMF_AttributeDistGridUTest.cppF90 b/src/Superstructure/AttributeAPI/tests/ESMF_AttributeDistGridUTest.cppF90 index cf96bc1f04..97fd2862c4 100644 --- a/src/Superstructure/AttributeAPI/tests/ESMF_AttributeDistGridUTest.cppF90 +++ b/src/Superstructure/AttributeAPI/tests/ESMF_AttributeDistGridUTest.cppF90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/AttributeAPI/tests/ESMF_AttributeFBundleUTest.cppF90 b/src/Superstructure/AttributeAPI/tests/ESMF_AttributeFBundleUTest.cppF90 index 0a95b19902..2a8530afc3 100644 --- a/src/Superstructure/AttributeAPI/tests/ESMF_AttributeFBundleUTest.cppF90 +++ b/src/Superstructure/AttributeAPI/tests/ESMF_AttributeFBundleUTest.cppF90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/AttributeAPI/tests/ESMF_AttributeFieldUTest.cppF90 b/src/Superstructure/AttributeAPI/tests/ESMF_AttributeFieldUTest.cppF90 index 606f50d9f6..4602fad0f6 100644 --- a/src/Superstructure/AttributeAPI/tests/ESMF_AttributeFieldUTest.cppF90 +++ b/src/Superstructure/AttributeAPI/tests/ESMF_AttributeFieldUTest.cppF90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/AttributeAPI/tests/ESMF_AttributeGridCompUTest.cppF90 b/src/Superstructure/AttributeAPI/tests/ESMF_AttributeGridCompUTest.cppF90 index 0964c02762..e41ba79c4a 100644 --- a/src/Superstructure/AttributeAPI/tests/ESMF_AttributeGridCompUTest.cppF90 +++ b/src/Superstructure/AttributeAPI/tests/ESMF_AttributeGridCompUTest.cppF90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/AttributeAPI/tests/ESMF_AttributeGridUTest.cppF90 b/src/Superstructure/AttributeAPI/tests/ESMF_AttributeGridUTest.cppF90 index d15f62cbbf..e8d441ad52 100644 --- a/src/Superstructure/AttributeAPI/tests/ESMF_AttributeGridUTest.cppF90 +++ b/src/Superstructure/AttributeAPI/tests/ESMF_AttributeGridUTest.cppF90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/AttributeAPI/tests/ESMF_AttributeLocStreamUTest.cppF90 b/src/Superstructure/AttributeAPI/tests/ESMF_AttributeLocStreamUTest.cppF90 index 699df7ab1d..a52707278b 100644 --- a/src/Superstructure/AttributeAPI/tests/ESMF_AttributeLocStreamUTest.cppF90 +++ b/src/Superstructure/AttributeAPI/tests/ESMF_AttributeLocStreamUTest.cppF90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/AttributeAPI/tests/ESMF_AttributeProfileUTest.F90 b/src/Superstructure/AttributeAPI/tests/ESMF_AttributeProfileUTest.F90 index 5d3b2f41ab..427ca0f54c 100644 --- a/src/Superstructure/AttributeAPI/tests/ESMF_AttributeProfileUTest.F90 +++ b/src/Superstructure/AttributeAPI/tests/ESMF_AttributeProfileUTest.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/AttributeAPI/tests/ESMF_AttributeSciCompUTest.cppF90 b/src/Superstructure/AttributeAPI/tests/ESMF_AttributeSciCompUTest.cppF90 index 95adc9cf0b..5056437489 100644 --- a/src/Superstructure/AttributeAPI/tests/ESMF_AttributeSciCompUTest.cppF90 +++ b/src/Superstructure/AttributeAPI/tests/ESMF_AttributeSciCompUTest.cppF90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/AttributeAPI/tests/ESMF_AttributeStateUTest.cppF90 b/src/Superstructure/AttributeAPI/tests/ESMF_AttributeStateUTest.cppF90 index 24064e9400..8a859d5ae3 100644 --- a/src/Superstructure/AttributeAPI/tests/ESMF_AttributeStateUTest.cppF90 +++ b/src/Superstructure/AttributeAPI/tests/ESMF_AttributeStateUTest.cppF90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/AttributeAPI/tests/ESMF_AttributeTestMacros.hcppF90 b/src/Superstructure/AttributeAPI/tests/ESMF_AttributeTestMacros.hcppF90 index ff2f70510d..e885b14051 100644 --- a/src/Superstructure/AttributeAPI/tests/ESMF_AttributeTestMacros.hcppF90 +++ b/src/Superstructure/AttributeAPI/tests/ESMF_AttributeTestMacros.hcppF90 @@ -2,7 +2,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/AttributeAPI/tests/ESMF_AttributeUpdateComponentUTest.F90 b/src/Superstructure/AttributeAPI/tests/ESMF_AttributeUpdateComponentUTest.F90 index 289da0a6a0..c18b56d05c 100644 --- a/src/Superstructure/AttributeAPI/tests/ESMF_AttributeUpdateComponentUTest.F90 +++ b/src/Superstructure/AttributeAPI/tests/ESMF_AttributeUpdateComponentUTest.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/AttributeAPI/tests/ESMF_AttributeUpdateContainerStressUTest.F90 b/src/Superstructure/AttributeAPI/tests/ESMF_AttributeUpdateContainerStressUTest.F90 index f38405468a..80230ae23a 100644 --- a/src/Superstructure/AttributeAPI/tests/ESMF_AttributeUpdateContainerStressUTest.F90 +++ b/src/Superstructure/AttributeAPI/tests/ESMF_AttributeUpdateContainerStressUTest.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/AttributeAPI/tests/ESMF_AttributeUpdateMultiReconcileUTest.F90 b/src/Superstructure/AttributeAPI/tests/ESMF_AttributeUpdateMultiReconcileUTest.F90 index d90c80e8d6..99e1c91799 100644 --- a/src/Superstructure/AttributeAPI/tests/ESMF_AttributeUpdateMultiReconcileUTest.F90 +++ b/src/Superstructure/AttributeAPI/tests/ESMF_AttributeUpdateMultiReconcileUTest.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/AttributeAPI/tests/ESMF_AttributeUpdateReconcileUTest.F90 b/src/Superstructure/AttributeAPI/tests/ESMF_AttributeUpdateReconcileUTest.F90 index 64c4d2a2b2..729b8cf70b 100644 --- a/src/Superstructure/AttributeAPI/tests/ESMF_AttributeUpdateReconcileUTest.F90 +++ b/src/Superstructure/AttributeAPI/tests/ESMF_AttributeUpdateReconcileUTest.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/AttributeAPI/tests/ESMF_AttributeUpdateRemoveOnlyUTest.F90 b/src/Superstructure/AttributeAPI/tests/ESMF_AttributeUpdateRemoveOnlyUTest.F90 index 2fbc8a9396..72e6dead44 100644 --- a/src/Superstructure/AttributeAPI/tests/ESMF_AttributeUpdateRemoveOnlyUTest.F90 +++ b/src/Superstructure/AttributeAPI/tests/ESMF_AttributeUpdateRemoveOnlyUTest.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/AttributeAPI/tests/ESMF_AttributeUpdateUTest.F90 b/src/Superstructure/AttributeAPI/tests/ESMF_AttributeUpdateUTest.F90 index e56fd7292e..1e3156d1bb 100644 --- a/src/Superstructure/AttributeAPI/tests/ESMF_AttributeUpdateUTest.F90 +++ b/src/Superstructure/AttributeAPI/tests/ESMF_AttributeUpdateUTest.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/AttributeAPI/tests/ESMF_AttributeUtilUTest.F90 b/src/Superstructure/AttributeAPI/tests/ESMF_AttributeUtilUTest.F90 index 6166523a26..0bf151b930 100644 --- a/src/Superstructure/AttributeAPI/tests/ESMF_AttributeUtilUTest.F90 +++ b/src/Superstructure/AttributeAPI/tests/ESMF_AttributeUtilUTest.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/Component/doc/CompTunnel_desc.tex b/src/Superstructure/Component/doc/CompTunnel_desc.tex index 65356b7897..4f3d4fd192 100644 --- a/src/Superstructure/Component/doc/CompTunnel_desc.tex +++ b/src/Superstructure/Component/doc/CompTunnel_desc.tex @@ -1,7 +1,7 @@ % $Id$ % % Earth System Modeling Framework -% Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +% Copyright (c) 2002-2024, University Corporation for Atmospheric Research, % Massachusetts Institute of Technology, Geophysical Fluid Dynamics % Laboratory, University of Michigan, National Centers for Environmental % Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/Component/doc/CompTunnel_rest.tex b/src/Superstructure/Component/doc/CompTunnel_rest.tex index 77877153f9..1fa2eb03a1 100644 --- a/src/Superstructure/Component/doc/CompTunnel_rest.tex +++ b/src/Superstructure/Component/doc/CompTunnel_rest.tex @@ -1,7 +1,7 @@ % $Id$ % % Earth System Modeling Framework -% Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +% Copyright (c) 2002-2024, University Corporation for Atmospheric Research, % Massachusetts Institute of Technology, Geophysical Fluid Dynamics % Laboratory, University of Michigan, National Centers for Environmental % Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/Component/doc/CompTunnel_usage.tex b/src/Superstructure/Component/doc/CompTunnel_usage.tex index f02886d007..585d9330f6 100644 --- a/src/Superstructure/Component/doc/CompTunnel_usage.tex +++ b/src/Superstructure/Component/doc/CompTunnel_usage.tex @@ -1,7 +1,7 @@ % $Id$ % % Earth System Modeling Framework -% Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +% Copyright (c) 2002-2024, University Corporation for Atmospheric Research, % Massachusetts Institute of Technology, Geophysical Fluid Dynamics % Laboratory, University of Michigan, National Centers for Environmental % Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/Component/doc/Component_crefdoc.ctex b/src/Superstructure/Component/doc/Component_crefdoc.ctex index 2067b4061f..fbaad501cc 100644 --- a/src/Superstructure/Component/doc/Component_crefdoc.ctex +++ b/src/Superstructure/Component/doc/Component_crefdoc.ctex @@ -1,7 +1,7 @@ % $Id$ % % Earth System Modeling Framework -% Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +% Copyright (c) 2002-2024, University Corporation for Atmospheric Research, % Massachusetts Institute of Technology, Geophysical Fluid Dynamics % Laboratory, University of Michigan, National Centers for Environmental % Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/Component/doc/Component_glos.tex b/src/Superstructure/Component/doc/Component_glos.tex index d99d6cb7d5..59cf840c00 100644 --- a/src/Superstructure/Component/doc/Component_glos.tex +++ b/src/Superstructure/Component/doc/Component_glos.tex @@ -1,7 +1,7 @@ % $Id$ % % Earth System Modeling Framework -% Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +% Copyright (c) 2002-2024, University Corporation for Atmospheric Research, % Massachusetts Institute of Technology, Geophysical Fluid Dynamics % Laboratory, University of Michigan, National Centers for Environmental % Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/Component/doc/Component_obj.tex b/src/Superstructure/Component/doc/Component_obj.tex index 1091decbcf..f438c4cfe5 100644 --- a/src/Superstructure/Component/doc/Component_obj.tex +++ b/src/Superstructure/Component/doc/Component_obj.tex @@ -1,7 +1,7 @@ % $Id$ % % Earth System Modeling Framework -% Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +% Copyright (c) 2002-2024, University Corporation for Atmospheric Research, % Massachusetts Institute of Technology, Geophysical Fluid Dynamics % Laboratory, University of Michigan, National Centers for Environmental % Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/Component/doc/Component_refdoc.ctex b/src/Superstructure/Component/doc/Component_refdoc.ctex index 7dbb35fb15..9b7c606164 100644 --- a/src/Superstructure/Component/doc/Component_refdoc.ctex +++ b/src/Superstructure/Component/doc/Component_refdoc.ctex @@ -1,7 +1,7 @@ % $Id$ % % Earth System Modeling Framework -% Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +% Copyright (c) 2002-2024, University Corporation for Atmospheric Research, % Massachusetts Institute of Technology, Geophysical Fluid Dynamics % Laboratory, University of Michigan, National Centers for Environmental % Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/Component/doc/Component_req.tex b/src/Superstructure/Component/doc/Component_req.tex index c49684f5fd..433f20c3b6 100644 --- a/src/Superstructure/Component/doc/Component_req.tex +++ b/src/Superstructure/Component/doc/Component_req.tex @@ -1,7 +1,7 @@ % $Id$ % % Earth System Modeling Framework -% Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +% Copyright (c) 2002-2024, University Corporation for Atmospheric Research, % Massachusetts Institute of Technology, Geophysical Fluid Dynamics % Laboratory, University of Michigan, National Centers for Environmental % Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/Component/doc/CplComp_cdesc.tex b/src/Superstructure/Component/doc/CplComp_cdesc.tex index 9def95b887..6a1cd7f607 100644 --- a/src/Superstructure/Component/doc/CplComp_cdesc.tex +++ b/src/Superstructure/Component/doc/CplComp_cdesc.tex @@ -1,7 +1,7 @@ % $Id$ % % Earth System Modeling Framework -% Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +% Copyright (c) 2002-2024, University Corporation for Atmospheric Research, % Massachusetts Institute of Technology, Geophysical Fluid Dynamics % Laboratory, University of Michigan, National Centers for Environmental % Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/Component/doc/CplComp_desc.tex b/src/Superstructure/Component/doc/CplComp_desc.tex index dd648e7eb4..ae8bccc393 100644 --- a/src/Superstructure/Component/doc/CplComp_desc.tex +++ b/src/Superstructure/Component/doc/CplComp_desc.tex @@ -1,7 +1,7 @@ % $Id$ % % Earth System Modeling Framework -% Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +% Copyright (c) 2002-2024, University Corporation for Atmospheric Research, % Massachusetts Institute of Technology, Geophysical Fluid Dynamics % Laboratory, University of Michigan, National Centers for Environmental % Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/Component/doc/CplComp_rest.tex b/src/Superstructure/Component/doc/CplComp_rest.tex index d6e00acfbb..e4a3eaf514 100644 --- a/src/Superstructure/Component/doc/CplComp_rest.tex +++ b/src/Superstructure/Component/doc/CplComp_rest.tex @@ -1,7 +1,7 @@ % $Id$ % % Earth System Modeling Framework -% Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +% Copyright (c) 2002-2024, University Corporation for Atmospheric Research, % Massachusetts Institute of Technology, Geophysical Fluid Dynamics % Laboratory, University of Michigan, National Centers for Environmental % Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/Component/doc/CplComp_usage.tex b/src/Superstructure/Component/doc/CplComp_usage.tex index ce5ca8034f..9fe2a9d310 100644 --- a/src/Superstructure/Component/doc/CplComp_usage.tex +++ b/src/Superstructure/Component/doc/CplComp_usage.tex @@ -1,7 +1,7 @@ % $Id$ % % Earth System Modeling Framework -% Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +% Copyright (c) 2002-2024, University Corporation for Atmospheric Research, % Massachusetts Institute of Technology, Geophysical Fluid Dynamics % Laboratory, University of Michigan, National Centers for Environmental % Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/Component/doc/GridComp_cdesc.tex b/src/Superstructure/Component/doc/GridComp_cdesc.tex index 8374949628..aa8c8dde7f 100644 --- a/src/Superstructure/Component/doc/GridComp_cdesc.tex +++ b/src/Superstructure/Component/doc/GridComp_cdesc.tex @@ -1,7 +1,7 @@ % $Id$ % % Earth System Modeling Framework -% Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +% Copyright (c) 2002-2024, University Corporation for Atmospheric Research, % Massachusetts Institute of Technology, Geophysical Fluid Dynamics % Laboratory, University of Michigan, National Centers for Environmental % Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/Component/doc/GridComp_desc.tex b/src/Superstructure/Component/doc/GridComp_desc.tex index 67179d1d9c..862281be3e 100644 --- a/src/Superstructure/Component/doc/GridComp_desc.tex +++ b/src/Superstructure/Component/doc/GridComp_desc.tex @@ -1,7 +1,7 @@ % $Id$ % % Earth System Modeling Framework -% Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +% Copyright (c) 2002-2024, University Corporation for Atmospheric Research, % Massachusetts Institute of Technology, Geophysical Fluid Dynamics % Laboratory, University of Michigan, National Centers for Environmental % Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/Component/doc/GridComp_rest.tex b/src/Superstructure/Component/doc/GridComp_rest.tex index efa315ef26..78d4601466 100644 --- a/src/Superstructure/Component/doc/GridComp_rest.tex +++ b/src/Superstructure/Component/doc/GridComp_rest.tex @@ -1,7 +1,7 @@ % $Id$ % % Earth System Modeling Framework -% Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +% Copyright (c) 2002-2024, University Corporation for Atmospheric Research, % Massachusetts Institute of Technology, Geophysical Fluid Dynamics % Laboratory, University of Michigan, National Centers for Environmental % Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/Component/doc/GridComp_usage.tex b/src/Superstructure/Component/doc/GridComp_usage.tex index 609473b47a..f15e98fe87 100644 --- a/src/Superstructure/Component/doc/GridComp_usage.tex +++ b/src/Superstructure/Component/doc/GridComp_usage.tex @@ -1,7 +1,7 @@ % $Id$ % % Earth System Modeling Framework -% Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +% Copyright (c) 2002-2024, University Corporation for Atmospheric Research, % Massachusetts Institute of Technology, Geophysical Fluid Dynamics % Laboratory, University of Michigan, National Centers for Environmental % Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/Component/doc/SciComp_cdesc.tex b/src/Superstructure/Component/doc/SciComp_cdesc.tex index 147b50ed2b..3d555d7504 100644 --- a/src/Superstructure/Component/doc/SciComp_cdesc.tex +++ b/src/Superstructure/Component/doc/SciComp_cdesc.tex @@ -1,7 +1,7 @@ % $Id$ % % Earth System Modeling Framework -% Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +% Copyright (c) 2002-2024, University Corporation for Atmospheric Research, % Massachusetts Institute of Technology, Geophysical Fluid Dynamics % Laboratory, University of Michigan, National Centers for Environmental % Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/Component/doc/SciComp_desc.tex b/src/Superstructure/Component/doc/SciComp_desc.tex index ea2d530440..a1fc4a2214 100644 --- a/src/Superstructure/Component/doc/SciComp_desc.tex +++ b/src/Superstructure/Component/doc/SciComp_desc.tex @@ -1,7 +1,7 @@ % $Id$ % % Earth System Modeling Framework -% Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +% Copyright (c) 2002-2024, University Corporation for Atmospheric Research, % Massachusetts Institute of Technology, Geophysical Fluid Dynamics % Laboratory, University of Michigan, National Centers for Environmental % Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/Component/doc/SciComp_rest.tex b/src/Superstructure/Component/doc/SciComp_rest.tex index a84420d377..5f3736d653 100644 --- a/src/Superstructure/Component/doc/SciComp_rest.tex +++ b/src/Superstructure/Component/doc/SciComp_rest.tex @@ -1,7 +1,7 @@ % $Id$ % % Earth System Modeling Framework -% Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +% Copyright (c) 2002-2024, University Corporation for Atmospheric Research, % Massachusetts Institute of Technology, Geophysical Fluid Dynamics % Laboratory, University of Michigan, National Centers for Environmental % Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/Component/doc/SciComp_usage.tex b/src/Superstructure/Component/doc/SciComp_usage.tex index af9113c07f..36b0b7468f 100644 --- a/src/Superstructure/Component/doc/SciComp_usage.tex +++ b/src/Superstructure/Component/doc/SciComp_usage.tex @@ -1,7 +1,7 @@ % $Id$ % % Earth System Modeling Framework -% Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +% Copyright (c) 2002-2024, University Corporation for Atmospheric Research, % Massachusetts Institute of Technology, Geophysical Fluid Dynamics % Laboratory, University of Michigan, National Centers for Environmental % Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/Component/doc/comp_usage.tex b/src/Superstructure/Component/doc/comp_usage.tex index 9a31e753f9..27670c158f 100644 --- a/src/Superstructure/Component/doc/comp_usage.tex +++ b/src/Superstructure/Component/doc/comp_usage.tex @@ -1,7 +1,7 @@ % $Id$ % % Earth System Modeling Framework -% Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +% Copyright (c) 2002-2024, University Corporation for Atmospheric Research, % Massachusetts Institute of Technology, Geophysical Fluid Dynamics % Laboratory, University of Michigan, National Centers for Environmental % Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/Component/examples/ESMF_AppMainEx.F90 b/src/Superstructure/Component/examples/ESMF_AppMainEx.F90 index 1d82aec190..a1241585bc 100644 --- a/src/Superstructure/Component/examples/ESMF_AppMainEx.F90 +++ b/src/Superstructure/Component/examples/ESMF_AppMainEx.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/Component/examples/ESMF_CompTunnelEx.F90 b/src/Superstructure/Component/examples/ESMF_CompTunnelEx.F90 index d049d061ff..d966064eac 100644 --- a/src/Superstructure/Component/examples/ESMF_CompTunnelEx.F90 +++ b/src/Superstructure/Component/examples/ESMF_CompTunnelEx.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, GEOEhysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/Component/examples/ESMF_CplEx.F90 b/src/Superstructure/Component/examples/ESMF_CplEx.F90 index e0de775c48..fe32673632 100644 --- a/src/Superstructure/Component/examples/ESMF_CplEx.F90 +++ b/src/Superstructure/Component/examples/ESMF_CplEx.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/Component/examples/ESMF_GCompEx.F90 b/src/Superstructure/Component/examples/ESMF_GCompEx.F90 index 412a6e0591..2d1f2e5496 100644 --- a/src/Superstructure/Component/examples/ESMF_GCompEx.F90 +++ b/src/Superstructure/Component/examples/ESMF_GCompEx.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/Component/examples/ESMF_InternalStateEx.F90 b/src/Superstructure/Component/examples/ESMF_InternalStateEx.F90 index 7539e33200..3104a78eef 100644 --- a/src/Superstructure/Component/examples/ESMF_InternalStateEx.F90 +++ b/src/Superstructure/Component/examples/ESMF_InternalStateEx.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/Component/examples/ESMF_InternalStateModEx.F90 b/src/Superstructure/Component/examples/ESMF_InternalStateModEx.F90 index 5ff24e4c78..90f47eaf6b 100644 --- a/src/Superstructure/Component/examples/ESMF_InternalStateModEx.F90 +++ b/src/Superstructure/Component/examples/ESMF_InternalStateModEx.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/Component/examples/ESMF_SCompEx.F90 b/src/Superstructure/Component/examples/ESMF_SCompEx.F90 index 68e691b751..cb876fdd2c 100644 --- a/src/Superstructure/Component/examples/ESMF_SCompEx.F90 +++ b/src/Superstructure/Component/examples/ESMF_SCompEx.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/Component/include/ESMCI_Comp.h b/src/Superstructure/Component/include/ESMCI_Comp.h index 88f0986b72..8b412a8fe5 100644 --- a/src/Superstructure/Component/include/ESMCI_Comp.h +++ b/src/Superstructure/Component/include/ESMCI_Comp.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/Component/include/ESMCI_CompTunnel.h b/src/Superstructure/Component/include/ESMCI_CompTunnel.h index 11d4869051..6efe220736 100644 --- a/src/Superstructure/Component/include/ESMCI_CompTunnel.h +++ b/src/Superstructure/Component/include/ESMCI_CompTunnel.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/Component/include/ESMCI_FTable.h b/src/Superstructure/Component/include/ESMCI_FTable.h index 2384a198d4..f5ce07a40d 100644 --- a/src/Superstructure/Component/include/ESMCI_FTable.h +++ b/src/Superstructure/Component/include/ESMCI_FTable.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/Component/include/ESMCI_MethodTable.h b/src/Superstructure/Component/include/ESMCI_MethodTable.h index af3174ac77..b458cd3697 100644 --- a/src/Superstructure/Component/include/ESMCI_MethodTable.h +++ b/src/Superstructure/Component/include/ESMCI_MethodTable.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/Component/include/ESMC_CplComp.h b/src/Superstructure/Component/include/ESMC_CplComp.h index 9c64a343d8..aa2af0fd45 100644 --- a/src/Superstructure/Component/include/ESMC_CplComp.h +++ b/src/Superstructure/Component/include/ESMC_CplComp.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/Component/include/ESMC_GridComp.h b/src/Superstructure/Component/include/ESMC_GridComp.h index 31c258774a..4131e8b36d 100644 --- a/src/Superstructure/Component/include/ESMC_GridComp.h +++ b/src/Superstructure/Component/include/ESMC_GridComp.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/Component/include/ESMC_SciComp.h b/src/Superstructure/Component/include/ESMC_SciComp.h index d5cc63435c..630eea8b66 100644 --- a/src/Superstructure/Component/include/ESMC_SciComp.h +++ b/src/Superstructure/Component/include/ESMC_SciComp.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/Component/interface/ESMCI_Comp.C b/src/Superstructure/Component/interface/ESMCI_Comp.C index ba4a00ed94..869b202641 100644 --- a/src/Superstructure/Component/interface/ESMCI_Comp.C +++ b/src/Superstructure/Component/interface/ESMCI_Comp.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/Component/interface/ESMC_Comp.C b/src/Superstructure/Component/interface/ESMC_Comp.C index 757f9abe1e..96a75e4896 100644 --- a/src/Superstructure/Component/interface/ESMC_Comp.C +++ b/src/Superstructure/Component/interface/ESMC_Comp.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/Component/interface/ESMF_Comp_C.F90 b/src/Superstructure/Component/interface/ESMF_Comp_C.F90 index 6879793713..8bfbdfc9ae 100644 --- a/src/Superstructure/Component/interface/ESMF_Comp_C.F90 +++ b/src/Superstructure/Component/interface/ESMF_Comp_C.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/Component/src/ESMCI_CompTunnel.C b/src/Superstructure/Component/src/ESMCI_CompTunnel.C index 6777f78df3..757a43dd84 100644 --- a/src/Superstructure/Component/src/ESMCI_CompTunnel.C +++ b/src/Superstructure/Component/src/ESMCI_CompTunnel.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/Component/src/ESMCI_FTable.C b/src/Superstructure/Component/src/ESMCI_FTable.C index e41d73f2d2..6840843f3f 100644 --- a/src/Superstructure/Component/src/ESMCI_FTable.C +++ b/src/Superstructure/Component/src/ESMCI_FTable.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/Component/src/ESMCI_MethodTable.C b/src/Superstructure/Component/src/ESMCI_MethodTable.C index d4b6e15be3..4e611ddd16 100644 --- a/src/Superstructure/Component/src/ESMCI_MethodTable.C +++ b/src/Superstructure/Component/src/ESMCI_MethodTable.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/Component/src/ESMF_Comp.F90 b/src/Superstructure/Component/src/ESMF_Comp.F90 index 249d839342..a093e64c3d 100644 --- a/src/Superstructure/Component/src/ESMF_Comp.F90 +++ b/src/Superstructure/Component/src/ESMF_Comp.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/Component/src/ESMF_CplComp.F90 b/src/Superstructure/Component/src/ESMF_CplComp.F90 index 69dceac661..14f1b86227 100644 --- a/src/Superstructure/Component/src/ESMF_CplComp.F90 +++ b/src/Superstructure/Component/src/ESMF_CplComp.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/Component/src/ESMF_GridComp.F90 b/src/Superstructure/Component/src/ESMF_GridComp.F90 index 95c5f79239..b9c377824b 100644 --- a/src/Superstructure/Component/src/ESMF_GridComp.F90 +++ b/src/Superstructure/Component/src/ESMF_GridComp.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/Component/src/ESMF_InternalState.F90 b/src/Superstructure/Component/src/ESMF_InternalState.F90 index 307f075a2a..4fcb6f3500 100644 --- a/src/Superstructure/Component/src/ESMF_InternalState.F90 +++ b/src/Superstructure/Component/src/ESMF_InternalState.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/Component/src/ESMF_SciComp.F90 b/src/Superstructure/Component/src/ESMF_SciComp.F90 index 115cc1f556..06709e7408 100644 --- a/src/Superstructure/Component/src/ESMF_SciComp.F90 +++ b/src/Superstructure/Component/src/ESMF_SciComp.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/Component/tests/ESMC_ComponentUTest.c b/src/Superstructure/Component/tests/ESMC_ComponentUTest.c index 64e8bead91..2179d91752 100644 --- a/src/Superstructure/Component/tests/ESMC_ComponentUTest.c +++ b/src/Superstructure/Component/tests/ESMC_ComponentUTest.c @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/Component/tests/ESMF_CompSetServUTest.F90 b/src/Superstructure/Component/tests/ESMF_CompSetServUTest.F90 index 35b9045bf4..7325b99876 100644 --- a/src/Superstructure/Component/tests/ESMF_CompSetServUTest.F90 +++ b/src/Superstructure/Component/tests/ESMF_CompSetServUTest.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/Component/tests/ESMF_CompTunnelUTest.F90 b/src/Superstructure/Component/tests/ESMF_CompTunnelUTest.F90 index c6dfb4e132..2ba2762a26 100644 --- a/src/Superstructure/Component/tests/ESMF_CompTunnelUTest.F90 +++ b/src/Superstructure/Component/tests/ESMF_CompTunnelUTest.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/Component/tests/ESMF_CplCompCreateUTest.F90 b/src/Superstructure/Component/tests/ESMF_CplCompCreateUTest.F90 index 4595f0b561..a07e63dc69 100644 --- a/src/Superstructure/Component/tests/ESMF_CplCompCreateUTest.F90 +++ b/src/Superstructure/Component/tests/ESMF_CplCompCreateUTest.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/Component/tests/ESMF_GridCompCreateUTest.F90 b/src/Superstructure/Component/tests/ESMF_GridCompCreateUTest.F90 index b9e5efb82b..9cd76ae55f 100644 --- a/src/Superstructure/Component/tests/ESMF_GridCompCreateUTest.F90 +++ b/src/Superstructure/Component/tests/ESMF_GridCompCreateUTest.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/Component/tests/ESMF_MyRegistrationInFortran.F90 b/src/Superstructure/Component/tests/ESMF_MyRegistrationInFortran.F90 index 5d30d5f87e..19aa12151f 100644 --- a/src/Superstructure/Component/tests/ESMF_MyRegistrationInFortran.F90 +++ b/src/Superstructure/Component/tests/ESMF_MyRegistrationInFortran.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/Component/tests/ESMF_SciCompCreateUTest.F90 b/src/Superstructure/Component/tests/ESMF_SciCompCreateUTest.F90 index 27e9d9c1e5..60d99f7205 100644 --- a/src/Superstructure/Component/tests/ESMF_SciCompCreateUTest.F90 +++ b/src/Superstructure/Component/tests/ESMF_SciCompCreateUTest.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/Component/tests/ESMF_SetServCode.F90 b/src/Superstructure/Component/tests/ESMF_SetServCode.F90 index 7b0c1f63aa..a5d46f8f1f 100644 --- a/src/Superstructure/Component/tests/ESMF_SetServCode.F90 +++ b/src/Superstructure/Component/tests/ESMF_SetServCode.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/Component/tests/ESMF_StdCompMethodsUTest.F90 b/src/Superstructure/Component/tests/ESMF_StdCompMethodsUTest.F90 index 5cc2b123ba..280d546f9d 100644 --- a/src/Superstructure/Component/tests/ESMF_StdCompMethodsUTest.F90 +++ b/src/Superstructure/Component/tests/ESMF_StdCompMethodsUTest.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/ESMFMod/include/ESMC.h b/src/Superstructure/ESMFMod/include/ESMC.h index 1e2d930f7d..1ef430a24b 100644 --- a/src/Superstructure/ESMFMod/include/ESMC.h +++ b/src/Superstructure/ESMFMod/include/ESMC.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/ESMFMod/include/ESMCI.h b/src/Superstructure/ESMFMod/include/ESMCI.h index 3098d30e1e..5e7f56f664 100644 --- a/src/Superstructure/ESMFMod/include/ESMCI.h +++ b/src/Superstructure/ESMFMod/include/ESMCI.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/ESMFMod/include/ESMCI_Init.h b/src/Superstructure/ESMFMod/include/ESMCI_Init.h index 4eab97a567..c205fd4cad 100644 --- a/src/Superstructure/ESMFMod/include/ESMCI_Init.h +++ b/src/Superstructure/ESMFMod/include/ESMCI_Init.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/ESMFMod/include/ESMC_Init.h b/src/Superstructure/ESMFMod/include/ESMC_Init.h index 04d8401dd2..555b997851 100644 --- a/src/Superstructure/ESMFMod/include/ESMC_Init.h +++ b/src/Superstructure/ESMFMod/include/ESMC_Init.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/ESMFMod/interface/ESMCI_Init.C b/src/Superstructure/ESMFMod/interface/ESMCI_Init.C index f94da36393..c4e3be8b98 100644 --- a/src/Superstructure/ESMFMod/interface/ESMCI_Init.C +++ b/src/Superstructure/ESMFMod/interface/ESMCI_Init.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/ESMFMod/interface/ESMCI_Init_F.C b/src/Superstructure/ESMFMod/interface/ESMCI_Init_F.C index d7c2493e55..83becc89ee 100644 --- a/src/Superstructure/ESMFMod/interface/ESMCI_Init_F.C +++ b/src/Superstructure/ESMFMod/interface/ESMCI_Init_F.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/ESMFMod/interface/ESMC_Init.C b/src/Superstructure/ESMFMod/interface/ESMC_Init.C index 17296ae2ce..5cc42cf77b 100644 --- a/src/Superstructure/ESMFMod/interface/ESMC_Init.C +++ b/src/Superstructure/ESMFMod/interface/ESMC_Init.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/ESMFMod/interface/ESMF_Init_C.F90 b/src/Superstructure/ESMFMod/interface/ESMF_Init_C.F90 index be784c56c5..42f7d3c79d 100644 --- a/src/Superstructure/ESMFMod/interface/ESMF_Init_C.F90 +++ b/src/Superstructure/ESMFMod/interface/ESMF_Init_C.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/ESMFMod/src/ESMF.F90 b/src/Superstructure/ESMFMod/src/ESMF.F90 index 7395e4a605..e0578fc5c4 100644 --- a/src/Superstructure/ESMFMod/src/ESMF.F90 +++ b/src/Superstructure/ESMFMod/src/ESMF.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/ESMFMod/src/ESMF_Init.F90 b/src/Superstructure/ESMFMod/src/ESMF_Init.F90 index 29c378ee3f..035d734534 100644 --- a/src/Superstructure/ESMFMod/src/ESMF_Init.F90 +++ b/src/Superstructure/ESMFMod/src/ESMF_Init.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/ESMFMod/src/ESMF_Overloads.F90 b/src/Superstructure/ESMFMod/src/ESMF_Overloads.F90 index 89aebfb24e..8bc5e34951 100644 --- a/src/Superstructure/ESMFMod/src/ESMF_Overloads.F90 +++ b/src/Superstructure/ESMFMod/src/ESMF_Overloads.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/ESMFMod/tests/ESMF_FrameworkUTest.F90 b/src/Superstructure/ESMFMod/tests/ESMF_FrameworkUTest.F90 index cda6eaf4e6..ab4a3384b3 100644 --- a/src/Superstructure/ESMFMod/tests/ESMF_FrameworkUTest.F90 +++ b/src/Superstructure/ESMFMod/tests/ESMF_FrameworkUTest.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/IOAPI/interface/ESMFIO.F90 b/src/Superstructure/IOAPI/interface/ESMFIO.F90 index 64e9ec7553..517d61de5f 100644 --- a/src/Superstructure/IOAPI/interface/ESMFIO.F90 +++ b/src/Superstructure/IOAPI/interface/ESMFIO.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/IOAPI/interface/ESMF_IO.F90 b/src/Superstructure/IOAPI/interface/ESMF_IO.F90 index ec6b33d40b..67f1ae075c 100644 --- a/src/Superstructure/IOAPI/interface/ESMF_IO.F90 +++ b/src/Superstructure/IOAPI/interface/ESMF_IO.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/IOAPI/tests/ESMF_IOCompUTest.F90 b/src/Superstructure/IOAPI/tests/ESMF_IOCompUTest.F90 index ace83719b2..92dc061089 100644 --- a/src/Superstructure/IOAPI/tests/ESMF_IOCompUTest.F90 +++ b/src/Superstructure/IOAPI/tests/ESMF_IOCompUTest.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/IOAPI/tests/ESMF_IOGridCompUTest.F90 b/src/Superstructure/IOAPI/tests/ESMF_IOGridCompUTest.F90 index bd867345e1..6e6e8a595a 100644 --- a/src/Superstructure/IOAPI/tests/ESMF_IOGridCompUTest.F90 +++ b/src/Superstructure/IOAPI/tests/ESMF_IOGridCompUTest.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/InfoAPI/interface/ESMF_InfoCache.F90 b/src/Superstructure/InfoAPI/interface/ESMF_InfoCache.F90 index a4e50712be..ca4d9133ac 100644 --- a/src/Superstructure/InfoAPI/interface/ESMF_InfoCache.F90 +++ b/src/Superstructure/InfoAPI/interface/ESMF_InfoCache.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/InfoAPI/interface/ESMF_InfoDescribe.F90 b/src/Superstructure/InfoAPI/interface/ESMF_InfoDescribe.F90 index 6a48518eb3..7429b92b7b 100644 --- a/src/Superstructure/InfoAPI/interface/ESMF_InfoDescribe.F90 +++ b/src/Superstructure/InfoAPI/interface/ESMF_InfoDescribe.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/InfoAPI/interface/ESMF_InfoSync.F90 b/src/Superstructure/InfoAPI/interface/ESMF_InfoSync.F90 index 205195533c..a368513d0d 100644 --- a/src/Superstructure/InfoAPI/interface/ESMF_InfoSync.F90 +++ b/src/Superstructure/InfoAPI/interface/ESMF_InfoSync.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/InfoAPI/src/ESMC_InfoCacheCDef.C b/src/Superstructure/InfoAPI/src/ESMC_InfoCacheCDef.C index af37fbf244..0d37b0768b 100644 --- a/src/Superstructure/InfoAPI/src/ESMC_InfoCacheCDef.C +++ b/src/Superstructure/InfoAPI/src/ESMC_InfoCacheCDef.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/InfoAPI/src/ESMC_InfoDescribeCDef.C b/src/Superstructure/InfoAPI/src/ESMC_InfoDescribeCDef.C index d24cf9147c..548d9c9984 100644 --- a/src/Superstructure/InfoAPI/src/ESMC_InfoDescribeCDef.C +++ b/src/Superstructure/InfoAPI/src/ESMC_InfoDescribeCDef.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/InfoAPI/tests/ESMF_InfoCacheUTest.F90 b/src/Superstructure/InfoAPI/tests/ESMF_InfoCacheUTest.F90 index cf689b11fd..95e4ab5b42 100644 --- a/src/Superstructure/InfoAPI/tests/ESMF_InfoCacheUTest.F90 +++ b/src/Superstructure/InfoAPI/tests/ESMF_InfoCacheUTest.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/InfoAPI/tests/ESMF_InfoDescribeUTest.F90 b/src/Superstructure/InfoAPI/tests/ESMF_InfoDescribeUTest.F90 index e5d93c5fb6..2cb41b300b 100644 --- a/src/Superstructure/InfoAPI/tests/ESMF_InfoDescribeUTest.F90 +++ b/src/Superstructure/InfoAPI/tests/ESMF_InfoDescribeUTest.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/InfoAPI/tests/ESMF_InfoGetInterfaceArrayUTest.F90 b/src/Superstructure/InfoAPI/tests/ESMF_InfoGetInterfaceArrayUTest.F90 index 5533dd96da..57a5e0d03b 100644 --- a/src/Superstructure/InfoAPI/tests/ESMF_InfoGetInterfaceArrayUTest.F90 +++ b/src/Superstructure/InfoAPI/tests/ESMF_InfoGetInterfaceArrayUTest.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/InfoAPI/tests/ESMF_InfoSyncUTest.F90 b/src/Superstructure/InfoAPI/tests/ESMF_InfoSyncUTest.F90 index 78958f9d11..22da61cf3e 100644 --- a/src/Superstructure/InfoAPI/tests/ESMF_InfoSyncUTest.F90 +++ b/src/Superstructure/InfoAPI/tests/ESMF_InfoSyncUTest.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/Mapper/interface/ESMCI_Mapper_F.C b/src/Superstructure/Mapper/interface/ESMCI_Mapper_F.C index ac95066e97..688570e6a6 100644 --- a/src/Superstructure/Mapper/interface/ESMCI_Mapper_F.C +++ b/src/Superstructure/Mapper/interface/ESMCI_Mapper_F.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/Mapper/interface/ESMC_Mapper.C b/src/Superstructure/Mapper/interface/ESMC_Mapper.C index 3c0c007639..939e4648d5 100644 --- a/src/Superstructure/Mapper/interface/ESMC_Mapper.C +++ b/src/Superstructure/Mapper/interface/ESMC_Mapper.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/Mapper/interface/ESMF_Mapper.F90 b/src/Superstructure/Mapper/interface/ESMF_Mapper.F90 index 4c0aeb2918..8f68c6ee39 100644 --- a/src/Superstructure/Mapper/interface/ESMF_Mapper.F90 +++ b/src/Superstructure/Mapper/interface/ESMF_Mapper.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/Mapper/interface/ESMF_MapperUtil.F90 b/src/Superstructure/Mapper/interface/ESMF_MapperUtil.F90 index 1b11d1fd5c..8383b52135 100644 --- a/src/Superstructure/Mapper/interface/ESMF_MapperUtil.F90 +++ b/src/Superstructure/Mapper/interface/ESMF_MapperUtil.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/Mapper/src/ESMF_MapperRunSeqUtil.F90 b/src/Superstructure/Mapper/src/ESMF_MapperRunSeqUtil.F90 index 8c6cb26e5c..b0db0fc469 100644 --- a/src/Superstructure/Mapper/src/ESMF_MapperRunSeqUtil.F90 +++ b/src/Superstructure/Mapper/src/ESMF_MapperRunSeqUtil.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/NamedAlias/src/ESMF_NamedAlias.F90 b/src/Superstructure/NamedAlias/src/ESMF_NamedAlias.F90 index f72e819791..77b421b190 100644 --- a/src/Superstructure/NamedAlias/src/ESMF_NamedAlias.F90 +++ b/src/Superstructure/NamedAlias/src/ESMF_NamedAlias.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/NamedAlias/tests/ESMF_NamedAliasUTest.F90 b/src/Superstructure/NamedAlias/tests/ESMF_NamedAliasUTest.F90 index 34db871c9a..70e67be04e 100644 --- a/src/Superstructure/NamedAlias/tests/ESMF_NamedAliasUTest.F90 +++ b/src/Superstructure/NamedAlias/tests/ESMF_NamedAliasUTest.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/PreESMFMod/src/ESMF_FileRegrid.F90 b/src/Superstructure/PreESMFMod/src/ESMF_FileRegrid.F90 index 6bcc7e9b8a..9e64d0c7cf 100644 --- a/src/Superstructure/PreESMFMod/src/ESMF_FileRegrid.F90 +++ b/src/Superstructure/PreESMFMod/src/ESMF_FileRegrid.F90 @@ -2,7 +2,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/PreESMFMod/src/ESMF_FileRegridCheck.F90 b/src/Superstructure/PreESMFMod/src/ESMF_FileRegridCheck.F90 index 4611525fbb..39ad6747c7 100644 --- a/src/Superstructure/PreESMFMod/src/ESMF_FileRegridCheck.F90 +++ b/src/Superstructure/PreESMFMod/src/ESMF_FileRegridCheck.F90 @@ -2,7 +2,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/PreESMFMod/src/ESMF_RegridWeightGen.F90 b/src/Superstructure/PreESMFMod/src/ESMF_RegridWeightGen.F90 index d20f98cb6e..4a938cb20d 100644 --- a/src/Superstructure/PreESMFMod/src/ESMF_RegridWeightGen.F90 +++ b/src/Superstructure/PreESMFMod/src/ESMF_RegridWeightGen.F90 @@ -2,7 +2,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/PreESMFMod/src/ESMF_RegridWeightGenCheck.F90 b/src/Superstructure/PreESMFMod/src/ESMF_RegridWeightGenCheck.F90 index 50786680b9..78899db42d 100644 --- a/src/Superstructure/PreESMFMod/src/ESMF_RegridWeightGenCheck.F90 +++ b/src/Superstructure/PreESMFMod/src/ESMF_RegridWeightGenCheck.F90 @@ -2,7 +2,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/PreESMFMod/tests/ESMF_FileRegridUTest.F90 b/src/Superstructure/PreESMFMod/tests/ESMF_FileRegridUTest.F90 index 5b5867cd20..2127db776b 100644 --- a/src/Superstructure/PreESMFMod/tests/ESMF_FileRegridUTest.F90 +++ b/src/Superstructure/PreESMFMod/tests/ESMF_FileRegridUTest.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/PreESMFMod/tests/ESMF_RegridWeightGenUTest.F90 b/src/Superstructure/PreESMFMod/tests/ESMF_RegridWeightGenUTest.F90 index e20ca2b54e..f0523fe86c 100644 --- a/src/Superstructure/PreESMFMod/tests/ESMF_RegridWeightGenUTest.F90 +++ b/src/Superstructure/PreESMFMod/tests/ESMF_RegridWeightGenUTest.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/State/doc/State_cdesc.tex b/src/Superstructure/State/doc/State_cdesc.tex index 150fbe0aab..c74deeb75d 100644 --- a/src/Superstructure/State/doc/State_cdesc.tex +++ b/src/Superstructure/State/doc/State_cdesc.tex @@ -1,7 +1,7 @@ % $Id$ % % Earth System Modeling Framework -% Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +% Copyright (c) 2002-2024, University Corporation for Atmospheric Research, % Massachusetts Institute of Technology, Geophysical Fluid Dynamics % Laboratory, University of Michigan, National Centers for Environmental % Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/State/doc/State_crefdoc.ctex b/src/Superstructure/State/doc/State_crefdoc.ctex index 1f51ebe1ae..a1ac133944 100644 --- a/src/Superstructure/State/doc/State_crefdoc.ctex +++ b/src/Superstructure/State/doc/State_crefdoc.ctex @@ -1,7 +1,7 @@ % $Id$ % % Earth System Modeling Framework -% Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +% Copyright (c) 2002-2024, University Corporation for Atmospheric Research, % Massachusetts Institute of Technology, Geophysical Fluid Dynamics % Laboratory, University of Michigan, National Centers for Environmental % Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/State/doc/State_crest.tex b/src/Superstructure/State/doc/State_crest.tex index 6ff5e8cc5a..1e6ba1d882 100644 --- a/src/Superstructure/State/doc/State_crest.tex +++ b/src/Superstructure/State/doc/State_crest.tex @@ -1,7 +1,7 @@ % $Id$ % % Earth System Modeling Framework -% Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +% Copyright (c) 2002-2024, University Corporation for Atmospheric Research, % Massachusetts Institute of Technology, Geophysical Fluid Dynamics % Laboratory, University of Michigan, National Centers for Environmental % Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/State/doc/State_desc.tex b/src/Superstructure/State/doc/State_desc.tex index 6f6ac21606..7ff9de41b6 100644 --- a/src/Superstructure/State/doc/State_desc.tex +++ b/src/Superstructure/State/doc/State_desc.tex @@ -1,7 +1,7 @@ % $Id$ % % Earth System Modeling Framework -% Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +% Copyright (c) 2002-2024, University Corporation for Atmospheric Research, % Massachusetts Institute of Technology, Geophysical Fluid Dynamics % Laboratory, University of Michigan, National Centers for Environmental % Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/State/doc/State_design.tex b/src/Superstructure/State/doc/State_design.tex index 3a726da74a..db62c7f338 100644 --- a/src/Superstructure/State/doc/State_design.tex +++ b/src/Superstructure/State/doc/State_design.tex @@ -1,7 +1,7 @@ % $Id$ % % Earth System Modeling Framework -% Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +% Copyright (c) 2002-2024, University Corporation for Atmospheric Research, % Massachusetts Institute of Technology, Geophysical Fluid Dynamics % Laboratory, University of Michigan, National Centers for Environmental % Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/State/doc/State_implnotes.tex b/src/Superstructure/State/doc/State_implnotes.tex index ea5d3f3cb4..7f9f347eb3 100644 --- a/src/Superstructure/State/doc/State_implnotes.tex +++ b/src/Superstructure/State/doc/State_implnotes.tex @@ -1,7 +1,7 @@ % $Id$ % % Earth System Modeling Framework -% Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +% Copyright (c) 2002-2024, University Corporation for Atmospheric Research, % Massachusetts Institute of Technology, Geophysical Fluid Dynamics % Laboratory, University of Michigan, National Centers for Environmental % Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/State/doc/State_refdoc.ctex b/src/Superstructure/State/doc/State_refdoc.ctex index 1d604096b1..d9add4823e 100644 --- a/src/Superstructure/State/doc/State_refdoc.ctex +++ b/src/Superstructure/State/doc/State_refdoc.ctex @@ -1,7 +1,7 @@ % $Id$ % % Earth System Modeling Framework -% Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +% Copyright (c) 2002-2024, University Corporation for Atmospheric Research, % Massachusetts Institute of Technology, Geophysical Fluid Dynamics % Laboratory, University of Michigan, National Centers for Environmental % Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/State/doc/State_rest.tex b/src/Superstructure/State/doc/State_rest.tex index 5b168ed71b..1df0a3807a 100644 --- a/src/Superstructure/State/doc/State_rest.tex +++ b/src/Superstructure/State/doc/State_rest.tex @@ -1,7 +1,7 @@ % $Id$ % % Earth System Modeling Framework -% Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +% Copyright (c) 2002-2024, University Corporation for Atmospheric Research, % Massachusetts Institute of Technology, Geophysical Fluid Dynamics % Laboratory, University of Michigan, National Centers for Environmental % Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/State/doc/State_usage.tex b/src/Superstructure/State/doc/State_usage.tex index 797bbf0ea4..167fdc4e51 100644 --- a/src/Superstructure/State/doc/State_usage.tex +++ b/src/Superstructure/State/doc/State_usage.tex @@ -1,7 +1,7 @@ % $Id$ % % Earth System Modeling Framework -% Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +% Copyright (c) 2002-2024, University Corporation for Atmospheric Research, % Massachusetts Institute of Technology, Geophysical Fluid Dynamics % Laboratory, University of Michigan, National Centers for Environmental % Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/State/examples/ESMF_StateEx.F90 b/src/Superstructure/State/examples/ESMF_StateEx.F90 index c0472069b9..6ba1fc057d 100644 --- a/src/Superstructure/State/examples/ESMF_StateEx.F90 +++ b/src/Superstructure/State/examples/ESMF_StateEx.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/State/examples/ESMF_StateReadWriteEx.F90 b/src/Superstructure/State/examples/ESMF_StateReadWriteEx.F90 index f1ae711354..0ce7774aae 100644 --- a/src/Superstructure/State/examples/ESMF_StateReadWriteEx.F90 +++ b/src/Superstructure/State/examples/ESMF_StateReadWriteEx.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/State/include/ESMCI_State.h b/src/Superstructure/State/include/ESMCI_State.h index 0e4d90fabb..847adc0ccb 100644 --- a/src/Superstructure/State/include/ESMCI_State.h +++ b/src/Superstructure/State/include/ESMCI_State.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/State/include/ESMCI_StateItem.h b/src/Superstructure/State/include/ESMCI_StateItem.h index 96836951ed..a0c05337ad 100644 --- a/src/Superstructure/State/include/ESMCI_StateItem.h +++ b/src/Superstructure/State/include/ESMCI_StateItem.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/State/include/ESMC_State.h b/src/Superstructure/State/include/ESMC_State.h index 65f695513d..456254d41e 100644 --- a/src/Superstructure/State/include/ESMC_State.h +++ b/src/Superstructure/State/include/ESMC_State.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/State/interface/ESMCI_State.C b/src/Superstructure/State/interface/ESMCI_State.C index 6602eed886..b43c06522e 100644 --- a/src/Superstructure/State/interface/ESMCI_State.C +++ b/src/Superstructure/State/interface/ESMCI_State.C @@ -1,7 +1,7 @@ //$1.10 2007/04/26 16:13:59 rosalind Exp $ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/State/interface/ESMCI_State_F.C b/src/Superstructure/State/interface/ESMCI_State_F.C index b49352ecd5..505877afb5 100644 --- a/src/Superstructure/State/interface/ESMCI_State_F.C +++ b/src/Superstructure/State/interface/ESMCI_State_F.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/State/interface/ESMC_State.C b/src/Superstructure/State/interface/ESMC_State.C index 0410f0f64f..748a62bb42 100644 --- a/src/Superstructure/State/interface/ESMC_State.C +++ b/src/Superstructure/State/interface/ESMC_State.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/State/interface/ESMF_State_C.F90 b/src/Superstructure/State/interface/ESMF_State_C.F90 index a6d175f017..88f3f7eae9 100644 --- a/src/Superstructure/State/interface/ESMF_State_C.F90 +++ b/src/Superstructure/State/interface/ESMF_State_C.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/State/src/ESMF_State.F90 b/src/Superstructure/State/src/ESMF_State.F90 index 8eefcd18bb..899acfb6f0 100644 --- a/src/Superstructure/State/src/ESMF_State.F90 +++ b/src/Superstructure/State/src/ESMF_State.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/State/src/ESMF_StateAPI.cppF90 b/src/Superstructure/State/src/ESMF_StateAPI.cppF90 index 5930fd7c30..4839c2f30d 100644 --- a/src/Superstructure/State/src/ESMF_StateAPI.cppF90 +++ b/src/Superstructure/State/src/ESMF_StateAPI.cppF90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/State/src/ESMF_StateContainer.F90 b/src/Superstructure/State/src/ESMF_StateContainer.F90 index 3246456710..eaeb3d3528 100644 --- a/src/Superstructure/State/src/ESMF_StateContainer.F90 +++ b/src/Superstructure/State/src/ESMF_StateContainer.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/State/src/ESMF_StateGet.cppF90 b/src/Superstructure/State/src/ESMF_StateGet.cppF90 index 1cd04723cf..aadf1a87bb 100644 --- a/src/Superstructure/State/src/ESMF_StateGet.cppF90 +++ b/src/Superstructure/State/src/ESMF_StateGet.cppF90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/State/src/ESMF_StateInternals.cppF90 b/src/Superstructure/State/src/ESMF_StateInternals.cppF90 index 7b463d0fbf..6053e342cb 100644 --- a/src/Superstructure/State/src/ESMF_StateInternals.cppF90 +++ b/src/Superstructure/State/src/ESMF_StateInternals.cppF90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/State/src/ESMF_StateItem.F90 b/src/Superstructure/State/src/ESMF_StateItem.F90 index 4ee8e0bea4..a3f52db6d0 100644 --- a/src/Superstructure/State/src/ESMF_StateItem.F90 +++ b/src/Superstructure/State/src/ESMF_StateItem.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/State/src/ESMF_StateRemRep.cppF90 b/src/Superstructure/State/src/ESMF_StateRemRep.cppF90 index 7261eed311..b44507953b 100644 --- a/src/Superstructure/State/src/ESMF_StateRemRep.cppF90 +++ b/src/Superstructure/State/src/ESMF_StateRemRep.cppF90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/State/src/ESMF_StateSet.F90 b/src/Superstructure/State/src/ESMF_StateSet.F90 index b78a8ce5d7..0fe83a0431 100644 --- a/src/Superstructure/State/src/ESMF_StateSet.F90 +++ b/src/Superstructure/State/src/ESMF_StateSet.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/State/src/ESMF_StateTypes.F90 b/src/Superstructure/State/src/ESMF_StateTypes.F90 index b893905b60..6f573c986f 100644 --- a/src/Superstructure/State/src/ESMF_StateTypes.F90 +++ b/src/Superstructure/State/src/ESMF_StateTypes.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/State/src/ESMF_StateVa.F90 b/src/Superstructure/State/src/ESMF_StateVa.F90 index a78ba69f0e..c934ed1864 100644 --- a/src/Superstructure/State/src/ESMF_StateVa.F90 +++ b/src/Superstructure/State/src/ESMF_StateVa.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/State/src/ESMF_StateWr.F90 b/src/Superstructure/State/src/ESMF_StateWr.F90 index e32ce66aad..75c1d3a9b9 100644 --- a/src/Superstructure/State/src/ESMF_StateWr.F90 +++ b/src/Superstructure/State/src/ESMF_StateWr.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/State/tests/ESMC_StateUTest.c b/src/Superstructure/State/tests/ESMC_StateUTest.c index a2db41d2c9..b8f07bf2da 100644 --- a/src/Superstructure/State/tests/ESMC_StateUTest.c +++ b/src/Superstructure/State/tests/ESMC_StateUTest.c @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/State/tests/ESMF_StateCreateUTest.F90 b/src/Superstructure/State/tests/ESMF_StateCreateUTest.F90 index f7df319b7b..10273e1c09 100644 --- a/src/Superstructure/State/tests/ESMF_StateCreateUTest.F90 +++ b/src/Superstructure/State/tests/ESMF_StateCreateUTest.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/State/tests/ESMF_StateReadWriteUTest.F90 b/src/Superstructure/State/tests/ESMF_StateReadWriteUTest.F90 index 1ea20af797..10f48fc376 100644 --- a/src/Superstructure/State/tests/ESMF_StateReadWriteUTest.F90 +++ b/src/Superstructure/State/tests/ESMF_StateReadWriteUTest.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/State/tests/ESMF_StateUTest.F90 b/src/Superstructure/State/tests/ESMF_StateUTest.F90 index 50cc31da1c..845663d128 100644 --- a/src/Superstructure/State/tests/ESMF_StateUTest.F90 +++ b/src/Superstructure/State/tests/ESMF_StateUTest.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/StateReconcile/examples/ESMF_StateReconcileEx.F90 b/src/Superstructure/StateReconcile/examples/ESMF_StateReconcileEx.F90 index 9e2394638a..0e30c9fad1 100644 --- a/src/Superstructure/StateReconcile/examples/ESMF_StateReconcileEx.F90 +++ b/src/Superstructure/StateReconcile/examples/ESMF_StateReconcileEx.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/StateReconcile/src/ESMF_StateReconcile.F90 b/src/Superstructure/StateReconcile/src/ESMF_StateReconcile.F90 index 4f85a469fe..bf0d1e7091 100644 --- a/src/Superstructure/StateReconcile/src/ESMF_StateReconcile.F90 +++ b/src/Superstructure/StateReconcile/src/ESMF_StateReconcile.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/StateReconcile/tests/ESMF_StateReconcileProxyUTest.F90 b/src/Superstructure/StateReconcile/tests/ESMF_StateReconcileProxyUTest.F90 index 3e12f25678..eee7c5c869 100644 --- a/src/Superstructure/StateReconcile/tests/ESMF_StateReconcileProxyUTest.F90 +++ b/src/Superstructure/StateReconcile/tests/ESMF_StateReconcileProxyUTest.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/StateReconcile/tests/ESMF_StateReconcileUTest.F90 b/src/Superstructure/StateReconcile/tests/ESMF_StateReconcileUTest.F90 index d9973f5e7f..a55b9c90bd 100644 --- a/src/Superstructure/StateReconcile/tests/ESMF_StateReconcileUTest.F90 +++ b/src/Superstructure/StateReconcile/tests/ESMF_StateReconcileUTest.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/TraceAPI/interface/ESMF_TraceAPI.F90 b/src/Superstructure/TraceAPI/interface/ESMF_TraceAPI.F90 index f5d85a37ad..f217b69f27 100644 --- a/src/Superstructure/TraceAPI/interface/ESMF_TraceAPI.F90 +++ b/src/Superstructure/TraceAPI/interface/ESMF_TraceAPI.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/WebServices/doc/WebServices_desc.tex b/src/Superstructure/WebServices/doc/WebServices_desc.tex index bac9e7fd07..80cebf0967 100644 --- a/src/Superstructure/WebServices/doc/WebServices_desc.tex +++ b/src/Superstructure/WebServices/doc/WebServices_desc.tex @@ -1,7 +1,7 @@ % $Id$ % % Earth System Modeling Framework -% Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +% Copyright (c) 2002-2024, University Corporation for Atmospheric Research, % Massachusetts Institute of Technology, Geophysical Fluid Dynamics % Laboratory, University of Michigan, National Centers for Environmental % Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/WebServices/doc/WebServices_refdoc.ctex b/src/Superstructure/WebServices/doc/WebServices_refdoc.ctex index 678917c810..c60188b47e 100644 --- a/src/Superstructure/WebServices/doc/WebServices_refdoc.ctex +++ b/src/Superstructure/WebServices/doc/WebServices_refdoc.ctex @@ -1,7 +1,7 @@ % $Id$ % % Earth System Modeling Framework -% Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +% Copyright (c) 2002-2024, University Corporation for Atmospheric Research, % Massachusetts Institute of Technology, Geophysical Fluid Dynamics % Laboratory, University of Michigan, National Centers for Environmental % Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/WebServices/doc/WebServices_rest.tex b/src/Superstructure/WebServices/doc/WebServices_rest.tex index d923789c8b..5ea0b13a69 100644 --- a/src/Superstructure/WebServices/doc/WebServices_rest.tex +++ b/src/Superstructure/WebServices/doc/WebServices_rest.tex @@ -1,7 +1,7 @@ % $Id$ % % Earth System Modeling Framework -% Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +% Copyright (c) 2002-2024, University Corporation for Atmospheric Research, % Massachusetts Institute of Technology, Geophysical Fluid Dynamics % Laboratory, University of Michigan, National Centers for Environmental % Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/WebServices/doc/WebServices_usage.tex b/src/Superstructure/WebServices/doc/WebServices_usage.tex index 5255d9342e..a12e39a7bd 100644 --- a/src/Superstructure/WebServices/doc/WebServices_usage.tex +++ b/src/Superstructure/WebServices/doc/WebServices_usage.tex @@ -1,7 +1,7 @@ % $Id$ % % Earth System Modeling Framework -% Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +% Copyright (c) 2002-2024, University Corporation for Atmospheric Research, % Massachusetts Institute of Technology, Geophysical Fluid Dynamics % Laboratory, University of Michigan, National Centers for Environmental % Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/WebServices/examples/ESMF_WebServicesEx.F90 b/src/Superstructure/WebServices/examples/ESMF_WebServicesEx.F90 index 9128772ef1..6eda0a3db5 100644 --- a/src/Superstructure/WebServices/examples/ESMF_WebServicesEx.F90 +++ b/src/Superstructure/WebServices/examples/ESMF_WebServicesEx.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/WebServices/include/ESMCI_WebServ.h b/src/Superstructure/WebServices/include/ESMCI_WebServ.h index 0385a6936d..a1675b8ebb 100644 --- a/src/Superstructure/WebServices/include/ESMCI_WebServ.h +++ b/src/Superstructure/WebServices/include/ESMCI_WebServ.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/WebServices/include/ESMCI_WebServClientInfo.h b/src/Superstructure/WebServices/include/ESMCI_WebServClientInfo.h index 6e13d124c8..246f7c31fc 100644 --- a/src/Superstructure/WebServices/include/ESMCI_WebServClientInfo.h +++ b/src/Superstructure/WebServices/include/ESMCI_WebServClientInfo.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/WebServices/include/ESMCI_WebServClientSocket.h b/src/Superstructure/WebServices/include/ESMCI_WebServClientSocket.h index e1c9f3b390..e2fc161368 100644 --- a/src/Superstructure/WebServices/include/ESMCI_WebServClientSocket.h +++ b/src/Superstructure/WebServices/include/ESMCI_WebServClientSocket.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/WebServices/include/ESMCI_WebServCompSvrClient.h b/src/Superstructure/WebServices/include/ESMCI_WebServCompSvrClient.h index 9c034d12d8..46d1a0f97e 100644 --- a/src/Superstructure/WebServices/include/ESMCI_WebServCompSvrClient.h +++ b/src/Superstructure/WebServices/include/ESMCI_WebServCompSvrClient.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/WebServices/include/ESMCI_WebServCompSvrInfo.h b/src/Superstructure/WebServices/include/ESMCI_WebServCompSvrInfo.h index 8ca3ea4e1c..c7a9184910 100644 --- a/src/Superstructure/WebServices/include/ESMCI_WebServCompSvrInfo.h +++ b/src/Superstructure/WebServices/include/ESMCI_WebServCompSvrInfo.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/WebServices/include/ESMCI_WebServCompSvrMgr.h b/src/Superstructure/WebServices/include/ESMCI_WebServCompSvrMgr.h index 212b588a2a..8c19109f11 100644 --- a/src/Superstructure/WebServices/include/ESMCI_WebServCompSvrMgr.h +++ b/src/Superstructure/WebServices/include/ESMCI_WebServCompSvrMgr.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/WebServices/include/ESMCI_WebServComponentSvr.h b/src/Superstructure/WebServices/include/ESMCI_WebServComponentSvr.h index 1aede5e049..de96935888 100644 --- a/src/Superstructure/WebServices/include/ESMCI_WebServComponentSvr.h +++ b/src/Superstructure/WebServices/include/ESMCI_WebServComponentSvr.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/WebServices/include/ESMCI_WebServDataContent.h b/src/Superstructure/WebServices/include/ESMCI_WebServDataContent.h index 09fb15deb3..a9ce94a28d 100644 --- a/src/Superstructure/WebServices/include/ESMCI_WebServDataContent.h +++ b/src/Superstructure/WebServices/include/ESMCI_WebServDataContent.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/WebServices/include/ESMCI_WebServDataDesc.h b/src/Superstructure/WebServices/include/ESMCI_WebServDataDesc.h index 85e33d889a..d49ef6d982 100644 --- a/src/Superstructure/WebServices/include/ESMCI_WebServDataDesc.h +++ b/src/Superstructure/WebServices/include/ESMCI_WebServDataDesc.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/WebServices/include/ESMCI_WebServDataMgr.h b/src/Superstructure/WebServices/include/ESMCI_WebServDataMgr.h index d662c3990e..6b180c271e 100644 --- a/src/Superstructure/WebServices/include/ESMCI_WebServDataMgr.h +++ b/src/Superstructure/WebServices/include/ESMCI_WebServDataMgr.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/WebServices/include/ESMCI_WebServForkClient.h b/src/Superstructure/WebServices/include/ESMCI_WebServForkClient.h index 6570cb8742..4dbb03a7cb 100644 --- a/src/Superstructure/WebServices/include/ESMCI_WebServForkClient.h +++ b/src/Superstructure/WebServices/include/ESMCI_WebServForkClient.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/WebServices/include/ESMCI_WebServGRAMClient.h b/src/Superstructure/WebServices/include/ESMCI_WebServGRAMClient.h index 6e68d6bf01..a3ffc4e7c3 100644 --- a/src/Superstructure/WebServices/include/ESMCI_WebServGRAMClient.h +++ b/src/Superstructure/WebServices/include/ESMCI_WebServGRAMClient.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/WebServices/include/ESMCI_WebServLowLevelSocket.h b/src/Superstructure/WebServices/include/ESMCI_WebServLowLevelSocket.h index f98157aa34..da30cb1347 100644 --- a/src/Superstructure/WebServices/include/ESMCI_WebServLowLevelSocket.h +++ b/src/Superstructure/WebServices/include/ESMCI_WebServLowLevelSocket.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/WebServices/include/ESMCI_WebServNetEsmf.h b/src/Superstructure/WebServices/include/ESMCI_WebServNetEsmf.h index 75fa899594..ca7a4f68d0 100644 --- a/src/Superstructure/WebServices/include/ESMCI_WebServNetEsmf.h +++ b/src/Superstructure/WebServices/include/ESMCI_WebServNetEsmf.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/WebServices/include/ESMCI_WebServNetEsmfClient.h b/src/Superstructure/WebServices/include/ESMCI_WebServNetEsmfClient.h index 229e554428..1c2421e8eb 100644 --- a/src/Superstructure/WebServices/include/ESMCI_WebServNetEsmfClient.h +++ b/src/Superstructure/WebServices/include/ESMCI_WebServNetEsmfClient.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/WebServices/include/ESMCI_WebServNetEsmfServer.h b/src/Superstructure/WebServices/include/ESMCI_WebServNetEsmfServer.h index 1a79c5a0b4..b3683ce03d 100644 --- a/src/Superstructure/WebServices/include/ESMCI_WebServNetEsmfServer.h +++ b/src/Superstructure/WebServices/include/ESMCI_WebServNetEsmfServer.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/WebServices/include/ESMCI_WebServProcCtrl.h b/src/Superstructure/WebServices/include/ESMCI_WebServProcCtrl.h index 9c93a6b8d8..1f3598beb7 100644 --- a/src/Superstructure/WebServices/include/ESMCI_WebServProcCtrl.h +++ b/src/Superstructure/WebServices/include/ESMCI_WebServProcCtrl.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/WebServices/include/ESMCI_WebServProcCtrlClient.h b/src/Superstructure/WebServices/include/ESMCI_WebServProcCtrlClient.h index 71966e39e3..37b902ed4d 100644 --- a/src/Superstructure/WebServices/include/ESMCI_WebServProcCtrlClient.h +++ b/src/Superstructure/WebServices/include/ESMCI_WebServProcCtrlClient.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/WebServices/include/ESMCI_WebServRegistrarClient.h b/src/Superstructure/WebServices/include/ESMCI_WebServRegistrarClient.h index 8308154c02..0097ac6f6d 100644 --- a/src/Superstructure/WebServices/include/ESMCI_WebServRegistrarClient.h +++ b/src/Superstructure/WebServices/include/ESMCI_WebServRegistrarClient.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/WebServices/include/ESMCI_WebServSecureClientSocket.h b/src/Superstructure/WebServices/include/ESMCI_WebServSecureClientSocket.h index 7c668a73be..0c65e81a74 100644 --- a/src/Superstructure/WebServices/include/ESMCI_WebServSecureClientSocket.h +++ b/src/Superstructure/WebServices/include/ESMCI_WebServSecureClientSocket.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/WebServices/include/ESMCI_WebServSecureServerSocket.h b/src/Superstructure/WebServices/include/ESMCI_WebServSecureServerSocket.h index bc2d77f81e..df9ab5c5e1 100644 --- a/src/Superstructure/WebServices/include/ESMCI_WebServSecureServerSocket.h +++ b/src/Superstructure/WebServices/include/ESMCI_WebServSecureServerSocket.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/WebServices/include/ESMCI_WebServSecureSocket.h b/src/Superstructure/WebServices/include/ESMCI_WebServSecureSocket.h index b9425a9c27..bf2f8ea435 100644 --- a/src/Superstructure/WebServices/include/ESMCI_WebServSecureSocket.h +++ b/src/Superstructure/WebServices/include/ESMCI_WebServSecureSocket.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/WebServices/include/ESMCI_WebServSecureUtils.h b/src/Superstructure/WebServices/include/ESMCI_WebServSecureUtils.h index 7cf1771139..bd271d25d8 100644 --- a/src/Superstructure/WebServices/include/ESMCI_WebServSecureUtils.h +++ b/src/Superstructure/WebServices/include/ESMCI_WebServSecureUtils.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/WebServices/include/ESMCI_WebServServerSocket.h b/src/Superstructure/WebServices/include/ESMCI_WebServServerSocket.h index 6029079dcb..1c4b54872b 100644 --- a/src/Superstructure/WebServices/include/ESMCI_WebServServerSocket.h +++ b/src/Superstructure/WebServices/include/ESMCI_WebServServerSocket.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/WebServices/include/ESMCI_WebServSocketUtils.h b/src/Superstructure/WebServices/include/ESMCI_WebServSocketUtils.h index af50245ceb..d007e16da9 100644 --- a/src/Superstructure/WebServices/include/ESMCI_WebServSocketUtils.h +++ b/src/Superstructure/WebServices/include/ESMCI_WebServSocketUtils.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/WebServices/src/ESMCI_WebServClientInfo.C b/src/Superstructure/WebServices/src/ESMCI_WebServClientInfo.C index 99e4c2b248..0b11f57ed4 100644 --- a/src/Superstructure/WebServices/src/ESMCI_WebServClientInfo.C +++ b/src/Superstructure/WebServices/src/ESMCI_WebServClientInfo.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/WebServices/src/ESMCI_WebServClientSocket.C b/src/Superstructure/WebServices/src/ESMCI_WebServClientSocket.C index 46021d1009..d78daf001e 100644 --- a/src/Superstructure/WebServices/src/ESMCI_WebServClientSocket.C +++ b/src/Superstructure/WebServices/src/ESMCI_WebServClientSocket.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/WebServices/src/ESMCI_WebServCompSvrClient.C b/src/Superstructure/WebServices/src/ESMCI_WebServCompSvrClient.C index d0949c48c8..9c94cd4001 100644 --- a/src/Superstructure/WebServices/src/ESMCI_WebServCompSvrClient.C +++ b/src/Superstructure/WebServices/src/ESMCI_WebServCompSvrClient.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/WebServices/src/ESMCI_WebServCompSvrInfo.C b/src/Superstructure/WebServices/src/ESMCI_WebServCompSvrInfo.C index abcac07452..6ec7f1de36 100644 --- a/src/Superstructure/WebServices/src/ESMCI_WebServCompSvrInfo.C +++ b/src/Superstructure/WebServices/src/ESMCI_WebServCompSvrInfo.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/WebServices/src/ESMCI_WebServCompSvrMgr.C b/src/Superstructure/WebServices/src/ESMCI_WebServCompSvrMgr.C index af8f5b04a9..29e0b6ae13 100644 --- a/src/Superstructure/WebServices/src/ESMCI_WebServCompSvrMgr.C +++ b/src/Superstructure/WebServices/src/ESMCI_WebServCompSvrMgr.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/WebServices/src/ESMCI_WebServComponentSvr.C b/src/Superstructure/WebServices/src/ESMCI_WebServComponentSvr.C index bc44c6a886..c5cd0119d6 100644 --- a/src/Superstructure/WebServices/src/ESMCI_WebServComponentSvr.C +++ b/src/Superstructure/WebServices/src/ESMCI_WebServComponentSvr.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/WebServices/src/ESMCI_WebServDataContent.C b/src/Superstructure/WebServices/src/ESMCI_WebServDataContent.C index 864ab13175..b31119a04a 100644 --- a/src/Superstructure/WebServices/src/ESMCI_WebServDataContent.C +++ b/src/Superstructure/WebServices/src/ESMCI_WebServDataContent.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/WebServices/src/ESMCI_WebServDataDesc.C b/src/Superstructure/WebServices/src/ESMCI_WebServDataDesc.C index 2bb674f365..e899027b66 100644 --- a/src/Superstructure/WebServices/src/ESMCI_WebServDataDesc.C +++ b/src/Superstructure/WebServices/src/ESMCI_WebServDataDesc.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/WebServices/src/ESMCI_WebServDataMgr.C b/src/Superstructure/WebServices/src/ESMCI_WebServDataMgr.C index 92b8b6aca1..448f1f0fd6 100644 --- a/src/Superstructure/WebServices/src/ESMCI_WebServDataMgr.C +++ b/src/Superstructure/WebServices/src/ESMCI_WebServDataMgr.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/WebServices/src/ESMCI_WebServForkClient.C b/src/Superstructure/WebServices/src/ESMCI_WebServForkClient.C index 17159fc217..e487901a8a 100644 --- a/src/Superstructure/WebServices/src/ESMCI_WebServForkClient.C +++ b/src/Superstructure/WebServices/src/ESMCI_WebServForkClient.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/WebServices/src/ESMCI_WebServGRAMClient.C b/src/Superstructure/WebServices/src/ESMCI_WebServGRAMClient.C index eaff00ed8a..fc8d44841a 100644 --- a/src/Superstructure/WebServices/src/ESMCI_WebServGRAMClient.C +++ b/src/Superstructure/WebServices/src/ESMCI_WebServGRAMClient.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/WebServices/src/ESMCI_WebServLowLevelSocket.C b/src/Superstructure/WebServices/src/ESMCI_WebServLowLevelSocket.C index 770305b967..b66a8702f1 100644 --- a/src/Superstructure/WebServices/src/ESMCI_WebServLowLevelSocket.C +++ b/src/Superstructure/WebServices/src/ESMCI_WebServLowLevelSocket.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/WebServices/src/ESMCI_WebServNetEsmfClient.C b/src/Superstructure/WebServices/src/ESMCI_WebServNetEsmfClient.C index 49b405959a..e288fd129e 100644 --- a/src/Superstructure/WebServices/src/ESMCI_WebServNetEsmfClient.C +++ b/src/Superstructure/WebServices/src/ESMCI_WebServNetEsmfClient.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/WebServices/src/ESMCI_WebServNetEsmfServer.C b/src/Superstructure/WebServices/src/ESMCI_WebServNetEsmfServer.C index f9e8a71b24..f4becff074 100644 --- a/src/Superstructure/WebServices/src/ESMCI_WebServNetEsmfServer.C +++ b/src/Superstructure/WebServices/src/ESMCI_WebServNetEsmfServer.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/WebServices/src/ESMCI_WebServProcCtrl.C b/src/Superstructure/WebServices/src/ESMCI_WebServProcCtrl.C index e700d52088..8eda8e69ca 100644 --- a/src/Superstructure/WebServices/src/ESMCI_WebServProcCtrl.C +++ b/src/Superstructure/WebServices/src/ESMCI_WebServProcCtrl.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/WebServices/src/ESMCI_WebServProcCtrlClient.C b/src/Superstructure/WebServices/src/ESMCI_WebServProcCtrlClient.C index 222a7bd475..9c381015a2 100644 --- a/src/Superstructure/WebServices/src/ESMCI_WebServProcCtrlClient.C +++ b/src/Superstructure/WebServices/src/ESMCI_WebServProcCtrlClient.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/WebServices/src/ESMCI_WebServRegistrarClient.C b/src/Superstructure/WebServices/src/ESMCI_WebServRegistrarClient.C index 1d38478368..8b943ee4a7 100644 --- a/src/Superstructure/WebServices/src/ESMCI_WebServRegistrarClient.C +++ b/src/Superstructure/WebServices/src/ESMCI_WebServRegistrarClient.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/WebServices/src/ESMCI_WebServSecureClientSocket.C b/src/Superstructure/WebServices/src/ESMCI_WebServSecureClientSocket.C index c05dfc1ff6..5719405167 100644 --- a/src/Superstructure/WebServices/src/ESMCI_WebServSecureClientSocket.C +++ b/src/Superstructure/WebServices/src/ESMCI_WebServSecureClientSocket.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/WebServices/src/ESMCI_WebServSecureServerSocket.C b/src/Superstructure/WebServices/src/ESMCI_WebServSecureServerSocket.C index cdb79f8941..b1bd561a5a 100644 --- a/src/Superstructure/WebServices/src/ESMCI_WebServSecureServerSocket.C +++ b/src/Superstructure/WebServices/src/ESMCI_WebServSecureServerSocket.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/WebServices/src/ESMCI_WebServSecureSocket.C b/src/Superstructure/WebServices/src/ESMCI_WebServSecureSocket.C index c044e792b1..874db7b2d3 100644 --- a/src/Superstructure/WebServices/src/ESMCI_WebServSecureSocket.C +++ b/src/Superstructure/WebServices/src/ESMCI_WebServSecureSocket.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/WebServices/src/ESMCI_WebServSecureUtils.C b/src/Superstructure/WebServices/src/ESMCI_WebServSecureUtils.C index a60806540b..8487090ccb 100644 --- a/src/Superstructure/WebServices/src/ESMCI_WebServSecureUtils.C +++ b/src/Superstructure/WebServices/src/ESMCI_WebServSecureUtils.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/WebServices/src/ESMCI_WebServServerSocket.C b/src/Superstructure/WebServices/src/ESMCI_WebServServerSocket.C index 41573ce9de..463eeb795b 100644 --- a/src/Superstructure/WebServices/src/ESMCI_WebServServerSocket.C +++ b/src/Superstructure/WebServices/src/ESMCI_WebServServerSocket.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/WebServices/src/ESMCI_WebServSocketUtils.C b/src/Superstructure/WebServices/src/ESMCI_WebServSocketUtils.C index 04f8b19864..59caf4cc35 100644 --- a/src/Superstructure/WebServices/src/ESMCI_WebServSocketUtils.C +++ b/src/Superstructure/WebServices/src/ESMCI_WebServSocketUtils.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/WebServices/src/ESMCI_WebServ_F.C b/src/Superstructure/WebServices/src/ESMCI_WebServ_F.C index 7ba3401dd6..1f0227ec4a 100644 --- a/src/Superstructure/WebServices/src/ESMCI_WebServ_F.C +++ b/src/Superstructure/WebServices/src/ESMCI_WebServ_F.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/WebServices/src/ESMF_WebServ.F90 b/src/Superstructure/WebServices/src/ESMF_WebServ.F90 index 50b3084672..8b1dd3fd8e 100644 --- a/src/Superstructure/WebServices/src/ESMF_WebServ.F90 +++ b/src/Superstructure/WebServices/src/ESMF_WebServ.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/Superstructure/WebServices/src/ESMF_WebServComponent_C.F90 b/src/Superstructure/WebServices/src/ESMF_WebServComponent_C.F90 index 362d136edf..b19a37b0fc 100644 --- a/src/Superstructure/WebServices/src/ESMF_WebServComponent_C.F90 +++ b/src/Superstructure/WebServices/src/ESMF_WebServComponent_C.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/addon/NUOPC/doc/NUOPC_title.tex b/src/addon/NUOPC/doc/NUOPC_title.tex index 00fb8441f7..0719188fb0 100644 --- a/src/addon/NUOPC/doc/NUOPC_title.tex +++ b/src/addon/NUOPC/doc/NUOPC_title.tex @@ -1,7 +1,7 @@ % $Id$ % % Earth System Modeling Framework -% Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +% Copyright (c) 2002-2024, University Corporation for Atmospheric Research, % Massachusetts Institute of Technology, Geophysical Fluid Dynamics % Laboratory, University of Michigan, National Centers for Environmental % Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/addon/NUOPC/examples/ESMF_NUOPCAtmModelEx.F90 b/src/addon/NUOPC/examples/ESMF_NUOPCAtmModelEx.F90 index 1bf01a6de0..7497fc7f75 100644 --- a/src/addon/NUOPC/examples/ESMF_NUOPCAtmModelEx.F90 +++ b/src/addon/NUOPC/examples/ESMF_NUOPCAtmModelEx.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/addon/NUOPC/examples/ESMF_NUOPCBasicModelEx.F90 b/src/addon/NUOPC/examples/ESMF_NUOPCBasicModelEx.F90 index 30516406a4..26c50678fb 100644 --- a/src/addon/NUOPC/examples/ESMF_NUOPCBasicModelEx.F90 +++ b/src/addon/NUOPC/examples/ESMF_NUOPCBasicModelEx.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/addon/NUOPC/src/NUOPC.F90 b/src/addon/NUOPC/src/NUOPC.F90 index 3dab2a6ccb..bc853abf7b 100644 --- a/src/addon/NUOPC/src/NUOPC.F90 +++ b/src/addon/NUOPC/src/NUOPC.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/addon/NUOPC/src/NUOPC_Auxiliary.F90 b/src/addon/NUOPC/src/NUOPC_Auxiliary.F90 index 4e8a051123..dfea20fceb 100644 --- a/src/addon/NUOPC/src/NUOPC_Auxiliary.F90 +++ b/src/addon/NUOPC/src/NUOPC_Auxiliary.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/addon/NUOPC/src/NUOPC_Base.F90 b/src/addon/NUOPC/src/NUOPC_Base.F90 index ee4f27e8db..964cd2f2df 100644 --- a/src/addon/NUOPC/src/NUOPC_Base.F90 +++ b/src/addon/NUOPC/src/NUOPC_Base.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/addon/NUOPC/src/NUOPC_Comp.F90 b/src/addon/NUOPC/src/NUOPC_Comp.F90 index 38cd0568d6..9a5805a895 100644 --- a/src/addon/NUOPC/src/NUOPC_Comp.F90 +++ b/src/addon/NUOPC/src/NUOPC_Comp.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/addon/NUOPC/src/NUOPC_Compliance_Base.F90 b/src/addon/NUOPC/src/NUOPC_Compliance_Base.F90 index eac7151ff9..69f10f79e6 100644 --- a/src/addon/NUOPC/src/NUOPC_Compliance_Base.F90 +++ b/src/addon/NUOPC/src/NUOPC_Compliance_Base.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/addon/NUOPC/src/NUOPC_Compliance_Connector.F90 b/src/addon/NUOPC/src/NUOPC_Compliance_Connector.F90 index e32319fdf2..7410b474b1 100644 --- a/src/addon/NUOPC/src/NUOPC_Compliance_Connector.F90 +++ b/src/addon/NUOPC/src/NUOPC_Compliance_Connector.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/addon/NUOPC/src/NUOPC_Compliance_Driver.F90 b/src/addon/NUOPC/src/NUOPC_Compliance_Driver.F90 index 69366797ed..d927a35260 100644 --- a/src/addon/NUOPC/src/NUOPC_Compliance_Driver.F90 +++ b/src/addon/NUOPC/src/NUOPC_Compliance_Driver.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/addon/NUOPC/src/NUOPC_Compliance_Model.F90 b/src/addon/NUOPC/src/NUOPC_Compliance_Model.F90 index f4fc5cd692..48104f806c 100644 --- a/src/addon/NUOPC/src/NUOPC_Compliance_Model.F90 +++ b/src/addon/NUOPC/src/NUOPC_Compliance_Model.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/addon/NUOPC/src/NUOPC_Connector.F90 b/src/addon/NUOPC/src/NUOPC_Connector.F90 index d9b681c7a9..7c94f388c6 100644 --- a/src/addon/NUOPC/src/NUOPC_Connector.F90 +++ b/src/addon/NUOPC/src/NUOPC_Connector.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/addon/NUOPC/src/NUOPC_Driver.F90 b/src/addon/NUOPC/src/NUOPC_Driver.F90 index dba43b3157..1b46863df8 100644 --- a/src/addon/NUOPC/src/NUOPC_Driver.F90 +++ b/src/addon/NUOPC/src/NUOPC_Driver.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/addon/NUOPC/src/NUOPC_FieldDictionaryApi.F90 b/src/addon/NUOPC/src/NUOPC_FieldDictionaryApi.F90 index 6f04507f99..836ce02925 100644 --- a/src/addon/NUOPC/src/NUOPC_FieldDictionaryApi.F90 +++ b/src/addon/NUOPC/src/NUOPC_FieldDictionaryApi.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/addon/NUOPC/src/NUOPC_FieldDictionaryDef.F90 b/src/addon/NUOPC/src/NUOPC_FieldDictionaryDef.F90 index a8757f96e3..5c2ca93bf2 100644 --- a/src/addon/NUOPC/src/NUOPC_FieldDictionaryDef.F90 +++ b/src/addon/NUOPC/src/NUOPC_FieldDictionaryDef.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/addon/NUOPC/src/NUOPC_FreeFormatDef.F90 b/src/addon/NUOPC/src/NUOPC_FreeFormatDef.F90 index 4e7e96294f..6c1296eddc 100644 --- a/src/addon/NUOPC/src/NUOPC_FreeFormatDef.F90 +++ b/src/addon/NUOPC/src/NUOPC_FreeFormatDef.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/addon/NUOPC/src/NUOPC_Mediator.F90 b/src/addon/NUOPC/src/NUOPC_Mediator.F90 index 327590d272..f198372aeb 100644 --- a/src/addon/NUOPC/src/NUOPC_Mediator.F90 +++ b/src/addon/NUOPC/src/NUOPC_Mediator.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/addon/NUOPC/src/NUOPC_Model.F90 b/src/addon/NUOPC/src/NUOPC_Model.F90 index 356f629a41..f73ed1b698 100644 --- a/src/addon/NUOPC/src/NUOPC_Model.F90 +++ b/src/addon/NUOPC/src/NUOPC_Model.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/addon/NUOPC/src/NUOPC_ModelBase.F90 b/src/addon/NUOPC/src/NUOPC_ModelBase.F90 index 7abcbbfe97..6b7fdce59b 100644 --- a/src/addon/NUOPC/src/NUOPC_ModelBase.F90 +++ b/src/addon/NUOPC/src/NUOPC_ModelBase.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/addon/NUOPC/src/NUOPC_RunSequenceDef.F90 b/src/addon/NUOPC/src/NUOPC_RunSequenceDef.F90 index 699d9a46db..f49f98b309 100644 --- a/src/addon/NUOPC/src/NUOPC_RunSequenceDef.F90 +++ b/src/addon/NUOPC/src/NUOPC_RunSequenceDef.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/addon/NUOPC/tests/ESMF_NUOPC_UTest.F90 b/src/addon/NUOPC/tests/ESMF_NUOPC_UTest.F90 index fdbffef836..449da2eafd 100644 --- a/src/addon/NUOPC/tests/ESMF_NUOPC_UTest.F90 +++ b/src/addon/NUOPC/tests/ESMF_NUOPC_UTest.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/addon/esmpy/LICENSE b/src/addon/esmpy/LICENSE index 2936355753..2b167b2124 100644 --- a/src/addon/esmpy/LICENSE +++ b/src/addon/esmpy/LICENSE @@ -1,6 +1,6 @@ Earth System Modeling Framework Python Interface (ESMPy) -Copyright (c) 2002-2023 University Corporation for Atmospheric Research, +Copyright (c) 2002-2024 University Corporation for Atmospheric Research, Massachusetts Institute of Technology, Geophysical Fluid Dynamics Laboratory, University of Michigan, National Centers for Environmental Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/addon/esmpy/README.md b/src/addon/esmpy/README.md index 40e54c6955..c948644d36 100644 --- a/src/addon/esmpy/README.md +++ b/src/addon/esmpy/README.md @@ -1,6 +1,6 @@ # Earth System Modeling Framework Python Interface (ESMPy) -> Copyright (c) 2002-2023, University Corporation for Atmospheric Research, Massachusetts Institute of Technology, Geophysical Fluid Dynamics Laboratory, University of Michigan, National Centers for Environmental Prediction, Los Alamos National Laboratory, Argonne National Laboratory, NASA Goddard Space Flight Center. Licensed under the University of Illinois-NCSA License. +> Copyright (c) 2002-2024, University Corporation for Atmospheric Research, Massachusetts Institute of Technology, Geophysical Fluid Dynamics Laboratory, University of Michigan, National Centers for Environmental Prediction, Los Alamos National Laboratory, Argonne National Laboratory, NASA Goddard Space Flight Center. Licensed under the University of Illinois-NCSA License. * [ESMPy Documentation](https://earthsystemmodeling.org/esmpy_doc/nightly/develop/html/) * [Installation](https://earthsystemmodeling.org/esmpy_doc/nightly/develop/html/install.html) diff --git a/src/apps/ESMF_PrintInfo/ESMF_PrintInfo.F90 b/src/apps/ESMF_PrintInfo/ESMF_PrintInfo.F90 index 1fb3d319bb..7f44a91fb5 100644 --- a/src/apps/ESMF_PrintInfo/ESMF_PrintInfo.F90 +++ b/src/apps/ESMF_PrintInfo/ESMF_PrintInfo.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/apps/ESMF_PrintInfoC/ESMF_PrintInfoC.c b/src/apps/ESMF_PrintInfoC/ESMF_PrintInfoC.c index ffbde9a70b..ee84b94bbd 100644 --- a/src/apps/ESMF_PrintInfoC/ESMF_PrintInfoC.c +++ b/src/apps/ESMF_PrintInfoC/ESMF_PrintInfoC.c @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/apps/ESMF_Regrid/ESMF_Regrid.F90 b/src/apps/ESMF_Regrid/ESMF_Regrid.F90 index ef7ab63abf..2eea1fad7f 100644 --- a/src/apps/ESMF_Regrid/ESMF_Regrid.F90 +++ b/src/apps/ESMF_Regrid/ESMF_Regrid.F90 @@ -2,7 +2,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/apps/ESMF_RegridWeightGen/ESMF_RegridWeightGen.F90 b/src/apps/ESMF_RegridWeightGen/ESMF_RegridWeightGen.F90 index 18a948cbb7..ef3ce33256 100644 --- a/src/apps/ESMF_RegridWeightGen/ESMF_RegridWeightGen.F90 +++ b/src/apps/ESMF_RegridWeightGen/ESMF_RegridWeightGen.F90 @@ -2,7 +2,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/apps/ESMF_Scrip2Unstruct/ESMF_Scrip2Unstruct.C b/src/apps/ESMF_Scrip2Unstruct/ESMF_Scrip2Unstruct.C index 3c4227953f..3260ade56a 100644 --- a/src/apps/ESMF_Scrip2Unstruct/ESMF_Scrip2Unstruct.C +++ b/src/apps/ESMF_Scrip2Unstruct/ESMF_Scrip2Unstruct.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/doc/ESMC_api.tex b/src/doc/ESMC_api.tex index c9c683b71a..8266190a87 100644 --- a/src/doc/ESMC_api.tex +++ b/src/doc/ESMC_api.tex @@ -1,7 +1,7 @@ % $Id$ % % Earth System Modeling Framework -% Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +% Copyright (c) 2002-2024, University Corporation for Atmospheric Research, % Massachusetts Institute of Technology, Geophysical Fluid Dynamics % Laboratory, University of Michigan, National Centers for Environmental % Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/doc/ESMC_infrautiloverview.tex b/src/doc/ESMC_infrautiloverview.tex index f41187698a..9d867dee88 100644 --- a/src/doc/ESMC_infrautiloverview.tex +++ b/src/doc/ESMC_infrautiloverview.tex @@ -1,7 +1,7 @@ % $Id$ % % Earth System Modeling Framework -% Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +% Copyright (c) 2002-2024, University Corporation for Atmospheric Research, % Massachusetts Institute of Technology, Geophysical Fluid Dynamics % Laboratory, University of Michigan, National Centers for Environmental % Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/doc/ESMF_api.tex b/src/doc/ESMF_api.tex index e9677ed922..5901f729cf 100644 --- a/src/doc/ESMF_api.tex +++ b/src/doc/ESMF_api.tex @@ -1,7 +1,7 @@ % $Id$ % % Earth System Modeling Framework -% Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +% Copyright (c) 2002-2024, University Corporation for Atmospheric Research, % Massachusetts Institute of Technology, Geophysical Fluid Dynamics % Laboratory, University of Michigan, National Centers for Environmental % Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/doc/ESMF_apperr.tex b/src/doc/ESMF_apperr.tex index 7447b52304..a873c523ca 100644 --- a/src/doc/ESMF_apperr.tex +++ b/src/doc/ESMF_apperr.tex @@ -1,7 +1,7 @@ % $Id$ % % Earth System Modeling Framework -% Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +% Copyright (c) 2002-2024, University Corporation for Atmospheric Research, % Massachusetts Institute of Technology, Geophysical Fluid Dynamics % Laboratory, University of Michigan, National Centers for Environmental % Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/doc/ESMF_appuml.tex b/src/doc/ESMF_appuml.tex index 18fe28d16d..7efb51061f 100644 --- a/src/doc/ESMF_appuml.tex +++ b/src/doc/ESMF_appuml.tex @@ -1,7 +1,7 @@ % $Id$ % % Earth System Modeling Framework -% Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +% Copyright (c) 2002-2024, University Corporation for Atmospheric Research, % Massachusetts Institute of Technology, Geophysical Fluid Dynamics % Laboratory, University of Michigan, National Centers for Environmental % Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/doc/ESMF_infrautiloverview.tex b/src/doc/ESMF_infrautiloverview.tex index b26b4f055b..35790e83da 100644 --- a/src/doc/ESMF_infrautiloverview.tex +++ b/src/doc/ESMF_infrautiloverview.tex @@ -1,7 +1,7 @@ % $Id$ % % Earth System Modeling Framework -% Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +% Copyright (c) 2002-2024, University Corporation for Atmospheric Research, % Massachusetts Institute of Technology, Geophysical Fluid Dynamics % Laboratory, University of Michigan, National Centers for Environmental % Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/doc/ESMF_superoverview.tex b/src/doc/ESMF_superoverview.tex index 63f8ed9a0e..2b02333b7d 100644 --- a/src/doc/ESMF_superoverview.tex +++ b/src/doc/ESMF_superoverview.tex @@ -1,7 +1,7 @@ % $Id$ % % Earth System Modeling Framework -% Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +% Copyright (c) 2002-2024, University Corporation for Atmospheric Research, % Massachusetts Institute of Technology, Geophysical Fluid Dynamics % Laboratory, University of Michigan, National Centers for Environmental % Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/doc/common_commands.tex b/src/doc/common_commands.tex index 08eb279a1d..60bbb6e88f 100644 --- a/src/doc/common_commands.tex +++ b/src/doc/common_commands.tex @@ -1,7 +1,7 @@ % $Id$ % % Earth System Modeling Framework -% Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +% Copyright (c) 2002-2024, University Corporation for Atmospheric Research, % Massachusetts Institute of Technology, Geophysical Fluid Dynamics % Laboratory, University of Michigan, National Centers for Environmental % Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/doc/dev_guide/code_conv_gen.tex b/src/doc/dev_guide/code_conv_gen.tex index 67ac5c572b..eeaf5e8399 100644 --- a/src/doc/dev_guide/code_conv_gen.tex +++ b/src/doc/dev_guide/code_conv_gen.tex @@ -390,7 +390,7 @@ \subsubsection{License and Copyright Information} \begin{verbatim} ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/doc/title_alldoc.tex b/src/doc/title_alldoc.tex index 3b5d423652..ab72fed658 100644 --- a/src/doc/title_alldoc.tex +++ b/src/doc/title_alldoc.tex @@ -1,7 +1,7 @@ % $Id$ % % Earth System Modeling Framework -% Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +% Copyright (c) 2002-2024, University Corporation for Atmospheric Research, % Massachusetts Institute of Technology, Geophysical Fluid Dynamics % Laboratory, University of Michigan, National Centers for Environmental % Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/doc/verstitle_alldoc.tex b/src/doc/verstitle_alldoc.tex index 14137b384d..82b56a32e4 100644 --- a/src/doc/verstitle_alldoc.tex +++ b/src/doc/verstitle_alldoc.tex @@ -1,7 +1,7 @@ % $Id$ % % Earth System Modeling Framework -% Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +% Copyright (c) 2002-2024, University Corporation for Atmospheric Research, % Massachusetts Institute of Technology, Geophysical Fluid Dynamics % Laboratory, University of Michigan, National Centers for Environmental % Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/epilogue/include/ESMCI_Test.h b/src/epilogue/include/ESMCI_Test.h index 17f78672a6..f1c4db21c4 100644 --- a/src/epilogue/include/ESMCI_Test.h +++ b/src/epilogue/include/ESMCI_Test.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/epilogue/include/ESMC_Test.h b/src/epilogue/include/ESMC_Test.h index 012e94bfe9..8dc94e8c85 100644 --- a/src/epilogue/include/ESMC_Test.h +++ b/src/epilogue/include/ESMC_Test.h @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/epilogue/src/ESMCI_Test.C b/src/epilogue/src/ESMCI_Test.C index d4be082109..2e21b21fe9 100644 --- a/src/epilogue/src/ESMCI_Test.C +++ b/src/epilogue/src/ESMCI_Test.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/epilogue/src/ESMC_Test.C b/src/epilogue/src/ESMC_Test.C index 594d99d72f..69f1ff028f 100644 --- a/src/epilogue/src/ESMC_Test.C +++ b/src/epilogue/src/ESMC_Test.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/epilogue/src/ESMF_Test.F90 b/src/epilogue/src/ESMF_Test.F90 index 9ff049625b..5fc17b8a5a 100644 --- a/src/epilogue/src/ESMF_Test.F90 +++ b/src/epilogue/src/ESMF_Test.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/epilogue/tests/ESMCI_TestUTest.C b/src/epilogue/tests/ESMCI_TestUTest.C index 4bcad46d83..43796ec203 100644 --- a/src/epilogue/tests/ESMCI_TestUTest.C +++ b/src/epilogue/tests/ESMCI_TestUTest.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/epilogue/tests/ESMC_TestUTest.c b/src/epilogue/tests/ESMC_TestUTest.c index 2e1b6ce6c2..1fd5716277 100644 --- a/src/epilogue/tests/ESMC_TestUTest.c +++ b/src/epilogue/tests/ESMC_TestUTest.c @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/epilogue/tests/ESMF_TestUTest.F90 b/src/epilogue/tests/ESMF_TestUTest.F90 index eac922fe84..c13b9ede9a 100644 --- a/src/epilogue/tests/ESMF_TestUTest.F90 +++ b/src/epilogue/tests/ESMF_TestUTest.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/prologue/tests/ESMCI_ExceptionsSubr.C b/src/prologue/tests/ESMCI_ExceptionsSubr.C index c3b562c422..ae0ec96c70 100644 --- a/src/prologue/tests/ESMCI_ExceptionsSubr.C +++ b/src/prologue/tests/ESMCI_ExceptionsSubr.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/prologue/tests/ESMCI_ExceptionsUTest.C b/src/prologue/tests/ESMCI_ExceptionsUTest.C index d6aa96692a..a2742c0181 100644 --- a/src/prologue/tests/ESMCI_ExceptionsUTest.C +++ b/src/prologue/tests/ESMCI_ExceptionsUTest.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/prologue/tests/ESMCI_FeatureSubr.C b/src/prologue/tests/ESMCI_FeatureSubr.C index 1bec262eda..8d0749c4e1 100644 --- a/src/prologue/tests/ESMCI_FeatureSubr.C +++ b/src/prologue/tests/ESMCI_FeatureSubr.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/prologue/tests/ESMCI_FeatureUTest.C b/src/prologue/tests/ESMCI_FeatureUTest.C index 5ccfbef2f9..f75ec664c7 100644 --- a/src/prologue/tests/ESMCI_FeatureUTest.C +++ b/src/prologue/tests/ESMCI_FeatureUTest.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/prologue/tests/ESMCI_StringSubr.C b/src/prologue/tests/ESMCI_StringSubr.C index 167659a5ef..3ad5c9d38e 100644 --- a/src/prologue/tests/ESMCI_StringSubr.C +++ b/src/prologue/tests/ESMCI_StringSubr.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/prologue/tests/ESMCI_WordsizeSubr.C b/src/prologue/tests/ESMCI_WordsizeSubr.C index aa3e55ae0c..fb4130802e 100644 --- a/src/prologue/tests/ESMCI_WordsizeSubr.C +++ b/src/prologue/tests/ESMCI_WordsizeSubr.C @@ -1,7 +1,7 @@ // $Id$ // // Earth System Modeling Framework -// Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +// Copyright (c) 2002-2024, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/prologue/tests/ESMF_ExceptionsUTest.F90 b/src/prologue/tests/ESMF_ExceptionsUTest.F90 index 5538d0b716..7cb0645961 100644 --- a/src/prologue/tests/ESMF_ExceptionsUTest.F90 +++ b/src/prologue/tests/ESMF_ExceptionsUTest.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/prologue/tests/ESMF_F90ArrayPtrUTest.F90 b/src/prologue/tests/ESMF_F90ArrayPtrUTest.F90 index b31649446c..acda416449 100644 --- a/src/prologue/tests/ESMF_F90ArrayPtrUTest.F90 +++ b/src/prologue/tests/ESMF_F90ArrayPtrUTest.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/prologue/tests/ESMF_F95PtrBData.F90 b/src/prologue/tests/ESMF_F95PtrBData.F90 index 78aa99f707..a7b17c166f 100644 --- a/src/prologue/tests/ESMF_F95PtrBData.F90 +++ b/src/prologue/tests/ESMF_F95PtrBData.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/prologue/tests/ESMF_F95PtrUTest.F90 b/src/prologue/tests/ESMF_F95PtrUTest.F90 index 26d2021f51..e3e3830d6c 100644 --- a/src/prologue/tests/ESMF_F95PtrUTest.F90 +++ b/src/prologue/tests/ESMF_F95PtrUTest.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/prologue/tests/ESMF_FeatureSubr.F90 b/src/prologue/tests/ESMF_FeatureSubr.F90 index 13119518d2..b74b10157c 100644 --- a/src/prologue/tests/ESMF_FeatureSubr.F90 +++ b/src/prologue/tests/ESMF_FeatureSubr.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/prologue/tests/ESMF_FeatureTR15581Subr.F90 b/src/prologue/tests/ESMF_FeatureTR15581Subr.F90 index 841ac9a6df..cdb1a0654a 100644 --- a/src/prologue/tests/ESMF_FeatureTR15581Subr.F90 +++ b/src/prologue/tests/ESMF_FeatureTR15581Subr.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/prologue/tests/ESMF_FeatureUTest.F90 b/src/prologue/tests/ESMF_FeatureUTest.F90 index 7ab871948f..85d6742d2b 100644 --- a/src/prologue/tests/ESMF_FeatureUTest.F90 +++ b/src/prologue/tests/ESMF_FeatureUTest.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/prologue/tests/ESMF_LAPACKUTest.F90 b/src/prologue/tests/ESMF_LAPACKUTest.F90 index 5e33db0758..a46dc6955a 100644 --- a/src/prologue/tests/ESMF_LAPACKUTest.F90 +++ b/src/prologue/tests/ESMF_LAPACKUTest.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/prologue/tests/ESMF_StringUTest.F90 b/src/prologue/tests/ESMF_StringUTest.F90 index bac31f2318..dcaf645fa1 100644 --- a/src/prologue/tests/ESMF_StringUTest.F90 +++ b/src/prologue/tests/ESMF_StringUTest.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/prologue/tests/ESMF_WordsizeUTest.F90 b/src/prologue/tests/ESMF_WordsizeUTest.F90 index 3e4fd323f4..360052f9ed 100644 --- a/src/prologue/tests/ESMF_WordsizeUTest.F90 +++ b/src/prologue/tests/ESMF_WordsizeUTest.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/test_harness/src/ESMF_TestHarnessDistMod.F90 b/src/test_harness/src/ESMF_TestHarnessDistMod.F90 index 9c9ab8c2e1..d2767a5820 100644 --- a/src/test_harness/src/ESMF_TestHarnessDistMod.F90 +++ b/src/test_harness/src/ESMF_TestHarnessDistMod.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/test_harness/src/ESMF_TestHarnessGridMod.F90 b/src/test_harness/src/ESMF_TestHarnessGridMod.F90 index e7bbc3d050..eda7f88759 100644 --- a/src/test_harness/src/ESMF_TestHarnessGridMod.F90 +++ b/src/test_harness/src/ESMF_TestHarnessGridMod.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/test_harness/src/ESMF_TestHarnessMod.F90 b/src/test_harness/src/ESMF_TestHarnessMod.F90 index 2086495d60..4c1e0ae029 100644 --- a/src/test_harness/src/ESMF_TestHarnessMod.F90 +++ b/src/test_harness/src/ESMF_TestHarnessMod.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/test_harness/src/ESMF_TestHarnessParser.F90 b/src/test_harness/src/ESMF_TestHarnessParser.F90 index 1d29a237c1..9102e839fb 100644 --- a/src/test_harness/src/ESMF_TestHarnessParser.F90 +++ b/src/test_harness/src/ESMF_TestHarnessParser.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/test_harness/src/ESMF_TestHarnessReportMod.F90 b/src/test_harness/src/ESMF_TestHarnessReportMod.F90 index 09b9f52870..d01c3afcc2 100644 --- a/src/test_harness/src/ESMF_TestHarnessReportMod.F90 +++ b/src/test_harness/src/ESMF_TestHarnessReportMod.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/test_harness/src/ESMF_TestHarnessTypesMod.F90 b/src/test_harness/src/ESMF_TestHarnessTypesMod.F90 index 6c2f8ee55d..9d86c0d0b3 100644 --- a/src/test_harness/src/ESMF_TestHarnessTypesMod.F90 +++ b/src/test_harness/src/ESMF_TestHarnessTypesMod.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/test_harness/src/ESMF_TestHarnessUTest.F90 b/src/test_harness/src/ESMF_TestHarnessUTest.F90 index 2d47412e93..47b7911beb 100644 --- a/src/test_harness/src/ESMF_TestHarnessUTest.F90 +++ b/src/test_harness/src/ESMF_TestHarnessUTest.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/src/test_harness/src/ESMF_TestHarnessUtilMod.F90 b/src/test_harness/src/ESMF_TestHarnessUtilMod.F90 index fe1a7c5c68..823169ce0f 100644 --- a/src/test_harness/src/ESMF_TestHarnessUtilMod.F90 +++ b/src/test_harness/src/ESMF_TestHarnessUtilMod.F90 @@ -1,7 +1,7 @@ ! $Id$ ! ! Earth System Modeling Framework -! Copyright (c) 2002-2023, University Corporation for Atmospheric Research, +! Copyright (c) 2002-2024, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, From fe78530b911f54c8101c619ac4126e3e35d00446 Mon Sep 17 00:00:00 2001 From: Bill Sacks Date: Thu, 18 Jan 2024 12:39:20 -0700 Subject: [PATCH 05/28] One more copyright update in a different format --- src/addon/esmpy/doc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/addon/esmpy/doc/conf.py b/src/addon/esmpy/doc/conf.py index 5c048774dc..576e9de07d 100644 --- a/src/addon/esmpy/doc/conf.py +++ b/src/addon/esmpy/doc/conf.py @@ -51,7 +51,7 @@ # General information about the project. project = u'ESMPy' -copyright = u'2011-2023, University Corporation for Atmospheric Research, Massachusetts Institute of Technology, Geophysical Fluid Dynamics Laboratory, University of Michigan, National Centers for Environmental Prediction, Los Alamos National Laboratory, Argonne National Laboratory, NASA Goddard Space Flight Center. Licensed under the University of Illinois-NCSA License' +copyright = u'2011-2024, University Corporation for Atmospheric Research, Massachusetts Institute of Technology, Geophysical Fluid Dynamics Laboratory, University of Michigan, National Centers for Environmental Prediction, Los Alamos National Laboratory, Argonne National Laboratory, NASA Goddard Space Flight Center. Licensed under the University of Illinois-NCSA License' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the From c68f64de131b10fa6a06e0d4fd1b46adcca8633e Mon Sep 17 00:00:00 2001 From: Gerhard Theurich Date: Fri, 19 Jan 2024 15:37:12 -0800 Subject: [PATCH 06/28] Correct type in FILENAME macro. --- src/addon/ESMX/ESMX_App.F90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/addon/ESMX/ESMX_App.F90 b/src/addon/ESMX/ESMX_App.F90 index 29f24058bb..52d3514a6b 100644 --- a/src/addon/ESMX/ESMX_App.F90 +++ b/src/addon/ESMX/ESMX_App.F90 @@ -2,7 +2,7 @@ ! ESMX (Earth System Model eXecutable) ! This file contains the main ESMX Application program. !============================================================================== -#define FILENAME "src/addon/ESMX/ESMF_App.F90" +#define FILENAME "src/addon/ESMX/ESMX_App.F90" !============================================================================== !============================================================================== From addf18ce6967a50360163330d3475854ae0888f1 Mon Sep 17 00:00:00 2001 From: Gerhard Theurich Date: Fri, 19 Jan 2024 08:58:18 -0800 Subject: [PATCH 07/28] Remove a copy-n-paste problem in HConfigDestroy() API doc where it talked about the `noGarbage` argument. HConfig does not connect to the ESMF garbage collection and the Destroy() call does not have this argument. --- src/Infrastructure/HConfig/interface/ESMF_HConfig.F90 | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/Infrastructure/HConfig/interface/ESMF_HConfig.F90 b/src/Infrastructure/HConfig/interface/ESMF_HConfig.F90 index 879182e786..acd840a268 100644 --- a/src/Infrastructure/HConfig/interface/ESMF_HConfig.F90 +++ b/src/Infrastructure/HConfig/interface/ESMF_HConfig.F90 @@ -8163,10 +8163,6 @@ subroutine ESMF_HConfigDestroy(hconfig, keywordEnforcer, rc) ! Destroys an {\tt ESMF\_HConfig}, releasing the resources associated ! with the object. ! -! By default a small remnant of the object is kept in memory in order to -! prevent problems with dangling aliases. The default garbage collection -! mechanism can be overridden with the {\tt noGarbage} argument. -! ! The arguments are: ! \begin{description} ! \item[hconfig] From 17bbe330614e8d716bef55ab76265e61ef7d4eb4 Mon Sep 17 00:00:00 2001 From: Alex Richert <82525672+AlexanderRichert-NOAA@users.noreply.github.com> Date: Mon, 5 Feb 2024 12:47:20 -0800 Subject: [PATCH 08/28] Add ESMF::ESMF alias to FindESMF.cmake module (#223) --- cmake/FindESMF.cmake | 5 +++++ src/addon/ESMX/Comps/ESMX_Data/cmake/FindESMF.cmake | 5 +++++ src/addon/ESMX/Driver/cmake/FindESMF.cmake | 5 +++++ 3 files changed, 15 insertions(+) diff --git a/cmake/FindESMF.cmake b/cmake/FindESMF.cmake index 23efbb31d0..eabba677d3 100644 --- a/cmake/FindESMF.cmake +++ b/cmake/FindESMF.cmake @@ -109,6 +109,11 @@ if(EXISTS ${ESMFMKFILE}) endif() endif() + # Add target alias to facilitate unambiguous linking + if(NOT TARGET ESMF::ESMF) + add_library(ESMF::ESMF ALIAS ESMF) + endif() + # Add ESMF include directories set(ESMF_INCLUDE_DIRECTORIES "") separate_arguments(_ESMF_F90COMPILEPATHS UNIX_COMMAND ${ESMF_F90COMPILEPATHS}) diff --git a/src/addon/ESMX/Comps/ESMX_Data/cmake/FindESMF.cmake b/src/addon/ESMX/Comps/ESMX_Data/cmake/FindESMF.cmake index 23efbb31d0..eabba677d3 100644 --- a/src/addon/ESMX/Comps/ESMX_Data/cmake/FindESMF.cmake +++ b/src/addon/ESMX/Comps/ESMX_Data/cmake/FindESMF.cmake @@ -109,6 +109,11 @@ if(EXISTS ${ESMFMKFILE}) endif() endif() + # Add target alias to facilitate unambiguous linking + if(NOT TARGET ESMF::ESMF) + add_library(ESMF::ESMF ALIAS ESMF) + endif() + # Add ESMF include directories set(ESMF_INCLUDE_DIRECTORIES "") separate_arguments(_ESMF_F90COMPILEPATHS UNIX_COMMAND ${ESMF_F90COMPILEPATHS}) diff --git a/src/addon/ESMX/Driver/cmake/FindESMF.cmake b/src/addon/ESMX/Driver/cmake/FindESMF.cmake index 23efbb31d0..eabba677d3 100644 --- a/src/addon/ESMX/Driver/cmake/FindESMF.cmake +++ b/src/addon/ESMX/Driver/cmake/FindESMF.cmake @@ -109,6 +109,11 @@ if(EXISTS ${ESMFMKFILE}) endif() endif() + # Add target alias to facilitate unambiguous linking + if(NOT TARGET ESMF::ESMF) + add_library(ESMF::ESMF ALIAS ESMF) + endif() + # Add ESMF include directories set(ESMF_INCLUDE_DIRECTORIES "") separate_arguments(_ESMF_F90COMPILEPATHS UNIX_COMMAND ${ESMF_F90COMPILEPATHS}) From 5825645f0c3fdafe3dc72e579fec31ac3e9002c9 Mon Sep 17 00:00:00 2001 From: Gerhard Theurich Date: Mon, 27 Nov 2023 14:17:12 -0800 Subject: [PATCH 09/28] Fix the ESMF_NO_GETHOSTID option that recently broke. --- src/Infrastructure/VM/src/ESMCI_VMKernel.C | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Infrastructure/VM/src/ESMCI_VMKernel.C b/src/Infrastructure/VM/src/ESMCI_VMKernel.C index 4bd9c56f05..7a7921c0a5 100644 --- a/src/Infrastructure/VM/src/ESMCI_VMKernel.C +++ b/src/Infrastructure/VM/src/ESMCI_VMKernel.C @@ -551,6 +551,7 @@ void VMK::init(MPI_Comm mpiCommunicator, bool globalResourceControl){ // determine SSI ids and ssipe ssiid = new int[ncores]; ssipe = new int[ncores]; + int localSsi; #ifdef ESMF_NO_GETHOSTID for (int i=0; i ssiMaxPetCount) ssiMaxPetCount = temp_ssiPetCount[i]; } - int localSsi = ssiid[mypet]; + localSsi = ssiid[mypet]; ssiLocalPetCount=temp_ssiPetCount[localSsi]; #if 0 { From 56cd42f8cf301a85d2f7a2c304732721dc2b68a1 Mon Sep 17 00:00:00 2001 From: Gerhard Theurich Date: Tue, 28 Nov 2023 17:57:44 -0800 Subject: [PATCH 10/28] Ensure no symbols from module iso_c_binding are made public inadvertently via the ESMF module. --- .../LocalArray/interface/ESMF_LocalArray.F90 | 5 ++--- .../AttributeAPI/interface/ESMF_Attribute.F90 | 10 +++++++--- .../InfoAPI/interface/ESMF_InfoCache.F90 | 18 ++++++++++++++++-- .../InfoAPI/interface/ESMF_InfoDescribe.F90 | 3 +-- 4 files changed, 26 insertions(+), 10 deletions(-) diff --git a/src/Infrastructure/LocalArray/interface/ESMF_LocalArray.F90 b/src/Infrastructure/LocalArray/interface/ESMF_LocalArray.F90 index 079314a176..03d7968d98 100644 --- a/src/Infrastructure/LocalArray/interface/ESMF_LocalArray.F90 +++ b/src/Infrastructure/LocalArray/interface/ESMF_LocalArray.F90 @@ -20,11 +20,10 @@ module ESMF_LocalArrayMod ! This file contains the sub modules for LocalArray class definition and methods ! !------------------------------------------------------------------------------ - use iso_c_binding - + use ESMF_LocalArrayCreateMod use ESMF_LocalArrayGetMod - + #ifndef ESMF_NO_F2018ASSUMEDTYPE public c_esmf_f90ptrsizeprint #endif diff --git a/src/Superstructure/AttributeAPI/interface/ESMF_Attribute.F90 b/src/Superstructure/AttributeAPI/interface/ESMF_Attribute.F90 index f5cba272cd..7ea275c939 100644 --- a/src/Superstructure/AttributeAPI/interface/ESMF_Attribute.F90 +++ b/src/Superstructure/AttributeAPI/interface/ESMF_Attribute.F90 @@ -28,15 +28,19 @@ module ESMF_AttributeMod use iso_c_binding, only : C_PTR, C_NULL_PTR, c_associated -use ESMF_UtilTypesMod -use ESMF_LogErrMod +use ESMF_UtilTypesMod ! ESMF utility types +use ESMF_InitMacrosMod ! ESMF initializer macros +use ESMF_BaseMod ! ESMF base class +use ESMF_LogErrMod ! ESMF error handling + +use ESMF_VMMod use ESMF_InfoMod use ESMF_InfoDescribeMod use ESMF_InfoSyncMod -use ESMF_InitMacrosMod use ESMF_StateTypesMod use ESMF_ArrayMod use ESMF_ArrayBundleMod +use ESMF_CompMod use ESMF_CplCompMod use ESMF_GridCompMod use ESMF_SciCompMod diff --git a/src/Superstructure/InfoAPI/interface/ESMF_InfoCache.F90 b/src/Superstructure/InfoAPI/interface/ESMF_InfoCache.F90 index ca4d9133ac..d894999a91 100644 --- a/src/Superstructure/InfoAPI/interface/ESMF_InfoCache.F90 +++ b/src/Superstructure/InfoAPI/interface/ESMF_InfoCache.F90 @@ -24,6 +24,11 @@ module ESMF_InfoCacheMod use ESMF_InitMacrosMod ! ESMF initializer macros use ESMF_BaseMod ! ESMF base class use ESMF_LogErrMod ! ESMF error handling +use ESMF_StateMod +use ESMF_StateItemMod +use ESMF_FieldMod +use ESMF_FieldGetMod +use ESMF_FieldBundleMod use ESMF_VMMod use ESMF_InfoMod @@ -37,8 +42,17 @@ module ESMF_InfoCacheMod ! ============================================================================= ! ============================================================================= -!private -!public +private + +public c_infocache_initialize +public c_infocache_destroy +public c_infocache_updatefields +public ESMF_InfoCacheFindField +public ESMF_InfoCacheReassembleField +public ESMF_InfoCacheReassembleFieldsFinalize +public ESMF_InfoCacheReassembleFields + +public ESMF_InfoDescribe interface ! =================================================================== diff --git a/src/Superstructure/InfoAPI/interface/ESMF_InfoDescribe.F90 b/src/Superstructure/InfoAPI/interface/ESMF_InfoDescribe.F90 index 7429b92b7b..aaffa8c2d2 100644 --- a/src/Superstructure/InfoAPI/interface/ESMF_InfoDescribe.F90 +++ b/src/Superstructure/InfoAPI/interface/ESMF_InfoDescribe.F90 @@ -56,8 +56,7 @@ module ESMF_InfoDescribeMod !============================================================================== !============================================================================== -!private -!public +private interface From debf11881526622237dccde313042cfe1ff678df Mon Sep 17 00:00:00 2001 From: Gerhard Theurich Date: Tue, 30 Jan 2024 11:28:03 -0800 Subject: [PATCH 11/28] Adjust to name change of two autogenerated files that should be ignored. --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 38e4168014..673241656d 100644 --- a/.gitignore +++ b/.gitignore @@ -46,8 +46,8 @@ src/Infrastructure/FieldBundle/src/ESMF_FieldBundle.F90 src/Infrastructure/LocalArray/interface/ESMF_LocalArrayCreate.F90 src/Infrastructure/LocalArray/interface/ESMF_LocalArrayGet.F90 src/Infrastructure/LocalArray/interface/ESMF_LocalArrayWrapperType.F90 -src/Infrastructure/Mesh/tests/ESMC_MeshCapGenUTest.C -src/Infrastructure/Mesh/tests/ESMC_MeshCapRegridGenUTest.C +src/Infrastructure/Mesh/tests/ESMCI_MeshCapGenUTest.C +src/Infrastructure/Mesh/tests/ESMCI_MeshCapRegridGenUTest.C src/Infrastructure/IO/interface/ESMF_IO_NCPutGet.F90 src/Infrastructure/Util/doc/ESMC_ReturnCodes.tex src/Infrastructure/Util/src/ESMF_FortranWordsize.F90 From b9679d8249615117c0d0e8cedb8cac466da3e81b Mon Sep 17 00:00:00 2001 From: Gerhard Theurich Date: Tue, 30 Jan 2024 11:34:33 -0800 Subject: [PATCH 12/28] Correct typo in API doc and clarify the meaning of comment "Scalar only variant". --- .../HConfig/interface/ESMF_HConfig.F90 | 24 ++++++++++++------- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/src/Infrastructure/HConfig/interface/ESMF_HConfig.F90 b/src/Infrastructure/HConfig/interface/ESMF_HConfig.F90 index acd840a268..da26fef82d 100644 --- a/src/Infrastructure/HConfig/interface/ESMF_HConfig.F90 +++ b/src/Infrastructure/HConfig/interface/ESMF_HConfig.F90 @@ -777,7 +777,8 @@ end function ESMF_HConfigIterNE ! ! The supported options are: ! \begin{itemize} -! \item {\tt type(HConfig)} (scalar only variant!) +! \item {\tt type(HConfig)} (Scalar only variant! +! Only a single HConfig object can be provided.) ! \item {\tt integer(ESMF\_KIND\_I4)} ! \item {\tt integer(ESMF\_KIND\_I8)} ! \item {\tt logical} @@ -2053,7 +2054,8 @@ subroutine ESMF_HConfigIterAddStringSeq(hconfig, content, keywordEnforcer, & ! ! The supported options are: ! \begin{itemize} -! \item {\tt type(HConfig)} (scalar only variant!) +! \item {\tt type(HConfig)} (Scalar only variant! +! Only a single HConfig object can be provided.) ! \item {\tt integer(ESMF\_KIND\_I4)} ! \item {\tt integer(ESMF\_KIND\_I8)} ! \item {\tt logical} @@ -2784,7 +2786,8 @@ subroutine ESMF_HConfigAddMapKeyStringSeq(hconfig, content, keywordEnforcer, & ! ! The supported options are: ! \begin{itemize} -! \item {\tt type(HConfig)} (scalar only variant!) +! \item {\tt type(HConfig)} (Scalar only variant! +! Only a single HConfig object can be provided.) ! \item {\tt integer(ESMF\_KIND\_I4)} ! \item {\tt integer(ESMF\_KIND\_I8)} ! \item {\tt logical} @@ -11209,7 +11212,7 @@ subroutine ESMF_HConfigIterRemove(hconfig, keywordEnforcer, index, keyString, rc ! ! !ARGUMENTS: ! type(ESMF_HConfig[Iter]), intent(in) :: hconfig -! , intent(in) :: content[(:}] +! , intent(in) :: content[(:)] !type(ESMF_KeywordEnforcer), optional:: keywordEnforcer ! must use keywords below ! integer, intent(in), optional :: index ! character(*), intent(in), optional :: keyString @@ -11225,7 +11228,8 @@ subroutine ESMF_HConfigIterRemove(hconfig, keywordEnforcer, index, keyString, rc ! ! The supported options are: ! \begin{itemize} -! \item {\tt type(HConfig)} (scalar only variant!) +! \item {\tt type(HConfig)} (Scalar only variant! +! Only a single HConfig object can be provided.) ! \item {\tt integer(ESMF\_KIND\_I4)} ! \item {\tt integer(ESMF\_KIND\_I8)} ! \item {\tt logical} @@ -12366,7 +12370,7 @@ subroutine ESMF_HConfigIterSetStringSeq(hconfig, content, keywordEnforcer, & ! ! !ARGUMENTS: ! type(ESMF_HConfigIter), intent(in) :: hconfig -! , intent(in) :: content[(:}] +! , intent(in) :: content[(:)] !type(ESMF_KeywordEnforcer), optional:: keywordEnforcer ! must use keywords below ! integer, intent(in), optional :: index ! character(*), intent(in), optional :: keyString @@ -12382,7 +12386,8 @@ subroutine ESMF_HConfigIterSetStringSeq(hconfig, content, keywordEnforcer, & ! ! The supported options are: ! \begin{itemize} -! \item {\tt type(HConfig)} (scalar only variant!) +! \item {\tt type(HConfig)} (Scalar only variant! +! Only a single HConfig object can be provided.) ! \item {\tt integer(ESMF\_KIND\_I4)} ! \item {\tt integer(ESMF\_KIND\_I8)} ! \item {\tt logical} @@ -13030,7 +13035,7 @@ subroutine ESMF_HConfigSetMapKeyStringSeq(hconfig, content, keywordEnforcer, & ! ! !ARGUMENTS: ! type(ESMF_HConfigIter), intent(in) :: hconfig -! , intent(in) :: content[(:}] +! , intent(in) :: content[(:)] !type(ESMF_KeywordEnforcer), optional:: keywordEnforcer ! must use keywords below ! integer, intent(in), optional :: index ! character(*), intent(in), optional :: keyString @@ -13046,7 +13051,8 @@ subroutine ESMF_HConfigSetMapKeyStringSeq(hconfig, content, keywordEnforcer, & ! ! The supported options are: ! \begin{itemize} -! \item {\tt type(HConfig)} (scalar only variant!) +! \item {\tt type(HConfig)} (Scalar only variant! +! Only a single HConfig object can be provided.) ! \item {\tt integer(ESMF\_KIND\_I4)} ! \item {\tt integer(ESMF\_KIND\_I8)} ! \item {\tt logical} From 450703b792dc520dc0952ee26dbf04510ccdb16e Mon Sep 17 00:00:00 2001 From: Robert Oehmke Date: Fri, 22 Dec 2023 19:22:27 -0700 Subject: [PATCH 13/28] Switch to doing HConfig equality on C++ side. --- .../HConfig/include/ESMCI_HConfig.h | 1 + .../HConfig/interface/ESMCI_HConfig_F.C | 23 +++++++ .../HConfig/interface/ESMF_HConfig.F90 | 32 +++++++--- .../HConfig/src/ESMCI_HConfig.C | 63 +++++++++++++++++++ 4 files changed, 112 insertions(+), 7 deletions(-) diff --git a/src/Infrastructure/HConfig/include/ESMCI_HConfig.h b/src/Infrastructure/HConfig/include/ESMCI_HConfig.h index eff7212297..67e96c4a89 100644 --- a/src/Infrastructure/HConfig/include/ESMCI_HConfig.h +++ b/src/Infrastructure/HConfig/include/ESMCI_HConfig.h @@ -64,6 +64,7 @@ namespace ESMCI { static HConfig create(int *rc=NULL); template static HConfig create(T content, int *rc=NULL); template static HConfig create(T *content, int count, int *rc=NULL); + static bool equal(HConfig *hconfig1, HConfig *hconfig2); static int destroy(HConfig *hconfig); template inline static YAML::Node find(T self, HConfig *key); diff --git a/src/Infrastructure/HConfig/interface/ESMCI_HConfig_F.C b/src/Infrastructure/HConfig/interface/ESMCI_HConfig_F.C index 3871ae2950..d1dac425d7 100644 --- a/src/Infrastructure/HConfig/interface/ESMCI_HConfig_F.C +++ b/src/Infrastructure/HConfig/interface/ESMCI_HConfig_F.C @@ -172,6 +172,29 @@ extern "C" { if (rc!=NULL) *rc = ESMF_SUCCESS; } + // Check for equality + // Since this is used as equality operator above there isn't a place to pass a return code, so just + // pass false for an error instead (as done with equality operators elsewhere in ESMF) + void FTN_X(c_esmc_hconfigequal)(ESMCI::HConfig *hconfig1, ESMCI::HConfig *hconfig2, ESMC_Logical *isEqual){ +#undef ESMC_METHOD +#define ESMC_METHOD "c_esmc_hconfigequal()" + + // Init return + *isEqual = ESMF_FALSE; + + // Test for NULL pointers + if (hconfig1 == NULL) return; + if (hconfig2 == NULL) return; + + // call into C++ + bool equal=ESMCI::HConfig::equal(hconfig1, hconfig2); + + // Comnvert to ESMF Logical + if (equal) *isEqual=ESMF_TRUE; + else *isEqual = ESMF_FALSE; + } + + void FTN_X(c_esmc_hconfigdestroy)(ESMCI::HConfig *ptr, int *rc){ #undef ESMC_METHOD #define ESMC_METHOD "c_esmc_hconfigdestroy()" diff --git a/src/Infrastructure/HConfig/interface/ESMF_HConfig.F90 b/src/Infrastructure/HConfig/interface/ESMF_HConfig.F90 index da26fef82d..3eaf3ddfde 100644 --- a/src/Infrastructure/HConfig/interface/ESMF_HConfig.F90 +++ b/src/Infrastructure/HConfig/interface/ESMF_HConfig.F90 @@ -614,9 +614,8 @@ function ESMF_HConfigEQ(HConfig1, HConfig2) !------------------------------------------------------------------------------- ESMF_INIT_TYPE init1, init2 - integer :: localrc1, localrc2 - logical :: lval1, lval2 - + type(ESMF_Logical) :: isEqual + ! Use the following logic, rather than "ESMF-INIT-CHECK-DEEP", to gain ! init checks on both args, and in the case where both are uninitialized, ! to distinguish equality based on uninitialized type (uncreated, @@ -629,7 +628,16 @@ function ESMF_HConfigEQ(HConfig1, HConfig2) ! TODO: this line must remain split in two for SunOS f90 8.3 127000-03 if (init1 .eq. ESMF_INIT_CREATED .and. & init2 .eq. ESMF_INIT_CREATED) then - ESMF_HConfigEQ = all(HConfig1%shallowMemory .eq. HConfig2%shallowMemory) + + ! Call into the C++ interface to determine equality + call c_ESMC_HConfigEqual(HConfig1, HConfig2, isEqual) + + ! Translate from ESMF logical to Fortran logical + ESMF_HConfigEQ= .false. + if (isEqual == ESMF_TRUE) then + ESMF_HConfigEQ= .true. + endif + else ESMF_HConfigEQ = .false. endif @@ -662,8 +670,7 @@ function ESMF_HConfigIterEQ(HConfig1, HConfig2) !------------------------------------------------------------------------------- ESMF_INIT_TYPE init1, init2 - integer :: localrc1, localrc2 - logical :: lval1, lval2 + type(ESMF_Logical) :: isEqual ! Use the following logic, rather than "ESMF-INIT-CHECK-DEEP", to gain ! init checks on both args, and in the case where both are uninitialized, @@ -677,7 +684,18 @@ function ESMF_HConfigIterEQ(HConfig1, HConfig2) ! TODO: this line must remain split in two for SunOS f90 8.3 127000-03 if (init1 .eq. ESMF_INIT_CREATED .and. & init2 .eq. ESMF_INIT_CREATED) then - ESMF_HConfigIterEQ = all(HConfig1%shallowMemory .eq. HConfig2%shallowMemory) + + ! Call into the C++ interface to determine equality + ! For now use HConfig equality since HConfig iterators and HConfig are + ! stored in the same class + call c_ESMC_HConfigEqual(HConfig1, HConfig2, isEqual) + + ! Translate from ESMF logical to Fortran logical + ESMF_HConfigIterEQ= .false. + if (isEqual == ESMF_TRUE) then + ESMF_HConfigIterEQ= .true. + endif + else ESMF_HConfigIterEQ = .false. endif diff --git a/src/Infrastructure/HConfig/src/ESMCI_HConfig.C b/src/Infrastructure/HConfig/src/ESMCI_HConfig.C index 21b4a474fe..ec54265a31 100644 --- a/src/Infrastructure/HConfig/src/ESMCI_HConfig.C +++ b/src/Infrastructure/HConfig/src/ESMCI_HConfig.C @@ -246,6 +246,69 @@ HConfig HConfig::create( //----------------------------------------------------------------------------- +//----------------------------------------------------------------------------- +#undef ESMC_METHOD +#define ESMC_METHOD "ESMCI::HConfig::equal()" +//BOP +// !IROUTINE: ESMCI::HConfig::equal - check if two hconfigs are equal +// +// !INTERFACE: + bool HConfig::equal( +// +// !RETURN VALUE: +// bool +// +// !ARGUMENTS: + HConfig *hconfig1, + HConfig *hconfig2) { +// +// +// !DESCRIPTION: +// +//EOP +//----------------------------------------------------------------------------- + +#ifdef ESMF_YAMLCPP + + // Check for error condiiton of NULL inputs, since this is used as an equality operator above there isn't + // really a route to pass an error code, so return false instead (which seems to be the way this is handled + // in other equality operators in the framework). + if (hconfig1 == NULL) return false; + if (hconfig2 == NULL) return false; + + // TODO: Move this into an equality operator for HConfig and call that here instead + + // See if the docs are equal + if (hconfig1->doc == hconfig2->doc) { + + // They are both NULL, so this is an iterator + if (hconfig1->doc == NULL) { + + // See if they are the same type + if (hconfig1->type == hconfig2->type) { + + // Compare iterators to determine final equality + if (hconfig1->iter == hconfig2->iter) return true; + else return false; + + } else { + return false; // Not the same type so not the same + } + + } else { // Not NULL, so they aren't iterators, but have the same docs, so the same + return true; + } + + } else { // Not the same docs, so not the same + return false; + } + +#endif + +} +//----------------------------------------------------------------------------- + + //----------------------------------------------------------------------------- #undef ESMC_METHOD #define ESMC_METHOD "ESMCI::HConfig::destroy()" From 33cbffbe5a5b441066f9ddd1a39ef5acd163b752 Mon Sep 17 00:00:00 2001 From: Gerhard Theurich Date: Thu, 4 Jan 2024 09:45:45 -0800 Subject: [PATCH 14/28] Minor code simplification (ESMF logical -> Fortran logical), formatting (mostly white space), and a few typos (in comments). --- .../HConfig/interface/ESMCI_HConfig_F.C | 23 ++-- .../HConfig/interface/ESMF_HConfig.F90 | 24 ++-- .../HConfig/src/ESMCI_HConfig.C | 103 +++++++++--------- 3 files changed, 73 insertions(+), 77 deletions(-) diff --git a/src/Infrastructure/HConfig/interface/ESMCI_HConfig_F.C b/src/Infrastructure/HConfig/interface/ESMCI_HConfig_F.C index d1dac425d7..273ab08db6 100644 --- a/src/Infrastructure/HConfig/interface/ESMCI_HConfig_F.C +++ b/src/Infrastructure/HConfig/interface/ESMCI_HConfig_F.C @@ -173,28 +173,25 @@ extern "C" { } // Check for equality - // Since this is used as equality operator above there isn't a place to pass a return code, so just - // pass false for an error instead (as done with equality operators elsewhere in ESMF) - void FTN_X(c_esmc_hconfigequal)(ESMCI::HConfig *hconfig1, ESMCI::HConfig *hconfig2, ESMC_Logical *isEqual){ + // Since this is used as equality operator above, there isn't a place to pass + // a return code, so just pass false for an error instead (as done with + // equality operators elsewhere in ESMF). + void FTN_X(c_esmc_hconfigequal)(ESMCI::HConfig *hconfig1, + ESMCI::HConfig *hconfig2, ESMC_Logical *isEqual){ #undef ESMC_METHOD #define ESMC_METHOD "c_esmc_hconfigequal()" - - // Init return + // Init return *isEqual = ESMF_FALSE; - // Test for NULL pointers if (hconfig1 == NULL) return; if (hconfig2 == NULL) return; - - // call into C++ - bool equal=ESMCI::HConfig::equal(hconfig1, hconfig2); - - // Comnvert to ESMF Logical + // call into C++ + bool equal = ESMCI::HConfig::equal(hconfig1, hconfig2); + // Convert to ESMF Logical if (equal) *isEqual=ESMF_TRUE; - else *isEqual = ESMF_FALSE; + else *isEqual = ESMF_FALSE; } - void FTN_X(c_esmc_hconfigdestroy)(ESMCI::HConfig *ptr, int *rc){ #undef ESMC_METHOD #define ESMC_METHOD "c_esmc_hconfigdestroy()" diff --git a/src/Infrastructure/HConfig/interface/ESMF_HConfig.F90 b/src/Infrastructure/HConfig/interface/ESMF_HConfig.F90 index 3eaf3ddfde..4426a976d1 100644 --- a/src/Infrastructure/HConfig/interface/ESMF_HConfig.F90 +++ b/src/Infrastructure/HConfig/interface/ESMF_HConfig.F90 @@ -615,7 +615,7 @@ function ESMF_HConfigEQ(HConfig1, HConfig2) ESMF_INIT_TYPE init1, init2 type(ESMF_Logical) :: isEqual - + ! Use the following logic, rather than "ESMF-INIT-CHECK-DEEP", to gain ! init checks on both args, and in the case where both are uninitialized, ! to distinguish equality based on uninitialized type (uncreated, @@ -625,6 +625,9 @@ function ESMF_HConfigEQ(HConfig1, HConfig2) init1 = ESMF_HConfigGetInit(HConfig1) init2 = ESMF_HConfigGetInit(HConfig2) + ! initialize return value + ESMF_HConfigEQ = .false. + ! TODO: this line must remain split in two for SunOS f90 8.3 127000-03 if (init1 .eq. ESMF_INIT_CREATED .and. & init2 .eq. ESMF_INIT_CREATED) then @@ -633,13 +636,8 @@ function ESMF_HConfigEQ(HConfig1, HConfig2) call c_ESMC_HConfigEqual(HConfig1, HConfig2, isEqual) ! Translate from ESMF logical to Fortran logical - ESMF_HConfigEQ= .false. - if (isEqual == ESMF_TRUE) then - ESMF_HConfigEQ= .true. - endif + ESMF_HConfigEQ = isEqual - else - ESMF_HConfigEQ = .false. endif end function ESMF_HConfigEQ @@ -681,6 +679,9 @@ function ESMF_HConfigIterEQ(HConfig1, HConfig2) init1 = ESMF_HConfigIterGetInit(HConfig1) init2 = ESMF_HConfigIterGetInit(HConfig2) + ! initialize return value + ESMF_HConfigIterEQ = .false. + ! TODO: this line must remain split in two for SunOS f90 8.3 127000-03 if (init1 .eq. ESMF_INIT_CREATED .and. & init2 .eq. ESMF_INIT_CREATED) then @@ -691,13 +692,8 @@ function ESMF_HConfigIterEQ(HConfig1, HConfig2) call c_ESMC_HConfigEqual(HConfig1, HConfig2, isEqual) ! Translate from ESMF logical to Fortran logical - ESMF_HConfigIterEQ= .false. - if (isEqual == ESMF_TRUE) then - ESMF_HConfigIterEQ= .true. - endif - - else - ESMF_HConfigIterEQ = .false. + ESMF_HConfigIterEQ = isEqual + endif end function ESMF_HConfigIterEQ diff --git a/src/Infrastructure/HConfig/src/ESMCI_HConfig.C b/src/Infrastructure/HConfig/src/ESMCI_HConfig.C index ec54265a31..00f7ca9273 100644 --- a/src/Infrastructure/HConfig/src/ESMCI_HConfig.C +++ b/src/Infrastructure/HConfig/src/ESMCI_HConfig.C @@ -246,69 +246,72 @@ HConfig HConfig::create( //----------------------------------------------------------------------------- -//----------------------------------------------------------------------------- +//----------------------------------------------------------------------------- #undef ESMC_METHOD #define ESMC_METHOD "ESMCI::HConfig::equal()" -//BOP +//BOP // !IROUTINE: ESMCI::HConfig::equal - check if two hconfigs are equal -// +// // !INTERFACE: - bool HConfig::equal( -// -// !RETURN VALUE: -// bool -// -// !ARGUMENTS: - HConfig *hconfig1, - HConfig *hconfig2) { -// -// -// !DESCRIPTION: -// -//EOP -//----------------------------------------------------------------------------- +bool HConfig::equal( +// +// !RETURN VALUE: +// bool +// +// !ARGUMENTS: + HConfig *hconfig1, + HConfig *hconfig2) { +// +// +// !DESCRIPTION: +// +//EOP +//----------------------------------------------------------------------------- #ifdef ESMF_YAMLCPP - // Check for error condiiton of NULL inputs, since this is used as an equality operator above there isn't - // really a route to pass an error code, so return false instead (which seems to be the way this is handled - // in other equality operators in the framework). - if (hconfig1 == NULL) return false; - if (hconfig2 == NULL) return false; - - // TODO: Move this into an equality operator for HConfig and call that here instead - - // See if the docs are equal - if (hconfig1->doc == hconfig2->doc) { - - // They are both NULL, so this is an iterator - if (hconfig1->doc == NULL) { - - // See if they are the same type - if (hconfig1->type == hconfig2->type) { - - // Compare iterators to determine final equality - if (hconfig1->iter == hconfig2->iter) return true; - else return false; - - } else { - return false; // Not the same type so not the same - } - - } else { // Not NULL, so they aren't iterators, but have the same docs, so the same - return true; + // Check for error condition of NULL inputs, since this is used as an equality + // operator above, there isn't really a way to pass an error code, so return + // false instead (which seems to be the way this is handled in other equality + // operators in the framework). + if (hconfig1 == NULL) return false; + if (hconfig2 == NULL) return false; + + // TODO: Move this into an equality operator for HConfig and call that instead + + // See if the docs are equal + if (hconfig1->doc == hconfig2->doc) { + + // They are both NULL, so this is an iterator + if (hconfig1->doc == NULL) { + + // See if they are the same type + if (hconfig1->type == hconfig2->type) { + + // Compare iterators to determine final equality + if (hconfig1->iter == hconfig2->iter) return true; + else return false; + + } else { + return false; // Not the same type so not the same } - - } else { // Not the same docs, so not the same - return false; + + } else { // Not NULL -> aren't iterators, but have the same docs -> equal + return true; } - + + } else { // Not the same docs -> not equal + return false; + } + +#else + return false; #endif } //----------------------------------------------------------------------------- - - + + //----------------------------------------------------------------------------- #undef ESMC_METHOD #define ESMC_METHOD "ESMCI::HConfig::destroy()" From d120ea8c83626f5c6f570b959a9f50e3312ad745 Mon Sep 17 00:00:00 2001 From: Gerhard Theurich Date: Thu, 4 Jan 2024 15:37:06 -0800 Subject: [PATCH 15/28] Provide an interoperability interface for stricter compilers that support assumed type. --- .../HConfig/interface/ESMF_HConfig.F90 | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/src/Infrastructure/HConfig/interface/ESMF_HConfig.F90 b/src/Infrastructure/HConfig/interface/ESMF_HConfig.F90 index 4426a976d1..a09ce21078 100644 --- a/src/Infrastructure/HConfig/interface/ESMF_HConfig.F90 +++ b/src/Infrastructure/HConfig/interface/ESMF_HConfig.F90 @@ -581,6 +581,25 @@ module ESMF_HConfigMod !------------------------------------------------------------------------------ +!------------------------------------------------------------------------------ +! ! Interoperability interfaces + +#ifndef ESMF_NO_F2018ASSUMEDTYPE + + interface + + subroutine c_ESMC_HConfigEqual(HConfig1, HConfig2, isEqual) + import :: ESMF_Logical + type(*) :: HConfig1, HConfig2 + type(ESMF_Logical) :: isEqual + end subroutine + + end interface + +#endif + +!------------------------------------------------------------------------------ + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! From db8d89a7fd664e4487ec77616f340fa21853f378 Mon Sep 17 00:00:00 2001 From: Robert Oehmke Date: Fri, 5 Jan 2024 18:21:35 -0700 Subject: [PATCH 16/28] Add unit test to HConfig reproducing issue found by NASA (ticket #385) where two begin iterators produced by subsequent calls to ESMF_HConfigIterBegin() aren't equal. --- .../HConfig/tests/ESMF_HConfigUTest.F90 | 73 +++++++++++++++++++ .../HConfig/tests/iterequalrepro.yaml | 4 + src/Infrastructure/HConfig/tests/makefile | 2 + 3 files changed, 79 insertions(+) create mode 100644 src/Infrastructure/HConfig/tests/iterequalrepro.yaml diff --git a/src/Infrastructure/HConfig/tests/ESMF_HConfigUTest.F90 b/src/Infrastructure/HConfig/tests/ESMF_HConfigUTest.F90 index dcdf3b3bcb..ce0355ffb1 100644 --- a/src/Infrastructure/HConfig/tests/ESMF_HConfigUTest.F90 +++ b/src/Infrastructure/HConfig/tests/ESMF_HConfigUTest.F90 @@ -789,6 +789,14 @@ program ESMF_HConfigUTest call ESMF_Test((rc.eq.ESMF_SUCCESS), name, failMsg, result, ESMF_SRCLINE) !------------------------------------------------------------------------ + !------------------------------------------------------------------------ + !NEX_UTest + write(name, *) "Test fix for issue where two HConfig begin iterators aren't equal." + write(failMsg, *) "Did not return ESMF_SUCCESS" + call HConfigNASAIterIssueTest(rc=rc) + call ESMF_Test((rc.eq.ESMF_SUCCESS), name, failMsg, result, ESMF_SRCLINE) + !------------------------------------------------------------------------ + !------------------------------------------------------------------------ call ESMF_TestEnd(ESMF_SRCLINE) ! calls ESMF_Finalize() internally !------------------------------------------------------------------------ @@ -1074,4 +1082,69 @@ subroutine HConfigIterationTest(hconfig, rc) end subroutine + ! Reproduce an issue found by NASA on NAG systems (support ticket #385) where two begin iterators produced by + ! subsequent calls to ESMF_HConfigIterBegin() aren't equal. + subroutine HConfigNASAIterIssueTest(rc) + integer, intent(out) :: rc + + type(ESMF_HConfig) :: base_config, temp_configs + type(ESMF_HConfigIter) :: hconfigIter,hconfigIterBegin,hconfigIterEnd + logical :: looped + + ! Create base hconfig + base_config = ESMF_HConfigCreate(filename='iterequalrepro.yaml',rc=rc) + if (rc /= ESMF_SUCCESS) return + + ! Does it have collections + if (ESMF_HConfigIsDefined(base_config,keyString='Collections')) then + ! Get Collection + temp_configs = ESMF_HConfigCreateAt(base_config,keyString="Collections",rc=rc) + if (rc /= ESMF_SUCCESS) return + + ! Get iterator to collection + hconfigIter = ESMF_HConfigIterBegin(temp_configs,rc=rc) + if (rc /= ESMF_SUCCESS) return + + ! Get begin iterator to collection + hconfigIterBegin = ESMF_HConfigIterBegin(temp_configs, rc=rc) + if (rc /= ESMF_SUCCESS) return + + ! Get end iterator to collection + hconfigIterEnd = ESMF_HConfigIterEnd(temp_configs,rc=rc) + if (rc /= ESMF_SUCCESS) return + + ! Both begin iterators should be the same + if (hconfigIter /= hconfigIterBegin) then + rc=ESMF_FAILURE + return + endif + + ! Check if it's looping + looped=.false. + do while (ESMF_HConfigIterLoop(hconfigIter,hconfigIterBegin,hconfigIterEnd)) + looped=.true. + enddo + + ! Should have looped at least once + if (.not. looped) then + rc=ESMF_FAILURE + return + endif + + ! Get rid of Collection hconfig + call ESMF_HConfigDestroy(temp_configs, rc=rc) + if (rc /= ESMF_SUCCESS) return + end if + + ! Get rid of Collection hconfig + call ESMF_HConfigDestroy(base_config, rc=rc) + if (rc /= ESMF_SUCCESS) return + + ! Return success + rc = ESMF_SUCCESS + + end subroutine HConfigNASAIterIssueTest + + + end program ESMF_HConfigUTest diff --git a/src/Infrastructure/HConfig/tests/iterequalrepro.yaml b/src/Infrastructure/HConfig/tests/iterequalrepro.yaml new file mode 100644 index 0000000000..c2a587f9a8 --- /dev/null +++ b/src/Infrastructure/HConfig/tests/iterequalrepro.yaml @@ -0,0 +1,4 @@ +Collections: + fstream1: + template: foo + range: bar diff --git a/src/Infrastructure/HConfig/tests/makefile b/src/Infrastructure/HConfig/tests/makefile index 0c3c68e15d..af4e3a6c03 100644 --- a/src/Infrastructure/HConfig/tests/makefile +++ b/src/Infrastructure/HConfig/tests/makefile @@ -29,9 +29,11 @@ DIRS = RUN_ESMF_HConfigUTest: cp -f sample.rc $(ESMF_TESTDIR) cp -f sample.yaml $(ESMF_TESTDIR) + cp -f iterequalrepro.yaml $(ESMF_TESTDIR) $(MAKE) TNAME=HConfig NP=4 ftest RUN_ESMF_HConfigUTestUNI: cp -f sample.rc $(ESMF_TESTDIR) cp -f sample.yaml $(ESMF_TESTDIR) + cp -f iterequalrepro.yaml $(ESMF_TESTDIR) $(MAKE) TNAME=HConfig NP=1 ftest From f91e18faee560db0a673697766e714c2f72ed379 Mon Sep 17 00:00:00 2001 From: Robert Oehmke Date: Thu, 1 Feb 2024 12:01:09 -0700 Subject: [PATCH 17/28] Add unit test and test file for reading ESMFMesh format with a start_index attribute. --- .../Mesh/src/ESMCI_ESMFMesh_Util.C | 19 + .../Mesh/tests/ESMF_MeshFileIOUTest.F90 | 754 ++++++++++++++++++ .../tests/data/test_sph_polybreak_si_esmf.nc | Bin 0 -> 1644 bytes 3 files changed, 773 insertions(+) create mode 100644 src/Infrastructure/Mesh/tests/data/test_sph_polybreak_si_esmf.nc diff --git a/src/Infrastructure/Mesh/src/ESMCI_ESMFMesh_Util.C b/src/Infrastructure/Mesh/src/ESMCI_ESMFMesh_Util.C index 02baf9b575..727e07711f 100644 --- a/src/Infrastructure/Mesh/src/ESMCI_ESMFMesh_Util.C +++ b/src/Infrastructure/Mesh/src/ESMCI_ESMFMesh_Util.C @@ -667,6 +667,25 @@ void get_elemConn_info_from_ESMFMesh_file(int pioSystemDesc, int pioFileDesc, ch ESMC_CONTEXT, &localrc)) throw localrc; } + + //// Handle start_index attribute + +#if 0 + // Get start_index attribute, otherwise default to 0. + int start_index=0; // Set to default + int att_start_index=0; + piorc = PIOc_get_att_int(pioFileDesc, elementConn_id, "start_index", &att_start_index); + if (piorc == PIO_NOERR) { + start_index=att_start_index; + } + + // Given start_index switch base of connections to be 1-based (what's expected by mesh create code) + for (int i=0; i Date: Tue, 30 Jan 2024 17:27:43 -0700 Subject: [PATCH 19/28] Darwin gfortranclang: add ESMF_F90* to ESMF_SL_LIBLIBS I had removed `$(ESMF_F90LINKPATHS) $(ESMF_F90LINKLIBS)` from `ESMF_SL_LIBLIBS` because it was redundant. But since then, Gerhard added some code that set `ESMF_F90LINKPATHS += -L$(dir $(ESMF_LIBSTDCXX))` and `ESMF_F90LINKLIBS += -lm -lc++`, so now they are no longer redundant. --- build_config/Darwin.gfortranclang.default/build_rules.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build_config/Darwin.gfortranclang.default/build_rules.mk b/build_config/Darwin.gfortranclang.default/build_rules.mk index c04cf28d88..cec3f6ffe2 100644 --- a/build_config/Darwin.gfortranclang.default/build_rules.mk +++ b/build_config/Darwin.gfortranclang.default/build_rules.mk @@ -272,8 +272,7 @@ ESMF_F90LINKLIBS += -lgfortran ############################################################ # Shared library options ESMF_SL_LIBOPTS += -dynamiclib -# No need for "$(ESMF_F90LINKPATHS) $(ESMF_F90LINKLIBS)" in the following because they are identical to the CXX versions: -ESMF_SL_LIBLIBS += $(ESMF_CXXLINKPATHS) $(ESMF_CXXLINKLIBS) +ESMF_SL_LIBLIBS += $(ESMF_F90LINKPATHS) $(ESMF_F90LINKLIBS) $(ESMF_CXXLINKPATHS) $(ESMF_CXXLINKLIBS) ############################################################ # Static builds on Darwin do not support trace lib due to missing linker option From ab7a8980a79dea62dac29ea9e8d6ff33b9f3e15f Mon Sep 17 00:00:00 2001 From: Bill Sacks Date: Tue, 30 Jan 2024 19:49:31 -0700 Subject: [PATCH 20/28] In tracelib_preload: use appropriate link flags / libs Previously, C++ flags / libs were used regardless of whether a C++ or Fortran linker was being used. This commit changes this behavior to use F90 flags when using an F90 linker. --- build/common.mk | 6 ++++++ src/Infrastructure/Trace/preload/makefile | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/build/common.mk b/build/common.mk index b5ed00dc71..08e0a9941c 100644 --- a/build/common.mk +++ b/build/common.mk @@ -2032,6 +2032,8 @@ ESMF_TRACE_LDPRELOAD := $(ESMF_LIBDIR)/libesmftrace_preload.$(ESMF_SL_SUFFIX) ESMF_PRELOADSCRIPT = $(ESMF_LIBDIR)/preload.sh ESMF_SL_PRELOAD_LIBLINKER = $(ESMF_CXXCOMPILER) +ESMF_SL_PRELOAD_LIBOPTS = $(ESMF_CXXLINKOPTS) +ESMF_SL_PRELOAD_LIBLIBS = $(ESMF_CXXLINKPATHS) $(ESMF_CXXLINKRPATHS) $(ESMF_CXXLINKLIBS) ifeq ($(ESMF_OS),Darwin) ESMF_ENV_PRELOAD = DYLD_INSERT_LIBRARIES @@ -2039,6 +2041,10 @@ ESMF_ENV_PRELOAD_DELIMIT = ':' ifeq ($(ESMF_COMM),openmpi) # make sure to link in the Fortran MPI bindings ESMF_SL_PRELOAD_LIBLINKER = $(ESMF_F90COMPILER) +# and since we're using the F90 compiler as the linker, make sure to use link +# options and libs appropriate for the F90 compiler instead of the C++ compiler +ESMF_SL_PRELOAD_LIBOPTS = $(ESMF_F90LINKOPTS) +ESMF_SL_PRELOAD_LIBLIBS = $(ESMF_F90LINKPATHS) $(ESMF_F90LINKRPATHS) $(ESMF_F90LINKLIBS) endif else ESMF_ENV_PRELOAD = LD_PRELOAD diff --git a/src/Infrastructure/Trace/preload/makefile b/src/Infrastructure/Trace/preload/makefile index a77f85cde8..f8dd19e0da 100644 --- a/src/Infrastructure/Trace/preload/makefile +++ b/src/Infrastructure/Trace/preload/makefile @@ -32,7 +32,7 @@ ifeq ($(ESMF_OS),MinGW) endif tracelib_preload: preload.o preload_mpi.o wrappers.o wrappers_mpi.o - $(ESMF_SL_PRELOAD_LIBLINKER) $(ESMF_SL_LIBOPTS) -o $(ESMF_LDIR)/libesmftrace_preload.$(ESMF_SL_SUFFIX) $^ $(ESMF_CXXLINKOPTS) $(ESMF_CXXLINKPATHS) $(ESMF_CXXLINKRPATHS) $(ESMF_CXXLINKLIBS) $(ESMF_TRACE_ESMFLIB) + $(ESMF_SL_PRELOAD_LIBLINKER) $(ESMF_SL_LIBOPTS) -o $(ESMF_LDIR)/libesmftrace_preload.$(ESMF_SL_SUFFIX) $^ $(ESMF_SL_PRELOAD_LIBOPTS) $(ESMF_SL_PRELOAD_LIBLIBS) $(ESMF_TRACE_ESMFLIB) $(MAKE) ESMF_PRELOADDIR=$(ESMF_LIBDIR) build_preload_script tracelib_static: wrappers_io.o wrappers_mpi.o wrappers.o From 432a0828b27052c4da22f5fac66ed4f0f90792a8 Mon Sep 17 00:00:00 2001 From: Dan Date: Fri, 9 Feb 2024 15:00:48 -0700 Subject: [PATCH 21/28] Bug fixes for ESMF_Config (#207) * fixes esmf-support 184 and esmf-support 155 * fix inserting and deleting to config buffer * fix for appending attribute to config buffer * read longer lines in ESMF_ConfigLoadFile_1proc_ * allow number sign within quotations * check for end quotations * fix memory leak line_buffer * remove ESMF_Config_pad * remove line size limitation from ESMF_Config * fix support for blank values * update documented buffer limit for ESMF_Config --- .../Config/doc/Config_usage.tex | 10 +- src/Infrastructure/Config/src/ESMF_Config.F90 | 538 ++++++++---------- 2 files changed, 234 insertions(+), 314 deletions(-) diff --git a/src/Infrastructure/Config/doc/Config_usage.tex b/src/Infrastructure/Config/doc/Config_usage.tex index b6fb6aaa89..430f7ee10f 100644 --- a/src/Infrastructure/Config/doc/Config_usage.tex +++ b/src/Infrastructure/Config/doc/Config_usage.tex @@ -3,11 +3,11 @@ \subsubsection{Resource files} A {\em Resource File (RF)} is a text file consisting of list of - {\em label}-{\em value} pairs. There is a limit of 1024 characters - per line and the Resource File can contain a maximum of 200 records. - Each {\em label} should be followed by some data, the {\em value}. - An example Resource File follows. It is the file used in the example - below. + {\em label}-{\em value} pairs. There is a buffer limit of 256,000 + characters for the entire Resource File. Each {\em label} is limited + to 1,000 characters. Each label should be followed by some data, the + {\em value}. An example Resource File follows. It is the file used + in the example below. \begin{verbatim} # This is an example Resource File. diff --git a/src/Infrastructure/Config/src/ESMF_Config.F90 b/src/Infrastructure/Config/src/ESMF_Config.F90 index 8c311d950c..da9c630731 100644 --- a/src/Infrastructure/Config/src/ESMF_Config.F90 +++ b/src/Infrastructure/Config/src/ESMF_Config.F90 @@ -182,23 +182,18 @@ module ESMF_ConfigMod !------------------------------------------------------------------------------ ! Revised parameter table to fit Fortran 90 standard. - integer, parameter :: LSZ = max (1024,ESMF_MAXPATHLEN) ! Maximum line size - ! should be at least long enough - ! to read in a file name with full - ! path prepended. - integer, parameter :: MSZ = 256 ! Used to size buffer; this is - ! usually *less* than the number - ! of non-blank/comment lines - ! (because most lines are shorter - ! then LSZ) - - integer, parameter :: NBUF_MAX = MSZ*LSZ ! max size of buffer + integer, parameter :: LSZ = 1024 ! Maximum label size + integer, parameter :: NBUF_MAX = 256*1024 ! max size of buffer integer, parameter :: NATT_MAX = NBUF_MAX/64 ! max # attributes; ! assumes an average line ! size of 16, the code ! will do a bound check character, parameter :: BLK = achar(32) ! blank (space) + character, parameter :: QTD = achar(34) ! double quotation " + character, parameter :: CMT = achar(35) ! number sign # + character, parameter :: DSN = achar(36) ! dollar sign $ + character, parameter :: QTS = achar(39) ! single quotation ' character, parameter :: TAB = achar(09) ! TAB character, parameter :: EOL = achar(10) ! end of line mark (newline) character, parameter :: EOB = achar(00) ! end of buffer mark (null) @@ -223,10 +218,11 @@ module ESMF_ConfigMod #endif !private character(len=NBUF_MAX),pointer :: buffer => null () ! hold the whole file - character(len=LSZ), pointer :: this_line => null () ! the current line integer :: nbuf ! actual size of buffer integer :: next_line ! index_ for next line on buffer + integer :: next_item ! index_ for beginning of line integer :: value_begin ! index of beginning of value + logical :: eolflag ! end of line reached type(ESMF_ConfigAttrUsed), dimension(:), & pointer :: attr_used => null () ! used attributes table integer :: nattr ! number of attributes @@ -514,7 +510,6 @@ subroutine ESMF_ConfigClassInit(s) ! !EOPI nullify(s%buffer) - nullify(s%this_line) nullify(s%attr_used) ESMF_INIT_SET_DEFINED(s) @@ -646,7 +641,7 @@ type(ESMF_Config) function ESMF_ConfigCreateDefault(keywordEnforcer, hconfig, rc if (ESMF_LogFoundAllocError(memstat, msg="Allocating config class", & ESMF_CONTEXT, rcToReturn=rc)) return - allocate(config_local%buffer, config_local%this_line, stat = memstat) + allocate(config_local%buffer, stat = memstat) if (ESMF_LogFoundAllocError(memstat, msg="Allocating local buffer 1", & ESMF_CONTEXT, rcToReturn=rc)) return @@ -660,6 +655,8 @@ type(ESMF_Config) function ESMF_ConfigCreateDefault(keywordEnforcer, hconfig, rc config_local%nbuf = 2 config_local%buffer(1:1) = EOL config_local%buffer(2:2) = EOB + config_local%next_item = 1 + config_local%eolflag = .false. config_local%next_line = 2 config_local%attr_used => attr_used_local @@ -785,8 +782,9 @@ type(ESMF_Config) function ESMF_ConfigCreateFromSection(config, & ESMF_ConfigCreateFromSection % cptr % nbuf = ptr ESMF_ConfigCreateFromSection % cptr % buffer(ptr:ptr) = EOB - ESMF_ConfigCreateFromSection % cptr % this_line = ' ' - ESMF_ConfigCreateFromSection % cptr % next_line = 1 + ESMF_ConfigCreateFromSection % cptr % next_line = 2 + ESMF_ConfigCreateFromSection % cptr % next_item = 1 + ESMF_ConfigCreateFromSection % cptr % eolflag = .false. ESMF_ConfigCreateFromSection % cptr % value_begin = 1 call ESMF_ConfigParseAttributes(ESMF_ConfigCreateFromSection, & @@ -864,7 +862,7 @@ subroutine ESMF_ConfigDestroy(config, keywordEnforcer, rc) if (ESMF_LogFoundDeallocError(memstat, msg="Deallocating local buffer 2", & ESMF_CONTEXT, rcToReturn=rc)) return - deallocate(config%cptr%buffer, config%cptr%this_line, stat = memstat) + deallocate(config%cptr%buffer, stat = memstat) if (ESMF_LogFoundDeallocError(memstat, msg="Deallocating local buffer 1", & ESMF_CONTEXT, rcToReturn=rc)) return @@ -957,7 +955,6 @@ subroutine ESMF_ConfigFindLabel(config, label, keywordEnforcer, isPresent, rc) i = index_ ( config%cptr%buffer(1:config%cptr%nbuf), EOL//label ) + 1 if ( i .eq. 1 ) then - config%cptr%this_line = BLK // EOL if (present (isPresent)) then if (present (rc)) rc = ESMF_SUCCESS return @@ -984,12 +981,22 @@ subroutine ESMF_ConfigFindLabel(config, label, keywordEnforcer, isPresent, rc) ! Extract the line associated with this label ! ------------------------------------------- i = i + len ( label ) - j = i + index_(config%cptr%buffer(i:config%cptr%nbuf),EOL) - 2 - config%cptr%this_line = config%cptr%buffer(i:j) // BLK // EOL - - config%cptr%next_line = j + 2 - + j = verify(config%cptr%buffer(i:config%cptr%nbuf),":") + if (j .eq. 0) then + i = config%cptr%nbuf + else + i = i + j - 1 + end if config%cptr%value_begin = i + config%cptr%next_item = i + config%cptr%eolflag = .false. + + j = index_(config%cptr%buffer(i:config%cptr%nbuf),EOL) + if (j .eq. 0) then + config%cptr%next_line = config%cptr%nbuf + else + config%cptr%next_line = i + j + end if if ( present (rc )) rc = ESMF_SUCCESS @@ -1053,7 +1060,6 @@ subroutine ESMF_ConfigFindNextLabel(config, label, keywordEnforcer, isPresent, r i = index_ ( config%cptr%buffer(ptr:config%cptr%nbuf ), EOL//label) + 1 if ( i .eq. 1 ) then - config%cptr%this_line = BLK // EOL if (present (isPresent)) then if (present (rc)) rc = ESMF_SUCCESS return @@ -1079,12 +1085,22 @@ subroutine ESMF_ConfigFindNextLabel(config, label, keywordEnforcer, isPresent, r ! Extract the line associated with this label ! ------------------------------------------- i = i + len ( label ) + ptr - 1 - j = i + index_ ( config%cptr%buffer(i:config%cptr%nbuf),EOL ) - 2 - config%cptr%this_line = config%cptr%buffer(ptr:j) // BLK // EOL - - config%cptr%next_line = j + 2 - + j = verify(config%cptr%buffer(i:config%cptr%nbuf),":") + if (j .eq. 0) then + i = config%cptr%nbuf + else + i = i + j - 1 + end if config%cptr%value_begin = i + config%cptr%next_item = i + config%cptr%eolflag = .false. + + j = index_(config%cptr%buffer(i:config%cptr%nbuf),EOL) + if (j .eq. 0) then + config%cptr%next_line = config%cptr%nbuf + else + config%cptr%next_line = i + j + end if if ( present (rc )) rc = ESMF_SUCCESS @@ -1287,7 +1303,7 @@ subroutine ESMF_ConfigGetString(config, value, & !EOPI ------------------------------------------------------------------ character(len=1) :: ch - integer :: ib, ie, localrc + integer :: ib, ie, nb, localrc logical :: found ! Initialize return code; assume routine not implemented @@ -1300,21 +1316,18 @@ subroutine ESMF_ConfigGetString(config, value, & ! Default setting if( present( default ) ) then - value = default - else - value = BLK - endif - - if (present (eolFlag)) then - eolFlag = .false. - end if - - if (present (default)) then if (len (value) < len (default)) then if (ESMF_LogFoundError (ESMF_RC_ARG_BAD, & msg='default length too long for value string', & ESMF_CONTEXT, rcToReturn=rc)) return end if + value = default + else + value = BLK + endif + + if (present (eolFlag)) then + eolFlag = .false. end if ! Processing @@ -1337,19 +1350,11 @@ subroutine ESMF_ConfigGetString(config, value, & endif endif - call ESMF_Config_trim ( config%cptr%this_line ) - - ch = config%cptr%this_line(1:1) - if ( ch .eq. '"' .or. ch .eq. "'" ) then - ib = 2 - ie = index_ ( config%cptr%this_line(ib:), ch ) - else - ib = 1 - ie = min(index_(config%cptr%this_line,BLK), & - index_(config%cptr%this_line,EOL)) - 1 - end if - - if ( ie .lt. ib ) then + ib = config%cptr%next_item + ie = config%cptr%next_line-1 + if ( config%cptr%eolflag ) then + ! reached end of line + config%cptr%next_item = config%cptr%next_line-1 value = BLK if ( present ( default )) then value = default @@ -1365,21 +1370,60 @@ subroutine ESMF_ConfigGetString(config, value, & endif return else - ! Get the string, and shift the rest of %this_line to - ! the left - value = config%cptr%this_line(ib:ie) - config%cptr%this_line = config%cptr%this_line(ie+2:) - if (len (value) >= ie-ib+1) then - localrc = ESMF_SUCCESS - else - localrc = ESMF_RC_ARG_SIZE - end if + nb = verify(config%cptr%buffer(ib:ie),BLK//TAB) + if (nb .eq. 0) then + ! remainder of line is blank + value = BLK + config%cptr%eolflag = .true. + config%cptr%next_item = config%cptr%next_line-1 + else + ! shift to first non blank + ib = ib + nb - 1 + ch = config%cptr%buffer(ib:ib) + if ( ch .eq. '"' .or. ch .eq. "'" ) then + ! quotation separated list + ib = ib + 1 + ie = index_(config%cptr%buffer(ib:ie),ch) + if (ie .eq. 0) then + ! missing end quotation + ib = ib - 1 + ie = config%cptr%next_line - 2 + config%cptr%eolflag = .true. + config%cptr%next_item = config%cptr%next_line-1 + else + ie = ib + ie - 2 + config%cptr%next_item = ie + 2 + nb = verify(config%cptr%buffer(config%cptr%next_item:config%cptr%next_line-2),BLK//TAB) + if (nb .eq. 0) config%cptr%eolflag = .true. + end if + else + ! blank separated list + ie = index_(config%cptr%buffer(ib:ie),BLK) + if (ie .eq. 0) then + ! last item + ie = config%cptr%next_line - 2 + config%cptr%eolflag = .true. + config%cptr%next_item = config%cptr%next_line-1 + else + ie = ib + ie - 2 + config%cptr%next_item = ie + 2 + nb = verify(config%cptr%buffer(config%cptr%next_item:config%cptr%next_line-2),BLK//TAB) + if (nb .eq. 0) config%cptr%eolflag = .true. + end if + end if + end if + value = config%cptr%buffer(ib:ie) + if (len (value) >= ie-ib+1) then + localrc = ESMF_SUCCESS + else + localrc = ESMF_RC_ARG_SIZE + end if end if if ( present (rc)) then rc = localrc endif - + end subroutine ESMF_ConfigGetString !------------------------------------------------------------------------------ @@ -1536,7 +1580,7 @@ subroutine ESMF_ConfigGetFloatR4(config, value, & ! integer :: localrc integer :: iostat - character(len=LSZ) :: string + character(len=NBUF_MAX) :: string real(ESMF_KIND_R4) :: x ! Initialize return code; assume routine not implemented @@ -1629,7 +1673,7 @@ subroutine ESMF_ConfigGetFloatR8(config, value, & ! integer :: localrc integer :: iostat - character(len=LSZ) :: string + character(len=NBUF_MAX) :: string real(ESMF_KIND_R8) :: x ! Initialize return code; assume routine not implemented @@ -1926,7 +1970,7 @@ subroutine ESMF_ConfigGetIntI4(config, value, & !EOPI ------------------------------------------------------------------- integer :: localrc - character(len=LSZ) :: string + character(len=NBUF_MAX) :: string real(ESMF_KIND_R8) :: x integer(ESMF_KIND_I4) :: n integer :: iostat @@ -2026,7 +2070,7 @@ subroutine ESMF_ConfigGetIntI8(config, value, & ! integer :: localrc integer :: iostat - character(len=LSZ) :: string + character(len=NBUF_MAX) :: string real(ESMF_KIND_R8) :: x integer(ESMF_KIND_I8) :: n @@ -2331,7 +2375,7 @@ subroutine ESMF_ConfigGetLogical(config, value, & ! \end{description} ! !EOPI ------------------------------------------------------------------- - character(len=LSZ) :: string + character(len=NBUF_MAX) :: string integer :: localrc ! Initialize return code; assume routine not implemented @@ -2543,7 +2587,7 @@ subroutine ESMF_ConfigGetChar(config, value, & ! ! !EOP ------------------------------------------------------------------- - character(len=LSZ) :: string + character(len=NBUF_MAX) :: string integer :: localrc ! Initialize return code; assume routine not implemented @@ -2725,7 +2769,7 @@ integer function ESMF_ConfigGetLen(config, keywordEnforcer, label, rc) ! \end{description} ! !EOP ------------------------------------------------------------------- - character(len=LSZ) :: string + character(len=NBUF_MAX) :: string integer :: localrc integer :: count logical :: eol, found @@ -2954,12 +2998,11 @@ subroutine ESMF_ConfigLoadFile_1proc_( config, filename, rc ) ! !DESCRIPTION: Resource file filename is loaded into memory ! !EOPI ------------------------------------------------------------------- - integer :: i, ls, ptr + integer :: i, j, lsz, lst, led, qst, qed, cst, ptr integer :: lu, nrecs integer :: iostat - character(len=LSZ) :: line integer :: localrc - character(LSZ), allocatable :: line_buffer(:) + character(NBUF_MAX) :: line_buffer ! Initialize return code; assume routine not implemented if (present(rc)) rc = ESMF_RC_NOT_IMPL @@ -2991,33 +3034,69 @@ subroutine ESMF_ConfigLoadFile_1proc_( config, filename, rc ) rewind (lu) - allocate (line_buffer(nrecs)) - do, i = 1, nrecs - read (lu, '(a)') line_buffer(i) - end do - ! Read to end of file ! ------------------- config%cptr%buffer(1:1) = EOL ptr = 2 ! next buffer position do, i = 1, nrecs - ! Read next line ! -------------- - line = line_buffer(i) ! copy next line - call ESMF_Config_trim ( line ) ! remove trailing white space - call ESMF_Config_pad ( line ) ! Pad with # from end of line - -! A non-empty line -! ---------------- - ls = index_(line,'#' ) - 1 ! line length - if ( ls .gt. 0 ) then - if ( (ptr+ls) .gt. NBUF_MAX ) then - if (ESMF_LogFoundError(ESMF_RC_MEM, msg="exceeded NBUF_MAX size", & - ESMF_CONTEXT, rcToReturn=rc)) return - end if - config%cptr%buffer(ptr:ptr+ls) = line(1:ls) // EOL - ptr = ptr + ls + 1 + read (lu, '(a)', iostat=iostat) line_buffer + if (iostat /= 0) then + if (ESMF_LogFoundError(ESMF_RC_FILE_READ, & + msg="error reading file - "//trim(filename), & + ESMF_CONTEXT, rcToReturn=rc)) return + end if + ! find comment start, skip quoted comments + ! lst = line start, led = line end + ! qst = next quote start, qed = last quote end + ! cst = comment start + led = verify(line_buffer,BLK//TAB//DSN,back=.true.) + if (led .gt. 0) then + ! replace TAB's with blanks for convenience + ! backwards compatibility after removing ESMF_Config_pad + do j = 1, led + if (line_buffer(j:j) .eq. TAB) line_buffer(j:j) = BLK + end do + lst = verify(line_buffer(:led),BLK) + qst = scan(line_buffer(:led),QTS//QTD) + cst = index(line_buffer(:led),CMT) + if (cst .eq. 0) cst = led + 1 + qed = 0 + do while ((qst .ne. qed) .and. (qst .lt. cst)) + ! find end of quotation + if (qst .eq. led) then + qed = qst + else + qed = qst + index(line_buffer(qst+1:led),line_buffer(qst:qst)) + end if + if (qed .eq. qst) then + if (ESMF_LogFoundError(ESMF_RC_ARG_BAD, & + msg="missing end quote - "//trim(filename), & + ESMF_CONTEXT, rcToReturn=rc)) return + else + ! find next quotation start + qst = qed + scan(line_buffer(qed+1:led),QTS//QTD) + ! find next comment start + cst = index(line_buffer(qed+1:led),CMT) + if (cst .eq. 0) then + cst = led + 1 + else + cst = qed + cst + end if + end if + end do + led = len_trim(line_buffer(1:cst-1)) + lsz = led - lst + 1 + ! append line to buffer + if ( lsz .gt. 0 ) then + if ( (ptr+lsz) .ge. NBUF_MAX ) then + if (ESMF_LogFoundError(ESMF_RC_MEM, msg="exceeded NBUF_MAX size", & + ESMF_CONTEXT, rcToReturn=rc)) return + end if + config%cptr%buffer(ptr:ptr+lsz) = line_buffer(lst:led) // EOL + ptr = ptr + lsz + 1 + end if end if end do @@ -3035,7 +3114,7 @@ subroutine ESMF_ConfigLoadFile_1proc_( config, filename, rc ) endif config%cptr%buffer(ptr:ptr) = EOB config%cptr%nbuf = ptr - config%cptr%this_line = ' ' + config%cptr%next_item = 1 config%cptr%next_line = 1 config%cptr%value_begin = 1 @@ -3207,13 +3286,15 @@ subroutine ESMF_ConfigNextLine(config, keywordEnforcer, tableEnd, rc) end if i = config%cptr%next_line - j = i + index_(config%cptr%buffer(i:config%cptr%nbuf),EOL) - 2 - config%cptr%this_line = config%cptr%buffer(i:j) // BLK // EOL - - if ( config%cptr%this_line(1:2) .eq. '::' ) then + j = i + index_(config%cptr%buffer(i:config%cptr%nbuf),EOL) + + if ( config%cptr%buffer(i:i+1) .eq. '::' ) then localrc = ESMF_SUCCESS ! end of table. We set rc = ESMF_SUCCESS local_tend = .true. ! and end = .true. Used to be iret = 1 config%cptr%next_line = config%cptr%nbuf + 1 + config%cptr%value_begin = config%cptr%nbuf + 1 + config%cptr%next_item = config%cptr%nbuf + 1 + config%cptr%eolflag = .true. if ( present (tableEnd )) then tableEnd = local_tend endif @@ -3223,7 +3304,10 @@ subroutine ESMF_ConfigNextLine(config, keywordEnforcer, tableEnd, rc) return end if - config%cptr%next_line = j + 2 + config%cptr%value_begin = i + config%cptr%next_item = i + config%cptr%next_line = j + config%cptr%eolflag = .false. localrc = ESMF_SUCCESS if ( present (tableEnd )) then tableEnd = local_tend @@ -3260,7 +3344,7 @@ subroutine ESMF_ConfigParseAttributes( config, unique, rc ) ! !EOPI ------------------------------------------------------------------- integer :: i, j, k, a, b, localrc - character(len=LSZ) :: this_line, label + character(len=LSZ) :: this_label, label character(len=ESMF_MAXSTR) :: logmsg logical :: duplicate @@ -3283,15 +3367,20 @@ subroutine ESMF_ConfigParseAttributes( config, unique, rc ) do while ( i .lt. config%cptr%nbuf ) ! get next line from buffer - j = i + index_(config%cptr%buffer(i:config%cptr%nbuf), EOL) - 1 - this_line = config%cptr%buffer(i:j) + j = index_(config%cptr%buffer(i:config%cptr%nbuf), EOL) + if (j .eq. 0) then + j = config%cptr%nbuf - 1 + else + j = i + j - 1 + endif + this_label = config%cptr%buffer(i:j) - ! look for label in this_line; non-blank characters followed by a colon - if (this_line(1:2) .ne. '::' ) then ! skip end-of-table mark - k = index_(this_line, ':') - 1 ! label sans colon + ! look for label in this_label; non-blank characters followed by a colon + if (this_label(1:2) .ne. '::' ) then ! skip end-of-table mark + k = index_(this_label, ':') - 1 ! label sans colon if (k .ge. 1) then ! non-blank match ! found a label, trim it, - label = trim(adjustl(this_line(1:k))) + label = trim(adjustl(this_label(1:k))) ! ... check it for uniqueness if requested, duplicate = .false. @@ -3491,7 +3580,7 @@ subroutine ESMF_ConfigSetIntI4(config, value, & ! integer :: localrc character(len=ESMF_MAXSTR) :: logmsg - character(len=LSZ) :: curVal, newVal + character(len=ESMF_MAXSTR) :: newVal integer :: i, j, k, m, nchar, ninsert, ndelete, lenThisLine ! Initialize return code; assume routine not implemented @@ -3501,116 +3590,9 @@ subroutine ESMF_ConfigSetIntI4(config, value, & !check variables ESMF_INIT_CHECK_DEEP(ESMF_ConfigGetInit,config,rc) - ! Set config buffer at desired attribute - if ( present (label) ) then - call ESMF_ConfigGetString( config, curVal, label=label, rc=localrc) - else - call ESMF_ConfigGetString( config, curVal, rc = localrc ) - endif - - if ( localrc /= ESMF_SUCCESS ) then - if ( localrc == ESMF_RC_NOT_FOUND ) then - ! set config buffer at end for appending - i = config%cptr%nbuf - else - if ( present( rc ) ) then - rc = localrc - endif - return - endif - else ! attribute found - ! set config buffer for overwriting/inserting - i = config%cptr%value_begin - curVal = BLK // trim(curVal) // BLK // EOL ! like config%cptr%this_line - endif - - ! for appending, create new attribute string with label and value - if ( i .eq. config%cptr%nbuf .and. present(label) ) then - write(newVal, *) label, BLK, value - newVal = trim(adjustl(newVal)) // EOL - j = i + len_trim(newVal) + write(newVal, *) value - ! check to ensure len of newVal doesn't exceed LSZ - if ( (j-i) .gt. LSZ) then - write(logmsg, *) ", attribute label, value & EOL are ", j-i, & - " characters long, only ", LSZ, " characters allowed per line" - if (ESMF_LogFoundError(ESMC_RC_LONG_STR, msg=logmsg, & - ESMF_CONTEXT, rcToReturn=rc)) return - endif - - ! check if enough space left in config buffer - if (j .ge. NBUF_MAX) then ! room for EOB if necessary - write(logmsg, *) ", attribute label & value require ", j-i+1, & - " characters (including EOL & EOB), only ", NBUF_MAX-i, & - " characters left in config buffer" - if (ESMF_LogFoundError(ESMC_RC_LONG_STR, msg=logmsg, & - ESMF_CONTEXT, rcToReturn=rc)) return - endif - endif - - ! overwrite, with possible insertion or deletion of extra characters - if (i .eq. config%cptr%value_begin) then - write(newVal, *) value - newVal = BLK // trim(adjustl(newVal)) // EOL - j = i + len_trim(newVal) - 1 - - ! check if we need more space to insert new characters; - ! shift buffer down (linked-list redesign would be better!) - nchar = j-i+1 - lenThisLine = len_trim(curVal) - 1 - if ( nchar .gt. lenThisLine) then - - ! check to ensure length of extended line doesn't exceed LSZ - do m = i, 1, -1 - if (config%cptr%buffer(m:m) .eq. EOL) then - exit - endif - enddo - if (j-m+1 .gt. LSZ) then - write(logmsg, *) ", attribute label, value & EOL are ", j-m+1, & - " characters long, only ", LSZ, " characters allowed per line" - if (ESMF_LogFoundError(ESMC_RC_LONG_STR, msg=logmsg, & - ESMF_CONTEXT, rcToReturn=rc)) return - endif - - ! check if enough space left in config buffer to extend line - if (j+1 .ge. NBUF_MAX) then ! room for EOB if necessary - write(logmsg, *) ", attribute label & value require ", j-m+1, & - " characters (including EOL & EOB), only ", NBUF_MAX-i, & - " characters left in config buffer" - if (ESMF_LogFoundError(ESMC_RC_LONG_STR, msg=logmsg, & - ESMF_CONTEXT, rcToReturn=rc)) return - endif - - ninsert = nchar - lenThisLine - do k = config%cptr%nbuf, j, -1 - config%cptr%buffer(k+ninsert:k+ninsert) = config%cptr%buffer(k:k) - enddo - config%cptr%nbuf = config%cptr%nbuf + ninsert - - ! or if we need less space and remove characters; - ! shift buffer up - elseif ( nchar .lt. lenThisLine ) then - ndelete = lenThisLine - nchar - do k = j+1, config%cptr%nbuf - config%cptr%buffer(k-ndelete:k-ndelete) = config%cptr%buffer(k:k) - enddo - config%cptr%nbuf = config%cptr%nbuf - ndelete - endif - endif - - ! write new attribute value into config - config%cptr%buffer(i:j) = newVal(1:len_trim(newVal)) - - ! if appended, reset EOB marker and nbuf - if (i .eq. config%cptr%nbuf) then - config%cptr%buffer(j:j) = EOB - config%cptr%nbuf = j - endif - - if( present( rc )) then - rc = ESMF_SUCCESS - endif + call ESMF_ConfigSetAttribute(config, value=newVal, label=label, rc=rc) return end subroutine ESMF_ConfigSetIntI4 @@ -3620,7 +3602,7 @@ end subroutine ESMF_ConfigSetIntI4 #define ESMF_METHOD "ESMF_ConfigSetString" !BOPI ! -! !IROUTINE: ESMF_ConfigSetAttribute - Set a 4-byte integer number +! !IROUTINE: ESMF_ConfigSetAttribute - Set a string ! ! !INTERFACE: @@ -3655,7 +3637,7 @@ subroutine ESMF_ConfigSetString(config, value, & ! integer :: localrc character(len=ESMF_MAXSTR) :: logmsg - character(len=LSZ) :: curVal, newVal + character(len=NBUF_MAX) :: curVal, newVal integer :: i, j, k, m, nchar, ninsert, ndelete, lenThisLine ! Initialize return code; assume routine not implemented @@ -3685,22 +3667,18 @@ subroutine ESMF_ConfigSetString(config, value, & else ! attribute found ! set config buffer for overwriting/inserting i = config%cptr%value_begin - curVal = BLK // trim(curVal) // BLK // EOL ! like config%cptr%this_line endif ! for appending, create new attribute string with label and value - if ( i .eq. config%cptr%nbuf .and. present(label) ) then - write(newVal, *) label, BLK, value - newVal = trim(adjustl(newVal)) // EOL - j = i + len_trim(newVal) - - ! check to ensure len of newVal doesn't exceed LSZ - if ( (j-i) .gt. LSZ) then - write(logmsg, *) ", attribute label, value & EOL are ", j-i, & - " characters long, only ", LSZ, " characters allowed per line" - if (ESMF_LogFoundError(ESMC_RC_LONG_STR, msg=logmsg, & - ESMF_CONTEXT, rcToReturn=rc)) return + if ( i .eq. config%cptr%nbuf ) then + if ( present(label) ) then + write(newVal, *) trim(label), BLK, value + else + write(newVal, *) "__MISSING__:", BLK, value endif + newVal = trim(adjustl(newVal)) // EOL + nchar = len_trim(newVal) + j = i + nchar ! check if enough space left in config buffer if (j .ge. NBUF_MAX) then ! room for EOB if necessary @@ -3716,29 +3694,24 @@ subroutine ESMF_ConfigSetString(config, value, & if (i .eq. config%cptr%value_begin) then write(newVal, *) value newVal = BLK // trim(adjustl(newVal)) // EOL - j = i + len_trim(newVal) - 1 + + nchar = len_trim(newVal) + + j = i + nchar - 1 ! check if we need more space to insert new characters; ! shift buffer down (linked-list redesign would be better!) - nchar = j-i+1 - lenThisLine = len_trim(curVal) - 1 - if ( nchar .gt. lenThisLine) then + lenThisLine = index(config%cptr%buffer(i:config%cptr%next_line),EOL) + if (lenThisLine .eq. 0) lenThisLine = config%cptr%nbuf - i - ! check to ensure length of extended line doesn't exceed LSZ - do m = i, 1, -1 - if (config%cptr%buffer(m:m) .eq. EOL) then - exit - endif - enddo - if (j-m+1 .gt. LSZ) then - write(logmsg, *) ", attribute label, value & EOL are ", j-m+1, & - " characters long, only ", LSZ, " characters allowed per line" - if (ESMF_LogFoundError(ESMC_RC_LONG_STR, msg=logmsg, & - ESMF_CONTEXT, rcToReturn=rc)) return - endif + if ( nchar .gt. lenThisLine) then + ninsert = nchar - lenThisLine ! check if enough space left in config buffer to extend line - if (j+1 .ge. NBUF_MAX) then ! room for EOB if necessary + ! leave room for EOB with .ge. + if (config%cptr%nbuf+ninsert .ge. NBUF_MAX) then + m = index(config%cptr%buffer(1:i), EOL, back=.true.) + if (m .lt. 1) m = 1 write(logmsg, *) ", attribute label & value require ", j-m+1, & " characters (including EOL & EOB), only ", NBUF_MAX-i, & " characters left in config buffer" @@ -3746,29 +3719,28 @@ subroutine ESMF_ConfigSetString(config, value, & ESMF_CONTEXT, rcToReturn=rc)) return endif - ninsert = nchar - lenThisLine - do k = config%cptr%nbuf, j, -1 - config%cptr%buffer(k+ninsert:k+ninsert) = config%cptr%buffer(k:k) - enddo config%cptr%nbuf = config%cptr%nbuf + ninsert + config%cptr%buffer(i+lenThisLine+ninsert:config%cptr%nbuf+ninsert) = & + config%cptr%buffer(i+lenThisLine:config%cptr%nbuf) ! or if we need less space and remove characters; ! shift buffer up elseif ( nchar .lt. lenThisLine ) then - ndelete = lenThisLine - nchar - do k = j+1, config%cptr%nbuf - config%cptr%buffer(k-ndelete:k-ndelete) = config%cptr%buffer(k:k) - enddo + ndelete = lenThisLine - nchar + config%cptr%buffer(i+lenThisLine-ndelete:config%cptr%nbuf-ndelete) = & + config%cptr%buffer(i+lenThisLine:config%cptr%nbuf) config%cptr%nbuf = config%cptr%nbuf - ndelete endif endif ! write new attribute value into config - config%cptr%buffer(i:j) = newVal(1:len_trim(newVal)) + config%cptr%buffer(i:j) = newVal(1:nchar) + config%cptr%next_line = j + 1 + config%cptr%next_item = config%cptr%value_begin ! if appended, reset EOB marker and nbuf if (i .eq. config%cptr%nbuf) then - config%cptr%buffer(j:j) = EOB + config%cptr%buffer(j+1:j+1) = EOB config%cptr%nbuf = j endif @@ -4077,58 +4049,6 @@ subroutine ESMF_Config_Trim ( string ) end subroutine ESMF_Config_trim - subroutine ESMF_Config_pad ( string ) - -!-------------------------------------------------------------------------! -! !ROUTINE: ESMF_CONFIG_Pad() --- Pad strings. -! -! !DESCRIPTION: -! -! Pads from the right with the comment character (\#). It also -! replaces TAB's with blanks for convenience. This is a low level -! i90 routine. -! -! !CALLING SEQUENCE: -! -! call ESMF_Config_pad ( string ) -! -! !INPUT PARAMETERS: -! - character(*), intent(inout) :: string ! input string - -! !OUTPUT PARAMETERS: ! modified string -! -! character(*), intent(inout) :: string -! -! !BUGS: -! -! It alters TAB's even inside strings. -! -! -! !REVISION HISTORY: -! -! 19Jun96 da Silva Original code. -!------------------------------------------------------------------------- - - integer :: i - -! Pad end of string with # -! ------------------------ - do i = len (string), 1, -1 - if ( string(i:i) .ne. ' ' .and. & - string(i:i) .ne. '$' ) exit - string(i:i) = '#' - end do - -! Replace TAB's with blanks -! ------------------------- - do i = 1, len (string) - if ( string(i:i) .eq. TAB ) string(i:i) = BLK - if ( string(i:i) .eq. '#' ) exit - end do - - end subroutine ESMF_Config_pad - !----------------------------------------------------------------------- ! !IROUTINE: opntext - portably open a text file ! From 24383e5aeac6c38d3ec558913685e0b93c3a5ebb Mon Sep 17 00:00:00 2001 From: Gerhard Theurich Date: Thu, 1 Feb 2024 18:08:22 -0500 Subject: [PATCH 22/28] Fix a bug in the ingestion of ESMF_RUNTIME_ variable setting when on the top level of a config/hconfig file. --- src/Superstructure/ESMFMod/src/ESMF_Init.F90 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/Superstructure/ESMFMod/src/ESMF_Init.F90 b/src/Superstructure/ESMFMod/src/ESMF_Init.F90 index 29c378ee3f..af9c39fb7b 100644 --- a/src/Superstructure/ESMFMod/src/ESMF_Init.F90 +++ b/src/Superstructure/ESMFMod/src/ESMF_Init.F90 @@ -1408,7 +1408,7 @@ subroutine ingest_environment_variable(env_var_name) endif else call ESMF_ConfigFindLabel(configInternal, & - label="ESMF_RUNTIME_PROFILE:", isPresent=isPresent, rc=localrc) + label=trim(env_var_name)//":", isPresent=isPresent, rc=localrc) if (ESMF_LogFoundError(localrc, ESMF_ERR_PASSTHRU, & ESMF_CONTEXT, rcToReturn=rc)) return endif @@ -1421,7 +1421,8 @@ subroutine ingest_environment_variable(env_var_name) stringSet = trim(stringAlloc) else call ESMF_ConfigGetAttribute(configInternal, stringS, & - label="defaultLogFilename:", default="---invalid---", rc=localrc) + label=trim(env_var_name)//":", default="---invalid---", & + rc=localrc) if (ESMF_LogFoundError(localrc, ESMF_ERR_PASSTHRU, & ESMF_CONTEXT, rcToReturn=rc)) return if (trim(stringS)/="---invalid---") then From 46fd8b67f4eaf6eac5259eb705463c677260bddc Mon Sep 17 00:00:00 2001 From: Gerhard Theurich Date: Tue, 6 Feb 2024 09:52:31 -0800 Subject: [PATCH 23/28] Fix a super minor typo in the API documentation. --- src/Infrastructure/VM/interface/ESMF_VM.F90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Infrastructure/VM/interface/ESMF_VM.F90 b/src/Infrastructure/VM/interface/ESMF_VM.F90 index 32483e52cd..2a6b8c7c77 100644 --- a/src/Infrastructure/VM/interface/ESMF_VM.F90 +++ b/src/Infrastructure/VM/interface/ESMF_VM.F90 @@ -3000,7 +3000,7 @@ end subroutine ESMF_VMAllToAllR8 ! Collective {\tt ESMF\_VM} communication call that performs a total exchange ! operation on the contiguous data of . PET {\tt i} sends ! contiguous elements of its {\tt sendData} array to all PETs, including -! itself. The {\tt sendCount(j)} elements sent to PET {\tt j} are +! itself. The {\tt sendCounts(j)} elements sent to PET {\tt j} are ! those starting at position {\tt sendOffsets(j)}, and are ! stored in {\tt recvData} on PET $j$ in position {\tt recvOffsets(i)}. ! From ae3db834d6c42cb07c119a649c4ba68d63e8cd34 Mon Sep 17 00:00:00 2001 From: Gerhard Theurich Date: Wed, 28 Feb 2024 10:07:40 -0800 Subject: [PATCH 24/28] Correctly disable NVML for ESMF_NVML=OFF. --- build/common.mk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build/common.mk b/build/common.mk index b5ed00dc71..6f63a828a0 100644 --- a/build/common.mk +++ b/build/common.mk @@ -1806,6 +1806,10 @@ endif #------------------------------------------------------------------------------- # NVML #------------------------------------------------------------------------------- +ifeq ($(ESMF_NVML),OFF) +ESMF_NVML= +endif + ifeq ($(ESMF_NVML),ON) ESMF_NVML = standard endif From 96ab9235a4710982f411a6021e738b1ab899ff26 Mon Sep 17 00:00:00 2001 From: Matthew Thompson Date: Fri, 15 Mar 2024 18:01:13 -0400 Subject: [PATCH 25/28] Update FindESMF.cmake to make ESMF::ESMF main target (#226) --- cmake/FindESMF.cmake | 16 ++++++++-------- .../ESMX/Comps/ESMX_Data/cmake/FindESMF.cmake | 16 ++++++++-------- src/addon/ESMX/Driver/cmake/FindESMF.cmake | 16 ++++++++-------- 3 files changed, 24 insertions(+), 24 deletions(-) diff --git a/cmake/FindESMF.cmake b/cmake/FindESMF.cmake index eabba677d3..4eb0f6a54e 100644 --- a/cmake/FindESMF.cmake +++ b/cmake/FindESMF.cmake @@ -96,22 +96,22 @@ if(EXISTS ${ESMFMKFILE}) message(WARNING "Static ESMF library (libesmf.a) not found in \ ${ESMF_LIBSDIR}. Try setting USE_ESMF_STATIC_LIBS=OFF") endif() - if(NOT TARGET ESMF) - add_library(ESMF STATIC IMPORTED) + if(NOT TARGET ESMF::ESMF) + add_library(ESMF::ESMF STATIC IMPORTED) endif() else() find_library(ESMF_LIBRARY_LOCATION NAMES esmf PATHS ${ESMF_LIBSDIR} NO_DEFAULT_PATH) if(ESMF_LIBRARY_LOCATION MATCHES "ESMF_LIBRARY_LOCATION-NOTFOUND") message(WARNING "ESMF library not found in ${ESMF_LIBSDIR}.") endif() - if(NOT TARGET ESMF) - add_library(ESMF UNKNOWN IMPORTED) + if(NOT TARGET ESMF::ESMF) + add_library(ESMF::ESMF UNKNOWN IMPORTED) endif() endif() - # Add target alias to facilitate unambiguous linking - if(NOT TARGET ESMF::ESMF) - add_library(ESMF::ESMF ALIAS ESMF) + # Add ESMF as an alias to ESMF::ESMF for backward compatibility + if(NOT TARGET ESMF) + add_library(ESMF ALIAS ESMF::ESMF) endif() # Add ESMF include directories @@ -135,7 +135,7 @@ if(EXISTS ${ESMFMKFILE}) ESMF_F90COMPILEPATHS VERSION_VAR ESMF_VERSION) - set_target_properties(ESMF PROPERTIES + set_target_properties(ESMF::ESMF PROPERTIES IMPORTED_LOCATION "${ESMF_LIBRARY_LOCATION}" INTERFACE_INCLUDE_DIRECTORIES "${ESMF_INCLUDE_DIRECTORIES}" INTERFACE_LINK_LIBRARIES "${ESMF_INTERFACE_LINK_LIBRARIES}") diff --git a/src/addon/ESMX/Comps/ESMX_Data/cmake/FindESMF.cmake b/src/addon/ESMX/Comps/ESMX_Data/cmake/FindESMF.cmake index eabba677d3..4eb0f6a54e 100644 --- a/src/addon/ESMX/Comps/ESMX_Data/cmake/FindESMF.cmake +++ b/src/addon/ESMX/Comps/ESMX_Data/cmake/FindESMF.cmake @@ -96,22 +96,22 @@ if(EXISTS ${ESMFMKFILE}) message(WARNING "Static ESMF library (libesmf.a) not found in \ ${ESMF_LIBSDIR}. Try setting USE_ESMF_STATIC_LIBS=OFF") endif() - if(NOT TARGET ESMF) - add_library(ESMF STATIC IMPORTED) + if(NOT TARGET ESMF::ESMF) + add_library(ESMF::ESMF STATIC IMPORTED) endif() else() find_library(ESMF_LIBRARY_LOCATION NAMES esmf PATHS ${ESMF_LIBSDIR} NO_DEFAULT_PATH) if(ESMF_LIBRARY_LOCATION MATCHES "ESMF_LIBRARY_LOCATION-NOTFOUND") message(WARNING "ESMF library not found in ${ESMF_LIBSDIR}.") endif() - if(NOT TARGET ESMF) - add_library(ESMF UNKNOWN IMPORTED) + if(NOT TARGET ESMF::ESMF) + add_library(ESMF::ESMF UNKNOWN IMPORTED) endif() endif() - # Add target alias to facilitate unambiguous linking - if(NOT TARGET ESMF::ESMF) - add_library(ESMF::ESMF ALIAS ESMF) + # Add ESMF as an alias to ESMF::ESMF for backward compatibility + if(NOT TARGET ESMF) + add_library(ESMF ALIAS ESMF::ESMF) endif() # Add ESMF include directories @@ -135,7 +135,7 @@ if(EXISTS ${ESMFMKFILE}) ESMF_F90COMPILEPATHS VERSION_VAR ESMF_VERSION) - set_target_properties(ESMF PROPERTIES + set_target_properties(ESMF::ESMF PROPERTIES IMPORTED_LOCATION "${ESMF_LIBRARY_LOCATION}" INTERFACE_INCLUDE_DIRECTORIES "${ESMF_INCLUDE_DIRECTORIES}" INTERFACE_LINK_LIBRARIES "${ESMF_INTERFACE_LINK_LIBRARIES}") diff --git a/src/addon/ESMX/Driver/cmake/FindESMF.cmake b/src/addon/ESMX/Driver/cmake/FindESMF.cmake index eabba677d3..4eb0f6a54e 100644 --- a/src/addon/ESMX/Driver/cmake/FindESMF.cmake +++ b/src/addon/ESMX/Driver/cmake/FindESMF.cmake @@ -96,22 +96,22 @@ if(EXISTS ${ESMFMKFILE}) message(WARNING "Static ESMF library (libesmf.a) not found in \ ${ESMF_LIBSDIR}. Try setting USE_ESMF_STATIC_LIBS=OFF") endif() - if(NOT TARGET ESMF) - add_library(ESMF STATIC IMPORTED) + if(NOT TARGET ESMF::ESMF) + add_library(ESMF::ESMF STATIC IMPORTED) endif() else() find_library(ESMF_LIBRARY_LOCATION NAMES esmf PATHS ${ESMF_LIBSDIR} NO_DEFAULT_PATH) if(ESMF_LIBRARY_LOCATION MATCHES "ESMF_LIBRARY_LOCATION-NOTFOUND") message(WARNING "ESMF library not found in ${ESMF_LIBSDIR}.") endif() - if(NOT TARGET ESMF) - add_library(ESMF UNKNOWN IMPORTED) + if(NOT TARGET ESMF::ESMF) + add_library(ESMF::ESMF UNKNOWN IMPORTED) endif() endif() - # Add target alias to facilitate unambiguous linking - if(NOT TARGET ESMF::ESMF) - add_library(ESMF::ESMF ALIAS ESMF) + # Add ESMF as an alias to ESMF::ESMF for backward compatibility + if(NOT TARGET ESMF) + add_library(ESMF ALIAS ESMF::ESMF) endif() # Add ESMF include directories @@ -135,7 +135,7 @@ if(EXISTS ${ESMFMKFILE}) ESMF_F90COMPILEPATHS VERSION_VAR ESMF_VERSION) - set_target_properties(ESMF PROPERTIES + set_target_properties(ESMF::ESMF PROPERTIES IMPORTED_LOCATION "${ESMF_LIBRARY_LOCATION}" INTERFACE_INCLUDE_DIRECTORIES "${ESMF_INCLUDE_DIRECTORIES}" INTERFACE_LINK_LIBRARIES "${ESMF_INTERFACE_LINK_LIBRARIES}") From cca4469b0989b1230330207278cea29193ba31b3 Mon Sep 17 00:00:00 2001 From: Daniel Rosen Date: Wed, 27 Mar 2024 19:28:40 -0600 Subject: [PATCH 26/28] Fix ESMF_ConfigGetLen for blank config lines --- src/Infrastructure/Config/src/ESMF_Config.F90 | 22 ++++++++++++------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/src/Infrastructure/Config/src/ESMF_Config.F90 b/src/Infrastructure/Config/src/ESMF_Config.F90 index da9c630731..6673283b3f 100644 --- a/src/Infrastructure/Config/src/ESMF_Config.F90 +++ b/src/Infrastructure/Config/src/ESMF_Config.F90 @@ -1351,13 +1351,14 @@ subroutine ESMF_ConfigGetString(config, value, & endif ib = config%cptr%next_item - ie = config%cptr%next_line-1 + ie = config%cptr%next_line-2 if ( config%cptr%eolflag ) then ! reached end of line config%cptr%next_item = config%cptr%next_line-1 - value = BLK if ( present ( default )) then value = default + else + value = BLK endif if (present (eolFlag)) then eolFlag = .true. @@ -1376,6 +1377,10 @@ subroutine ESMF_ConfigGetString(config, value, & value = BLK config%cptr%eolflag = .true. config%cptr%next_item = config%cptr%next_line-1 + if (present (eolFlag)) then + eolFlag = .true. + end if + localrc = ESMF_SUCCESS else ! shift to first non blank ib = ib + nb - 1 @@ -1411,12 +1416,13 @@ subroutine ESMF_ConfigGetString(config, value, & if (nb .eq. 0) config%cptr%eolflag = .true. end if end if - end if - value = config%cptr%buffer(ib:ie) - if (len (value) >= ie-ib+1) then - localrc = ESMF_SUCCESS - else - localrc = ESMF_RC_ARG_SIZE + value = config%cptr%buffer(ib:ie) + ! error if value truncated + if (len (value) >= ie-ib+1) then + localrc = ESMF_SUCCESS + else + localrc = ESMF_RC_ARG_SIZE + end if end if end if From 64d3aacc36f2d4d39255eb521c34123903cc0551 Mon Sep 17 00:00:00 2001 From: Gerhard Theurich Date: Mon, 11 Mar 2024 14:50:30 -0700 Subject: [PATCH 27/28] Simplify and robustify code to access index info. Should work correctly now for all stagger locations. --- .../Field/src/ESMF_FieldGet.cppF90 | 44 +------------------ 1 file changed, 2 insertions(+), 42 deletions(-) diff --git a/src/Infrastructure/Field/src/ESMF_FieldGet.cppF90 b/src/Infrastructure/Field/src/ESMF_FieldGet.cppF90 index fee5674076..a4b1b77304 100644 --- a/src/Infrastructure/Field/src/ESMF_FieldGet.cppF90 +++ b/src/Infrastructure/Field/src/ESMF_FieldGet.cppF90 @@ -374,11 +374,7 @@ type(ESMF_KeywordEnforcer), optional:: keywordEnforcer ! must use keywords below !------------------------------------------------------------------------------ type(ESMF_FieldType), pointer :: ftype integer :: localrc, fieldrank - type(ESMF_GridDecompType) :: decompType - type(ESMF_GeomType_Flag) :: localGeomType type(ESMF_Status) :: fieldstatus - type(ESMF_Grid) :: l_grid - type(ESMF_Mesh) :: l_mesh type(ESMF_DistGrid) :: distgrid ! Initialize @@ -407,16 +403,12 @@ type(ESMF_KeywordEnforcer), optional:: keywordEnforcer ! must use keywords below status = ftype%status endif - ! set default decomp type to non-arb. - decompType = ESMF_GRID_NONARBITRARY - ! Get the geometry type if (present(geomtype)) then - call ESMF_GeomGet(ftype%geom, geomtype=localGeomType, rc=localrc) + call ESMF_GeomGet(ftype%geom, geomtype=geomtype, rc=localrc) if (ESMF_LogFoundError(localrc, & ESMF_ERR_PASSTHRU, & ESMF_CONTEXT, rcToReturn=rc)) return - geomtype = localGeomType endif if (present(geom)) then @@ -651,40 +643,8 @@ type(ESMF_KeywordEnforcer), optional:: keywordEnforcer ! must use keywords below if(present(minIndex) .or. present(maxIndex) .or. present(elementCount) .or. & present(localMinIndex) .or. present(localMaxIndex) .or. present(localElementCount)) then - call ESMF_GeomGet(ftype%geom, geomtype=localGeomType, rc=localrc) - if (ESMF_LogFoundError(localrc, & - ESMF_ERR_PASSTHRU, & - ESMF_CONTEXT, rcToReturn=rc)) return - - if (localGeomType == ESMF_GEOMTYPE_GRID) then - call ESMF_GeomGet(ftype%geom, & - grid=l_grid, rc=localrc) - if (ESMF_LogFoundError(localrc, & - ESMF_ERR_PASSTHRU, & - ESMF_CONTEXT, rcToReturn=rc)) return - call ESMF_GridGet(l_grid, distgrid=distgrid, rc=localrc) - if (ESMF_LogFoundError(localrc, & - ESMF_ERR_PASSTHRU, & - ESMF_CONTEXT, rcToReturn=rc)) return - else if (localGeomType == ESMF_GEOMTYPE_MESH) then - call ESMF_GeomGet(ftype%geom, & - mesh=l_mesh, rc=localrc) - if (ESMF_LogFoundError(localrc, & - ESMF_ERR_PASSTHRU, & - ESMF_CONTEXT, rcToReturn=rc)) return - call ESMF_MeshGet(l_mesh, nodaldistgrid=distgrid, rc=localrc) - if (ESMF_LogFoundError(localrc, & - ESMF_ERR_PASSTHRU, & - ESMF_CONTEXT, rcToReturn=rc)) return - else - call ESMF_LogSetError(rcToCheck=ESMF_RC_OBJ_BAD, & - msg="Only implemented for Grid and Mesh.", & - ESMF_CONTEXT, rcToReturn=rc) - return - endif - call ESMF_ArrayGet(ftype%array, rank=fieldrank, & - rc=localrc) + distgrid=distgrid, rc=localrc) if (localrc .ne. ESMF_SUCCESS) then call ESMF_LogSetError(rcToCheck=ESMF_RC_OBJ_BAD, & msg="Cannot retrieve fieldrank from ftypep%array", & From 8e2a4292ac82d45e11285911e790466bf4b55628 Mon Sep 17 00:00:00 2001 From: Robert Oehmke Date: Tue, 23 Apr 2024 15:41:36 -0600 Subject: [PATCH 28/28] Set versioning for 8.6.1 patch release. --- src/Infrastructure/Util/include/ESMC_Macros.h | 6 +++--- src/Infrastructure/Util/src/ESMF_UtilTypes.F90 | 6 +++--- src/addon/NUOPC/doc/NUOPC_howtodoc.ctex | 2 +- src/addon/NUOPC/doc/NUOPC_refdoc.ctex | 2 +- src/doc/ESMC_crefdoc.ctex | 2 +- src/doc/ESMF_refdoc.ctex | 2 +- src/doc/ESMF_usrdoc.ctex | 2 +- 7 files changed, 11 insertions(+), 11 deletions(-) diff --git a/src/Infrastructure/Util/include/ESMC_Macros.h b/src/Infrastructure/Util/include/ESMC_Macros.h index 44a0249279..15b951dc91 100644 --- a/src/Infrastructure/Util/include/ESMC_Macros.h +++ b/src/Infrastructure/Util/include/ESMC_Macros.h @@ -54,10 +54,10 @@ #define ESMF_VERSION_MINOR 6 #define ESMF_VERSION_REVISION 1 #define ESMF_VERSION_PATCHLEVEL 1 -#define ESMF_VERSION_PUBLIC 'F' -#define ESMF_VERSION_BETASNAPSHOT 'T' +#define ESMF_VERSION_PUBLIC 'T' +#define ESMF_VERSION_BETASNAPSHOT 'F' -#define ESMF_VERSION_STRING "8.6.1 beta snapshot" +#define ESMF_VERSION_STRING "8.6.1" #endif // ESMC_MACROS_H diff --git a/src/Infrastructure/Util/src/ESMF_UtilTypes.F90 b/src/Infrastructure/Util/src/ESMF_UtilTypes.F90 index 75b21cac90..23e4e2759c 100644 --- a/src/Infrastructure/Util/src/ESMF_UtilTypes.F90 +++ b/src/Infrastructure/Util/src/ESMF_UtilTypes.F90 @@ -85,10 +85,10 @@ module ESMF_UtilTypesMod integer, parameter :: ESMF_VERSION_MINOR = 6 integer, parameter :: ESMF_VERSION_REVISION = 1 integer, parameter :: ESMF_VERSION_PATCHLEVEL = 1 - logical, parameter :: ESMF_VERSION_PUBLIC = .false. - logical, parameter :: ESMF_VERSION_BETASNAPSHOT = .true. + logical, parameter :: ESMF_VERSION_PUBLIC = .true. + logical, parameter :: ESMF_VERSION_BETASNAPSHOT = .false. - character(*), parameter :: ESMF_VERSION_STRING = "8.6.1 beta snapshot" + character(*), parameter :: ESMF_VERSION_STRING = "8.6.1" #if defined (ESMF_NETCDF) logical, parameter :: ESMF_IO_NETCDF_PRESENT = .true. diff --git a/src/addon/NUOPC/doc/NUOPC_howtodoc.ctex b/src/addon/NUOPC/doc/NUOPC_howtodoc.ctex index aa1ffb538c..b66749db03 100644 --- a/src/addon/NUOPC/doc/NUOPC_howtodoc.ctex +++ b/src/addon/NUOPC/doc/NUOPC_howtodoc.ctex @@ -17,7 +17,7 @@ \addtolength{\oddsidemargin}{-.75in} \newcommand{\mytitle}{\Large {\bf Building a NUOPC Model}} \newcommand{\myauthors}{\large {\it Content Standards Committee (CSC) Members}} -\newcommand{\myversion}{ESMF 8.6.1 beta snapshot} +\newcommand{\myversion}{ESMF 8.6.1} % set a standard paragraph style \setlength{\parskip}{0pt} \setlength{\parindent}{0pt} diff --git a/src/addon/NUOPC/doc/NUOPC_refdoc.ctex b/src/addon/NUOPC/doc/NUOPC_refdoc.ctex index e1d1616719..5192245c39 100644 --- a/src/addon/NUOPC/doc/NUOPC_refdoc.ctex +++ b/src/addon/NUOPC/doc/NUOPC_refdoc.ctex @@ -17,7 +17,7 @@ \addtolength{\oddsidemargin}{-.75in} \newcommand{\mytitle}{\Large {\bf NUOPC Layer Reference}} \newcommand{\myauthors}{\large {\it Content Standards Committee (CSC) Members}} -\newcommand{\myversion}{ESMF 8.6.1 beta snapshot} +\newcommand{\myversion}{ESMF 8.6.1} % set a standard paragraph style \setlength{\parskip}{0pt} \setlength{\parindent}{0pt} diff --git a/src/doc/ESMC_crefdoc.ctex b/src/doc/ESMC_crefdoc.ctex index a15432cddc..f98405d4bd 100644 --- a/src/doc/ESMC_crefdoc.ctex +++ b/src/doc/ESMC_crefdoc.ctex @@ -14,7 +14,7 @@ \newcommand{\sreq}[1]{\subsection{\hspace{.2in}#1}} \newcommand{\ssreq}[1]{\subsubsection{\hspace{.2in}#1}} \newcommand{\mytitle}{\longname \docmttype ~~} -\newcommand{\myversion}{Version 8.6.1 beta snapshot} +\newcommand{\myversion}{Version 8.6.1} \newenvironment {reqlist} diff --git a/src/doc/ESMF_refdoc.ctex b/src/doc/ESMF_refdoc.ctex index a8d1bb8dca..e161646a8b 100644 --- a/src/doc/ESMF_refdoc.ctex +++ b/src/doc/ESMF_refdoc.ctex @@ -15,7 +15,7 @@ \newcommand{\sreq}[1]{\subsection{\hspace{.2in}#1}} \newcommand{\ssreq}[1]{\subsubsection{\hspace{.2in}#1}} \newcommand{\mytitle}{\longname \docmttype ~~} -\newcommand{\myversion}{Version 8.6.1 beta snapshot} +\newcommand{\myversion}{Version 8.6.1} \input{common_commands} diff --git a/src/doc/ESMF_usrdoc.ctex b/src/doc/ESMF_usrdoc.ctex index 4d397a65ef..2231344517 100644 --- a/src/doc/ESMF_usrdoc.ctex +++ b/src/doc/ESMF_usrdoc.ctex @@ -14,7 +14,7 @@ \newcommand{\sreq}[1]{\subsection{\hspace{.2in}#1}} \newcommand{\ssreq}[1]{\subsubsection{\hspace{.2in}#1}} \newcommand{\mytitle}{\longname \docmttype ~~} -\newcommand{\myversion}{Version 8.6.1 beta snapshot} +\newcommand{\myversion}{Version 8.6.1} \newenvironment {reqlist}