Ignore:
Timestamp:
Mar 5, 2007 6:00:47 AM (17 years ago)
Author:
raasch
Message:

updating parts of Marcus changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/user_interface.f90

    r4 r46  
    44! Actual revisions:
    55! -----------------
    6 !
     6! New routine user_init_3d_model which allows the initial setting of all 3d
     7! arrays under control of the user
    78!
    89! Former revisions:
     
    228229
    229230 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
    230255
    231256
Note: See TracChangeset for help on using the changeset viewer.