Skip to content
Snippets Groups Projects
Commit b19db94a authored by Paul Gierz's avatar Paul Gierz
Browse files

Edit esm_tools_plugin.py

parent c00729eb
No related branches found
No related tags found
No related merge requests found
...@@ -42,6 +42,11 @@ def create_hosing_files(config): ...@@ -42,6 +42,11 @@ def create_hosing_files(config):
return config return config
elif hosing_type == "from_file": elif hosing_type == "from_file":
hosing_file = config["fesom"]["hosing_file"] hosing_file = config["fesom"]["hosing_file"]
config["oasis3mct"].setdefault("coupling_input_fields", {})
config["oasis3mct"]["coupling_input_fields"]["gfw_atmo"] = {
"freq": 86400,
"field_filepath": "gfw_atmo.nc",
}
config["fesom"].setdefault("forcing_files", {}) config["fesom"].setdefault("forcing_files", {})
config["fesom"].setdefault("forcing_sources", {}) config["fesom"].setdefault("forcing_sources", {})
config["fesom"].setdefault("forcing_in_work", {}) config["fesom"].setdefault("forcing_in_work", {})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment