Last change
on this file since 5409 was
5390,
checked in by yann meurdesoif, 11 days ago
|
- Remove UTF8 character that inihibit fortran parsing with GPU morphosis
- Add missing END SUBROUTINE instead of simple END, that inhibit correct parsing with regulat expression parser (quick and dirty parsing)
YM
|
File size:
491 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) |
---|
[5390] | 22 | END SUBROUTINE iotd_fin |
---|
Note: See
TracBrowser
for help on using the repository browser.