Skip to content

Commit

Permalink
Get the mesh test to work for mesh_modifier by replacing PFTDATA_MASK…
Browse files Browse the repository at this point in the history
… with LANDFRAC_PFT
  • Loading branch information
ekluzek committed Aug 25, 2023
1 parent dd27d4f commit 4a7f6bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/ctsm/test/test_sys_mesh_modifier.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ def setUp(self):
self._lon_dimname = fsurdat_in_data[self._lat_varname].dims[1]

ncap2_cmd = (
"ncap2 -A -v -s 'mod_lnd_props=PFTDATA_MASK' "
+ "-A -v -s 'landmask=PFTDATA_MASK' "
"ncap2 -A -v -s 'mod_lnd_props=LANDFRAC_PFT' "
+ "-A -v -s 'landmask=LANDFRAC_PFT' "
+ f"-A -v -s {self._lat_varname}={self._lat_varname} "
+ f"-A -v -s {self._lon_varname}={self._lon_varname} "
+ f"{fsurdat_in} {self._landmask_file}"
Expand Down

0 comments on commit 4a7f6bf

Please sign in to comment.