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