source:
LMDZ5/branches/IPSLCM6.0.8/libf/phymar/iotd_fin.F90
@
4120
Last change on this file since 4120 was 2160, checked in by , 10 years ago | |
---|---|
File size: 672 bytes |
Line | |
---|---|
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 |
Note: See TracBrowser
for help on using the repository browser.