Ignore:
Timestamp:
Feb 19, 2020 8:16:04 PM (4 years ago)
Author:
suehring
Message:

Remove deprecated topography arrays; Move basic initialization of numerics into an extra module interface

File:
1 edited

Legend:

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

    r4400 r4414  
    2525! -----------------
    2626! $Id$
     27! Call to module_interface_init_numerics
     28!
     29! 4400 2020-02-10 20:32:41Z suehring
    2730! Add interface to initialize data output with dom
    2831!
     
    9396
    9497    USE module_interface,                                                      &
    95         ONLY:  module_interface_init_output,                                   &
     98        ONLY:  module_interface_init_numerics,                                 &
     99               module_interface_init_output,                                   &
    96100               module_interface_last_actions
    97101
     
    112116        ONLY:  nested_run, pmci_child_initialize, pmci_init,                   &
    113117               pmci_modelconfiguration, pmci_parent_initialize
    114                
     118
    115119    USE surface_data_output_mod,                                               &
    116120        ONLY:  surface_data_output_last_action
     
    261265!-- topography information if required
    262266    CALL init_grid
     267!
     268!-- Initialize boundary conditions and numerics such as the multigrid solver or
     269!-- the advection routine
     270    CALL module_interface_init_numerics
    263271!
    264272!-- Read global attributes if available. 
Note: See TracChangeset for help on using the changeset viewer.