Skip to content
New issue

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

Use new cdf5 standard in pnetcdf #615

Open
davegill opened this issue Sep 7, 2018 · 0 comments
Open

Use new cdf5 standard in pnetcdf #615

davegill opened this issue Sep 7, 2018 · 0 comments

Comments

@davegill
Copy link
Contributor

davegill commented Sep 7, 2018

Source sent from Thomas Schwitalla in external/io_pnetcdf/wrfio.F90, and frame/module_bdywrite.F in nf_create. Changes look to be similar to this:

Original

stat = NFMPI_CREATE(Comm, newFileName, IOR(NF_CLOBBER, NF_64BIT_OFFSET), info, DH%NCID)

New

stat = NFMPI_CREATE(Comm, newFileName, IOR(NF_CLOBBER, NF_64BIT_DATA), info, DH%NCID)

Need netcdf 4.4, NCL 6.3, pnetcdf 1.6 (all and greater).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant