Ignore:
Timestamp:
Aug 9, 2012 8:28:32 AM (12 years ago)
Author:
fricke
Message:

merge fricke branch back into trunk

Location:
palm/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk

  • palm/trunk/SOURCE

  • palm/trunk/SOURCE/timestep.f90

    r867 r978  
    44! Current revisions:
    55! ------------------
    6 !
     6! restriction of the outflow damping layer in the diffusion criterion removed
    77!
    88! Former revisions:
     
    185185       dt_diff = dt_diff_l
    186186#endif
    187 
    188 !
    189 !--    In case of non-cyclic lateral boundaries, the diffusion time step
    190 !--    may be further restricted by the lateral damping layer (damping only
    191 !--    along x and y)
    192        IF ( .NOT. bc_lr_cyc )  THEN
    193           dt_diff = MIN( dt_diff, 0.125 * dx2 / ( km_damp_max + 1E-20 ) )
    194        ELSEIF ( .NOT. bc_ns_cyc )  THEN
    195           dt_diff = MIN( dt_diff, 0.125 * dy2 / ( km_damp_max + 1E-20 ) )
    196        ENDIF
    197187
    198188!
Note: See TracChangeset for help on using the changeset viewer.