lanl / palm_lanl

LANL Contributions to PArallelized Large-eddy simulation Model (PALM)
3 stars 5 forks source link

Fix a bug for 3d-output in serial mode #43

Closed qingli411 closed 5 years ago

qingli411 commented 5 years ago

This PR fix a bug for 3d output in serial mode (when compiling the code without -D__parallel).

There was a mismatch in the array size when writing to 3d netCDF output.

qingli411 commented 5 years ago

@vanroekel Thanks! I will merge this PR now.