Changeset 693 for palm/trunk/SOURCE


Ignore:
Timestamp:
Mar 8, 2011 8:27:49 AM (13 years ago)
Author:
raasch
Message:

New:
---
adjustments for ibmkisti (pres, batch_scp, mbuild, mrun, subjob)

new default configuration files .mrun.config.yonsei2011 and .config_block_for_ibmkisti

Changed:


Errors:


bugfix: weighting coefficient added to ibm branch (pres)

File:
1 edited

Legend:

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

    r682 r693  
    44! Current revisions:
    55! -----------------
     6! bugfix: weighting coefficient added to ibm branch
    67!
    78! Former revisions:
     
    291292    ENDDO
    292293
    293     localsum = ( localsum + threadsum ) * dt_3d
     294    localsum = ( localsum + threadsum ) * dt_3d * &
     295               weight_pres(intermediate_timestep_count)
     296
    294297    !$OMP END PARALLEL
    295298#else
Note: See TracChangeset for help on using the changeset viewer.