Skip to content

Commit 0b7ff29

Browse files
committed
EAMxx:Fixes made after rebase.
Fixing paths to header files and deleting the unit test.
1 parent 09ce218 commit 0b7ff29

File tree

8 files changed

+3
-491
lines changed

8 files changed

+3
-491
lines changed

components/eamxx/src/physics/mam/readfiles/tracer_reader_utils.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#ifndef EAMXX_MAM_TRACER_READER_UTILS
22
#define EAMXX_MAM_TRACER_READER_UTILS
33

4-
#include "share/io/eamxx_scorpio_interface.hpp"
4+
#include "share/scorpio_interface/eamxx_scorpio_interface.hpp"
55
#include "share/io/scorpio_input.hpp"
66
#include "share/util/eamxx_time_stamp.hpp"
77
#include "share/algorithm/eamxx_time_interpolation.hpp"

components/eamxx/src/physics/mam/readfiles/vertical_remapper_mam4.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#include "vertical_remapper_mam4.hpp"
2-
#include "share/io/eamxx_scorpio_interface.hpp"
2+
#include "share/scorpio_interface/eamxx_scorpio_interface.hpp"
33
#include <mam4xx/mam4.hpp>
44

55
namespace scream

components/eamxx/src/physics/mam/readfiles/vertical_remapper_mam4.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#ifndef EAMXX_VERTICAL_REMAPPER_MAM4_HPP
22
#define EAMXX_VERTICAL_REMAPPER_MAM4_HPP
33

4-
#include "share/grid/remap/vertical_remapper.hpp"
4+
#include "share/remap/vertical_remapper.hpp"
55

66
namespace scream
77
{
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
add_subdirectory(homme_shoc_cld_p3_mam_optics_rrtmgp)
22
add_subdirectory(homme_shoc_cld_mam_aci_p3_mam_optics_rrtmgp_mam_drydep)
33
add_subdirectory(homme_shoc_cld_spa_p3_rrtmgp_mam4_wetscav)
4-
#add_subdirectory(homme_shoc_cld_p3_mam_optics_rrtmgp_microphysics)

components/eamxx/tests/multi-process/dynamics_physics/mam/homme_shoc_cld_p3_mam_optics_rrtmgp_microphysics/CMakeLists.txt

Lines changed: 0 additions & 120 deletions
This file was deleted.

components/eamxx/tests/multi-process/dynamics_physics/mam/homme_shoc_cld_p3_mam_optics_rrtmgp_microphysics/input.yaml

Lines changed: 0 additions & 134 deletions
This file was deleted.

0 commit comments

Comments
 (0)