forked from erf-model/ERF
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Cleanup, add clarifying comments * Remove factor of rho from equilibrium (level 2) q * Update notation to match NN09 * Calculate level 2 coeffs * Create separate MYNNLevel2 struct * Use level 2 stability function to calculate level2 qke for the limiter * Create, update, and handoff Qr_prim to MOSTAverage * Calculate virtual potential temp in MOSTAverage * Update MOSTAverage field indices * Add TODOs to calc buoyancy flux for Obukhov len if qstar is available <w'Tv'> = <w'T'>(1 + 0.61<qv>) + 0.61<T><w'qv'>, Stull 4.4.5d * Tv==T in MOSTAverage if no moisture vars * Implement ABLMost::get_q_star and buoyancy flux calculation in MYNN Verified dry solution does not change * Calculate dthetav/dz for MYNN Verified no solution change for dry * Update GABLS inputs, gold data, and SCM best practice * Oops * Add option to specify eddy diffusivities for moist vars from MYNN * Make the QKE source term update moisture-aware
- Loading branch information
Showing
30 changed files
with
667 additions
and
294 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.