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

Booleans in patch and science_configurations in config.yaml #306

Closed ccarouge closed 2 months ago

ccarouge commented 3 months ago

Add explanations in the documentation about specifying namelist options with boolean values in config.yaml since they need to be supplied with Python syntax and not Fortran syntax.

codecov[bot] commented 3 months ago

Codecov Report

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

Project coverage is 70.21%. Comparing base (1dcd270) to head (f599120). Report is 8 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #306 +/- ## ======================================= Coverage 70.21% 70.21% ======================================= Files 20 20 Lines 1128 1128 ======================================= Hits 792 792 Misses 336 336 ```

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

ccarouge commented 2 months ago

@bschroeter Yes that would be good if we could use Fortran syntax instead. The documentation path was the fastest path and important to do before we think of improvements.