-
Notifications
You must be signed in to change notification settings - Fork 52
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
Awicm3 ice thermo cpl fixes #93
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.
I am fine with it, have only one comment, that just a suggestion, feel free to consider or ignore it :) I would wait for at least another review before merge.
! h0max = 0.75 | ||
! endif | ||
!#endif /* (__oifs) */ | ||
#if defined (__oifs) |
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.
We had before the situation, when people where trying to optimize for h0
, available in the namelist, but then hardcoded downstream. Will we get into similar trap here? Should we maybe expose those parameters explicitly through namelist.ice
and comment that they only used in a coupled setting?
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.
great job, great bug fixes! technically it can be merged as is. @koldunovn shall we introduce namelist.cpl or a section &cpl in one of the namelists for FESOM?
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.
Maybe not for this PR, but later I think it's not a bad idea. If you OK with this PR I would merge as is.
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.
I would be ok with that. And to have the namelist.cpl be a separate development.
AWI-CM3 ice_thermo_cpl fixes
This branch is the result of extensive check of the sea ice coupling by Tido, Qiang, Dima Sidorenko, Wolfgang Dorn and others. The changes are confined to routines that are called when FESOM2 is coupled to OpenIFS.
The discussion behind this branch took place in https://github.com/AWI-CM3/project_digital_twin/issues/14