Changeset 4715 for palm/trunk
- Timestamp:
- Sep 30, 2020 1:14:43 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/UTIL/inifor/src/inifor_grid.f90
r4714 r4715 26 26 ! ----------------- 27 27 ! $Id$ 28 ! Make LODs for top boundary conditions consistent with PALM 29 ! 30 ! 31 ! 4714 2020-09-29 12:47:35Z eckhard 28 32 ! Minor logging corrections 29 33 ! … … 4214 4218 4215 4219 CASE( 'top scalar profile', 'top u profile', 'top v profile' ) 4216 var%lod = 04220 var%lod = 1 4217 4221 var%ndim = 1 4218 4222 var%dimids(1) = output_file%dimid_time !t … … 4237 4241 4238 4242 CASE( 'top w profile' ) 4239 var%lod = 04243 var%lod = 1 4240 4244 var%ndim = 1 4241 4245 var%dimids(1) = output_file%dimid_time !t
Note: See TracChangeset
for help on using the changeset viewer.