CABLE-LSM / benchcab

Tool for evaluation of CABLE land surface model
https://benchcab.readthedocs.io/en/latest/
Apache License 2.0
2 stars 4 forks source link

Deprecate serial_cable and parallel_cable scripts #225

Closed SeanBryan51 closed 11 months ago

SeanBryan51 commented 11 months ago

The serial_cable and parallel_cable scripts were deprecated in https://github.com/CABLE-LSM/CABLE/pull/193. This change does the same in the benchcab source code.

Code branches that require the serial_cable and parallel_cable scripts can use the build_script key as a work around.

Fixes #223

codecov[bot] commented 11 months ago

Codecov Report

Attention: 5 lines in your changes are missing coverage. Please review.

Comparison is base (9a8ec67) 82.68% compared to head (db6b941) 82.34%. Report is 4 commits behind head on main.

Files Patch % Lines
benchcab/benchcab.py 0.00% 3 Missing :warning:
benchcab/fluxsite.py 90.00% 1 Missing :warning:
benchcab/model.py 83.33% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #225 +/- ## ========================================== - Coverage 82.68% 82.34% -0.35% ========================================== Files 28 28 Lines 1496 1410 -86 ========================================== - Hits 1237 1161 -76 + Misses 259 249 -10 ```

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

SeanBryan51 commented 11 months ago

Integration tests pass. The CABLE executable built with benchcab (default behaviour) is identical to that built with the build script (in src/offline/build3.sh).