TNO Intern

Commit a44a822b authored by Arjo Segers's avatar Arjo Segers
Browse files

Synchronized change logs with development versions.

parent c99fe5e7
Loading
Loading
Loading
Loading
+60 −8
Original line number Diff line number Diff line
@@ -5,11 +5,12 @@ CSO - CAMS Satellite Operator
Version tags
------------

See "History" chapter in documentation for changes.
See "History" chapter in documentation for overview of versions.
Detailled changes per version are listed below.


Changes for v2.1
----------------
v2.1
----

Updated documentation.
  doc/source/documentation.rst
@@ -109,6 +110,10 @@ Support for S5p/Glyoxal product.
  doc/samples/S5P_OFFL_L2__CHOCHO___20200601T001519_20200601T015649_13643_01_010000_20210128.txt
  doc/source/index.rst


v2.2
----

Support batch job for Sun Grid Engine.
  py/utopya_jobscript.py
  py/utopya_jobtree.py
@@ -153,6 +158,15 @@ Added class to create temporal means of gridded averages.
Read Timestamp object from rcfile settings.
  py/rc.py

Support index timeseries over years.
  py/utopya_index.py

Updated product description of S5p/Glyoxal.
  doc/source/s5p-glyoxal.rst

Updated template settings.
  config/tutorial/tutorial.rc

Added tools to collect and plot time series of co-located pixel averages.
  py/cso_colocate.py
  py/cso.py
@@ -218,8 +232,8 @@ Updated User guide.
  doc/source/


Changes for v2.4
----------------
v2.4
----

Added 'black' target to Makefile, including convention for maximum line length.
Reformatted files following new convention.
@@ -227,8 +241,8 @@ Reformatted files following new convention.
  py/*


Changes for v2.5
----------------
v2.5
----

Fixed definition of CSO_PREFIX environment variable.  
  bin/cso
@@ -263,12 +277,50 @@ Fixed bug in S5P orbit selection.
  py/cso_s5p.py


v2.6
----

Added 'black' target to Makefile, including convention for maximum line length.
  Makefile

Fixed averaging over time values when creating super-observations.
  py/cso_superobs.py

Improved output of packed variables.
Support files with "sample" coordinate instead of "pixel".
  oper/

Use cartopy for map plots.
  py/cso_plot.py
  py/cso_catalogue.py

Support orbits that overlap with dateline.
  py/cso_s5p.py
  py/cso_gridded.py
  py/cso_superobs.py


v2.7
----

Removed suppored for NO2-superobs, now create these using own classes.
  py/cso_s5p_superobs.py
  py/cso.py
  config/EMEP/emep-tropomi-superobs.rc
  doc/source/index.rst
  doc/source/pymod-cso_s5p_superobs.rst
  doc/source/s5p-no2-superobs.rst

Removed depricated references to S5p-Hub.
  doc/source/
  doc/source
  py/

Removed whitespace from lines for easier comparison with other versions.
  py/

Synchronized layout with CSO public version for easier synchronization.
Synchronized change logs in source files between master and development versions.
  py/


+2 −2
Original line number Diff line number Diff line
@@ -5,8 +5,8 @@
#   Added cso_superob module.
#   Added cso_colocate module.
#
# 2023-08, Arjo Segers
#   Reformatted using 'black'.
# 2023, Lewis Blake, Arjo Segers
#   Formatted using "black".
#


+2 −2
Original line number Diff line number Diff line
@@ -15,8 +15,8 @@
# 2022-10, Arjo Segers
#   Adhoc fix to trap nans in lon/lat arrays in S5p/glyoxal data.
#
# 2023-08, Arjo Segers
#   Reformatted using 'black'.
# 2023, Lewis Blake, Arjo Segers
#   Formatted using "black".
#

########################################################################
+2 −2
Original line number Diff line number Diff line
@@ -4,8 +4,8 @@
# 2022-09, Arjo Segers
#   Added class to collect co-located observations.
#
# 2023-08, Arjo Segers
#   Reformatted using 'black'.
# 2023, Lewis Blake, Arjo Segers
#   Formatted using "black".
#


+2 −2
Original line number Diff line number Diff line
@@ -3,8 +3,8 @@
#
# Changes
#
# 2023-08, Arjo Segers
#   Reformatted using 'black'.
# 2023, Lewis Blake, Arjo Segers
#   Formatted using "black".
#


Loading