eagles-project / mam4xx

A C++ implementation of MAM4
https://eagles-project.github.io/mam4xx/
Other
6 stars 6 forks source link

Adds logic to use scream number of vertical levels if the MAM4xx is run under scream #329

Closed singhbalwinder closed 3 months ago

singhbalwinder commented 3 months ago

MAM4xx assumes that the number of vertical levels is 72 for all model configurations. High-resolution SCREAM has 128 levels. This PR adds logic so that MAM4xx uses the same number of levels as SCREAM if MAM4xx is run under SCREAM.

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 96.42%. Comparing base (e70b981) to head (8c98c21).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #329 +/- ## ======================================= Coverage 96.42% 96.42% ======================================= Files 41 41 Lines 8622 8622 ======================================= Hits 8314 8314 Misses 308 308 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.