We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There's a sort-of typo in regrid_xy.py that causes the TMPDIR to be malformed:
work_dir = tmp_dir + 'work/'
The real problem is that it's forming filepaths by hand which is error prone.
The text was updated successfully, but these errors were encountered:
#31 Use pathlib for filepath parsing, and cleanup
1f1293b
- remove undesired fms-user remap cache "feature" - remove some commented code - add automatic exit code checking for the fregrid system calls
NOAA-GFDL#31 Replaced most of regrid-xy string filepath parsing with…
332be9a
… pathlib
fre app regrid
Successfully merging a pull request may close this issue.
There's a sort-of typo in regrid_xy.py that causes the TMPDIR to be malformed:
The real problem is that it's forming filepaths by hand which is error prone.
The text was updated successfully, but these errors were encountered: