Skip to content
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

Open
wants to merge 4 commits into
base: release
Choose a base branch
from

Conversation

ackerlar
Copy link
Collaborator

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

                        aerocoarse: histaerocoarse
                        aerofarir: histaerofarir
                        aerofin: histaerofin

the file is found and no error arises.

The rest is only clean up in the PISM coupling scripts

Copy link
Contributor

@nwieters nwieters left a 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.

Comment on lines +414 to +416
#aerocoarse: histaerocoarse
#aerofarir: histaerofarir
#aerofin: histaerofin
Copy link
Contributor

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?

Copy link
Collaborator Author

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

@@ -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"),
Copy link
Contributor

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?

Copy link
Collaborator Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants