source: flex_extract.git/For_developers/Sphinx/source/changelog.rst @ b1674ed

ctbtodev
Last change on this file since b1674ed was b1674ed, checked in by Anne Philipp <anne.philipp@…>, 4 years ago

updated online documentation FIX for tickets #265 and #262

  • Property mode set to 100644
File size: 2.4 KB
RevLine 
[41c9dbc]1Changelog
2=========
3   
4.. toctree::
5    :hidden:
6    :maxdepth: 2
7 
8.. _CDS API: https://cds.climate.copernicus.eu/api-how-to
9.. _ECMWF Web API: https://confluence.ecmwf.int/display/WEBAPI/ECMWF+Web+API+Home
10.. _new algorithm: https://www.geosci-model-dev.net/11/2503/2018/
[b1674ed]11
12
13.. _ref-v711:
14
15Release v7.1.1
16--------------
17
18Bug fixes
19#########
20   * corrected naming of makefiles and Fortran program executable in online documentation
21   * adapted checking for ``GATEWAY`` and ``DESTINATION`` parameter
22   * fixed makefiles to use f90 Fortran files for ECMWF server
23
[41c9dbc]24   
25.. _ref-v71: 
26   
27Release v7.1
28------------
29New Features
30############
31
32   * first set of UNIT tests
33   * first set of regression tests   
34   * structured documentation with Sphinx
35   * local retrieval via `CDS API`_ for ERA 5 data
36   * simplified installation process
37   * disaggregation of precipitation with a `new algorithm`_
38   
39Changes
40#######
41   * upgraded to Python3
42   * applied PEP8 style guide
43   * use of genshi templates
44   * modularization of python source code
45   * upgrade from grib_api to ecCodes
46   * completely revised/refactored python section
47   * restructured program directories
[b1674ed]48   * Fortran program name changed from ``CONVERT2`` to ``calc_etadot``
[41c9dbc]49
50.. _ref-v704:
51   
52Release v7.0.4
53--------------
54New Features
55############
56
57    * Ensemble retrieval for ENFO and ELDA stream (ZAMG specific with extra synthesized ensembles for ELDA stream)
58 
59Bug fixes
60#########
61 
62    * diverse problems with ERA 5 retrieval
63    * diverse problems with CERA-20C retrieval
64    * BASETIME retrieval option
65    * `CONVERT2` FORTRAN program: initialise fields to 0.
66      (introduced initialization of :literal:`field` variable in the Fortran program
67      with :literal:`field=0.` in file :literal:`rwGRIB2.f90` to avoid getting unreasonable large numbers.)
68
69.. _ref-v703:
70   
71Release v7.0.3
72--------------
73New Features
74############
75
76    * output of mars requests to an extra file (debugging and documentation)
77    * CERA-20C download
78    * ERA 5 download
79    * public user interface with `ECMWF Web API`_
80    * use of `ECMWF Web API`_ for local retrieval version
81   
82.. _ref-v702:
83   
84Release v7.0.2
85--------------
86New Features
87############
88
89    * Python based version
90   
91Changes
92#######
93
94    * korn shell scripts were substituted by python scripts
95
96.. _ref-v60:
97   
98Release v0.1 - v6.0
99-------------------
100
101    * old version which should no longer be used anymore       
Note: See TracBrowser for help on using the repository browser.
hosted by ZAMG