encounter_final_netcdf_parameters Subroutine

public subroutine encounter_final_netcdf_parameters(self)

Finalize the NetCDF by closing the file

Arguments

TypeIntentOptionalAttributesName
type(encounter_netcdf_parameters), intent(inout) :: self

Contents


Source Code

      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