-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
bugSomething isn't workingSomething isn't workingforcingIssue related to forcing (generation, loading, etc.)Issue related to forcing (generation, loading, etc.)
Description
When I run the makkink forcing and specify a directory that directory is used as the starting point for ESMValTool, but the final result is not written in that directory. This means that the result (including the yaml file with the forcing info) is written a few directories deeper. This means that
forcing.sources["LumpedMakkingForcing"].generate(dir = "myDir")
followed by
forcing = forcing.sources["LumpedMakkinkForcing"].load("myDir")
does not work, but should be
forcing = forcing.sources["LumpedMakkinkForcing"].load("myDir" + "work/diagnostic/script")
to make it work. This is not consistent between forcing sources.
BSchilperoort
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingforcingIssue related to forcing (generation, loading, etc.)Issue related to forcing (generation, loading, etc.)