CABLE-LSM / benchcab

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

Take a look at the configuration system. #151

Open bschroeter opened 10 months ago

bschroeter commented 10 months ago

https://github.com/CABLE-LSM/benchcab/blob/master/benchcab/internal.py

There may be an opportunity to set up a more robust configuration system to allow users to edit some of the default settings.

See: https://github.com/AusClimateService/axiom/blob/dev/axiom/config.py for one such approach.

SeanBryan51 commented 9 months ago

Hey team! Please add your planning poker estimate with Zenhub @bschroeter @ccarouge

bschroeter commented 9 months ago

This can be quickly implemented following code examples in Axiom.

ccarouge commented 9 months ago

It would improve benchcab portability

SeanBryan51 commented 9 months ago

Ben mentioned we should check the configuration file is the default configuration when running unit tests. This would also be good to have.