source: palm/trunk/SOURCE/user_init_3d_model.f90 @ 367

Last change on this file since 367 was 226, checked in by raasch, 15 years ago

preparations for the next release

  • Property svn:keywords set to Id
File size: 738 bytes
Line 
1 SUBROUTINE user_init_3d_model
2
3!------------------------------------------------------------------------------!
4! Actual revisions:
5! -----------------
6!
7!
8! Former revisions:
9! -----------------
10! $Id: user_init_3d_model.f90 226 2009-02-02 07:39:34Z maronga $
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.