SUBROUTINE user_init_3d_model !------------------------------------------------------------------------------! ! Current revisions: ! ----------------- ! ! ! Former revisions: ! ----------------- ! $Id: user_init_3d_model.f90 484 2010-02-05 07:36:54Z maronga $ ! ! 211 2008-11-11 04:46:24Z raasch ! Former file user_interface.f90 split into one file per subroutine ! ! Description: ! ------------ ! Allows the complete initialization of the 3d model. ! ! CAUTION: The user is responsible to set at least all those quantities which ! ------ are normally set within init_3d_model! !------------------------------------------------------------------------------! USE arrays_3d USE control_parameters USE indices USE user IMPLICIT NONE END SUBROUTINE user_init_3d_model