Changes between Version 1213 and Version 1214 of doc/tec/changelog_2018


Ignore:
Timestamp:
Oct 1, 2018 3:07:00 AM (7 years ago)
Author:
raasch
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/tec/changelog_2018

    v1213 v1214  
    1717
    1818||='''svn\\Revision'''  =||='''Date'''\\(YYYY/MM/DD) =||='''Author'''  =||='''PALM\\version'''  =||='''Type''' =||='''Description''' =||
     19|----------------
     20{{{#!td style="vertical-align:top;width: 50px"
     21[[CRev(0,3294)]]
     22}}}
     23{{{#!td style="vertical-align:top;width: 50px"
     24[[CRev(1,3294)]]
     25}}}
     26{{{#!td style="vertical-align:top;width: 75px"
     27[[CRev(2,3294)]]
     28}}}
     29{{{#!td style="vertical-align:top"
     305.0
     31}}}
     32{{{#!td style="vertical-align:top"
     33C
     34}}}
     35{{{#!td style="vertical-align:top"
     36SVN commit message: [[CRev(3,3294)]] (Makefile, advec_ws, average_3d_data, boundary_conds, buoyancy, check_parameters, data_output_2d, data_output_3d, flow_statistics, header, init_3d_model, init_grid, init_masks, large_scale_forcing_nudging_mod, lpm_init, modules, netcdf_interface_mod, parin, plant_canopy_model_mod, prognostic_equations, read_restart_data_mod, subsidence_mod, sum_up_3d_data, surface_mod, swap_timelevel, time_integration, turbulence_closure_mod, write_restart_data_mod, '''new:''' ocean_mod, init_vertical_profiles, '''deleted:''' eqn_state_seawater, init_ocean)  ////
     37
     38'''Modularization of the ocean option '''////
     39* All code components which belong to PALM's ocean option are separated from the PALM model core and moved to the new module {{{ocean_mod}}}. Note that although this is a massive change in the code structure it does not lead to any changes in the physics and model outcomes.
     40* {{{init_vertical_profiles}}} has been split from file {{{check_parameters.f90}}} to avoid circular module dependencies. Anyhow, there are still some dependencies remaining, which e.g. do not allow to move variables {{{bottom_salinityflux}}}, {{{top_salinityflux}}}, and {{{constant_top_salinityflux}}} to the new module.
     41* Ocean parameters now have to be given in new NAMELIST {{{&ocean_parameters}}}. Installation files ({{{test_oceanml_p3d}}}, {{{test_oceanml_rc}}}) have been adjusted.
     42}}}
    1943|----------------
    2044{{{#!td style="vertical-align:top;width: 50px"