Skip to content

Commit

Permalink
try except to catch older versions of xesmf
Browse files Browse the repository at this point in the history
  • Loading branch information
ashjbarnes committed Sep 13, 2023
1 parent c3bab93 commit 684cde5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion regional_mom6/regional_mom6.py
Original file line number Diff line number Diff line change
Expand Up @@ -968,7 +968,7 @@ def bathymetry(

## Replace subprocess run with regular regridder
print(
"Starting to regrid bathymetry. If this process hangs you might be better off calling ESMF directly from a terminal with appropriate computational resources using \n mpirun ESMF_Regrid -s bathy_original.nc -d topog_raw.nc -m bilinear --src_var elevation --dst_var elevation --netcdf4 --src_regional --dst_regional\nThis is better for larger domains."
"Starting to regrid bathymetry. If this process hangs you might be better off calling ESMF directly from a terminal with appropriate computational resources using \n\n mpirun ESMF_Regrid -s bathy_original.nc -d topog_raw.nc -m bilinear --src_var elevation --dst_var elevation --netcdf4 --src_regional --dst_regional\n\nThis is better for larger domains.\n\n"
)


Expand Down

0 comments on commit 684cde5

Please sign in to comment.