Finalize the NetCDF by closing the file
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(ringmoons_netcdf_parameters), | intent(inout) | :: | self |
subroutine ringmoons_final_netcdf_parameters(self) !! author: David A. Minton !! !! Finalize the NetCDF by closing the file implicit none ! Arguments type(ringmoons_netcdf_parameters), intent(inout) :: self call self%close() return end subroutine ringmoons_final_netcdf_parameters