You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This has the effect of "flattening" all 2-D Exodus files into 1-D (aka unstructured) SCRIP files. I'm unsure whether ConvertSCRIPToExodus flattens 2-D SCRIP files into 1-D Exodus files. Preserving the rank of grids would facilitate using TR and MBTR (which requires Exodus or connectivity in some form) in computing weights for a large number of existing SCRIP grids. Short demonstration of what I mean. The value of grid_rank is 1 (not 2) in the output SCRIP file after the last command. A grid_dims array would also be required in the SCRIP output to fix this issue.
@whannah1 sorry I missed your comment last week. I use RLL to mean Rectangular/Regular Longitude Latitude. The horizonal dimensions are separate coordinate axes so the grid should be Rank 2 (logically rectangular axes) not Rank 1 (unstructured).
This has the effect of "flattening" all 2-D Exodus files into 1-D (aka unstructured) SCRIP files. I'm unsure whether ConvertSCRIPToExodus flattens 2-D SCRIP files into 1-D Exodus files. Preserving the rank of grids would facilitate using TR and MBTR (which requires Exodus or connectivity in some form) in computing weights for a large number of existing SCRIP grids. Short demonstration of what I mean. The value of
grid_rank
is 1 (not 2) in the output SCRIP file after the last command. Agrid_dims
array would also be required in the SCRIP output to fix this issue.The text was updated successfully, but these errors were encountered: