-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8fe39f1
commit 52bb256
Showing
10 changed files
with
31 additions
and
31 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
/*! | ||
* @file ParaGridIO.cpp | ||
* @file ParaGridIO.cpp | ||
* | ||
* @date Oct 24, 2022 | ||
* @author Tim Spain <[email protected]> | ||
* @date 31 Oct 2024 | ||
* @author Tim Spain <[email protected]> | ||
*/ | ||
#ifndef USE_XIOS | ||
#include "include/ParaGridIO.hpp" | ||
|
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,8 +1,8 @@ | ||
/*! | ||
* @file ParaGridIO_Xios.cpp | ||
* @file ParaGridIO_Xios.cpp | ||
* | ||
* @date 27 Aug, 2024 | ||
* @author Joe Wallwork <[email protected]> | ||
* @date 31 Oct 2024 | ||
* @author Joe Wallwork <[email protected]> | ||
*/ | ||
#ifdef USE_XIOS | ||
#include "include/ParaGridIO_Xios.hpp" | ||
|
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,9 +1,9 @@ | ||
/*! | ||
* @file StructureFactory.cpp | ||
* @file StructureFactory.cpp | ||
* | ||
* @date Jan 18, 2022 | ||
* @author Tim Spain <[email protected]> | ||
* @author Kacper Kornet <[email protected]> | ||
* @date 31 Oct 2024 | ||
* @author Tim Spain <[email protected]> | ||
* @author Kacper Kornet <[email protected]> | ||
*/ | ||
#include "include/StructureFactory.hpp" | ||
|
||
|
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,8 +1,8 @@ | ||
/*! | ||
* @file ParaGridIO.hpp | ||
* @file ParaGridIO.hpp | ||
* | ||
* @date Oct 24, 2022 | ||
* @author Tim Spain <[email protected]> | ||
* @date 31 Oct 2024 | ||
* @author Tim Spain <[email protected]> | ||
*/ | ||
#ifndef USE_XIOS | ||
|
||
|
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,8 +1,8 @@ | ||
/*! | ||
* @file ParaGridIO_Xios.hpp | ||
* @file ParaGridIO_Xios.hpp | ||
* | ||
* @date 27 Aug 2024 | ||
* @author Joe Wallwork <[email protected]> | ||
* @date 31 Oct 2024 | ||
* @author Joe Wallwork <[email protected]> | ||
*/ | ||
#ifdef USE_XIOS | ||
#ifndef PARAGRIDIO_HPP | ||
|
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,9 +1,9 @@ | ||
/*! | ||
* @file ParametricGrid.hpp | ||
* @file ParametricGrid.hpp | ||
* | ||
* @date Oct 24, 2022 | ||
* @author Tim Spain <[email protected]> | ||
* @author Kacper Kornet <[email protected]> | ||
* @date 31 Oct 2024 | ||
* @author Tim Spain <[email protected]> | ||
* @author Kacper Kornet <[email protected]> | ||
*/ | ||
|
||
#ifndef PARAMETRICGRID_HPP | ||
|
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,8 +1,8 @@ | ||
/*! | ||
* @file ParaGrid_test.cpp | ||
* @file ParaGrid_test.cpp | ||
* | ||
* @date 24 Sep 2024 | ||
* @author Tim Spain <[email protected]> | ||
* @date 31 Oct 2024 | ||
* @author Tim Spain <[email protected]> | ||
*/ | ||
|
||
#include "ModelArray.hpp" | ||
|
@@ -22,9 +22,9 @@ | |
#else | ||
#include "include/ParaGridIO.hpp" | ||
#endif | ||
#include "include/ParametricGrid.hpp" | ||
#include "include/IStructure.hpp" | ||
#include "include/NextsimModule.hpp" | ||
#include "include/ParametricGrid.hpp" | ||
#include "include/gridNames.hpp" | ||
|
||
#include <cmath> | ||
|
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,7 +1,7 @@ | ||
/*! | ||
* @file XiosRead_test.cpp | ||
* @author Joe Wallwork <[email protected] | ||
* @date 21 August 2024 | ||
* @date 31 Oct 2024 | ||
* @brief Tests for XIOS read method | ||
* @details | ||
* This test is designed to test the read method of the C++ interface | ||
|
6 changes: 3 additions & 3 deletions
6
physics/src/modules/AtmosphereBoundaryModule/ERA5Atmosphere.cpp
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,8 +1,8 @@ | ||
/*! | ||
* @file ERA5Atmosphere.cpp | ||
* @file ERA5Atmosphere.cpp | ||
* | ||
* @date 24 Sep 2024 | ||
* @author Tim Spain <[email protected]> | ||
* @date 31 Oct 2024 | ||
* @author Tim Spain <[email protected]> | ||
*/ | ||
|
||
#include "include/ERA5Atmosphere.hpp" | ||
|
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,8 +1,8 @@ | ||
/*! | ||
* @file TOPAZOcean.cpp | ||
* @file TOPAZOcean.cpp | ||
* | ||
* @date 24 Sep 2024 | ||
* @author Tim Spain <[email protected]> | ||
* @date 31 Oct 2024 | ||
* @author Tim Spain <[email protected]> | ||
*/ | ||
|
||
#include "include/TOPAZOcean.hpp" | ||
|