Last change
on this file since 600 was
484,
checked in by raasch, 15 years ago
|
typo in file headers removed
|
-
Property svn:keywords set to
Id
|
File size:
671 bytes
|
Rev | Line | |
---|
[217] | 1 | SUBROUTINE user_check_parameters |
---|
| 2 | |
---|
| 3 | !------------------------------------------------------------------------------! |
---|
[484] | 4 | ! Current revisions: |
---|
[217] | 5 | ! ----------------- |
---|
| 6 | ! |
---|
| 7 | ! Former revisions: |
---|
| 8 | ! ----------------- |
---|
| 9 | ! $Id: user_check_parameters.f90 484 2010-02-05 07:36:54Z raasch $ |
---|
| 10 | ! |
---|
[226] | 11 | ! 217 2008-12-09 18:00:48Z letzel |
---|
| 12 | ! Initial version |
---|
| 13 | ! |
---|
[217] | 14 | ! Description: |
---|
| 15 | ! ------------ |
---|
| 16 | ! Check &userpar control parameters and deduce further quantities. |
---|
| 17 | !------------------------------------------------------------------------------! |
---|
| 18 | |
---|
| 19 | USE control_parameters |
---|
| 20 | USE user |
---|
| 21 | |
---|
| 22 | IMPLICIT NONE |
---|
| 23 | |
---|
| 24 | ! |
---|
| 25 | !-- Here the user may add code to check the validity of further &userpar |
---|
| 26 | !-- control parameters or deduce further quantities. |
---|
| 27 | |
---|
| 28 | |
---|
| 29 | END SUBROUTINE user_check_parameters |
---|
| 30 | |
---|
Note: See
TracBrowser
for help on using the repository browser.