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