-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'release/8.2.0' into main
- Loading branch information
Showing
203 changed files
with
15,776 additions
and
7,192 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,11 @@ | ||
#!/usr/bin/env bash | ||
set -Eeuxo pipefail | ||
|
||
git config --global user.email "himanshu@ucar.edu" | ||
git config --global user.email "dunlap@ucar.edu" | ||
git config --global user.name "esmf-orgbot" | ||
|
||
cd | ||
|
||
git clone --depth 1 [email protected]:esmf-org/esmpy_doc.git | ||
|
||
cd esmpy_doc/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
#ifdef ESMC_RCS_HEADER | ||
"$Id$" | ||
"Defines the configuration for this machine" | ||
#endif | ||
|
||
#if 0 | ||
Earth System Modeling Framework | ||
Copyright 2002-2021, University Corporation for Atmospheric Research, | ||
Massachusetts Institute of Technology, Geophysical Fluid Dynamics | ||
Laboratory, University of Michigan, National Centers for Environmental | ||
Prediction, Los Alamos National Laboratory, Argonne National Laboratory, | ||
NASA Goddard Space Flight Center. | ||
Licensed under the University of Illinois-NCSA License. | ||
#endif | ||
|
||
#if !defined(INCLUDED_CONF_H) | ||
#define INCLUDED_CONF_H | ||
|
||
#define PARCH_linux | ||
|
||
#define FTN_X(func) func##_ | ||
#define FTNX(func) func##_ | ||
|
||
#if defined (__cplusplus) | ||
// Typedef to match the data type of the 'hidden' string length | ||
// argument that Fortran uses when passing CHARACTER strings. | ||
#include <cstddef> | ||
typedef size_t ESMCI_FortranStrLenArg; | ||
#endif | ||
|
||
#define ESMC_PRESENT(arg) ( (arg) != 0 ) | ||
|
||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
#if 0 | ||
$Id$ | ||
|
||
Earth System Modeling Framework | ||
Copyright 2002-2021, University Corporation for Atmospheric Research, | ||
Massachusetts Institute of Technology, Geophysical Fluid Dynamics | ||
Laboratory, University of Michigan, National Centers for Environmental | ||
Prediction, Los Alamos National Laboratory, Argonne National Laboratory, | ||
NASA Goddard Space Flight Center. | ||
Licensed under the University of Illinois-NCSA License. | ||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Settings for Linux, using the NVIDIA HPC compilers. | ||
|
||
Requires the following environment settings: | ||
|
||
ESMF_COMPILER nvhpc |
Oops, something went wrong.