Skip to content

Commit

Permalink
Remove tshirt, tshirt_c and related tests and data
Browse files Browse the repository at this point in the history
  • Loading branch information
mattw-nws committed Aug 8, 2023
1 parent ddda605 commit 7645eb5
Show file tree
Hide file tree
Showing 24 changed files with 2 additions and 5,232 deletions.
2 changes: 0 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,6 @@ if(NGEN_WITH_SQLITE3)
endif()

add_subdirectory("src/realizations/catchment")
add_subdirectory("src/models/tshirt")
add_subdirectory("src/models/kernels/reservoir")
add_subdirectory("src/models/kernels/evapotranspiration")
add_subdirectory("src/forcing")
Expand All @@ -236,7 +235,6 @@ target_link_libraries(ngen PUBLIC
#NGen::core_catchment_giuh
NGen::core_nexus
NGen::geojson
NGen::models_tshirt
NGen::realizations_catchment
NGen::kernels_reservoir
NGen::kernels_evapotranspiration
Expand Down
4 changes: 0 additions & 4 deletions include/realizations/catchment/Formulation_Constructors.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
#include <boost/optional.hpp>

// Formulations
#include "Tshirt_Realization.hpp"
#include "Tshirt_C_Realization.hpp"
#include "Bmi_Cpp_Formulation.hpp"
#include "Bmi_C_Formulation.hpp"
#include "Bmi_Fortran_Formulation.hpp"
Expand Down Expand Up @@ -48,8 +46,6 @@ namespace realization {
#ifdef ACTIVATE_PYTHON
{"bmi_python", create_formulation_constructor<Bmi_Py_Formulation>()},
#endif // ACTIVATE_PYTHON
{"tshirt", create_formulation_constructor<Tshirt_Realization>()},
{"tshirt_c", create_formulation_constructor<Tshirt_C_Realization>()},
#ifdef NGEN_LSTM_TORCH_LIB_ACTIVE
,
{"lstm", create_formulation_constructor<LSTM_Realization>()}
Expand Down
345 changes: 0 additions & 345 deletions include/realizations/catchment/Tshirt_C_Realization.hpp

This file was deleted.

Loading

0 comments on commit 7645eb5

Please sign in to comment.