source: LMDZ6/branches/Amaury_dev/libf/phylmd/iotd_fin.F90 @ 5134

Last change on this file since 5134 was 5117, checked in by abarral, 4 months ago

rename modules properly lmdz_*
move some unused files to obsolete/
(lint) uppercase fortran keywords

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