CHM
CHM copied to clipboard
Prepending working dir path
Issue in Clion only where working directory is prepended to forcing file path. This does not happen when running from command line. Unknown why this difference is.
Can you please post an example of the configuration w.r.t the CHM binary directory that triggers this?

From our PMs, it seems it is more than just this though.
To repro, am I correct in thinking it needs:
- Full path to json AND
- Full path to forcing data
Yes correct.
Forcing config file is:
"forcing":
{
"file":"/media/data2/GEM/west/CHM_archive/GEM_forcing.json"
}
Where the file paths to individual forcing files in this config file, are Absolute paths as well.
Temporary workaround is to make all paths relative (forcing config file path, AND paths within that file to forcing files themselves).