-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix aero forcing for HIST in echam.yaml #1152
base: release
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just some minor comments. Looks good to me. But I can't give any comment in detail. Maybe @mandresm can also have a look? Thank you.
#aerocoarse: histaerocoarse | ||
#aerofarir: histaerofarir | ||
#aerofin: histaerofin |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can these lines be removed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, these lines can be removed
couplings/fesom/env_fesom.py
Outdated
@@ -15,7 +15,7 @@ def prepare_environment(config): | |||
"EXP_ID": config["general"]["command_line_config"]["expid"], | |||
"iter_coup_regrid_method_ice2oce": "INTERPOLATE", | |||
"fesom_use_icebergs": config["fesom"].get("use_icebergs", ""), | |||
"BASIN_FILE": config["fesom"].get("basin_file"), | |||
#"BASIN_FILE": config["fesom"].get("basin_file"), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can this line be removed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, this line can be removed. I made some more clean up
The aero forcing for the HIST scenario in echam.yaml was linked to the PI forcing. This gave me this error in the second year of simulation:
FATAL ERROR in aero_read_opt: file aero_coarse_1852.nc does not exist
After changing the echam.yaml to
the file is found and no error arises.
The rest is only clean up in the PISM coupling scripts