Last change
on this file since 5306 was
2239,
checked in by Ehouarn Millour, 10 years ago
|
Reorganizing physics/dynamics interface:
- what is related to dynamics-physics interface is now in a seperate directory: dynlmdz_phy* for physics in phy*
- 1d model and related dependencies (including a couple from "dynamics", set up as symbolic links) is now in subdirectory "dyn1d" of phy*.
- "bibio" directory is now "misc" and should only contain autonomous utilities.
- "cosp" is now a subdirectory of phylmd.
EM
|
-
Property svn:executable set to
*
|
File size:
451 bytes
|
Line | |
---|
1 | SUBROUTINE iotd_fin |
---|
2 | IMPLICIT NONE |
---|
3 | |
---|
4 | !======================================================================= |
---|
5 | ! |
---|
6 | ! Auteur: F. Hourdin |
---|
7 | ! ------- |
---|
8 | ! |
---|
9 | ! Objet: |
---|
10 | ! ------ |
---|
11 | ! Light interface for netcdf outputs. can be used outside LMDZ |
---|
12 | ! |
---|
13 | !======================================================================= |
---|
14 | |
---|
15 | |
---|
16 | #include "netcdf.inc" |
---|
17 | #include "iotd.h" |
---|
18 | integer ierr |
---|
19 | |
---|
20 | ! Arguments: |
---|
21 | ! ---------- |
---|
22 | |
---|
23 | ierr=NF_close(nid) |
---|
24 | |
---|
25 | END |
---|
Note: See
TracBrowser
for help on using the repository browser.