get issm exports in landice tile space#1212
get issm exports in landice tile space#1212weiyuan-jiang wants to merge 1 commit intofeature/agstub/issm-gridcompfrom
Conversation
|
This PR is being prevented from merging because you have not added one of our required labels: 0 diff, 0 diff trivial, Non 0-diff, 0 diff structural, 0-diff trivial, Not 0-diff, 0-diff, automatic, 0-diff uncoupled, github_actions. Please add one so that the PR can be merged. |
|
so the "whatever" here should have the (local) size of landice tiles? So the idea is I can transform between mesh and landice tiles like before (with ESMF_FieldRegrid and MAPL_LocStreamTransform), set the landice tile version in this new internal state, then recover these pointers via internal state in the landice gridcomp? Am I thinking about it right? |
Yes, that is local size |
Since ISSM's exports are on mesh-like locstream, the variables on landice-tile space cannot be exported. This PR uses internal state to pass the variables from ISSM gridcomp back to landice gridcomp and use landice's export for history output. @agstub , this PR is not done. I have left some place for you to implement. Please take a look and let me know your concerns.