Add ISSM HISTORY, Restarts, and BCs#161
Conversation
|
The variables in the same collection should have the same tile or gridded space. We have discussion that ISSM should have output in mesh-like space. So ICEEL should not be in this collection |
That makes sense! Should I make new collections for ISSM outputs (mesh tile collection and gridded collection)? Will we still want to save a gridded version of ice elevation @lcandre2 ? |
I would say that for standard ISSM outputs (elevation, ice velocity, ice discharge, perhaps a few others) it would be good to have both a tile and gridded collection. |
merge in restart changes, update history, and revert LDAS.rc
|
This PR is being prevented from merging because you have added one of our blocking labels: Contingent - DNA, Needs Lead Approval, Contingent -- Do Not Approve. You'll need to remove it before this PR can be merged. |
|
This PR was tested, it is zero diff for all tests. More details on summary here: GEOS-ESM/GEOSgcm_GridComp#1203 (comment) |
|
@lcandre2 and @gmao-rreichle we will wait on your approval for this merge. Since it anyways needs GEOSgcm_GridComp to go in first. I will leave |
The purpose of this Draft PR is to (1) add new variables from ISSM (Ice-Sheet and Sea-Level System Model) to HISTORY, and deal with BCs files (prefixed ISSM*.*) and restarts (issm_internal_rst).
Current restrictions:
Running ISSM is not supported with zoom-in and Restart type 2. For the latter, we currently have no way of mapping between restarts for different ISSM BCs. Specifying these options results in an error/exit in ldas.py
For restart type M, issm_internal_rst will be bootstrapped from what is stored in the input files (i.e. ice surface, thickness, etc. associated with the BCs). This is a convenient way to generate an ISSM restart.
Related issues and PRs