iotd_fin.f90 Source File


This file depends on

sourcefile~~iotd_fin.f90~~EfferentGraph sourcefile~iotd_fin.f90 iotd_fin.f90 sourcefile~iotd_mod_h.f90 iotd_mod_h.f90 sourcefile~iotd_fin.f90->sourcefile~iotd_mod_h.f90

Contents

Source Code


Source Code

SUBROUTINE iotd_fin
  USE iotd_mod_h, ONLY: nid
  USE netcdf, ONLY: nf90_close
  IMPLICIT NONE

  !=======================================================================
  !
  !   Auteur:  F. Hourdin
  !   -------
  !
  !   Objet:
  !   ------
  !   Light interface for netcdf outputs. can be used outside LMDZ
  !
  !=======================================================================
  integer ierr

  !   Arguments:
  !   ----------

  ierr = nf90_close(nid)
END SUBROUTINE iotd_fin