v1.2.3
- Dependencies:
- Switching
windIOsupport to fork at https://github.com/EUFLOW/windIO - Removing dependency
netcdf4, since this orh5netcdfare now a dynamic choice, called when NetCDF files are being used
- Switching
- Config:
- Now three directories are defined:
work_dir,input_dir,output_dir. If not defined, falling back towork_dir, defaulting to cwd.
- Now three directories are defined:
- Inputs:
- Removing
SliceDataNC, since nowFieldDataNCcan handle data without height dependency - Enhancing
FieldDataNCfor more efficient parallel loading of large data, replacingpre_loadflag with load mode optionspreload,lazy,fly - Enhancing
windioinputs for output generation
- Removing
- Outputs:
- New output
SlicesDatawhich combines slices fromSliceDatainto a single NetCDF file, resulting in full 3d field output (or 4d, with time/states dimension)
- New output
- Models:
- New point model
Ustar2TI, estimates TI from friction velocity
- New point model
Full Changelog: https://github.com/FraunhoferIWES/foxes/commits/v1.2.3