Add script to interpolate ITS_LIVE dh/dt and surface fields to MALI mesh#726
Open
trhille wants to merge 4 commits into
Open
Add script to interpolate ITS_LIVE dh/dt and surface fields to MALI mesh#726trhille wants to merge 4 commits into
trhille wants to merge 4 commits into
Conversation
Add script to interpolate ITS_LIVE dh/dt and surface fields to MALI mesh. Based on the ITS_LIVE data set connected with https://doi.org/10.5194/essd-18-1729-2026.
Collaborator
Author
Add command to netCDF history to document time period, source file, and interpolate method.
Use mpas_tools.io.write_netcdf instead of xr.to_netcdf. The previous treatment causes MALI to crash when reading the input file.
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.




Add script to interpolate ITS_LIVE dh/dt and surface fields to MALI mesh for a user-specified time period. Based on the ITS_LIVE data set connected with https://doi.org/10.5194/essd-18-1729-2026. Note that this does not automatically update the
thicknessfield based on the average surface field calculated from the ITS_LIVE data, but that can easily be done with anncap2command if desired..