ringmoons_final_netcdf_parameters Subroutine

public subroutine ringmoons_final_netcdf_parameters(self)

Finalize the NetCDF by closing the file

Arguments

Type IntentOptional Attributes Name
type(ringmoons_netcdf_parameters), intent(inout) :: self

Source Code

        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