Last change
on this file since 235 was
226,
checked in by raasch, 16 years ago
|
preparations for the next release
|
-
Property svn:keywords set to
Id
|
File size:
805 bytes
|
Rev | Line | |
---|
[211] | 1 | SUBROUTINE user_last_actions |
---|
| 2 | |
---|
| 3 | !------------------------------------------------------------------------------! |
---|
| 4 | ! Actual revisions: |
---|
| 5 | ! ----------------- |
---|
[226] | 6 | ! |
---|
[211] | 7 | ! |
---|
| 8 | ! Former revisions: |
---|
| 9 | ! ----------------- |
---|
| 10 | ! $Id: user_last_actions.f90 226 2009-02-02 07:39:34Z raasch $ |
---|
| 11 | ! |
---|
[226] | 12 | ! 211 2008-11-11 04:46:24Z raasch |
---|
| 13 | ! Former file user_interface.f90 split into one file per subroutine |
---|
| 14 | ! |
---|
[211] | 15 | ! Description: |
---|
| 16 | ! ------------ |
---|
| 17 | ! Execution of user-defined actions at the end of a job. |
---|
| 18 | !------------------------------------------------------------------------------! |
---|
| 19 | |
---|
| 20 | USE user |
---|
| 21 | |
---|
| 22 | IMPLICIT NONE |
---|
| 23 | |
---|
| 24 | ! |
---|
| 25 | !-- Here the user-defined actions at the end of a job follow. |
---|
| 26 | !-- Sample for user-defined output: |
---|
| 27 | ! IF ( ALLOCATED( u2_av ) ) THEN |
---|
| 28 | ! WRITE ( 14 ) 'u2_av '; WRITE ( 14 ) u2_av |
---|
| 29 | ! ENDIF |
---|
| 30 | |
---|
| 31 | WRITE ( 14 ) '*** end user *** ' |
---|
| 32 | |
---|
| 33 | END SUBROUTINE user_last_actions |
---|
| 34 | |
---|
Note: See
TracBrowser
for help on using the repository browser.