Closed xylar closed 4 months ago
I successfully ran the ISOMIP+ Ocean0 planar, z-star test case at 4km resolution on Chrysalis. I ran with the default expansion factor of 2.0 as well as 1.0 and 4.0, verifying visually in ParaView that the resulting topography was smoother in proportion to the factor, as expected.
This merge adds support for creating mapping files with
mbtempest
in addition toESMF_RegridWeightGen
. I have addedmoab
withtempest-remap
as a conda dependency.Because
mbtempest
creates mapping files in 2 steps (first creating intersections and then creating the mapping file), I have modified theargs
attribute ofStep
to be a list of lists, allowing multiple commands. Each command is required to take the same parallel resources, which is fine formbtempest
.I have added a new config file
mapping.cfg
with a[mapping]
section and amap_tool
config option (eitheresmf
ormoab
). I have mademoab
the default.Finally, I have updated the
isomip_plus
tests include the new mapping config.Checklist
Testing
comment in the PR documents testing used to verify the changes