Open
Conversation
Collaborator
Author
|
Thanks @anton-seaice - do you think this is ready for the next 25km IAF test run? |
Collaborator
Author
|
Ready from my perspective.
|
anton-seaice
commented
Mar 13, 2026
Collaborator
Author
There was a problem hiding this comment.
There isn't much flexibility in the mediator io. I modified this so that it can read 3d variable (x,y,time) from a netcdf . For whatever reason, 3d information in restart files is saved in separate 2d variables so the functionality didn't exisit.
anton-seaice
commented
Mar 13, 2026
Collaborator
Author
|
I did some cleanup, but have finished that for now |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

This change allows for spreading of the iceberg melt field according to a climatological pattern.
A new configuration parameter is added,
rof2ocn_ice_spread- which is the filename for a netcdf file with a 12-monthly climatological spreading pattern. If this parameter is not set - there is no change to existing behaviour (see repro test)When a file is provided, the incoming
Forr_rofifield is spread according to the pattern supplied in the climatology of spreading.e.g., for January:
and for June:
Water volume is maintained between that coming from drof and ficeberg in MOM:
See example OM3 100km configuration:
ACCESS-NRI/access-om3-configs@3169a38