|
Last change
on this file since 5278 was
5270,
checked in by abarral, 13 months ago
|
|
Replace F77 netcdf library by F90 netcdf library
|
|
File size:
469 bytes
|
| Line | |
|---|
| 1 | SUBROUTINE iotd_fin |
|---|
| 2 | USE netcdf, ONLY: nf90_close |
|---|
| 3 | IMPLICIT NONE |
|---|
| 4 | |
|---|
| 5 | !======================================================================= |
|---|
| 6 | ! |
|---|
| 7 | ! Auteur: F. Hourdin |
|---|
| 8 | ! ------- |
|---|
| 9 | ! |
|---|
| 10 | ! Objet: |
|---|
| 11 | ! ------ |
|---|
| 12 | ! Light interface for netcdf outputs. can be used outside LMDZ |
|---|
| 13 | ! |
|---|
| 14 | !======================================================================= |
|---|
| 15 | INCLUDE "iotd.h" |
|---|
| 16 | integer ierr |
|---|
| 17 | |
|---|
| 18 | ! Arguments: |
|---|
| 19 | ! ---------- |
|---|
| 20 | |
|---|
| 21 | ierr=nf90_close(nid) |
|---|
| 22 | |
|---|
| 23 | END |
|---|
Note: See
TracBrowser
for help on using the repository browser.