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
cdfmeshmask -n namelist -b bathy.nc -c coordinates.nc
running cdfmeshmask prints statement on how to use it, two points are missing:
cdfmeshmask
jpk
999999.0
999
IF( ppa1 == 999 .AND. &
additional to that, cdf_mesh_hgr.nc is missing without error message - needs a check
cdf_mesh_hgr.nc
The text was updated successfully, but these errors were encountered:
No branches or pull requests
cdfmeshmask -n namelist -b bathy.nc -c coordinates.nc
running
cdfmeshmask
prints statement on how to use it, two points are missing:jpk
to provide number of levels at beginning of namelist999999.0
in namelist, use999
instead so that it fits the following code (cdfmeshmask line 258)IF( ppa1 == 999 .AND. &
or adapt this code.
additional to that,
cdf_mesh_hgr.nc
is missing without error message - needs a checkThe text was updated successfully, but these errors were encountered: