Closed
Description
When using the coupled model WRFxCSPY, FileNotFoundError is raised when loading default paths in config.py
: the path ./config.toml
is not found. The user must manually hardcode an absolute path as the default.
Expected behaviour:
The default path should automatically point to the config file in the current working directory.