Skip to content

Commit

Permalink
added transpose stub to match new capability in oops (#1107)
Browse files Browse the repository at this point in the history
* added transpose

* Update src/soca/State/State.h

* addressing PR suggestions

---------

Co-authored-by: Yannick Trémolet <30638944+ytremolet@users.noreply.github.com>
Co-authored-by: Francois Hebert <hebert@ucar.edu>
Co-authored-by: Travis Sluka <tsluka@ucar.edu>
  • Loading branch information
4 people authored Jan 29, 2025
1 parent 697e426 commit b437805
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/soca/State/State.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ namespace soca {
State(const State &);
virtual ~State();
State & operator=(const State &);
void transpose(const State & /*DistState*/, const eckit::mpi::Comm & /*global*/,
const int /*ensNum*/, const int /*transNum*/) {
throw eckit::NotImplemented("Soca State::transpose not implemented", Here());
}

/// Rotations
void rotate2north(const oops::Variables &, const oops::Variables &);
Expand Down

0 comments on commit b437805

Please sign in to comment.