Last change
on this file since 869 was
484,
checked in by raasch, 15 years ago
|
typo in file headers removed
|
-
Property svn:keywords set to
Id
|
File size:
739 bytes
|
Line | |
---|
1 | SUBROUTINE user_init_3d_model |
---|
2 | |
---|
3 | !------------------------------------------------------------------------------! |
---|
4 | ! Current revisions: |
---|
5 | ! ----------------- |
---|
6 | ! |
---|
7 | ! |
---|
8 | ! Former revisions: |
---|
9 | ! ----------------- |
---|
10 | ! $Id: user_init_3d_model.f90 484 2010-02-05 07:36:54Z raasch $ |
---|
11 | ! |
---|
12 | ! 211 2008-11-11 04:46:24Z raasch |
---|
13 | ! Former file user_interface.f90 split into one file per subroutine |
---|
14 | ! |
---|
15 | ! Description: |
---|
16 | ! ------------ |
---|
17 | ! Allows the complete initialization of the 3d model. |
---|
18 | ! |
---|
19 | ! CAUTION: The user is responsible to set at least all those quantities which |
---|
20 | ! ------ are normally set within init_3d_model! |
---|
21 | !------------------------------------------------------------------------------! |
---|
22 | |
---|
23 | USE arrays_3d |
---|
24 | USE control_parameters |
---|
25 | USE indices |
---|
26 | USE user |
---|
27 | |
---|
28 | IMPLICIT NONE |
---|
29 | |
---|
30 | |
---|
31 | END SUBROUTINE user_init_3d_model |
---|
32 | |
---|
Note: See
TracBrowser
for help on using the repository browser.