Skip to content

Commit

Permalink
stub out things for layermodel
Browse files Browse the repository at this point in the history
  • Loading branch information
celdredsandia committed Dec 20, 2023
1 parent 0055523 commit c1a932d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions dynamics/spam/src/models/layermodel.h
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,12 @@ class ModelTendencies : public Tendencies {
}
}

void clip_vertical_velocities(ModelParameters &params, FieldSet<nprognostic> &x)
{}

void adjust_crm_per_phys_using_vert_cfl(ModelParameters &params, FieldSet<nprognostic> &x)
{}

void compute_constants(FieldSet<nconstant> &const_vars,
FieldSet<nprognostic> &x) override {}

Expand Down

0 comments on commit c1a932d

Please sign in to comment.