Skip to content

Commit

Permalink
Remove Timeseries (it is replaced by ScalarForcing)
Browse files Browse the repository at this point in the history
  • Loading branch information
ckhroulev committed Aug 30, 2021
1 parent dcd8c42 commit bdd8187
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 426 deletions.
3 changes: 1 addition & 2 deletions doc/browser/mainpage.md
Expand Up @@ -44,7 +44,7 @@ these classes*. (This is a summary.)
- pism::IceGrid (computational grid)
- pism::Component and pism::Component_TS (interface shared by most sub-models)
- pism::IceModelVec2S, pism::IceModelVec2Stag, pism::IceModelVec2V, and pism::IceModelVec3 (storage)
- pism::Timeseries (scalar forcing)
- pism::ScalarForcing (scalar time-dependent forcing)
- pism::IceModelVec2T (2D time-dependent forcing)
- pism::VariableMetadata (variable metadata such as physical units)
- pism::Config (configuration parameter database)
Expand All @@ -56,7 +56,6 @@ these classes*. (This is a summary.)
- [Organization of PISM's computational grid](@ref computational_grid)
- [pism::IceModelVec and friends: storing, reading, writing, accessing 2D and 3D fields](@ref icemodelvec_use)
- [PISM's model components and their interface](@ref pism_components)
- [Reading scalar time-series (Timeseries)](@ref timeseries_overview)

### Other PISM documentation

Expand Down
1 change: 0 additions & 1 deletion src/pythonbindings/CMakeLists.txt
Expand Up @@ -19,7 +19,6 @@ if (Pism_BUILD_PYTHON_BINDINGS)
pism_SIA.i
pism_SSA.i
pism_blatter.i
pism_Timeseries.i
pism_VariableMetadata.i
pism_Vars.i
pism_Vec.i
Expand Down
3 changes: 0 additions & 3 deletions src/pythonbindings/PISM.i
Expand Up @@ -250,9 +250,6 @@
/* make sure pism_File.i is included before VariableMetadata.hh */
%include pism_VariableMetadata.i

/* Timeseries uses IceGrid and VariableMetadata so they have to be wrapped first. */
%include pism_Timeseries.i

/* IceModelVec uses IceGrid and VariableMetadata so they have to be wrapped first. */
%include pism_IceModelVec.i

Expand Down
20 changes: 0 additions & 20 deletions src/pythonbindings/pism_Timeseries.i

This file was deleted.

1 change: 0 additions & 1 deletion src/util/CMakeLists.txt
Expand Up @@ -21,7 +21,6 @@ set(PISMUTIL_SRC
Vars.cc
Profiling.cc
TerminationReason.cc
Timeseries.cc
VariableMetadata.cc
error_handling.cc
iceModelVec.cc
Expand Down
232 changes: 0 additions & 232 deletions src/util/Timeseries.cc

This file was deleted.

82 changes: 0 additions & 82 deletions src/util/Timeseries.hh

This file was deleted.

0 comments on commit bdd8187

Please sign in to comment.