Ignore:
Timestamp:
Feb 14, 2018 4:01:55 PM (6 years ago)
Author:
thiele
Message:

Introduce particle transfer in nested models

File:
1 edited

Legend:

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

    r2766 r2801  
    2525! -----------------
    2626! $Id$
     27! Changed lpm from subroutine to module.
     28! Introduce particle transfer in nested models.
     29!
     30! 2766 2018-01-22 17:17:47Z kanani
    2731! Removed preprocessor directive __chem
    2832!
     
    250254               pmci_modelconfiguration, pmci_parent_initialize,                &
    251255               pmci_ensure_nest_mass_conservation
     256
     257    USE pmc_particle_interface,                                                 &
     258        ONLY: pmcp_g_alloc_win
    252259
    253260    USE radiation_model_mod,                                                   &
     
    431438       ENDIF
    432439
     440       CALL pmcp_g_alloc_win                    ! Must be called after pmci_child_initialize and pmci_parent_initialize
    433441    ENDIF
    434442
Note: See TracChangeset for help on using the changeset viewer.