Ignore:
Timestamp:
Oct 26, 2017 1:19:46 PM (7 years ago)
Author:
hellstea
Message:

pmc bugfix and gfortran workaround

File:
1 edited

Legend:

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

    r2359 r2582  
    2626! -----------------
    2727! $Id$
     28! Resetting of e within buildings / topography in pmci_parent_datatrans removed
     29! as unnecessary since e is not anterpolated, and as incorrect since it overran
     30! the default Neumann condition (bc_e_b).
     31!
     32! 2359 2017-08-21 07:50:30Z hellstea
    2833! A minor indexing error in pmci_init_loglaw_correction is corrected.
    2934!
     
    36403645
    36413646!
    3642 !--          Inside buildings/topography reset velocities and TKE back to zero.
    3643 !--          Other scalars (pt, q, s, km, kh, p, sa, ...) are ignored at
     3647!--          Inside buildings/topography reset velocities back to zero.
     3648!--          Scalars (pt, q, s, km, kh, p, sa, ...) are ignored at
    36443649!--          present, maybe revise later.
     3650!--          Resetting of e is removed as unnecessary since e is not
     3651!--          anterpolated, and as incorrect since it overran the default
     3652!--          Neumann condition (bc_e_b).
    36453653             DO   i = nxlg, nxrg
    36463654                DO   j = nysg, nyng
     
    36523660                      w(k,j,i)  = MERGE( w(k,j,i), 0.0_wp,                     &
    36533661                                         BTEST( wall_flags_0(k,j,i), 3 ) )
    3654                       e(k,j,i)  = MERGE( e(k,j,i), 0.0_wp,                     &
    3655                                          BTEST( wall_flags_0(k,j,i), 0 ) )
    36563662!
    36573663!--                TO_DO: zero setting of temperature within topography creates
Note: See TracChangeset for help on using the changeset viewer.