LMDZ
iotd_fin.F90
Go to the documentation of this file.
1  SUBROUTINE iotd_fin
2  IMPLICIT NONE
3 
4 !=======================================================================
5 !
6 ! Auteur: L. Fairhead , P. Le Van, Y. Wanherdrick, F. Forget
7 ! -------
8 !
9 ! Objet:
10 ! ------
11 !
12 ! 'Initialize' the diagfi.nc file: write down dimensions as well
13 ! as time-independent fields (e.g: geopotential, mesh area, ...)
14 !
15 !=======================================================================
16 !-----------------------------------------------------------------------
17 ! Declarations:
18 ! -------------
19 
20 #include "netcdf.inc"
21 #include "iotd.h"
22  integer ierr
23 
24 ! Arguments:
25 ! ----------
26 
27  ierr=nf_close(nid)
28 
29  END
subroutine iotd_fin
Definition: iotd_fin.F90:2
nid INTEGER nid
Definition: iotd.h:16