Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updates to netCDF modules in the NcdfUtil folder
NcdfUtil/m_netcdf_io_define.F90 - In routine NF90_Set_Fill, use ifill argument instead of the parameter NF90_NOFILL in the call to NF90_Set_Fill. This error turning off filling regardless of what the value of ifill was. NcdfUtil/m_netcdf_io_write.F90 - Fixed incorrect subroutine header comment NcdfUtil/ncdf_mod.F90 - Remove USE statements at top of module. Instead include USE statements within each subroutine. This will make all imported routines PRIVATE to ncdf_mod.F90. - Removed leftover "netcdf.inc" from the netCDF-F77 interface - Use NF90_UNLIMITED instead of NF_UNLIMITED (which is netCDF-F77) - Remove unnecessary ELSE branches - Whitespace updates, trimmed trailing whitespace - Remove NC_READ_VAR_CORE. Add its functionality into overloaded module routines NC_READ_VAR_SP and NC_READ_VAR_DP. Signed-off-by: Bob Yantosca <[email protected]>
- Loading branch information