Changes between Version 254 and Version 255 of doc/tec/changelog_2018
- Timestamp:
- Aug 14, 2013 1:38:49 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/tec/changelog_2018
v254 v255 11 11 12 12 ||='''Date''' =||='''Author''' =||='''svn\\Revision''' =||='''Last\\Release''' =||='''Type''' =||='''Description''' =|| 13 |---------------- 14 {{{#!td style="vertical-align:top;width: 50px" 15 14/08/13 16 }}} 17 {{{#!td style="vertical-align:top;width: 50px" 18 SR 19 }}} 20 {{{#!td style="vertical-align:top;width: 75px" 21 r1210 22 }}} 23 {{{#!td style="vertical-align:top" 24 3.9 25 }}} 26 {{{#!td style="vertical-align:top" 27 N, C 28 }}} 29 {{{#!td style="vertical-align:top" 30 '''New:'''\\ 31 fftw support added. Using fftw requires to set parameter [wiki:doc/app/inipar#fft_method fft_method] = '' 'fftw' '', to set the cpp-preprocessor {{{'-D__fftw'}}} in the {{{%cpp_options}}}-line of the configuration file, and to give the paths to the fftw include file and library by a {{{%fftw_inc}}} and {{{%fftw_lib}}} line, respectively. The fftw-routines are more than two times faster than the Temperton-fft. (check_parameters, fft_xy, mbuild, mrun) 32 33 '''Changed:'''\\ 34 The object file list has been replaced by a simple one line statement. (Makefile) 35 }}} 13 36 |---------------- 14 37 {{{#!td style="vertical-align:top;width: 50px" … … 245 268 }}} 246 269 {{{#!td style="vertical-align:top" 247 '''New, Changed:''' 248 270 '''New, Changed:'''\\ 249 271 Calculation and handling of reference state in buoyancy term revised. Initial profiles can be used as reference state in the buoyancy term. New parameter [wiki:doc/app/inipar#reference_state reference_state] introduced. The default value is [wiki:doc/app/inipar#reference_state reference_state] = '' 'initial_profile' ''. Previously, the instantaneous horizontally averaged profiles were used as the default reference state. This method can still be switched on using [wiki:doc/app/inipar#reference_state reference_state] = '' 'horizontal_average' ''. (buoyancy, check_parameters, diffusion_e, diffusivities, flow_statistics, header, init_ocean, init_3d_model, modules, palm, parin, production_e, prognostic_equations, time_integration, write_var_list) 250 272