This PR applies the changes, described below, from PR #426 (v5.1.x) to master w/ merge conflicts addressed:
Removes WRFIO_NCD_LARGE_FILE_SUPPORT compile time option. This is no longer the WRF default (it's been replaced with a flag that does the opposite).
Rather than implement this other flag these netCDF3 outputs were updated to netCDF4, which is already required elsewhere.
Updates nf_create function to nf90_create
Changes deprecated NF90_HDF5 mode to NF90_NETCDF4
ISSUE: Fixes #230
TESTS CONDUCTED:
Will fail testing where netCDF file type has changed
NOTES: Has already been applied to v5.1 and should be applied to master prior to the next community release (v5.2.0) consistent w/ NWM v2.1. Will result in testing diffs (changes some outputs to netCDF4), but does not otherwise change answers.
TYPE: enhancement
KEYWORDS: netCDF, IO
SOURCE: Katelyn, NCAR
DESCRIPTION OF CHANGES:
This PR applies the changes, described below, from PR #426 (v5.1.x) to master w/ merge conflicts addressed:
WRFIO_NCD_LARGE_FILE_SUPPORT
compile time option. This is no longer the WRF default (it's been replaced with a flag that does the opposite).nf_create
function tonf90_create
NF90_HDF5
mode toNF90_NETCDF4
ISSUE: Fixes #230
TESTS CONDUCTED: Will fail testing where netCDF file type has changed
NOTES: Has already been applied to v5.1 and should be applied to master prior to the next community release (v5.2.0) consistent w/ NWM v2.1. Will result in testing diffs (changes some outputs to netCDF4), but does not otherwise change answers.