Changeset 46 for palm/trunk/SOURCE/user_interface.f90
- Timestamp:
- Mar 5, 2007 6:00:47 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/user_interface.f90
r4 r46 4 4 ! Actual revisions: 5 5 ! ----------------- 6 ! 6 ! New routine user_init_3d_model which allows the initial setting of all 3d 7 ! arrays under control of the user 7 8 ! 8 9 ! Former revisions: … … 228 229 229 230 END SUBROUTINE user_init_grid 231 232 233 234 SUBROUTINE user_init_3d_model 235 236 !------------------------------------------------------------------------------! 237 ! 238 ! Description: 239 ! ------------ 240 ! Allows the complete initialization of the 3d model. 241 ! 242 ! CAUTION: The user is responsible to set at least all those quantities which 243 ! ------ are normally set within init_3d_model! 244 !------------------------------------------------------------------------------! 245 246 USE arrays_3d 247 USE control_parameters 248 USE indices 249 USE user 250 251 IMPLICIT NONE 252 253 254 END SUBROUTINE user_init_3d_model 230 255 231 256
Note: See TracChangeset
for help on using the changeset viewer.