Skip to content

Commit

Permalink
Print out coriolis frequency for convenience
Browse files Browse the repository at this point in the history
  • Loading branch information
ewquon committed Jul 11, 2024
1 parent c2b774d commit eb37bbd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Source/DataStructs/DataStruct.H
Original file line number Diff line number Diff line change
Expand Up @@ -426,6 +426,8 @@ struct SolverChoice {
sinphi = std::sin(latitude);
cosphi = std::cos(latitude);

amrex::Print() << "Coriolis frequency, f = " << coriolis_factor * sinphi << " 1/s" << std::endl;

if (abl_driver_type == ABLDriverType::GeostrophicWind)
{
// Read in the geostrophic wind -- we only use this to construct
Expand Down

0 comments on commit eb37bbd

Please sign in to comment.