Skip to content

forcing not written in directory specified by dir argument #423

@RolfHut

Description

@RolfHut

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.

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingforcingIssue related to forcing (generation, loading, etc.)

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions