diff --git a/Source/DataStructs/DataStruct.H b/Source/DataStructs/DataStruct.H index 5482c212c..6a596e41b 100644 --- a/Source/DataStructs/DataStruct.H +++ b/Source/DataStructs/DataStruct.H @@ -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