diff --git a/AsyncIOBlockingProto/README b/AsyncIOBlockingProto/README index 0a688f72..df80d92a 100644 --- a/AsyncIOBlockingProto/README +++ b/AsyncIOBlockingProto/README @@ -28,7 +28,7 @@ Description: Build: - Set environment variable ESMFMKFILE to point to the esmf.mk of your ESMF installation. - - gmake + - make Execution: - Optionally set environment variable ESMF_RUNTIME_COMPLIANCECHECK to ON. diff --git a/AsyncIOBlockingProto/asyncIOApp.F90 b/AsyncIOBlockingProto/asyncIOApp.F90 index e8eef94f..a622e741 100644 --- a/AsyncIOBlockingProto/asyncIOApp.F90 +++ b/AsyncIOBlockingProto/asyncIOApp.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/AsyncIOBlockingProto/asyncIODriver.F90 b/AsyncIOBlockingProto/asyncIODriver.F90 index 262bc93e..4bf3333e 100644 --- a/AsyncIOBlockingProto/asyncIODriver.F90 +++ b/AsyncIOBlockingProto/asyncIODriver.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/AsyncIOBlockingProto/io.F90 b/AsyncIOBlockingProto/io.F90 index d48e6ac6..3fe8215a 100644 --- a/AsyncIOBlockingProto/io.F90 +++ b/AsyncIOBlockingProto/io.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/AsyncIOBlockingProto/model.F90 b/AsyncIOBlockingProto/model.F90 index 2bce9bc0..e12f9bb5 100644 --- a/AsyncIOBlockingProto/model.F90 +++ b/AsyncIOBlockingProto/model.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/AsyncIONonblockingProto/README b/AsyncIONonblockingProto/README index 1c1f2251..3f55e64c 100644 --- a/AsyncIONonblockingProto/README +++ b/AsyncIONonblockingProto/README @@ -31,7 +31,7 @@ Description: Build: - Set environment variable ESMFMKFILE to point to the esmf.mk of your ESMF installation. - - gmake + - make Execution: - Optionally set environment variable ESMF_RUNTIME_COMPLIANCECHECK to ON. diff --git a/AsyncIONonblockingProto/asyncIOApp.F90 b/AsyncIONonblockingProto/asyncIOApp.F90 index 14bfffd7..9ec1414d 100644 --- a/AsyncIONonblockingProto/asyncIOApp.F90 +++ b/AsyncIONonblockingProto/asyncIOApp.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/AsyncIONonblockingProto/asyncIODriver.F90 b/AsyncIONonblockingProto/asyncIODriver.F90 index b0e74eaa..1c743341 100644 --- a/AsyncIONonblockingProto/asyncIODriver.F90 +++ b/AsyncIONonblockingProto/asyncIODriver.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/AsyncIONonblockingProto/conn.F90 b/AsyncIONonblockingProto/conn.F90 index 04cf5cc9..a5c911bc 100644 --- a/AsyncIONonblockingProto/conn.F90 +++ b/AsyncIONonblockingProto/conn.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/AsyncIONonblockingProto/io.F90 b/AsyncIONonblockingProto/io.F90 index 90383df3..a4c73207 100644 --- a/AsyncIONonblockingProto/io.F90 +++ b/AsyncIONonblockingProto/io.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/AsyncIONonblockingProto/model.F90 b/AsyncIONonblockingProto/model.F90 index 6a3a1e7f..1d162cfc 100644 --- a/AsyncIONonblockingProto/model.F90 +++ b/AsyncIONonblockingProto/model.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/AtmOcnConOptsProto/README b/AtmOcnConOptsProto/README index e76e5f2d..cc00f6ef 100644 --- a/AtmOcnConOptsProto/README +++ b/AtmOcnConOptsProto/README @@ -28,7 +28,7 @@ Description: Build: - Set environment variable ESMFMKFILE to point to the esmf.mk of your ESMF installation. - - gmake + - make Execution: - Optionally set environment variable ESMF_RUNTIME_COMPLIANCECHECK to ON. diff --git a/AtmOcnConOptsProto/atm.F90 b/AtmOcnConOptsProto/atm.F90 index 184c4f8c..ef9ed33b 100644 --- a/AtmOcnConOptsProto/atm.F90 +++ b/AtmOcnConOptsProto/atm.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/AtmOcnConOptsProto/esm.F90 b/AtmOcnConOptsProto/esm.F90 index 6bbe2666..146a2efa 100644 --- a/AtmOcnConOptsProto/esm.F90 +++ b/AtmOcnConOptsProto/esm.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/AtmOcnConOptsProto/esmApp.F90 b/AtmOcnConOptsProto/esmApp.F90 index ccf43d1e..de3f2b30 100644 --- a/AtmOcnConOptsProto/esmApp.F90 +++ b/AtmOcnConOptsProto/esmApp.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/AtmOcnConOptsProto/ocn.F90 b/AtmOcnConOptsProto/ocn.F90 index 88793575..0db015a4 100644 --- a/AtmOcnConOptsProto/ocn.F90 +++ b/AtmOcnConOptsProto/ocn.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/AtmOcnConProto/README b/AtmOcnConProto/README index d0cbb6e1..5ddd7a90 100644 --- a/AtmOcnConProto/README +++ b/AtmOcnConProto/README @@ -29,7 +29,7 @@ Description: Build: - Set environment variable ESMFMKFILE to point to the esmf.mk of your ESMF installation. - - gmake + - make Execution: - Optionally set environment variable ESMF_RUNTIME_COMPLIANCECHECK to ON. diff --git a/AtmOcnConProto/atm.F90 b/AtmOcnConProto/atm.F90 index 8a4bb50b..2ef68faa 100644 --- a/AtmOcnConProto/atm.F90 +++ b/AtmOcnConProto/atm.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/AtmOcnConProto/conn.F90 b/AtmOcnConProto/conn.F90 index 9df9cd11..56f5e822 100644 --- a/AtmOcnConProto/conn.F90 +++ b/AtmOcnConProto/conn.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/AtmOcnConProto/esm.F90 b/AtmOcnConProto/esm.F90 index cd1bdc9c..e783240a 100644 --- a/AtmOcnConProto/esm.F90 +++ b/AtmOcnConProto/esm.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/AtmOcnConProto/esmApp.F90 b/AtmOcnConProto/esmApp.F90 index 024f9509..b0bef347 100644 --- a/AtmOcnConProto/esmApp.F90 +++ b/AtmOcnConProto/esmApp.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/AtmOcnConProto/ocn.F90 b/AtmOcnConProto/ocn.F90 index 6cf33ffe..ace9c0f9 100644 --- a/AtmOcnConProto/ocn.F90 +++ b/AtmOcnConProto/ocn.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/AtmOcnCplListProto/README b/AtmOcnCplListProto/README index e8b08f01..61d2aa90 100644 --- a/AtmOcnCplListProto/README +++ b/AtmOcnCplListProto/README @@ -27,7 +27,7 @@ Description: Build: - Set environment variable ESMFMKFILE to point to the esmf.mk of your ESMF installation. - - gmake + - make Execution: - Optionally set environment variable ESMF_RUNTIME_COMPLIANCECHECK to ON. diff --git a/AtmOcnCplListProto/atm.F90 b/AtmOcnCplListProto/atm.F90 index 04a8271b..e5de60bf 100644 --- a/AtmOcnCplListProto/atm.F90 +++ b/AtmOcnCplListProto/atm.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/AtmOcnCplListProto/esm.F90 b/AtmOcnCplListProto/esm.F90 index 964df9b7..57bd66c6 100644 --- a/AtmOcnCplListProto/esm.F90 +++ b/AtmOcnCplListProto/esm.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/AtmOcnCplListProto/esmApp.F90 b/AtmOcnCplListProto/esmApp.F90 index 024f9509..b0bef347 100644 --- a/AtmOcnCplListProto/esmApp.F90 +++ b/AtmOcnCplListProto/esmApp.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/AtmOcnCplListProto/ocn.F90 b/AtmOcnCplListProto/ocn.F90 index fc33bfb5..9f8c0ac0 100644 --- a/AtmOcnCplListProto/ocn.F90 +++ b/AtmOcnCplListProto/ocn.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/AtmOcnCplSetProto/README b/AtmOcnCplSetProto/README index 7a55b91a..9a071774 100644 --- a/AtmOcnCplSetProto/README +++ b/AtmOcnCplSetProto/README @@ -25,7 +25,7 @@ Description Build: - Set environment variable ESMFMKFILE to point to the esmf.mk of your ESMF installation. - - gmake + - make Execution: - Optionally set environment variable ESMF_RUNTIME_COMPLIANCECHECK to ON. diff --git a/AtmOcnCplSetProto/atm.F90 b/AtmOcnCplSetProto/atm.F90 index e5bfa5e6..30805adc 100644 --- a/AtmOcnCplSetProto/atm.F90 +++ b/AtmOcnCplSetProto/atm.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/AtmOcnCplSetProto/esm.F90 b/AtmOcnCplSetProto/esm.F90 index f4f4ef60..7961fac5 100644 --- a/AtmOcnCplSetProto/esm.F90 +++ b/AtmOcnCplSetProto/esm.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/AtmOcnCplSetProto/esmApp.F90 b/AtmOcnCplSetProto/esmApp.F90 index 2aaba819..2abfeaf0 100644 --- a/AtmOcnCplSetProto/esmApp.F90 +++ b/AtmOcnCplSetProto/esmApp.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/AtmOcnCplSetProto/ocn.F90 b/AtmOcnCplSetProto/ocn.F90 index 1ee90f5c..3dba3784 100644 --- a/AtmOcnCplSetProto/ocn.F90 +++ b/AtmOcnCplSetProto/ocn.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/AtmOcnFDSynoProto/README b/AtmOcnFDSynoProto/README index 0b08c89f..0a505b59 100644 --- a/AtmOcnFDSynoProto/README +++ b/AtmOcnFDSynoProto/README @@ -22,7 +22,7 @@ Description: Build: - Set environment variable ESMFMKFILE to point to the esmf.mk of your ESMF installation. - - gmake + - make Execution: - Optionally set environment variable ESMF_RUNTIME_COMPLIANCECHECK to ON. diff --git a/AtmOcnFDSynoProto/atm.F90 b/AtmOcnFDSynoProto/atm.F90 index c13c2a9f..5e3fe288 100644 --- a/AtmOcnFDSynoProto/atm.F90 +++ b/AtmOcnFDSynoProto/atm.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/AtmOcnFDSynoProto/esm.F90 b/AtmOcnFDSynoProto/esm.F90 index f40660e4..9b84b81c 100644 --- a/AtmOcnFDSynoProto/esm.F90 +++ b/AtmOcnFDSynoProto/esm.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/AtmOcnFDSynoProto/esmApp.F90 b/AtmOcnFDSynoProto/esmApp.F90 index 56222553..80f9b606 100644 --- a/AtmOcnFDSynoProto/esmApp.F90 +++ b/AtmOcnFDSynoProto/esmApp.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/AtmOcnFDSynoProto/ocn.F90 b/AtmOcnFDSynoProto/ocn.F90 index 6cf33ffe..ace9c0f9 100644 --- a/AtmOcnFDSynoProto/ocn.F90 +++ b/AtmOcnFDSynoProto/ocn.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/AtmOcnIceSimpleImplicitProto/README b/AtmOcnIceSimpleImplicitProto/README index cde0f85a..925f5ca1 100644 --- a/AtmOcnIceSimpleImplicitProto/README +++ b/AtmOcnIceSimpleImplicitProto/README @@ -24,7 +24,7 @@ Description: Build: - Set environment variable ESMFMKFILE to point to the esmf.mk of your ESMF installation. - - gmake + - make Execution: - Optionally set environment variable ESMF_RUNTIME_COMPLIANCECHECK to ON. diff --git a/AtmOcnIceSimpleImplicitProto/atm.F90 b/AtmOcnIceSimpleImplicitProto/atm.F90 index 48f6de2c..468a40ad 100644 --- a/AtmOcnIceSimpleImplicitProto/atm.F90 +++ b/AtmOcnIceSimpleImplicitProto/atm.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/AtmOcnIceSimpleImplicitProto/esm.F90 b/AtmOcnIceSimpleImplicitProto/esm.F90 index 15840e78..2077d39a 100644 --- a/AtmOcnIceSimpleImplicitProto/esm.F90 +++ b/AtmOcnIceSimpleImplicitProto/esm.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/AtmOcnIceSimpleImplicitProto/esmApp.F90 b/AtmOcnIceSimpleImplicitProto/esmApp.F90 index 2aaba819..2abfeaf0 100644 --- a/AtmOcnIceSimpleImplicitProto/esmApp.F90 +++ b/AtmOcnIceSimpleImplicitProto/esmApp.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/AtmOcnIceSimpleImplicitProto/ice.F90 b/AtmOcnIceSimpleImplicitProto/ice.F90 index 39ae826b..b6bde1e3 100644 --- a/AtmOcnIceSimpleImplicitProto/ice.F90 +++ b/AtmOcnIceSimpleImplicitProto/ice.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/AtmOcnIceSimpleImplicitProto/ocn.F90 b/AtmOcnIceSimpleImplicitProto/ocn.F90 index a250f7aa..eb0d92d6 100644 --- a/AtmOcnIceSimpleImplicitProto/ocn.F90 +++ b/AtmOcnIceSimpleImplicitProto/ocn.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/AtmOcnImplicitProto/README b/AtmOcnImplicitProto/README index 6fb45e9f..adafa1c8 100644 --- a/AtmOcnImplicitProto/README +++ b/AtmOcnImplicitProto/README @@ -25,7 +25,7 @@ Description: Build: - Set environment variable ESMFMKFILE to point to the esmf.mk of your ESMF installation. - - gmake + - make Execution: - Optionally set environment variable ESMF_RUNTIME_COMPLIANCECHECK to ON. diff --git a/AtmOcnImplicitProto/atm.F90 b/AtmOcnImplicitProto/atm.F90 index 25df558a..7b01bacb 100644 --- a/AtmOcnImplicitProto/atm.F90 +++ b/AtmOcnImplicitProto/atm.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/AtmOcnImplicitProto/esm.F90 b/AtmOcnImplicitProto/esm.F90 index 19b24bef..a8173cd5 100644 --- a/AtmOcnImplicitProto/esm.F90 +++ b/AtmOcnImplicitProto/esm.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/AtmOcnImplicitProto/esmApp.F90 b/AtmOcnImplicitProto/esmApp.F90 index 2aaba819..2abfeaf0 100644 --- a/AtmOcnImplicitProto/esmApp.F90 +++ b/AtmOcnImplicitProto/esmApp.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/AtmOcnImplicitProto/ocn.F90 b/AtmOcnImplicitProto/ocn.F90 index 7a6f7670..90813bf4 100644 --- a/AtmOcnImplicitProto/ocn.F90 +++ b/AtmOcnImplicitProto/ocn.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/AtmOcnLndProto/README b/AtmOcnLndProto/README index fea0cb92..3864e9ec 100644 --- a/AtmOcnLndProto/README +++ b/AtmOcnLndProto/README @@ -24,7 +24,7 @@ Description: Build: - Set environment variable ESMFMKFILE to point to the esmf.mk of your ESMF installation. - - gmake + - make Execution: - Optionally set environment variable ESMF_RUNTIME_COMPLIANCECHECK to ON. diff --git a/AtmOcnLndProto/atm.F90 b/AtmOcnLndProto/atm.F90 index ce1a34d9..015a2b1d 100644 --- a/AtmOcnLndProto/atm.F90 +++ b/AtmOcnLndProto/atm.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/AtmOcnLndProto/esm.F90 b/AtmOcnLndProto/esm.F90 index 7cce9210..4faca97f 100644 --- a/AtmOcnLndProto/esm.F90 +++ b/AtmOcnLndProto/esm.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/AtmOcnLndProto/esmApp.F90 b/AtmOcnLndProto/esmApp.F90 index 2aaba819..2abfeaf0 100644 --- a/AtmOcnLndProto/esmApp.F90 +++ b/AtmOcnLndProto/esmApp.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/AtmOcnLndProto/lnd.F90 b/AtmOcnLndProto/lnd.F90 index 710b781f..dcab02a5 100644 --- a/AtmOcnLndProto/lnd.F90 +++ b/AtmOcnLndProto/lnd.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/AtmOcnLndProto/ocn.F90 b/AtmOcnLndProto/ocn.F90 index 6cf33ffe..ace9c0f9 100644 --- a/AtmOcnLndProto/ocn.F90 +++ b/AtmOcnLndProto/ocn.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/AtmOcnLogNoneProto/README b/AtmOcnLogNoneProto/README index 8d226049..c8292fc7 100644 --- a/AtmOcnLogNoneProto/README +++ b/AtmOcnLogNoneProto/README @@ -22,7 +22,7 @@ Description: Build: - Set environment variable ESMFMKFILE to point to the esmf.mk of your ESMF installation. - - gmake + - make Execution: - Optionally set environment variable ESMF_RUNTIME_COMPLIANCECHECK to ON. diff --git a/AtmOcnLogNoneProto/atm.F90 b/AtmOcnLogNoneProto/atm.F90 index f351ab65..581e597c 100644 --- a/AtmOcnLogNoneProto/atm.F90 +++ b/AtmOcnLogNoneProto/atm.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/AtmOcnLogNoneProto/esm.F90 b/AtmOcnLogNoneProto/esm.F90 index f40660e4..9b84b81c 100644 --- a/AtmOcnLogNoneProto/esm.F90 +++ b/AtmOcnLogNoneProto/esm.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/AtmOcnLogNoneProto/esmApp.F90 b/AtmOcnLogNoneProto/esmApp.F90 index c37d10d5..7503be99 100644 --- a/AtmOcnLogNoneProto/esmApp.F90 +++ b/AtmOcnLogNoneProto/esmApp.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/AtmOcnLogNoneProto/ocn.F90 b/AtmOcnLogNoneProto/ocn.F90 index 34cb1fdb..bea76568 100644 --- a/AtmOcnLogNoneProto/ocn.F90 +++ b/AtmOcnLogNoneProto/ocn.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/AtmOcnMedIngestFromConfigProto/README b/AtmOcnMedIngestFromConfigProto/README index de40a33c..7c13f3b4 100644 --- a/AtmOcnMedIngestFromConfigProto/README +++ b/AtmOcnMedIngestFromConfigProto/README @@ -26,7 +26,7 @@ Description: Build: - Set environment variable ESMFMKFILE to point to the esmf.mk of your ESMF installation. - - gmake + - make Execution: - Optionally set environment variable ESMF_RUNTIME_COMPLIANCECHECK to ON. diff --git a/AtmOcnMedIngestFromConfigProto/atm.F90 b/AtmOcnMedIngestFromConfigProto/atm.F90 index e7eadeff..d86e7fb9 100644 --- a/AtmOcnMedIngestFromConfigProto/atm.F90 +++ b/AtmOcnMedIngestFromConfigProto/atm.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/AtmOcnMedIngestFromConfigProto/esm.F90 b/AtmOcnMedIngestFromConfigProto/esm.F90 index 1b9e72e4..1f4a359d 100644 --- a/AtmOcnMedIngestFromConfigProto/esm.F90 +++ b/AtmOcnMedIngestFromConfigProto/esm.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/AtmOcnMedIngestFromConfigProto/esmApp.F90 b/AtmOcnMedIngestFromConfigProto/esmApp.F90 index 2aaba819..2abfeaf0 100644 --- a/AtmOcnMedIngestFromConfigProto/esmApp.F90 +++ b/AtmOcnMedIngestFromConfigProto/esmApp.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/AtmOcnMedIngestFromConfigProto/med.F90 b/AtmOcnMedIngestFromConfigProto/med.F90 index 54582918..99177ede 100644 --- a/AtmOcnMedIngestFromConfigProto/med.F90 +++ b/AtmOcnMedIngestFromConfigProto/med.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/AtmOcnMedIngestFromConfigProto/ocn.F90 b/AtmOcnMedIngestFromConfigProto/ocn.F90 index 6338c0e9..d33f202b 100644 --- a/AtmOcnMedIngestFromConfigProto/ocn.F90 +++ b/AtmOcnMedIngestFromConfigProto/ocn.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/AtmOcnMedIngestFromInternalProto/README b/AtmOcnMedIngestFromInternalProto/README index 7b679844..91cefb11 100644 --- a/AtmOcnMedIngestFromInternalProto/README +++ b/AtmOcnMedIngestFromInternalProto/README @@ -24,7 +24,7 @@ Description: Build: - Set environment variable ESMFMKFILE to point to the esmf.mk of your ESMF installation. - - gmake + - make Execution: - Optionally set environment variable ESMF_RUNTIME_COMPLIANCECHECK to ON. diff --git a/AtmOcnMedIngestFromInternalProto/atm.F90 b/AtmOcnMedIngestFromInternalProto/atm.F90 index e7eadeff..d86e7fb9 100644 --- a/AtmOcnMedIngestFromInternalProto/atm.F90 +++ b/AtmOcnMedIngestFromInternalProto/atm.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/AtmOcnMedIngestFromInternalProto/esm.F90 b/AtmOcnMedIngestFromInternalProto/esm.F90 index 6bb9cd69..d89cb4e6 100644 --- a/AtmOcnMedIngestFromInternalProto/esm.F90 +++ b/AtmOcnMedIngestFromInternalProto/esm.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/AtmOcnMedIngestFromInternalProto/esmApp.F90 b/AtmOcnMedIngestFromInternalProto/esmApp.F90 index 2aaba819..2abfeaf0 100644 --- a/AtmOcnMedIngestFromInternalProto/esmApp.F90 +++ b/AtmOcnMedIngestFromInternalProto/esmApp.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/AtmOcnMedIngestFromInternalProto/med.F90 b/AtmOcnMedIngestFromInternalProto/med.F90 index 54582918..99177ede 100644 --- a/AtmOcnMedIngestFromInternalProto/med.F90 +++ b/AtmOcnMedIngestFromInternalProto/med.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/AtmOcnMedIngestFromInternalProto/ocn.F90 b/AtmOcnMedIngestFromInternalProto/ocn.F90 index 6338c0e9..d33f202b 100644 --- a/AtmOcnMedIngestFromInternalProto/ocn.F90 +++ b/AtmOcnMedIngestFromInternalProto/ocn.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/AtmOcnMedPetListProto/README b/AtmOcnMedPetListProto/README index f4bc1236..d6f91f69 100644 --- a/AtmOcnMedPetListProto/README +++ b/AtmOcnMedPetListProto/README @@ -24,7 +24,7 @@ Description: Build: - Set environment variable ESMFMKFILE to point to the esmf.mk of your ESMF installation. - - gmake + - make Execution: - Optionally set environment variable ESMF_RUNTIME_COMPLIANCECHECK to ON. diff --git a/AtmOcnMedPetListProto/atm.F90 b/AtmOcnMedPetListProto/atm.F90 index e7eadeff..d86e7fb9 100644 --- a/AtmOcnMedPetListProto/atm.F90 +++ b/AtmOcnMedPetListProto/atm.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/AtmOcnMedPetListProto/esm.F90 b/AtmOcnMedPetListProto/esm.F90 index d3eede3d..dcbf465a 100644 --- a/AtmOcnMedPetListProto/esm.F90 +++ b/AtmOcnMedPetListProto/esm.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/AtmOcnMedPetListProto/esmApp.F90 b/AtmOcnMedPetListProto/esmApp.F90 index 2aaba819..2abfeaf0 100644 --- a/AtmOcnMedPetListProto/esmApp.F90 +++ b/AtmOcnMedPetListProto/esmApp.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/AtmOcnMedPetListProto/med.F90 b/AtmOcnMedPetListProto/med.F90 index fc331d6e..54a88bae 100644 --- a/AtmOcnMedPetListProto/med.F90 +++ b/AtmOcnMedPetListProto/med.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/AtmOcnMedPetListProto/ocn.F90 b/AtmOcnMedPetListProto/ocn.F90 index f9e2c55d..765f4715 100644 --- a/AtmOcnMedPetListProto/ocn.F90 +++ b/AtmOcnMedPetListProto/ocn.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/AtmOcnMedPetListTimescalesProto/README b/AtmOcnMedPetListTimescalesProto/README index 6f3027b5..d7190a39 100644 --- a/AtmOcnMedPetListTimescalesProto/README +++ b/AtmOcnMedPetListTimescalesProto/README @@ -28,7 +28,7 @@ Description: Build: - Set environment variable ESMFMKFILE to point to the esmf.mk of your ESMF installation. - - gmake + - make Execution: - Optionally set environment variable ESMF_RUNTIME_COMPLIANCECHECK to ON. diff --git a/AtmOcnMedPetListTimescalesProto/atm.F90 b/AtmOcnMedPetListTimescalesProto/atm.F90 index c1ba942f..d6d2e152 100644 --- a/AtmOcnMedPetListTimescalesProto/atm.F90 +++ b/AtmOcnMedPetListTimescalesProto/atm.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/AtmOcnMedPetListTimescalesProto/esm.F90 b/AtmOcnMedPetListTimescalesProto/esm.F90 index 8a9f93fb..1d75cbfe 100644 --- a/AtmOcnMedPetListTimescalesProto/esm.F90 +++ b/AtmOcnMedPetListTimescalesProto/esm.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/AtmOcnMedPetListTimescalesProto/esmApp.F90 b/AtmOcnMedPetListTimescalesProto/esmApp.F90 index 2aaba819..2abfeaf0 100644 --- a/AtmOcnMedPetListTimescalesProto/esmApp.F90 +++ b/AtmOcnMedPetListTimescalesProto/esmApp.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/AtmOcnMedPetListTimescalesProto/med.F90 b/AtmOcnMedPetListTimescalesProto/med.F90 index 25e2584c..0753fa8a 100644 --- a/AtmOcnMedPetListTimescalesProto/med.F90 +++ b/AtmOcnMedPetListTimescalesProto/med.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/AtmOcnMedPetListTimescalesProto/ocn.F90 b/AtmOcnMedPetListTimescalesProto/ocn.F90 index 4a65fc57..15d4010b 100644 --- a/AtmOcnMedPetListTimescalesProto/ocn.F90 +++ b/AtmOcnMedPetListTimescalesProto/ocn.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/AtmOcnMedPetListTimescalesSplitFastProto/README b/AtmOcnMedPetListTimescalesSplitFastProto/README index e5defe0a..7daea1d3 100644 --- a/AtmOcnMedPetListTimescalesSplitFastProto/README +++ b/AtmOcnMedPetListTimescalesSplitFastProto/README @@ -28,7 +28,7 @@ Description: Build: - Set environment variable ESMFMKFILE to point to the esmf.mk of your ESMF installation. - - gmake + - make Execution: - Optionally set environment variable ESMF_RUNTIME_COMPLIANCECHECK to ON. diff --git a/AtmOcnMedPetListTimescalesSplitFastProto/atm.F90 b/AtmOcnMedPetListTimescalesSplitFastProto/atm.F90 index 5298364d..5942f0d3 100644 --- a/AtmOcnMedPetListTimescalesSplitFastProto/atm.F90 +++ b/AtmOcnMedPetListTimescalesSplitFastProto/atm.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/AtmOcnMedPetListTimescalesSplitFastProto/esm.F90 b/AtmOcnMedPetListTimescalesSplitFastProto/esm.F90 index 10108717..b7f8d5bd 100644 --- a/AtmOcnMedPetListTimescalesSplitFastProto/esm.F90 +++ b/AtmOcnMedPetListTimescalesSplitFastProto/esm.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/AtmOcnMedPetListTimescalesSplitFastProto/esmApp.F90 b/AtmOcnMedPetListTimescalesSplitFastProto/esmApp.F90 index 2aaba819..2abfeaf0 100644 --- a/AtmOcnMedPetListTimescalesSplitFastProto/esmApp.F90 +++ b/AtmOcnMedPetListTimescalesSplitFastProto/esmApp.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/AtmOcnMedPetListTimescalesSplitFastProto/med.F90 b/AtmOcnMedPetListTimescalesSplitFastProto/med.F90 index 5b7283d9..a3bdb2d0 100644 --- a/AtmOcnMedPetListTimescalesSplitFastProto/med.F90 +++ b/AtmOcnMedPetListTimescalesSplitFastProto/med.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/AtmOcnMedPetListTimescalesSplitFastProto/ocn.F90 b/AtmOcnMedPetListTimescalesSplitFastProto/ocn.F90 index 33026f93..3850d76d 100644 --- a/AtmOcnMedPetListTimescalesSplitFastProto/ocn.F90 +++ b/AtmOcnMedPetListTimescalesSplitFastProto/ocn.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/AtmOcnMedProto/README b/AtmOcnMedProto/README index 6337be97..1174c782 100644 --- a/AtmOcnMedProto/README +++ b/AtmOcnMedProto/README @@ -20,7 +20,7 @@ Description: Build: - Set environment variable ESMFMKFILE to point to the esmf.mk of your ESMF installation. - - gmake + - make Execution: - Optionally set environment variable ESMF_RUNTIME_COMPLIANCECHECK to ON. diff --git a/AtmOcnMedProto/atm.F90 b/AtmOcnMedProto/atm.F90 index e7eadeff..d86e7fb9 100644 --- a/AtmOcnMedProto/atm.F90 +++ b/AtmOcnMedProto/atm.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/AtmOcnMedProto/esm.F90 b/AtmOcnMedProto/esm.F90 index 31dd53d3..76ce45f7 100644 --- a/AtmOcnMedProto/esm.F90 +++ b/AtmOcnMedProto/esm.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/AtmOcnMedProto/esmApp.F90 b/AtmOcnMedProto/esmApp.F90 index 2aaba819..2abfeaf0 100644 --- a/AtmOcnMedProto/esmApp.F90 +++ b/AtmOcnMedProto/esmApp.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/AtmOcnMedProto/med.F90 b/AtmOcnMedProto/med.F90 index fc331d6e..54a88bae 100644 --- a/AtmOcnMedProto/med.F90 +++ b/AtmOcnMedProto/med.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/AtmOcnMedProto/ocn.F90 b/AtmOcnMedProto/ocn.F90 index f9e2c55d..765f4715 100644 --- a/AtmOcnMedProto/ocn.F90 +++ b/AtmOcnMedProto/ocn.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/AtmOcnMirrorFieldsProto/README b/AtmOcnMirrorFieldsProto/README index 3136527b..fd77dbe2 100644 --- a/AtmOcnMirrorFieldsProto/README +++ b/AtmOcnMirrorFieldsProto/README @@ -28,7 +28,7 @@ Description: Build: - Set environment variable ESMFMKFILE to point to the esmf.mk of your ESMF installation. - - gmake + - make Execution: - Optionally set environment variable ESMF_RUNTIME_COMPLIANCECHECK to ON. diff --git a/AtmOcnMirrorFieldsProto/atm.F90 b/AtmOcnMirrorFieldsProto/atm.F90 index b42c9d7a..e5fb51c1 100644 --- a/AtmOcnMirrorFieldsProto/atm.F90 +++ b/AtmOcnMirrorFieldsProto/atm.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, @@ -238,6 +238,14 @@ subroutine ModifyAdvertised(model, rc) line=__LINE__, & file=__FILE__)) & return ! bail out + +!TODO: There is currently a shortcoming inside ESMF_StateReconcile(), a method +!TODO: extensively used by NUOPC_Connector. The shortcoming does not allow +!TODO: GeomObjects to be shared by Fields that use different SharePolicyField +!TODO: settings, and go between components on different threading levels. +!TODO: This is an edge case, but long term it should be supported. + +#if 0 ! set SharePolicyGeomObject = "share" call NUOPC_SetAttribute(field, name="SharePolicyGeomObject", & value="share", rc=rc) @@ -245,6 +253,16 @@ subroutine ModifyAdvertised(model, rc) line=__LINE__, & file=__FILE__)) & return ! bail out +#endif +#if 0 + ! set SharePolicyField = "share" + call NUOPC_SetAttribute(field, name="SharePolicyField", & + value="share", rc=rc) + if (ESMF_LogFoundError(rcToCheck=rc, msg=ESMF_LOGERR_PASSTHRU, & + line=__LINE__, & + file=__FILE__)) & + return ! bail out +#endif ! surface_net_downward_shortwave_flux call ESMF_StateGet(exportState, field=field, & @@ -262,6 +280,7 @@ subroutine ModifyAdvertised(model, rc) file=__FILE__)) & return ! bail out #endif +#if 1 ! set SharePolicyField = "share" call NUOPC_SetAttribute(field, name="SharePolicyField", & value="share", rc=rc) @@ -269,6 +288,7 @@ subroutine ModifyAdvertised(model, rc) line=__LINE__, & file=__FILE__)) & return ! bail out +#endif #endif end subroutine diff --git a/AtmOcnMirrorFieldsProto/esm.F90 b/AtmOcnMirrorFieldsProto/esm.F90 index e3b5e179..5fb4fa39 100644 --- a/AtmOcnMirrorFieldsProto/esm.F90 +++ b/AtmOcnMirrorFieldsProto/esm.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/AtmOcnMirrorFieldsProto/esmApp.F90 b/AtmOcnMirrorFieldsProto/esmApp.F90 index 2aaba819..2abfeaf0 100644 --- a/AtmOcnMirrorFieldsProto/esmApp.F90 +++ b/AtmOcnMirrorFieldsProto/esmApp.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/AtmOcnMirrorFieldsProto/ocn.F90 b/AtmOcnMirrorFieldsProto/ocn.F90 index 3753d990..f9a683f9 100644 --- a/AtmOcnMirrorFieldsProto/ocn.F90 +++ b/AtmOcnMirrorFieldsProto/ocn.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/AtmOcnPetListProto/README b/AtmOcnPetListProto/README index 91ad7a77..29382f27 100644 --- a/AtmOcnPetListProto/README +++ b/AtmOcnPetListProto/README @@ -29,7 +29,7 @@ Description: Build: - Set environment variable ESMFMKFILE to point to the esmf.mk of your ESMF installation. - - gmake + - make Execution: - Optionally set environment variable ESMF_RUNTIME_COMPLIANCECHECK to ON. diff --git a/AtmOcnPetListProto/atm.F90 b/AtmOcnPetListProto/atm.F90 index 24c88264..de7661a6 100644 --- a/AtmOcnPetListProto/atm.F90 +++ b/AtmOcnPetListProto/atm.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/AtmOcnPetListProto/esm.F90 b/AtmOcnPetListProto/esm.F90 index 8ad92e74..9068990c 100644 --- a/AtmOcnPetListProto/esm.F90 +++ b/AtmOcnPetListProto/esm.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, @@ -382,6 +382,9 @@ subroutine ModifyCplLists(driver, rc) integer :: i, j, cplListSize character(len=160), allocatable :: cplList(:) character(len=160) :: tempString + integer, pointer :: petList(:) + type(ESMF_PtrInt1D), pointer :: petLists(:) + type(ESMF_CplComp), pointer :: connList(:) rc = ESMF_SUCCESS @@ -443,6 +446,81 @@ subroutine ModifyCplLists(driver, rc) deallocate(connectorList) + ! section demonstrating access to petLists via NUOPC_DriverGetComp() + + ! directly access ATM component by label + nullify(petList) + call NUOPC_DriverGetComp(driver, compLabel="ATM", petList=petList, rc=rc) + if (ESMF_LogFoundError(rcToCheck=rc, msg=ESMF_LOGERR_PASSTHRU, & + line=__LINE__, & + file=__FILE__)) & + return ! bail out + + write (msg,*) "ATM petList= ", petList + call ESMF_LogWrite(trim(msg), ESMF_LOGMSG_INFO, rc=rc) + if (ESMF_LogFoundError(rcToCheck=rc, msg=ESMF_LOGERR_PASSTHRU, & + line=__LINE__, & + file=__FILE__)) & + return ! bail out + + ! directly access OCN component by label + nullify(petList) + call NUOPC_DriverGetComp(driver, compLabel="OCN", petList=petList, rc=rc) + if (ESMF_LogFoundError(rcToCheck=rc, msg=ESMF_LOGERR_PASSTHRU, & + line=__LINE__, & + file=__FILE__)) & + return ! bail out + + write (msg,*) "OCN petList= ", petList + call ESMF_LogWrite(trim(msg), ESMF_LOGMSG_INFO, rc=rc) + if (ESMF_LogFoundError(rcToCheck=rc, msg=ESMF_LOGERR_PASSTHRU, & + line=__LINE__, & + file=__FILE__)) & + return ! bail out + + ! access petLists for all components under the driver that derive from + ! ESMF_GridComp. Here this means ATM and OCN. + nullify(petLists) + call NUOPC_DriverGetComp(driver, petLists=petLists, rc=rc) + if (ESMF_LogFoundError(rcToCheck=rc, msg=ESMF_LOGERR_PASSTHRU, & + line=__LINE__, & + file=__FILE__)) & + return ! bail out + + do i=1, size(petLists) + write (msg,*) "GridComp petLists(",i,")= ", petLists(i)%ptr + call ESMF_LogWrite(trim(msg), ESMF_LOGMSG_INFO, rc=rc) + if (ESMF_LogFoundError(rcToCheck=rc, msg=ESMF_LOGERR_PASSTHRU, & + line=__LINE__, & + file=__FILE__)) & + return ! bail out + enddo + + deallocate(petLists) + + ! access petLists for all components under the driver that derive from + ! ESMF_CplComp, i.e. Connectors. + nullify(petLists) + nullify(connList) + call NUOPC_DriverGetComp(driver, compList=connList, petLists=petLists, & + rc=rc) + if (ESMF_LogFoundError(rcToCheck=rc, msg=ESMF_LOGERR_PASSTHRU, & + line=__LINE__, & + file=__FILE__)) & + return ! bail out + + do i=1, size(petLists) + write (msg,*) "CplComp petLists(",i,")= ", petLists(i)%ptr + call ESMF_LogWrite(trim(msg), ESMF_LOGMSG_INFO, rc=rc) + if (ESMF_LogFoundError(rcToCheck=rc, msg=ESMF_LOGERR_PASSTHRU, & + line=__LINE__, & + file=__FILE__)) & + return ! bail out + enddo + + deallocate(petLists) + deallocate(connList) + end subroutine !----------------------------------------------------------------------------- diff --git a/AtmOcnPetListProto/esmApp.F90 b/AtmOcnPetListProto/esmApp.F90 index 16bae9a2..f97b7894 100644 --- a/AtmOcnPetListProto/esmApp.F90 +++ b/AtmOcnPetListProto/esmApp.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/AtmOcnPetListProto/ocn.F90 b/AtmOcnPetListProto/ocn.F90 index cb56083f..814938e3 100644 --- a/AtmOcnPetListProto/ocn.F90 +++ b/AtmOcnPetListProto/ocn.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/AtmOcnProto/README b/AtmOcnProto/README index 5bb6ba3f..62b32a91 100644 --- a/AtmOcnProto/README +++ b/AtmOcnProto/README @@ -19,7 +19,7 @@ Description: Build: - Set environment variable ESMFMKFILE to point to the esmf.mk of your ESMF installation. - - gmake + - make Execution: - Optionally set environment variable ESMF_RUNTIME_COMPLIANCECHECK to ON. diff --git a/AtmOcnProto/atm.F90 b/AtmOcnProto/atm.F90 index a7f7d8e4..4e929f2b 100644 --- a/AtmOcnProto/atm.F90 +++ b/AtmOcnProto/atm.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/AtmOcnProto/esm.F90 b/AtmOcnProto/esm.F90 index f40660e4..9b84b81c 100644 --- a/AtmOcnProto/esm.F90 +++ b/AtmOcnProto/esm.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/AtmOcnProto/esmApp.F90 b/AtmOcnProto/esmApp.F90 index 2aaba819..2abfeaf0 100644 --- a/AtmOcnProto/esmApp.F90 +++ b/AtmOcnProto/esmApp.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/AtmOcnProto/ocn.F90 b/AtmOcnProto/ocn.F90 index 34cb1fdb..bea76568 100644 --- a/AtmOcnProto/ocn.F90 +++ b/AtmOcnProto/ocn.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/AtmOcnRtmTwoTimescalesProto/README b/AtmOcnRtmTwoTimescalesProto/README index cffb3c06..e553ae37 100644 --- a/AtmOcnRtmTwoTimescalesProto/README +++ b/AtmOcnRtmTwoTimescalesProto/README @@ -23,7 +23,7 @@ Description: Build: - Set environment variable ESMFMKFILE to point to the esmf.mk of your ESMF installation. - - gmake + - make Execution: - Optionally set environment variable ESMF_RUNTIME_COMPLIANCECHECK to ON. diff --git a/AtmOcnRtmTwoTimescalesProto/atm.F90 b/AtmOcnRtmTwoTimescalesProto/atm.F90 index 5545094c..6fd0ea91 100644 --- a/AtmOcnRtmTwoTimescalesProto/atm.F90 +++ b/AtmOcnRtmTwoTimescalesProto/atm.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/AtmOcnRtmTwoTimescalesProto/esm.F90 b/AtmOcnRtmTwoTimescalesProto/esm.F90 index 734cb75c..95be40de 100644 --- a/AtmOcnRtmTwoTimescalesProto/esm.F90 +++ b/AtmOcnRtmTwoTimescalesProto/esm.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/AtmOcnRtmTwoTimescalesProto/esmApp.F90 b/AtmOcnRtmTwoTimescalesProto/esmApp.F90 index d31ea8ab..c14730d9 100644 --- a/AtmOcnRtmTwoTimescalesProto/esmApp.F90 +++ b/AtmOcnRtmTwoTimescalesProto/esmApp.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/AtmOcnRtmTwoTimescalesProto/ocn.F90 b/AtmOcnRtmTwoTimescalesProto/ocn.F90 index 680ed4c8..9754df9a 100644 --- a/AtmOcnRtmTwoTimescalesProto/ocn.F90 +++ b/AtmOcnRtmTwoTimescalesProto/ocn.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/AtmOcnRtmTwoTimescalesProto/rtm.F90 b/AtmOcnRtmTwoTimescalesProto/rtm.F90 index 452daad2..6173f859 100644 --- a/AtmOcnRtmTwoTimescalesProto/rtm.F90 +++ b/AtmOcnRtmTwoTimescalesProto/rtm.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/AtmOcnScalarProto/README b/AtmOcnScalarProto/README index b605e873..6e8d2e76 100644 --- a/AtmOcnScalarProto/README +++ b/AtmOcnScalarProto/README @@ -25,7 +25,7 @@ Description: Build: - Set environment variable ESMFMKFILE to point to the esmf.mk of your ESMF installation. - - gmake + - make Execution: - Optionally set environment variable ESMF_RUNTIME_COMPLIANCECHECK to ON. diff --git a/AtmOcnScalarProto/atm.F90 b/AtmOcnScalarProto/atm.F90 index ae0b10d9..d2ff068d 100644 --- a/AtmOcnScalarProto/atm.F90 +++ b/AtmOcnScalarProto/atm.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/AtmOcnScalarProto/esm.F90 b/AtmOcnScalarProto/esm.F90 index a68d0772..29792ef7 100644 --- a/AtmOcnScalarProto/esm.F90 +++ b/AtmOcnScalarProto/esm.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/AtmOcnScalarProto/esmApp.F90 b/AtmOcnScalarProto/esmApp.F90 index f172f40c..cfddcd74 100644 --- a/AtmOcnScalarProto/esmApp.F90 +++ b/AtmOcnScalarProto/esmApp.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/AtmOcnScalarProto/ocn.F90 b/AtmOcnScalarProto/ocn.F90 index 5a2f92ce..1bedb100 100644 --- a/AtmOcnScalarProto/ocn.F90 +++ b/AtmOcnScalarProto/ocn.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/AtmOcnSelectExternalProto/ATM-A/atmA.F90 b/AtmOcnSelectExternalProto/ATM-A/atmA.F90 index 68d3f52b..57ec33a9 100644 --- a/AtmOcnSelectExternalProto/ATM-A/atmA.F90 +++ b/AtmOcnSelectExternalProto/ATM-A/atmA.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/AtmOcnSelectExternalProto/ATM-B/atmB.F90 b/AtmOcnSelectExternalProto/ATM-B/atmB.F90 index 965baa78..20dcdc84 100644 --- a/AtmOcnSelectExternalProto/ATM-B/atmB.F90 +++ b/AtmOcnSelectExternalProto/ATM-B/atmB.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/AtmOcnSelectExternalProto/ATM-B/procedure.F90 b/AtmOcnSelectExternalProto/ATM-B/procedure.F90 index c5df33a6..191e5547 100644 --- a/AtmOcnSelectExternalProto/ATM-B/procedure.F90 +++ b/AtmOcnSelectExternalProto/ATM-B/procedure.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/AtmOcnSelectExternalProto/ATM-C/atmC.F90 b/AtmOcnSelectExternalProto/ATM-C/atmC.F90 index 72877fef..3d8a8218 100644 --- a/AtmOcnSelectExternalProto/ATM-C/atmC.F90 +++ b/AtmOcnSelectExternalProto/ATM-C/atmC.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/AtmOcnSelectExternalProto/ATM-C/procedure.F90 b/AtmOcnSelectExternalProto/ATM-C/procedure.F90 index 9cde09c2..ea2e7c0f 100644 --- a/AtmOcnSelectExternalProto/ATM-C/procedure.F90 +++ b/AtmOcnSelectExternalProto/ATM-C/procedure.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/AtmOcnSelectExternalProto/ATM-D/atmD.F90 b/AtmOcnSelectExternalProto/ATM-D/atmD.F90 index 85001b2c..b2885458 100644 --- a/AtmOcnSelectExternalProto/ATM-D/atmD.F90 +++ b/AtmOcnSelectExternalProto/ATM-D/atmD.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/AtmOcnSelectExternalProto/ATM-E/atmE.F90 b/AtmOcnSelectExternalProto/ATM-E/atmE.F90 index 1a5b8781..fe614f04 100644 --- a/AtmOcnSelectExternalProto/ATM-E/atmE.F90 +++ b/AtmOcnSelectExternalProto/ATM-E/atmE.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/AtmOcnSelectExternalProto/ATM-F/atmF.C b/AtmOcnSelectExternalProto/ATM-F/atmF.C index 982d3f3d..483e641d 100644 --- a/AtmOcnSelectExternalProto/ATM-F/atmF.C +++ b/AtmOcnSelectExternalProto/ATM-F/atmF.C @@ -1,6 +1,6 @@ //============================================================================== // Earth System Modeling Framework -// Copyright 2002-2021, University Corporation for Atmospheric Research, +// Copyright 2002-2022, University Corporation for Atmospheric Research, // Massachusetts Institute of Technology, Geophysical Fluid Dynamics // Laboratory, University of Michigan, National Centers for Environmental // Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/AtmOcnSelectExternalProto/OcnCommon/ocnCommon.F90 b/AtmOcnSelectExternalProto/OcnCommon/ocnCommon.F90 index 0a8448ac..291f810f 100644 --- a/AtmOcnSelectExternalProto/OcnCommon/ocnCommon.F90 +++ b/AtmOcnSelectExternalProto/OcnCommon/ocnCommon.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/AtmOcnSelectExternalProto/OcnCommon/subModule1.F90 b/AtmOcnSelectExternalProto/OcnCommon/subModule1.F90 index 65a4b4bf..37f95a63 100644 --- a/AtmOcnSelectExternalProto/OcnCommon/subModule1.F90 +++ b/AtmOcnSelectExternalProto/OcnCommon/subModule1.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/AtmOcnSelectExternalProto/OcnCommon/subModule2.F90 b/AtmOcnSelectExternalProto/OcnCommon/subModule2.F90 index 120898cb..6dc8f6d4 100644 --- a/AtmOcnSelectExternalProto/OcnCommon/subModule2.F90 +++ b/AtmOcnSelectExternalProto/OcnCommon/subModule2.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/AtmOcnSelectExternalProto/OcnModelA/ocn.F90 b/AtmOcnSelectExternalProto/OcnModelA/ocn.F90 index 4cebb243..4cd21b60 100644 --- a/AtmOcnSelectExternalProto/OcnModelA/ocn.F90 +++ b/AtmOcnSelectExternalProto/OcnModelA/ocn.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/AtmOcnSelectExternalProto/OcnModelB/ocn.F90 b/AtmOcnSelectExternalProto/OcnModelB/ocn.F90 index 882346da..16fa5946 100644 --- a/AtmOcnSelectExternalProto/OcnModelB/ocn.F90 +++ b/AtmOcnSelectExternalProto/OcnModelB/ocn.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/AtmOcnSelectExternalProto/OcnModelC/ocn.F90 b/AtmOcnSelectExternalProto/OcnModelC/ocn.F90 index e81f1dde..bde63a32 100644 --- a/AtmOcnSelectExternalProto/OcnModelC/ocn.F90 +++ b/AtmOcnSelectExternalProto/OcnModelC/ocn.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/AtmOcnSelectExternalProto/README b/AtmOcnSelectExternalProto/README index a544c9a7..2ef18f79 100644 --- a/AtmOcnSelectExternalProto/README +++ b/AtmOcnSelectExternalProto/README @@ -62,12 +62,12 @@ Description: Build: - Set environment variable ESMFMKFILE to point to the esmf.mk of your ESMF installation. - - Manually change into each subdirectory and execute "gmake" to build the + - Manually change into each subdirectory and execute "make" to build the local component. Alternatively the "buildSubs.csh" script can be used to build all of the external components. This script is only supplied for convenience, not inteded as a template in real-world applications where the external components are under their own build mechanism. - - gmake ATM=B OCN=A,B (or other ATM, OCN settings, see description below) + - make ATM=B OCN=A,B (or other ATM, OCN settings, see description below) Execution: - Optionally set environment variable ESMF_RUNTIME_COMPLIANCECHECK to ON. diff --git a/AtmOcnSelectExternalProto/buildSubs.csh b/AtmOcnSelectExternalProto/buildSubs.csh index 6804b9ce..d56d0661 100755 --- a/AtmOcnSelectExternalProto/buildSubs.csh +++ b/AtmOcnSelectExternalProto/buildSubs.csh @@ -1,51 +1,51 @@ #!/bin/sh cd ATM-A -gmake distclean; gmake +make distclean; make cd .. cd ATM-B -gmake distclean; gmake +make distclean; make cd .. cd ATM-C -gmake distclean; gmake +make distclean; make cd .. cd ATM-D -gmake distclean; gmake +make distclean; make cd .. cd ATM-E -gmake distclean; gmake +make distclean; make mv atmE.so .. cd .. cd ATM-F -gmake distclean; gmake +make distclean; make cd .. cd OcnCommon -gmake distclean; gmake +make distclean; make cd .. cd OcnModelA -gmake distclean; gmake +make distclean; make cd .. cd OcnModelB/OcnSub -gmake distclean; gmake +make distclean; make cd ../.. cd OcnModelB -gmake distclean; gmake +make distclean; make cd .. cd OcnModelC/OcnSub -gmake distclean; gmake +make distclean; make cd ../.. cd OcnModelC -gmake distclean; gmake +make distclean; make mv ocn.so .. cd .. diff --git a/AtmOcnSelectExternalProto/cleanSubs.csh b/AtmOcnSelectExternalProto/cleanSubs.csh index 2c94dc32..c9172b1f 100755 --- a/AtmOcnSelectExternalProto/cleanSubs.csh +++ b/AtmOcnSelectExternalProto/cleanSubs.csh @@ -1,47 +1,47 @@ #!/bin/sh cd ATM-A -gmake distclean +make distclean cd .. cd ATM-B -gmake distclean +make distclean cd .. cd ATM-C -gmake distclean +make distclean cd .. cd ATM-D -gmake distclean +make distclean cd .. cd ATM-E -gmake distclean +make distclean cd .. cd ATM-F -gmake distclean +make distclean cd .. cd OcnModelA -gmake distclean +make distclean cd .. cd OcnModelB -gmake distclean +make distclean cd .. cd OcnModelB/OcnSub -gmake distclean +make distclean cd ../.. cd OcnModelC -gmake distclean +make distclean cd .. cd OcnModelC/OcnSub -gmake distclean +make distclean cd ../.. cd OcnCommon diff --git a/AtmOcnSelectExternalProto/esm.F90 b/AtmOcnSelectExternalProto/esm.F90 index 0000bc33..6b72ab0c 100644 --- a/AtmOcnSelectExternalProto/esm.F90 +++ b/AtmOcnSelectExternalProto/esm.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/AtmOcnSelectExternalProto/esmApp.F90 b/AtmOcnSelectExternalProto/esmApp.F90 index 2aaba819..2abfeaf0 100644 --- a/AtmOcnSelectExternalProto/esmApp.F90 +++ b/AtmOcnSelectExternalProto/esmApp.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/AtmOcnSelectProto/README b/AtmOcnSelectProto/README index 0a05ff09..2cebfe39 100644 --- a/AtmOcnSelectProto/README +++ b/AtmOcnSelectProto/README @@ -31,7 +31,7 @@ Description: * The Makefile contains code that sets the WITH_ATM_A, WITH_ATM_B, WITH_OCN_A, and WITH_OCN_B macros by analyzing the ATM and OCN variables passed into - make. So for instance building with "gmake ATM=A OCN=A,B" will build an + make. So for instance building with "make ATM=A OCN=A,B" will build an executable that has ATM-A, OCN-A and OCN-B compiled in. This prototype code demonstrates that there is generally no need for @@ -44,7 +44,7 @@ Description: Build: - Set environment variable ESMFMKFILE to point to the esmf.mk of your ESMF installation. - - gmake ATM=A OCN=A,B (or other ATM, OCN settings, see description below) + - make ATM=A OCN=A,B (or other ATM, OCN settings, see description below) Execution: - Optionally set environment variable ESMF_RUNTIME_COMPLIANCECHECK to ON. diff --git a/AtmOcnSelectProto/atmA.F90 b/AtmOcnSelectProto/atmA.F90 index 68d3f52b..57ec33a9 100644 --- a/AtmOcnSelectProto/atmA.F90 +++ b/AtmOcnSelectProto/atmA.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/AtmOcnSelectProto/atmB.F90 b/AtmOcnSelectProto/atmB.F90 index 44de5aa1..8ba60464 100644 --- a/AtmOcnSelectProto/atmB.F90 +++ b/AtmOcnSelectProto/atmB.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/AtmOcnSelectProto/esm.F90 b/AtmOcnSelectProto/esm.F90 index becaf293..57d1b737 100644 --- a/AtmOcnSelectProto/esm.F90 +++ b/AtmOcnSelectProto/esm.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/AtmOcnSelectProto/esmApp.F90 b/AtmOcnSelectProto/esmApp.F90 index 2aaba819..2abfeaf0 100644 --- a/AtmOcnSelectProto/esmApp.F90 +++ b/AtmOcnSelectProto/esmApp.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/AtmOcnSelectProto/ocnA.F90 b/AtmOcnSelectProto/ocnA.F90 index b1740e11..aa533270 100644 --- a/AtmOcnSelectProto/ocnA.F90 +++ b/AtmOcnSelectProto/ocnA.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/AtmOcnSelectProto/ocnB.F90 b/AtmOcnSelectProto/ocnB.F90 index bf5efba9..7d578ccd 100644 --- a/AtmOcnSelectProto/ocnB.F90 +++ b/AtmOcnSelectProto/ocnB.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/AtmOcnSimpleImplicitProto/README b/AtmOcnSimpleImplicitProto/README index 555b1077..2b88342f 100644 --- a/AtmOcnSimpleImplicitProto/README +++ b/AtmOcnSimpleImplicitProto/README @@ -24,7 +24,7 @@ Description: Build: - Set environment variable ESMFMKFILE to point to the esmf.mk of your ESMF installation. - - gmake + - make Execution: - Optionally set environment variable ESMF_RUNTIME_COMPLIANCECHECK to ON. diff --git a/AtmOcnSimpleImplicitProto/atm.F90 b/AtmOcnSimpleImplicitProto/atm.F90 index dc3f55ed..53e19b8b 100644 --- a/AtmOcnSimpleImplicitProto/atm.F90 +++ b/AtmOcnSimpleImplicitProto/atm.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/AtmOcnSimpleImplicitProto/esm.F90 b/AtmOcnSimpleImplicitProto/esm.F90 index ce1b2cdc..74e415b2 100644 --- a/AtmOcnSimpleImplicitProto/esm.F90 +++ b/AtmOcnSimpleImplicitProto/esm.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/AtmOcnSimpleImplicitProto/esmApp.F90 b/AtmOcnSimpleImplicitProto/esmApp.F90 index 2aaba819..2abfeaf0 100644 --- a/AtmOcnSimpleImplicitProto/esmApp.F90 +++ b/AtmOcnSimpleImplicitProto/esmApp.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/AtmOcnSimpleImplicitProto/ocn.F90 b/AtmOcnSimpleImplicitProto/ocn.F90 index d4cee067..b6d8140f 100644 --- a/AtmOcnSimpleImplicitProto/ocn.F90 +++ b/AtmOcnSimpleImplicitProto/ocn.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/AtmOcnTransferGridProto/README b/AtmOcnTransferGridProto/README index c894ee9c..ec8e8e0c 100644 --- a/AtmOcnTransferGridProto/README +++ b/AtmOcnTransferGridProto/README @@ -31,7 +31,7 @@ Description: Build: - Set environment variable ESMFMKFILE to point to the esmf.mk of your ESMF installation. - - gmake + - make Execution: - Optionally set environment variable ESMF_RUNTIME_COMPLIANCECHECK to ON. diff --git a/AtmOcnTransferGridProto/atm.F90 b/AtmOcnTransferGridProto/atm.F90 index edba1d78..76e74853 100644 --- a/AtmOcnTransferGridProto/atm.F90 +++ b/AtmOcnTransferGridProto/atm.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/AtmOcnTransferGridProto/esm.F90 b/AtmOcnTransferGridProto/esm.F90 index f548c7cb..346a24bd 100644 --- a/AtmOcnTransferGridProto/esm.F90 +++ b/AtmOcnTransferGridProto/esm.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/AtmOcnTransferGridProto/esmApp.F90 b/AtmOcnTransferGridProto/esmApp.F90 index b717175f..70fb4e33 100644 --- a/AtmOcnTransferGridProto/esmApp.F90 +++ b/AtmOcnTransferGridProto/esmApp.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/AtmOcnTransferGridProto/ocn.F90 b/AtmOcnTransferGridProto/ocn.F90 index 4032d7ed..002f420a 100644 --- a/AtmOcnTransferGridProto/ocn.F90 +++ b/AtmOcnTransferGridProto/ocn.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/AtmOcnTransferLocStreamProto/README b/AtmOcnTransferLocStreamProto/README index 3c91cfef..0baed082 100644 --- a/AtmOcnTransferLocStreamProto/README +++ b/AtmOcnTransferLocStreamProto/README @@ -31,7 +31,7 @@ Description: Build: - Set environment variable ESMFMKFILE to point to the esmf.mk of your ESMF installation. - - gmake + - make Execution: - Optionally set environment variable ESMF_RUNTIME_COMPLIANCECHECK to ON. diff --git a/AtmOcnTransferLocStreamProto/atm.F90 b/AtmOcnTransferLocStreamProto/atm.F90 index 8cf1e698..b6442b5b 100644 --- a/AtmOcnTransferLocStreamProto/atm.F90 +++ b/AtmOcnTransferLocStreamProto/atm.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/AtmOcnTransferLocStreamProto/esm.F90 b/AtmOcnTransferLocStreamProto/esm.F90 index 1064bdfd..c9eaedaa 100644 --- a/AtmOcnTransferLocStreamProto/esm.F90 +++ b/AtmOcnTransferLocStreamProto/esm.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/AtmOcnTransferLocStreamProto/esmApp.F90 b/AtmOcnTransferLocStreamProto/esmApp.F90 index 2aaba819..2abfeaf0 100644 --- a/AtmOcnTransferLocStreamProto/esmApp.F90 +++ b/AtmOcnTransferLocStreamProto/esmApp.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/AtmOcnTransferLocStreamProto/ocn.F90 b/AtmOcnTransferLocStreamProto/ocn.F90 index 933649ed..428271b6 100644 --- a/AtmOcnTransferLocStreamProto/ocn.F90 +++ b/AtmOcnTransferLocStreamProto/ocn.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/AtmOcnTransferMeshProto/README b/AtmOcnTransferMeshProto/README index a4b02273..6b74128a 100644 --- a/AtmOcnTransferMeshProto/README +++ b/AtmOcnTransferMeshProto/README @@ -32,7 +32,7 @@ Description: Build: - Set environment variable ESMFMKFILE to point to the esmf.mk of your ESMF installation. - - gmake + - make Execution: - Optionally set environment variable ESMF_RUNTIME_COMPLIANCECHECK to ON. diff --git a/AtmOcnTransferMeshProto/atm.F90 b/AtmOcnTransferMeshProto/atm.F90 index dccc7547..a63f2713 100644 --- a/AtmOcnTransferMeshProto/atm.F90 +++ b/AtmOcnTransferMeshProto/atm.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/AtmOcnTransferMeshProto/esm.F90 b/AtmOcnTransferMeshProto/esm.F90 index 4dfbc8df..7ae86014 100644 --- a/AtmOcnTransferMeshProto/esm.F90 +++ b/AtmOcnTransferMeshProto/esm.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/AtmOcnTransferMeshProto/esmApp.F90 b/AtmOcnTransferMeshProto/esmApp.F90 index 55d5c558..2483da05 100644 --- a/AtmOcnTransferMeshProto/esmApp.F90 +++ b/AtmOcnTransferMeshProto/esmApp.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/AtmOcnTransferMeshProto/ocn.F90 b/AtmOcnTransferMeshProto/ocn.F90 index 6c6b687e..6e1573a7 100644 --- a/AtmOcnTransferMeshProto/ocn.F90 +++ b/AtmOcnTransferMeshProto/ocn.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/ComponentExplorer/nuopcExplorerApp.F90 b/ComponentExplorer/nuopcExplorerApp.F90 index a5d12380..dc48bba4 100644 --- a/ComponentExplorer/nuopcExplorerApp.F90 +++ b/ComponentExplorer/nuopcExplorerApp.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/ComponentExplorer/nuopcExplorerDriver.F90 b/ComponentExplorer/nuopcExplorerDriver.F90 index 086f9584..88e50e67 100644 --- a/ComponentExplorer/nuopcExplorerDriver.F90 +++ b/ComponentExplorer/nuopcExplorerDriver.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/ComponentExplorer/nuopcExplorerScript b/ComponentExplorer/nuopcExplorerScript index dce04b5a..cd18504d 100755 --- a/ComponentExplorer/nuopcExplorerScript +++ b/ComponentExplorer/nuopcExplorerScript @@ -2,7 +2,7 @@ #============================================================================== # Earth System Modeling Framework -# Copyright 2002-2021, University Corporation for Atmospheric Research, +# Copyright 2002-2022, University Corporation for Atmospheric Research, # Massachusetts Institute of Technology, Geophysical Fluid Dynamics # Laboratory, University of Michigan, National Centers for Environmental # Prediction, Los Alamos National Laboratory, Argonne National Laboratory, @@ -57,13 +57,13 @@ echo # - value of four standard makefile arguments echo "-- Obtaining values of the standard variables set in the .mk file ..." -gmake COMP=$1 output +make COMP=$1 output echo # - build explorer application echo "-- Building the explorer application using the component in the .mk file ..." -gmake COMP=$1 nuopcExplorerApp FRONT_COMP_LABEL=$2 +make COMP=$1 nuopcExplorerApp FRONT_COMP_LABEL=$2 if [ $? -eq 0 ] then diff --git a/CustomFieldDictionaryProto/README b/CustomFieldDictionaryProto/README index 7cdda959..a4d92096 100644 --- a/CustomFieldDictionaryProto/README +++ b/CustomFieldDictionaryProto/README @@ -30,7 +30,7 @@ Description: Build: - Set environment variable ESMFMKFILE to point to the esmf.mk of your ESMF installation. - - gmake + - make Execution: - Optionally set environment variable ESMF_RUNTIME_COMPLIANCECHECK to ON. diff --git a/CustomFieldDictionaryProto/driver.F90 b/CustomFieldDictionaryProto/driver.F90 index a69685f1..7157cea9 100644 --- a/CustomFieldDictionaryProto/driver.F90 +++ b/CustomFieldDictionaryProto/driver.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/CustomFieldDictionaryProto/mainApp.F90 b/CustomFieldDictionaryProto/mainApp.F90 index 6cb5b643..595deac0 100644 --- a/CustomFieldDictionaryProto/mainApp.F90 +++ b/CustomFieldDictionaryProto/mainApp.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/CustomFieldDictionaryProto/model.F90 b/CustomFieldDictionaryProto/model.F90 index 666bcfb5..e73ced94 100644 --- a/CustomFieldDictionaryProto/model.F90 +++ b/CustomFieldDictionaryProto/model.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/CustomFieldDictionaryProto/util.F90 b/CustomFieldDictionaryProto/util.F90 index 5f4f386b..564af4b7 100644 --- a/CustomFieldDictionaryProto/util.F90 +++ b/CustomFieldDictionaryProto/util.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/DriverInDriverDataDepProto/README b/DriverInDriverDataDepProto/README index 9ec13af8..c7353b5c 100644 --- a/DriverInDriverDataDepProto/README +++ b/DriverInDriverDataDepProto/README @@ -28,7 +28,7 @@ Description: Build: - Set environment variable ESMFMKFILE to point to the esmf.mk of your ESMF installation. - - gmake + - make Execution: - Optionally set environment variable ESMF_RUNTIME_COMPLIANCECHECK to ON. diff --git a/DriverInDriverDataDepProto/atm.F90 b/DriverInDriverDataDepProto/atm.F90 index 3cb63f21..0345aa6f 100644 --- a/DriverInDriverDataDepProto/atm.F90 +++ b/DriverInDriverDataDepProto/atm.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/DriverInDriverDataDepProto/driverChildComp.F90 b/DriverInDriverDataDepProto/driverChildComp.F90 index 209d7a17..a8a73e48 100644 --- a/DriverInDriverDataDepProto/driverChildComp.F90 +++ b/DriverInDriverDataDepProto/driverChildComp.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/DriverInDriverDataDepProto/driverParentComp.F90 b/DriverInDriverDataDepProto/driverParentComp.F90 index 3a37ef77..fbb93da1 100644 --- a/DriverInDriverDataDepProto/driverParentComp.F90 +++ b/DriverInDriverDataDepProto/driverParentComp.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/DriverInDriverDataDepProto/mainApp.F90 b/DriverInDriverDataDepProto/mainApp.F90 index e9b614d1..2c7308bd 100644 --- a/DriverInDriverDataDepProto/mainApp.F90 +++ b/DriverInDriverDataDepProto/mainApp.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/DriverInDriverDataDepProto/ocn.F90 b/DriverInDriverDataDepProto/ocn.F90 index ac1f1186..665320b6 100644 --- a/DriverInDriverDataDepProto/ocn.F90 +++ b/DriverInDriverDataDepProto/ocn.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/DriverInDriverProto/README b/DriverInDriverProto/README index 80306b12..015a3ceb 100644 --- a/DriverInDriverProto/README +++ b/DriverInDriverProto/README @@ -27,7 +27,7 @@ Description: Build: - Set environment variable ESMFMKFILE to point to the esmf.mk of your ESMF installation. - - gmake + - make Execution: - Optionally set environment variable ESMF_RUNTIME_COMPLIANCECHECK to ON. diff --git a/DriverInDriverProto/atm.F90 b/DriverInDriverProto/atm.F90 index c656aa51..bd0552aa 100644 --- a/DriverInDriverProto/atm.F90 +++ b/DriverInDriverProto/atm.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/DriverInDriverProto/driverChildComp.F90 b/DriverInDriverProto/driverChildComp.F90 index 209d7a17..a8a73e48 100644 --- a/DriverInDriverProto/driverChildComp.F90 +++ b/DriverInDriverProto/driverChildComp.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/DriverInDriverProto/driverParentComp.F90 b/DriverInDriverProto/driverParentComp.F90 index 3a37ef77..fbb93da1 100644 --- a/DriverInDriverProto/driverParentComp.F90 +++ b/DriverInDriverProto/driverParentComp.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/DriverInDriverProto/mainApp.F90 b/DriverInDriverProto/mainApp.F90 index e9b614d1..2c7308bd 100644 --- a/DriverInDriverProto/mainApp.F90 +++ b/DriverInDriverProto/mainApp.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/DriverInDriverProto/ocn.F90 b/DriverInDriverProto/ocn.F90 index ed25dba1..86ea85e0 100644 --- a/DriverInDriverProto/ocn.F90 +++ b/DriverInDriverProto/ocn.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/DynPhyProto/README b/DynPhyProto/README index 052242d0..c0b89566 100644 --- a/DynPhyProto/README +++ b/DynPhyProto/README @@ -48,7 +48,7 @@ Description: Build: - Set environment variable ESMFMKFILE to point to the esmf.mk of your ESMF installation. - - gmake + - make Execution: - Optionally set environment variable ESMF_RUNTIME_COMPLIANCECHECK to ON. diff --git a/DynPhyProto/atm.F90 b/DynPhyProto/atm.F90 index faf4ee5c..93cbf0cf 100644 --- a/DynPhyProto/atm.F90 +++ b/DynPhyProto/atm.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/DynPhyProto/dyn.F90 b/DynPhyProto/dyn.F90 index a2329350..641c598d 100644 --- a/DynPhyProto/dyn.F90 +++ b/DynPhyProto/dyn.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/DynPhyProto/esmApp.F90 b/DynPhyProto/esmApp.F90 index efc205c3..bf3911a7 100644 --- a/DynPhyProto/esmApp.F90 +++ b/DynPhyProto/esmApp.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/DynPhyProto/phy.F90 b/DynPhyProto/phy.F90 index 7199ffd0..029943fc 100644 --- a/DynPhyProto/phy.F90 +++ b/DynPhyProto/phy.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/ExternalDriverAPIProto/README b/ExternalDriverAPIProto/README index 7120a57a..16c63f59 100644 --- a/ExternalDriverAPIProto/README +++ b/ExternalDriverAPIProto/README @@ -23,7 +23,7 @@ Description: Build: - Set environment variable ESMFMKFILE to point to the esmf.mk of your ESMF installation. - - gmake + - make Execution: - Optionally set environment variable ESMF_RUNTIME_COMPLIANCECHECK to ON. diff --git a/ExternalDriverAPIProto/atm.F90 b/ExternalDriverAPIProto/atm.F90 index 22914385..33142fbd 100644 --- a/ExternalDriverAPIProto/atm.F90 +++ b/ExternalDriverAPIProto/atm.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/ExternalDriverAPIProto/esm.F90 b/ExternalDriverAPIProto/esm.F90 index 91fd57c9..4ce95405 100644 --- a/ExternalDriverAPIProto/esm.F90 +++ b/ExternalDriverAPIProto/esm.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/ExternalDriverAPIProto/externalApp.F90 b/ExternalDriverAPIProto/externalApp.F90 index e75107c1..8b10f0c5 100644 --- a/ExternalDriverAPIProto/externalApp.F90 +++ b/ExternalDriverAPIProto/externalApp.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/ExternalDriverAPIProto/ocn.F90 b/ExternalDriverAPIProto/ocn.F90 index 8cdd521d..9770cab9 100644 --- a/ExternalDriverAPIProto/ocn.F90 +++ b/ExternalDriverAPIProto/ocn.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/ExternalDriverAPIWeakCplDAProto/README b/ExternalDriverAPIWeakCplDAProto/README index b81e3342..1ab2e452 100644 --- a/ExternalDriverAPIWeakCplDAProto/README +++ b/ExternalDriverAPIWeakCplDAProto/README @@ -26,7 +26,7 @@ Description: Build: - Set environment variable ESMFMKFILE to point to the esmf.mk of your ESMF installation. - - gmake + - make Execution: - Optionally set environment variable ESMF_RUNTIME_COMPLIANCECHECK to ON. diff --git a/ExternalDriverAPIWeakCplDAProto/atm.F90 b/ExternalDriverAPIWeakCplDAProto/atm.F90 index 22914385..33142fbd 100644 --- a/ExternalDriverAPIWeakCplDAProto/atm.F90 +++ b/ExternalDriverAPIWeakCplDAProto/atm.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/ExternalDriverAPIWeakCplDAProto/atmDA.F90 b/ExternalDriverAPIWeakCplDAProto/atmDA.F90 index d57f5a54..b81a3b8f 100644 --- a/ExternalDriverAPIWeakCplDAProto/atmDA.F90 +++ b/ExternalDriverAPIWeakCplDAProto/atmDA.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/ExternalDriverAPIWeakCplDAProto/esm.F90 b/ExternalDriverAPIWeakCplDAProto/esm.F90 index 91fd57c9..4ce95405 100644 --- a/ExternalDriverAPIWeakCplDAProto/esm.F90 +++ b/ExternalDriverAPIWeakCplDAProto/esm.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/ExternalDriverAPIWeakCplDAProto/externalApp.F90 b/ExternalDriverAPIWeakCplDAProto/externalApp.F90 index 9d7f9127..7adb01ec 100644 --- a/ExternalDriverAPIWeakCplDAProto/externalApp.F90 +++ b/ExternalDriverAPIWeakCplDAProto/externalApp.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/ExternalDriverAPIWeakCplDAProto/nuopc_da.F90 b/ExternalDriverAPIWeakCplDAProto/nuopc_da.F90 index 5f0edbe2..edaf4a9a 100644 --- a/ExternalDriverAPIWeakCplDAProto/nuopc_da.F90 +++ b/ExternalDriverAPIWeakCplDAProto/nuopc_da.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/ExternalDriverAPIWeakCplDAProto/ocn.F90 b/ExternalDriverAPIWeakCplDAProto/ocn.F90 index 8cdd521d..9770cab9 100644 --- a/ExternalDriverAPIWeakCplDAProto/ocn.F90 +++ b/ExternalDriverAPIWeakCplDAProto/ocn.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/ExternalDriverAPIWeakCplDAProto/ocnDA.F90 b/ExternalDriverAPIWeakCplDAProto/ocnDA.F90 index f858372c..d40ee2f0 100644 --- a/ExternalDriverAPIWeakCplDAProto/ocnDA.F90 +++ b/ExternalDriverAPIWeakCplDAProto/ocnDA.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/GenericMediatorProto/README b/GenericMediatorProto/README index 1016cdf5..ce820d40 100644 --- a/GenericMediatorProto/README +++ b/GenericMediatorProto/README @@ -29,7 +29,7 @@ Description: Build: - Set environment variable ESMFMKFILE to point to the esmf.mk of your ESMF installation. - - gmake + - make Execution: - Optionally set environment variable ESMF_RUNTIME_COMPLIANCECHECK to ON. diff --git a/GenericMediatorProto/app.F90 b/GenericMediatorProto/app.F90 index ac2f3d3b..e274ee26 100644 --- a/GenericMediatorProto/app.F90 +++ b/GenericMediatorProto/app.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/GenericMediatorProto/driver.F90 b/GenericMediatorProto/driver.F90 index 011e7b73..837559c8 100644 --- a/GenericMediatorProto/driver.F90 +++ b/GenericMediatorProto/driver.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/GenericMediatorProto/mediator.F90 b/GenericMediatorProto/mediator.F90 index e9e82aa8..83ff4e9e 100644 --- a/GenericMediatorProto/mediator.F90 +++ b/GenericMediatorProto/mediator.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/GenericMediatorProto/modelA.F90 b/GenericMediatorProto/modelA.F90 index 50969c33..8cba2a25 100644 --- a/GenericMediatorProto/modelA.F90 +++ b/GenericMediatorProto/modelA.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/GenericMediatorProto/modelB.F90 b/GenericMediatorProto/modelB.F90 index 0399bca4..3eb7c903 100644 --- a/GenericMediatorProto/modelB.F90 +++ b/GenericMediatorProto/modelB.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/HierarchyProto/README b/HierarchyProto/README index d029b383..724fc5a8 100644 --- a/HierarchyProto/README +++ b/HierarchyProto/README @@ -31,7 +31,7 @@ Description: Build: - Set environment variable ESMFMKFILE to point to the esmf.mk of your ESMF installation. - - gmake + - make Execution: - Optionally set environment variable ESMF_RUNTIME_COMPLIANCECHECK to ON. diff --git a/HierarchyProto/atm.F90 b/HierarchyProto/atm.F90 index 5d710589..bc976a27 100644 --- a/HierarchyProto/atm.F90 +++ b/HierarchyProto/atm.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/HierarchyProto/dyn.F90 b/HierarchyProto/dyn.F90 index f758061f..a0afb899 100644 --- a/HierarchyProto/dyn.F90 +++ b/HierarchyProto/dyn.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/HierarchyProto/esm.F90 b/HierarchyProto/esm.F90 index 25d65728..e7ab589f 100644 --- a/HierarchyProto/esm.F90 +++ b/HierarchyProto/esm.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/HierarchyProto/esmApp.F90 b/HierarchyProto/esmApp.F90 index b9619e52..f0196e88 100644 --- a/HierarchyProto/esmApp.F90 +++ b/HierarchyProto/esmApp.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/HierarchyProto/ocn.F90 b/HierarchyProto/ocn.F90 index 215fdaa6..d163f475 100644 --- a/HierarchyProto/ocn.F90 +++ b/HierarchyProto/ocn.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/HierarchyProto/phy.F90 b/HierarchyProto/phy.F90 index 1bc2a1ed..f7bb3493 100644 --- a/HierarchyProto/phy.F90 +++ b/HierarchyProto/phy.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/NamespaceProto/README b/NamespaceProto/README index a09956e7..b353b6ec 100644 --- a/NamespaceProto/README +++ b/NamespaceProto/README @@ -24,7 +24,7 @@ Description: Build: - Set environment variable ESMFMKFILE to point to the esmf.mk of your ESMF installation. - - gmake + - make Execution: - Optionally set environment variable ESMF_RUNTIME_COMPLIANCECHECK to ON. diff --git a/NamespaceProto/atm.F90 b/NamespaceProto/atm.F90 index 5f7242a1..f6f877ae 100644 --- a/NamespaceProto/atm.F90 +++ b/NamespaceProto/atm.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/NamespaceProto/driver.F90 b/NamespaceProto/driver.F90 index cf4a9649..37331675 100644 --- a/NamespaceProto/driver.F90 +++ b/NamespaceProto/driver.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/NamespaceProto/mainApp.F90 b/NamespaceProto/mainApp.F90 index f2fbd953..e1532809 100644 --- a/NamespaceProto/mainApp.F90 +++ b/NamespaceProto/mainApp.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/NamespaceProto/med.F90 b/NamespaceProto/med.F90 index 087e4c34..7ba46db8 100644 --- a/NamespaceProto/med.F90 +++ b/NamespaceProto/med.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/NestingMultipleProto/README b/NestingMultipleProto/README index 545f9ba1..1ecb4433 100644 --- a/NestingMultipleProto/README +++ b/NestingMultipleProto/README @@ -24,7 +24,7 @@ Description: Build: - Set environment variable ESMFMKFILE to point to the esmf.mk of your ESMF installation. - - gmake + - make Execution: - Optionally set environment variable ESMF_RUNTIME_COMPLIANCECHECK to ON. diff --git a/NestingMultipleProto/advectDiffComp.F90 b/NestingMultipleProto/advectDiffComp.F90 index 4538145a..a86d3112 100644 --- a/NestingMultipleProto/advectDiffComp.F90 +++ b/NestingMultipleProto/advectDiffComp.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/NestingMultipleProto/driverComp.F90 b/NestingMultipleProto/driverComp.F90 index 1a1fb954..221fef9b 100644 --- a/NestingMultipleProto/driverComp.F90 +++ b/NestingMultipleProto/driverComp.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/NestingMultipleProto/mainApp.F90 b/NestingMultipleProto/mainApp.F90 index ebcabbf7..de9b653b 100644 --- a/NestingMultipleProto/mainApp.F90 +++ b/NestingMultipleProto/mainApp.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/NestingSingleProto/README b/NestingSingleProto/README index b884ad47..87fce05d 100644 --- a/NestingSingleProto/README +++ b/NestingSingleProto/README @@ -23,7 +23,7 @@ Description: Build: - Set environment variable ESMFMKFILE to point to the esmf.mk of your ESMF installation. - - gmake + - make Execution: - Optionally set environment variable ESMF_RUNTIME_COMPLIANCECHECK to ON. diff --git a/NestingSingleProto/advectDiffComp.F90 b/NestingSingleProto/advectDiffComp.F90 index a67fd963..a7a16115 100644 --- a/NestingSingleProto/advectDiffComp.F90 +++ b/NestingSingleProto/advectDiffComp.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/NestingSingleProto/driverComp.F90 b/NestingSingleProto/driverComp.F90 index 2424e0c9..ae19760f 100644 --- a/NestingSingleProto/driverComp.F90 +++ b/NestingSingleProto/driverComp.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/NestingSingleProto/mainApp.F90 b/NestingSingleProto/mainApp.F90 index ebcabbf7..de9b653b 100644 --- a/NestingSingleProto/mainApp.F90 +++ b/NestingSingleProto/mainApp.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/NestingTelescopeMultipleProto/README b/NestingTelescopeMultipleProto/README index 0c31257d..85b6c70b 100644 --- a/NestingTelescopeMultipleProto/README +++ b/NestingTelescopeMultipleProto/README @@ -26,7 +26,7 @@ Description: Build: - Set environment variable ESMFMKFILE to point to the esmf.mk of your ESMF installation. - - gmake + - make Execution: - Optionally set environment variable ESMF_RUNTIME_COMPLIANCECHECK to ON. diff --git a/NestingTelescopeMultipleProto/advectDiffComp.F90 b/NestingTelescopeMultipleProto/advectDiffComp.F90 index e6013e0f..fa5985b9 100644 --- a/NestingTelescopeMultipleProto/advectDiffComp.F90 +++ b/NestingTelescopeMultipleProto/advectDiffComp.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/NestingTelescopeMultipleProto/driverComp.F90 b/NestingTelescopeMultipleProto/driverComp.F90 index ae72d633..10d49d65 100644 --- a/NestingTelescopeMultipleProto/driverComp.F90 +++ b/NestingTelescopeMultipleProto/driverComp.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/NestingTelescopeMultipleProto/mainApp.F90 b/NestingTelescopeMultipleProto/mainApp.F90 index ebcabbf7..de9b653b 100644 --- a/NestingTelescopeMultipleProto/mainApp.F90 +++ b/NestingTelescopeMultipleProto/mainApp.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/SingleModelOpenMPProto/README b/SingleModelOpenMPProto/README index 6e702e51..8c784dba 100644 --- a/SingleModelOpenMPProto/README +++ b/SingleModelOpenMPProto/README @@ -31,7 +31,7 @@ Description: Build: - Set environment variable ESMFMKFILE to point to the esmf.mk of your ESMF installation. - - gmake + - make Execution: - Optionally set environment variable ESMF_RUNTIME_COMPLIANCECHECK to ON. diff --git a/SingleModelOpenMPProto/driver.F90 b/SingleModelOpenMPProto/driver.F90 index c4863840..5f8a0695 100644 --- a/SingleModelOpenMPProto/driver.F90 +++ b/SingleModelOpenMPProto/driver.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/SingleModelOpenMPProto/mainApp.F90 b/SingleModelOpenMPProto/mainApp.F90 index eb5ee6ff..477be444 100644 --- a/SingleModelOpenMPProto/mainApp.F90 +++ b/SingleModelOpenMPProto/mainApp.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/SingleModelOpenMPProto/model.F90 b/SingleModelOpenMPProto/model.F90 index cc49f64b..9a5d629e 100644 --- a/SingleModelOpenMPProto/model.F90 +++ b/SingleModelOpenMPProto/model.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/SingleModelOpenMPUnawareProto/README b/SingleModelOpenMPUnawareProto/README index e9fc385a..96b86132 100644 --- a/SingleModelOpenMPUnawareProto/README +++ b/SingleModelOpenMPUnawareProto/README @@ -27,7 +27,7 @@ Description: Build: - Set environment variable ESMFMKFILE to point to the esmf.mk of your ESMF installation. - - gmake + - make Execution: - Optionally set environment variable ESMF_RUNTIME_COMPLIANCECHECK to ON. diff --git a/SingleModelOpenMPUnawareProto/driver.F90 b/SingleModelOpenMPUnawareProto/driver.F90 index 9f58bf12..39dfe3af 100644 --- a/SingleModelOpenMPUnawareProto/driver.F90 +++ b/SingleModelOpenMPUnawareProto/driver.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/SingleModelOpenMPUnawareProto/mainApp.F90 b/SingleModelOpenMPUnawareProto/mainApp.F90 index eb5ee6ff..477be444 100644 --- a/SingleModelOpenMPUnawareProto/mainApp.F90 +++ b/SingleModelOpenMPUnawareProto/mainApp.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/SingleModelOpenMPUnawareProto/model.F90 b/SingleModelOpenMPUnawareProto/model.F90 index cc49f64b..9a5d629e 100644 --- a/SingleModelOpenMPUnawareProto/model.F90 +++ b/SingleModelOpenMPUnawareProto/model.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/SingleModelProto/README b/SingleModelProto/README index dbea1fcf..8f6ad41e 100644 --- a/SingleModelProto/README +++ b/SingleModelProto/README @@ -19,7 +19,7 @@ Description: Build: - Set environment variable ESMFMKFILE to point to the esmf.mk of your ESMF installation. - - gmake + - make Execution: - Optionally set environment variable ESMF_RUNTIME_COMPLIANCECHECK to ON. diff --git a/SingleModelProto/driver.F90 b/SingleModelProto/driver.F90 index 03e47beb..f35c1d65 100644 --- a/SingleModelProto/driver.F90 +++ b/SingleModelProto/driver.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/SingleModelProto/mainApp.F90 b/SingleModelProto/mainApp.F90 index f2fbd953..e1532809 100644 --- a/SingleModelProto/mainApp.F90 +++ b/SingleModelProto/mainApp.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/SingleModelProto/model.F90 b/SingleModelProto/model.F90 index 2549baee..b0fa5ffa 100644 --- a/SingleModelProto/model.F90 +++ b/SingleModelProto/model.F90 @@ -1,6 +1,6 @@ !============================================================================== ! Earth System Modeling Framework -! Copyright 2002-2021, University Corporation for Atmospheric Research, +! Copyright 2002-2022, University Corporation for Atmospheric Research, ! Massachusetts Institute of Technology, Geophysical Fluid Dynamics ! Laboratory, University of Michigan, National Centers for Environmental ! Prediction, Los Alamos National Laboratory, Argonne National Laboratory, diff --git a/testProtos.sh b/testProtos.sh index 87bd7d77..5d024f41 100755 --- a/testProtos.sh +++ b/testProtos.sh @@ -2,7 +2,7 @@ #============================================================================== # Earth System Modeling Framework -# Copyright 2002-2021, University Corporation for Atmospheric Research, +# Copyright 2002-2022, University Corporation for Atmospheric Research, # Massachusetts Institute of Technology, Geophysical Fluid Dynamics # Laboratory, University of Michigan, National Centers for Environmental # Prediction, Los Alamos National Laboratory, Argonne National Laboratory, @@ -17,6 +17,7 @@ eval $command #TOOLRUN="valgrind --leak-check=full" count=0 +failcount=0 function TestProto { ((count++)) @@ -319,6 +320,7 @@ i=1 while [[ $i -le $count ]] do echo ${testResult[i]}: ${testList[i]} +if [ "${testResult[i]}" != "PASS" ]; then ((failcount++)); fi ((i++)) done echo "== TEST SUMMARY STOP ==" @@ -327,3 +329,5 @@ date echo echo --------------------------------------------------------------------------- grep " ERROR " */PET*.ESMF_LogFile + +exit $failcount