Changeset 4715 for palm


Ignore:
Timestamp:
Sep 30, 2020 1:14:43 PM (4 years ago)
Author:
eckhard
Message:

inifor: Make LODs for top boundary conditions consistent with PALM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/UTIL/inifor/src/inifor_grid.f90

    r4714 r4715  
    2626! -----------------
    2727! $Id$
     28! Make LODs for top boundary conditions consistent with PALM
     29!
     30!
     31! 4714 2020-09-29 12:47:35Z eckhard
    2832! Minor logging corrections
    2933!
     
    42144218
    42154219       CASE( 'top scalar profile', 'top u profile', 'top v profile' )
    4216           var%lod             = 0
     4220          var%lod             = 1
    42174221          var%ndim            = 1
    42184222          var%dimids(1)       = output_file%dimid_time    !t
     
    42374241
    42384242       CASE( 'top w profile' )
    4239           var%lod             = 0
     4243          var%lod             = 1
    42404244          var%ndim            = 1
    42414245          var%dimids(1)       = output_file%dimid_time    !t
Note: See TracChangeset for help on using the changeset viewer.