source: LMDZ6/trunk/libf/phylmd/iotd_fin.f90

Last change on this file was 5270, checked in by abarral, 35 hours ago

Replace F77 netcdf library by F90 netcdf library

File size: 469 bytes
Line 
1      SUBROUTINE iotd_fin
2      USE netcdf, ONLY: nf90_close
3      IMPLICIT NONE
4
5!=======================================================================
6!
7!   Auteur:  F. Hourdin
8!   -------
9!
10!   Objet:
11!   ------
12!   Light interface for netcdf outputs. can be used outside LMDZ
13!
14!=======================================================================
15      INCLUDE "iotd.h"
16      integer ierr
17
18!   Arguments:
19!   ----------
20
21      ierr=nf90_close(nid)
22
23      END
Note: See TracBrowser for help on using the repository browser.