|
Last change
on this file since 5356 was
5291,
checked in by abarral, 13 months ago
|
|
Move thermcell_old.h iotd.h to module
|
|
File size:
471 bytes
|
| Line | |
|---|
| 1 | SUBROUTINE iotd_fin |
|---|
| 2 | USE iotd_mod_h, ONLY: nid |
|---|
| 3 | USE netcdf, ONLY: nf90_close |
|---|
| 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 | integer ierr |
|---|
| 17 | |
|---|
| 18 | ! Arguments: |
|---|
| 19 | ! ---------- |
|---|
| 20 | |
|---|
| 21 | ierr = nf90_close(nid) |
|---|
| 22 | END |
|---|
Note: See
TracBrowser
for help on using the repository browser.