source: flex_extract.git/Documentation/html/_sources/changelog.rst.txt @ e0005c9

ctbtodev
Last change on this file since e0005c9 was 6931f61, checked in by anphi <anne.philipp@…>, 4 years ago

Update Onlinedocumentation after review of language editing

  • Property mode set to 100644
File size: 3.0 KB
Line 
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/
11
12
13.. _ref-v712:
14
15Release v7.1.2
16--------------
17
18Changes
19#########
20   * changed naming of template files
21   * separate loading of Python3 module in remote mode is no longer necessary
22   * updated module versions for ECMWF servers
23   * changed names of working directories on ECMWF servers
24   * select makefile automatically regarding application mode if it was not set in ``setup.sh``
25   * updated online documentation
26   * converted most important Fortran code documentation from German to English
27   * deactivate writing of VERTICAL.EC file by Fortran code
28   * adapt and improve Fortran regression test scripts
29   * remove jasper lib from Fortran makefiles
30   
31   
32.. _ref-v711:
33
34Release v7.1.1
35--------------
36
37Bug fixes
38#########
39   * corrected naming of makefiles and Fortran program executable in online documentation
40   * adapted checking for ``GATEWAY`` and ``DESTINATION`` parameter
41   * fixed Fortran makefiles to use the .f90 files on ECMWF servers
42
43   
44.. _ref-v71:
45   
46Release v7.1
47------------
48New Features
49############
50
51   * first set of UNIT tests
52   * first set of regression tests   
53   * structured documentation with Sphinx
54   * local retrieval via `CDS API`_ for ERA 5 data
55   * simplified installation process
56   * disaggregation of precipitation with a `new algorithm`_
57   
58Changes
59#######
60   * upgraded to Python3
61   * applied PEP8 style guide
62   * use of genshi templates
63   * modularization of Python source code
64   * upgrade from grib_api to ecCodes
65   * completely revised/refactored Python section
66   * restructured program directories
67   * Fortran program name changed from ``CONVERT2`` to ``calc_etadot``
68
69.. _ref-v704:
70   
71Release v7.0.4
72--------------
73New Features
74############
75
76    * Ensemble retrieval for ENFO and ELDA stream (ZAMG specific with extra synthesized ensembles for ELDA stream)
77 
78Bug fixes
79#########
80 
81    * various problems with ERA 5 retrieval
82    * various problems with CERA-20C retrieval
83    * BASETIME retrieval option
84    * `CONVERT2` FORTRAN program: initialise fields to 0.
85      (introduced initialization of :literal:`field` variable in the Fortran program
86      with :literal:`field=0.` in file :literal:`rwGRIB2.f90` to avoid getting unreasonable large numbers.)
87
88.. _ref-v703:
89   
90Release v7.0.3
91--------------
92New Features
93############
94
95    * output of MARS requests to an extra file (debugging and documentation)
96    * CERA-20C download
97    * ERA 5 download
98    * public user interface with `ECMWF Web API`_
99    * use of `ECMWF Web API`_ for local retrieval version
100   
101.. _ref-v702:
102   
103Release v7.0.2
104--------------
105New Features
106############
107
108    * Python-based version
109   
110Changes
111#######
112
113    * korn shell scripts substituted by Python scripts
114
115.. _ref-v60:
116   
117Release v0.1 - v6.0
118-------------------
119
120    * old version which should no longer be used         
Note: See TracBrowser for help on using the repository browser.
hosted by ZAMG