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

Last change on this file since 5097 was 5088, checked in by abarral, 2 months ago

Remove all managed netcdf77 usage (excluding external: rrtm, ecrad)
Remove call to netcdf.inc
Replace USE lmdz_netcdf by USE netcdf
Replace lmdz_netcdf.F90 by lmdz_netcdf_format.F90

File size: 466 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.