Skip to content

Commit

Permalink
List variables to set up before Update
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilMiller committed Aug 8, 2024
1 parent b6a2255 commit d38a9d9
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/realizations/coastal/SchismFormulation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,16 @@ void SchismFormulation::finalize()

void SchismFormulation::update()
{
// Meteorological forcings
// RAINRATE - precipitation
// SFCPRS - surface atmospheric pressure
// SPFH2m - specific humidity at 2m
// TMP2m - temperature at 2m
// UU10m, VV10m - wind velocity components at 10m

// ETA2_bnd - water surface elevation at the boundaries
// Q_bnd - flows at boundaries


bmi_->Update();
}

0 comments on commit d38a9d9

Please sign in to comment.