Ignore:
Timestamp:
Apr 10, 2019 9:31:22 AM (5 years ago)
Author:
suehring
Message:

Make level 3 initialization of urban-surfaces consistent to input data standard; revise flagging of ground-floor level surfaces at buidlings; bugfixes in level 3 initialization of albedo; bugfix in OpenMP directive; check for zero output timestep in surface output; assure that Obukhov lenght does not become zero

File:
1 edited

Legend:

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

    r3880 r3881  
    2525! -----------------
    2626! $Id$
     27! Bugfix in OpenMP directive
     28!
     29! 3880 2019-04-08 21:43:02Z knoop
    2730! Moved wtm_tendencies to module_interface_actions
    2831!
     
    589592!
    590593!-- Loop over all prognostic equations
    591 !-- b, c ang g added for SALSA
    592     !$OMP PARALLEL PRIVATE (i,i_omp_start,j,k,loop_start,tn,b,c,g)
     594    !$OMP PARALLEL PRIVATE (i,i_omp_start,j,k,loop_start,tn)
    593595
    594596    !$  tn = omp_get_thread_num()
Note: See TracChangeset for help on using the changeset viewer.