Ignore:
Timestamp:
Apr 24, 2019 5:31:34 PM (5 years ago)
Author:
suehring
Message:

Add missing if statements for call of pmc_set_dataarray_name for TKE and dissipation; minor bugfix for nesting of chemical species

File:
1 edited

Legend:

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

    r3761 r3932  
    2121! Current revisions:
    2222! ------------------
    23 !
     23! typo removed
    2424!
    2525! Former revisions:
    2626! -----------------
    2727! $Id$
    28 ! statemnet added to avoid compiler warning
     28! statement added to avoid compiler warning
    2929!
    3030! 3655 2019-01-07 16:51:22Z knoop
     
    247247    IF ( m_model_rank == 0 )  THEN
    248248       myindex = myindex + 1
    249        myname%couple_index = myIndex
     249       myname%couple_index = myindex
    250250       myname%parentdesc   = TRIM( parentarraydesc )
    251251       myname%nameonparent = TRIM( parentarrayname )
Note: See TracChangeset for help on using the changeset viewer.