Changes between Version 13 and Version 14 of doc/tec/releasenotes/summaryforpalm6
- Timestamp:
- Oct 25, 2018 7:35:12 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/tec/releasenotes/summaryforpalm6
v13 v14 7 7 = Summary of relevant code changes, new features = 8 8 * ocean code has been modularized and put into new file {{{ocean_mod.f90}}}. Turbulence generation by wave breaking, as well as the Stokes drift have been implemented in the default code. New namelist {{{ocean_parameters}}} 9 * new module for processing chemistry emissions ({{{chem_emissions_mod.f90}}}) 9 10 10 * introduced changes to {{{date_and_time_mod.f90}}} for calculations of time indices such as hour of the day or month of the year, according to the running time of the simulation 11 11 * New feature Multi Agent System (MAS) has been added. It is modularized in the new file {{{multi_agent_system_mod.f90}}} and can be steered using the new namelist {{{agent_parameters}}}. 12 12 * Chemistry: 13 - new module for processing chemistry emissions ({{{chem_emissions_mod.f90}}}) 13 14 - introduced deposition of gases and particles in chemistry model 14 15 - subroutines chem_check_parameters and chem_header