Ignore:
Timestamp:
Feb 16, 2018 1:40:25 PM (6 years ago)
Author:
hellstea
Message:

Bugfixes in computation of the interpolation loglaw-correction parameters

File:
1 edited

Legend:

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

    r2805 r2812  
    2626! -----------------
    2727! $Id$
     28! Entries 'u_out', 'v_out' and 'w_out' removed from the functions
     29! get_topography_top_index and get_topography_top_index_ji 
     30!
     31! 2805 2018-02-14 17:00:09Z suehring
    2832! Bugfix in re-mapping surface elements in case of restart runs
    2933!
     
    21032107          CASE ( 's_out' )
    21042108             ibit = 24
    2105           CASE ( 'u_out' )
    2106              ibit = 26
    2107           CASE ( 'v_out' )
    2108              ibit = 27
    2109           CASE ( 'w_out' )
    2110              ibit = 28
    21112109          CASE DEFAULT
    21122110!
     
    21512149          CASE ( 's_out' )
    21522150             ibit = 24
    2153           CASE ( 'u_out' )
    2154              ibit = 26
    2155           CASE ( 'v_out' )
    2156              ibit = 27
    2157           CASE ( 'w_out' )
    2158              ibit = 28
    21592151          CASE DEFAULT
    21602152!
Note: See TracChangeset for help on using the changeset viewer.