Ignore:
Timestamp:
Jun 13, 2019 12:21:37 PM (5 years ago)
Author:
schwenkel
Message:

Further modularization of particle code components

File:
1 edited

Legend:

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

    r4017 r4028  
    2525! -----------------
    2626! $Id$
     27! Further modularization of particle code components
     28!
     29! 4017 2019-06-06 12:16:46Z schwenkel
    2730! local_pf need INTENT(INOUT) attribute rather than INTENT(OUT). This is
    2831! because INTENT(OUT) sets the array to not-defined. Especially for outputs that
     
    247250               lpm_header,                                                     &
    248251               lpm_check_parameters,                                           &
     252               lpm_init_arrays,                                                &                             
    249253               lpm_init,                                                       &
    250254               lpm_actions,                                                    &
     
    880884    IF ( air_chemistry       )  CALL chem_init_arrays
    881885    IF ( gust_module_enabled )  CALL gust_init_arrays
     886    IF ( particle_advection  )  CALL lpm_init_arrays       
    882887    IF ( land_surface        )  CALL lsm_init_arrays
    883888    IF ( ocean_mode          )  CALL ocean_init_arrays
Note: See TracChangeset for help on using the changeset viewer.