Skip to content

Commit

Permalink
add option to get land mask from MOST
Browse files Browse the repository at this point in the history
  • Loading branch information
baperry2 committed Aug 28, 2024
1 parent e027c26 commit 4f2c54b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Source/BoundaryConditions/ABLMost.H
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,9 @@ public:
const amrex::FArrayBox*
get_z0 (const int& lev) {return &z_0[lev];}

const amrex::iMultiFab*
get_lmask(const int& lev) {return m_lmask_lev[lev][0];}

enum struct FluxCalcType {
MOENG = 0, ///< Moeng functional form
DONELAN, ///< Donelan functional form
Expand Down

0 comments on commit 4f2c54b

Please sign in to comment.