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

Last change on this file since 5116 was 5101, checked in by abarral, 2 months ago

Handle DEBUG_IO in lmdz_cppkeys_wrapper.F90
Transform some files .F -> .[fF]90
[ne compile pas à cause de writefield_u non défini - en attente de réponse Laurent]

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.