Changes between Version 875 and Version 876 of doc/tec/changelog_2018


Ignore:
Timestamp:
Oct 24, 2017 7:33:57 PM (7 years ago)
Author:
Giersch
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/tec/changelog_2018

    v875 v876  
    3636
    3737'''New code:'''
    38 * Introduction of three functions for skipping module related parameter if skip_var_list is called (Makefile, read_var_list, synthetic_turbulence_generator_mod, virtual_flight_mod, wind_turbine_model_mod).
     38* Introduction of three functions for skipping module related parameters if skip_var_list is called (Makefile, read_var_list, synthetic_turbulence_generator_mod, virtual_flight_mod, wind_turbine_model_mod).
    3939}}}
    4040|----------------
     
    146146}}}
    147147{{{#!td style="vertical-align:top"
    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).
    149157}}}
    150158|----------------