Skip to content
Snippets Groups Projects
Commit 3530c29c authored by Moritz Hanke's avatar Moritz Hanke
Browse files

new version info for v3.5.0

parent c6075e7b
No related branches found
No related tags found
No related merge requests found
Pipeline #88273 passed
......@@ -2,7 +2,7 @@
#
# SPDX-License-Identifier: BSD-3-Clause
m4_define([yac_version], [3, 4, 0])
m4_define([yac_version], [3, 5, 0])
AC_PREREQ([2.69])
AC_INIT([yac],
......
......@@ -52,7 +52,7 @@ PROJECT_NAME = YetAnotherCoupler
# could be handy for archiving the generated documentation or if some version
# control system is used.
PROJECT_NUMBER = 3.4.0
PROJECT_NUMBER = 3.5.0
# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
......
......@@ -713,7 +713,7 @@ to be provided in degree.
- Source/Target cell area provider<br>
(default: `src_cell_area:yac:sphere_radius: 1.0`<br>
`tgt_cell_area:yac:sphere_radius: 1.0`)
`tgt_cell_area:yac:sphere_radius: 1.0`) \anchor interp_method_spmap_area_provider
The user can explicitly specified whether the areas of the cell is
computed by YAC or read from a user-provided netCDF file. The option,
......
......@@ -5,6 +5,27 @@
/**
* \page version_info Condensed release information
\section version_350 Version 3.5.0 (Nov 2024)
- various fixes
- adds \ref yaml_coupling_source_target "source/target" field to configuration
file for making grid and component definition more flexible
- adds new interface for querying the source field information of a
target field (\ref yac_cget_field_source, \ref yac::yac_fget_field_source,
\ref yac.YAC.get_field_source)
- adds new interface for defining an unstructed grid with explicit definition
of the edges (\ref yac_cdef_grid_unstruct_edge,
\ref yac::yac_fdef_grid::yac_fdef_grid_nonuniform_edge_dble,
\ref yac::yac_fdef_grid::yac_fdef_grid_unstruct_edge_dble,
\ref yac.UnstructuredGridEdge)
- adds feature to \ref interp_method_spmap that
\ref interp_method_spmap_area_provider "enables reading of cell areas from file for scaling"
- improves documentation
- adds information on \ref yac_components
- updates documenation on \ref installing_yac
- restructures \ref index "Main page", "Related pages"
- adds abort handler routine interfaces to yac_core.h
\section version_340 Version 3.4.0 (Sep 2024)
- various fixes
......
......@@ -125,7 +125,7 @@ respective components are being ignored.
tgt_grid: [atmosphere_grid_dom1, atmosphere_grid_dom2]
\endcode
- **source** / **target**
- **source** / **target** \anchor yaml_coupling_source_target
Alternative method to define source/target component and grid names
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment