148 | | Restart runs with the usage of the wind turbine model are possible now. Further small adjustments at reading/writing restart data. |
| 148 | '''Changes:''' |
| 149 | * Adapted extent of the y-axis for plotting spectra with palmplot (spectra.ncl). |
| 150 | * Changed restart procedure to get rid of skipping functions for each module (Makefile, write_var_list, read_var_list, virtual_flight_mod). |
| 151 | * Position of functions calls for reading module related parameters changed from read_var_list to the end of _parin functions defined in each module. In that way, namelist parameters in the restart data overwrites the namelist parameters defined in the _p3d file of the specific restart run (synthetic_turbulence_generator_mod, read_var_list, parin.f90, virtual_flight_mod.f90). |
| 152 | * Parameter wind_turbine is now defined in module check_parameters (modules, prognostic_equations, time_integration, wind_turbine_model_mod). |
| 153 | * synthetic_turbulence_generator_mod.o was added to the list of write_var_list.o in the Makefile. |
| 154 | |
| 155 | '''New Code:''' |
| 156 | * Restart runs with the usage of the wind turbine model are possible now (write_var_list, wind_turbine_model_mod, Makefile). |