Skip to content

Commit c5105d4

Browse files
committed
remove IOP func decl in homme interface
1 parent 3b065a5 commit c5105d4

File tree

1 file changed

+0
-38
lines changed

1 file changed

+0
-38
lines changed

components/eamxx/src/dynamics/homme/eamxx_homme_process_interface.hpp

Lines changed: 0 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -109,44 +109,6 @@ class HommeDynamics : public AtmosphereProcess
109109
void rayleigh_friction_init ();
110110
void rayleigh_friction_apply (const Real dt) const;
111111

112-
// IOP functions
113-
void apply_iop_forcing(const Real dt);
114-
115-
KOKKOS_FUNCTION
116-
static void advance_iop_subsidence(const KT::MemberType& team,
117-
const int nlevs,
118-
const Real dt,
119-
const Real ps,
120-
const view_1d<const Pack>& pmid,
121-
const view_1d<const Pack>& pint,
122-
const view_1d<const Pack>& pdel,
123-
const view_1d<const Pack>& omega,
124-
const Workspace& workspace,
125-
const view_1d<Pack>& u,
126-
const view_1d<Pack>& v,
127-
const view_1d<Pack>& T,
128-
const view_2d<Pack>& Q);
129-
130-
KOKKOS_FUNCTION
131-
static void advance_iop_forcing(const KT::MemberType& team,
132-
const int nlevs,
133-
const Real dt,
134-
const view_1d<const Pack>& divT,
135-
const view_1d<const Pack>& divq,
136-
const view_1d<Pack>& T,
137-
const view_1d<Pack>& qv);
138-
139-
140-
KOKKOS_FUNCTION
141-
static void iop_apply_coriolis(const KT::MemberType& team,
142-
const int nlevs,
143-
const Real dt,
144-
const Real lat,
145-
const view_1d<const Pack>& u_ls,
146-
const view_1d<const Pack>& v_ls,
147-
const view_1d<Pack>& u,
148-
const view_1d<Pack>& v);
149-
150112
public:
151113
// Fast boolean function returning whether Physics PGN is being used.
152114
bool fv_phys_active() const;

0 commit comments

Comments
 (0)