Ignore:
Timestamp:
Jun 13, 2017 11:34:50 AM (7 years ago)
Author:
suehring
Message:

Clean-up unnecessary index access to surface type

File:
1 edited

Legend:

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

    r2258 r2281  
    56715671!--          For simplicity anterpolate within buildings and under elevated
    56725672!--          terrain too
    5673              DO  kk = kcb, kct
     5673             DO  kk = kcb, kct-1
    56745674!
    56755675!--             ijfc and kfc are precomputed in pmci_init_anterp_tophat
     
    56905690
    56915691             ENDDO
     5692             fc(kct,jj,ii) = fc(kct,jj,ii)
     5693
    56925694          ENDDO
    56935695       ENDDO
Note: See TracChangeset for help on using the changeset viewer.