source: trunk/SOURCES/Old-sources/lastoutput-0.2.f @ 334

Last change on this file since 334 was 61, checked in by dumas, 8 years ago

New lightened Makefile (only with ifort) | Some unused files moved in Old-sources directory

File size: 301 bytes
Line 
1!> \file lastoutput-0.2.f
2!! Sortie au dernier pas de temps 
3!<
4
5!> SUBROUTINE: LASTOUTPUT
6!! Calcul l'accumulation de glace anuelle
7!! \author ...
8!! \date   ...
9!<
10      subroutine LASTOUTPUT()
11
12
13
14      write(6,*)
15      write(6,*) '------------ THE END... ----------'
16      write(6,*)
17
18      end
Note: See TracBrowser for help on using the repository browser.