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

Last change on this file since 214 was 211, checked in by raasch, 15 years ago

user interface was split into one single file per subroutine

  • Property svn:keywords set to Id
File size: 699 bytes
Line 
1 SUBROUTINE user_init_3d_model
2
3!------------------------------------------------------------------------------!
4! Actual revisions:
5! -----------------
6! Former file user_interface.f90 split into one file per subroutine
7!
8! Former revisions:
9! -----------------
10! $Id: user_init_3d_model.f90 211 2008-11-11 04:46:24Z raasch $
11!
12! Description:
13! ------------
14! Allows the complete initialization of the 3d model.
15!
16! CAUTION: The user is responsible to set at least all those quantities which
17! ------   are normally set within init_3d_model!
18!------------------------------------------------------------------------------!
19
20    USE arrays_3d
21    USE control_parameters
22    USE indices
23    USE user
24
25    IMPLICIT NONE
26
27
28 END SUBROUTINE user_init_3d_model
29
Note: See TracBrowser for help on using the repository browser.