Skip to content

Commit

Permalink
Bump version to 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
svniemeijer committed Jun 12, 2024
1 parent 5cc508d commit 86804b8
Show file tree
Hide file tree
Showing 568 changed files with 1,131 additions and 1,128 deletions.
3 changes: 3 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
1.22 2024-06-12
~~~~~~~~~~~~~~~

* Updates to product ingestions:
- EARLINET: fixed memory issue when reading extinction data.
- EarthCARE: updates for new V11.2 format definition baseline
Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ endif()

project(HARP)

set(VERSION 1.21)
set(VERSION 1.22)
set(HARP_VERSION \"${VERSION}\")
set(CPACK_PACKAGE_VERSION ${VERSION})

# Set dynamic library version
set(LIBHARP_CURRENT 14)
set(LIBHARP_REVISION 9)
set(LIBHARP_REVISION 10)
set(LIBHARP_AGE 1)
math(EXPR LIBHARP_MAJOR "${LIBHARP_CURRENT} - ${LIBHARP_AGE}")
set(LIBHARP_MINOR ${LIBHARP_AGE})
Expand Down
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Copyright (C) 2015-2024 S[&]T, The Netherlands

HARP 1.21 Release Notes
HARP 1.22 Release Notes


HARP is a toolset for ingesting, processing and inter-comparing satellite or
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# autoconf file for HARP
AC_INIT([harp],[1.21])
AC_INIT([harp],[1.22])
AC_CONFIG_AUX_DIR([.])
AM_INIT_AUTOMAKE(foreign subdir-objects 1.12 -Wall)

Expand Down Expand Up @@ -186,7 +186,7 @@ AC_CONFIG_FILES([idl/harp_idl.dlm])
# 6. If any interfaces have been removed or changed since the last public
# release, then set age to 0.
LIBHARP_CURRENT=14
LIBHARP_REVISION=9
LIBHARP_REVISION=10
LIBHARP_AGE=1
AC_SUBST(LIBHARP_CURRENT)
AC_SUBST(LIBHARP_REVISION)
Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
# built documents.
#
# The short X.Y version.
version = '1.21'
version = '1.22'
# The full version, including alpha/beta/rc tags.
release = version

Expand Down
2 changes: 1 addition & 1 deletion doc/html/.buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 7be82f49fe0fdf7cbcc5aac7a03bd466
config: 377ef1d4ba26a9750142083cea0f985a
tags: 645f666f9bcd5a90fca523b33c5a78b7
4 changes: 2 additions & 2 deletions doc/html/R.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>R interface &mdash; HARP 1.21 documentation</title>
<title>R interface &mdash; HARP 1.22 documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="_static/css/theme.css" />
<link rel="stylesheet" type="text/css" href="_static/custom.css" />
Expand Down Expand Up @@ -37,7 +37,7 @@
HARP
</a>
<div class="version">
1.21
1.22
</div>
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
<ul class="current">
Expand Down
2 changes: 1 addition & 1 deletion doc/html/_static/documentation_options.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
var DOCUMENTATION_OPTIONS = {
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
VERSION: '1.21',
VERSION: '1.22',
LANGUAGE: 'en',
COLLAPSE_INDEX: false,
BUILDER: 'html',
Expand Down
4 changes: 2 additions & 2 deletions doc/html/algorithms/common.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>common derivations &mdash; HARP 1.21 documentation</title>
<title>common derivations &mdash; HARP 1.22 documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="../_static/css/theme.css" />
<link rel="stylesheet" type="text/css" href="../_static/custom.css" />
Expand Down Expand Up @@ -38,7 +38,7 @@
HARP
</a>
<div class="version">
1.21
1.22
</div>
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
<ul class="current">
Expand Down
4 changes: 2 additions & 2 deletions doc/html/algorithms/definitions.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Definitions &mdash; HARP 1.21 documentation</title>
<title>Definitions &mdash; HARP 1.22 documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="../_static/css/theme.css" />
<link rel="stylesheet" type="text/css" href="../_static/custom.css" />
Expand Down Expand Up @@ -38,7 +38,7 @@
HARP
</a>
<div class="version">
1.21
1.22
</div>
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
<ul class="current">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>aerosol extinction coefficient derivations &mdash; HARP 1.21 documentation</title>
<title>aerosol extinction coefficient derivations &mdash; HARP 1.22 documentation</title>
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="../../_static/css/theme.css" />
<link rel="stylesheet" type="text/css" href="../../_static/custom.css" />
Expand Down Expand Up @@ -38,7 +38,7 @@
HARP
</a>
<div class="version">
1.21
1.22
</div>
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
<ul class="current">
Expand Down
4 changes: 2 additions & 2 deletions doc/html/algorithms/derivations/aerosol_optical_depth.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>aerosol optical depth derivations &mdash; HARP 1.21 documentation</title>
<title>aerosol optical depth derivations &mdash; HARP 1.22 documentation</title>
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="../../_static/css/theme.css" />
<link rel="stylesheet" type="text/css" href="../../_static/custom.css" />
Expand Down Expand Up @@ -38,7 +38,7 @@
HARP
</a>
<div class="version">
1.21
1.22
</div>
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
<ul class="current">
Expand Down
4 changes: 2 additions & 2 deletions doc/html/algorithms/derivations/altitude.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>altitude derivations &mdash; HARP 1.21 documentation</title>
<title>altitude derivations &mdash; HARP 1.22 documentation</title>
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="../../_static/css/theme.css" />
<link rel="stylesheet" type="text/css" href="../../_static/custom.css" />
Expand Down Expand Up @@ -38,7 +38,7 @@
HARP
</a>
<div class="version">
1.21
1.22
</div>
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
<ul class="current">
Expand Down
4 changes: 2 additions & 2 deletions doc/html/algorithms/derivations/altitude_bounds.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>altitude bounds derivations &mdash; HARP 1.21 documentation</title>
<title>altitude bounds derivations &mdash; HARP 1.22 documentation</title>
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="../../_static/css/theme.css" />
<link rel="stylesheet" type="text/css" href="../../_static/custom.css" />
Expand Down Expand Up @@ -38,7 +38,7 @@
HARP
</a>
<div class="version">
1.21
1.22
</div>
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
<ul class="current">
Expand Down
4 changes: 2 additions & 2 deletions doc/html/algorithms/derivations/angstrom_exponent.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>angstrom exponent derivations &mdash; HARP 1.21 documentation</title>
<title>angstrom exponent derivations &mdash; HARP 1.22 documentation</title>
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="../../_static/css/theme.css" />
<link rel="stylesheet" type="text/css" href="../../_static/custom.css" />
Expand Down Expand Up @@ -38,7 +38,7 @@
HARP
</a>
<div class="version">
1.21
1.22
</div>
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
<ul class="current">
Expand Down
4 changes: 2 additions & 2 deletions doc/html/algorithms/derivations/cloud_height.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>cloud height derivations &mdash; HARP 1.21 documentation</title>
<title>cloud height derivations &mdash; HARP 1.22 documentation</title>
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="../../_static/css/theme.css" />
<link rel="stylesheet" type="text/css" href="../../_static/custom.css" />
Expand Down Expand Up @@ -38,7 +38,7 @@
HARP
</a>
<div class="version">
1.21
1.22
</div>
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
<ul class="current">
Expand Down
4 changes: 2 additions & 2 deletions doc/html/algorithms/derivations/column_mass_density.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>column mass density derivations &mdash; HARP 1.21 documentation</title>
<title>column mass density derivations &mdash; HARP 1.22 documentation</title>
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="../../_static/css/theme.css" />
<link rel="stylesheet" type="text/css" href="../../_static/custom.css" />
Expand Down Expand Up @@ -38,7 +38,7 @@
HARP
</a>
<div class="version">
1.21
1.22
</div>
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
<ul class="current">
Expand Down
4 changes: 2 additions & 2 deletions doc/html/algorithms/derivations/column_mass_mixing_ratio.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>column mass mixing ratio derivations &mdash; HARP 1.21 documentation</title>
<title>column mass mixing ratio derivations &mdash; HARP 1.22 documentation</title>
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="../../_static/css/theme.css" />
<link rel="stylesheet" type="text/css" href="../../_static/custom.css" />
Expand Down Expand Up @@ -38,7 +38,7 @@
HARP
</a>
<div class="version">
1.21
1.22
</div>
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
<ul class="current">
Expand Down
4 changes: 2 additions & 2 deletions doc/html/algorithms/derivations/column_number_density.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>column number density derivations &mdash; HARP 1.21 documentation</title>
<title>column number density derivations &mdash; HARP 1.22 documentation</title>
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="../../_static/css/theme.css" />
<link rel="stylesheet" type="text/css" href="../../_static/custom.css" />
Expand Down Expand Up @@ -38,7 +38,7 @@
HARP
</a>
<div class="version">
1.21
1.22
</div>
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
<ul class="current">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>column number density averaging kernel derivations &mdash; HARP 1.21 documentation</title>
<title>column number density averaging kernel derivations &mdash; HARP 1.22 documentation</title>
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="../../_static/css/theme.css" />
<link rel="stylesheet" type="text/css" href="../../_static/custom.css" />
Expand Down Expand Up @@ -38,7 +38,7 @@
HARP
</a>
<div class="version">
1.21
1.22
</div>
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
<ul class="current">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>column volume mixing ratio derivations &mdash; HARP 1.21 documentation</title>
<title>column volume mixing ratio derivations &mdash; HARP 1.22 documentation</title>
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="../../_static/css/theme.css" />
<link rel="stylesheet" type="text/css" href="../../_static/custom.css" />
Expand Down Expand Up @@ -38,7 +38,7 @@
HARP
</a>
<div class="version">
1.21
1.22
</div>
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
<ul class="current">
Expand Down
4 changes: 2 additions & 2 deletions doc/html/algorithms/derivations/datetime.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>datetime derivations &mdash; HARP 1.21 documentation</title>
<title>datetime derivations &mdash; HARP 1.22 documentation</title>
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="../../_static/css/theme.css" />
<link rel="stylesheet" type="text/css" href="../../_static/custom.css" />
Expand Down Expand Up @@ -38,7 +38,7 @@
HARP
</a>
<div class="version">
1.21
1.22
</div>
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
<ul class="current">
Expand Down
4 changes: 2 additions & 2 deletions doc/html/algorithms/derivations/datetime_bounds.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>datetime bounds derivations &mdash; HARP 1.21 documentation</title>
<title>datetime bounds derivations &mdash; HARP 1.22 documentation</title>
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="../../_static/css/theme.css" />
<link rel="stylesheet" type="text/css" href="../../_static/custom.css" />
Expand Down Expand Up @@ -38,7 +38,7 @@
HARP
</a>
<div class="version">
1.21
1.22
</div>
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
<ul class="current">
Expand Down
4 changes: 2 additions & 2 deletions doc/html/algorithms/derivations/datetime_length.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>datetime length derivations &mdash; HARP 1.21 documentation</title>
<title>datetime length derivations &mdash; HARP 1.22 documentation</title>
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="../../_static/css/theme.css" />
<link rel="stylesheet" type="text/css" href="../../_static/custom.css" />
Expand Down Expand Up @@ -38,7 +38,7 @@
HARP
</a>
<div class="version">
1.21
1.22
</div>
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
<ul class="current">
Expand Down
4 changes: 2 additions & 2 deletions doc/html/algorithms/derivations/datetime_start.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>datetime start derivations &mdash; HARP 1.21 documentation</title>
<title>datetime start derivations &mdash; HARP 1.22 documentation</title>
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="../../_static/css/theme.css" />
<link rel="stylesheet" type="text/css" href="../../_static/custom.css" />
Expand Down Expand Up @@ -38,7 +38,7 @@
HARP
</a>
<div class="version">
1.21
1.22
</div>
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
<ul class="current">
Expand Down
Loading

0 comments on commit 86804b8

Please sign in to comment.