Changeset 4776


Ignore:
Timestamp:
Nov 6, 2020 2:35:38 PM (3 years ago)
Author:
suehring
Message:

Bugfix in setting up the nesting configuration for chemical and aerosol species in case of more than one child domain

File:
1 edited

Legend:

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

    r4775 r4776  
    2525! -----------------
    2626! $Id$
     27! Bugfix in setting up the nesting configuration for chemical and aerosol species in case of more
     28! than one child domain
     29!
     30! 4775 2020-11-06 12:18:28Z raasch
    2731! Further bugfix for r4774
    2832!
     
    934938
    935939       child_id = pmc_parent_for_child(m)
     940!
     941!--    Set counter variables for chemical and aerosol species back to one for each child domain
     942       n  = 1
     943       lb = 1
     944       lc = 1
     945       lg = 1
    936946
    937947       IF ( myid == 0 )  THEN
Note: See TracChangeset for help on using the changeset viewer.