You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: VERSIONS.md
+30-2Lines changed: 30 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,35 @@
2
2
3
3
## Latest Release - 1.1.0 (2020)
4
4
5
-
TBD
5
+
Contributors: C. Louis, B. Cecconi
6
+
7
+
Change Log for version 1.1.0:
8
+
- Documentation:
9
+
- Added readthedocs documentation, available at: https://expres.readthedocs.io/en/latest/
10
+
- Configuration:
11
+
-`SIMU`.`NAME` and `SIMU`.`OUT` are not required anymore. `SIMU`.`NAME` is curently not used. The `SIMU`.`OUT` entry is given by the user in the `config.ini` file.
12
+
- Adding user-provided frequency list option
13
+
- New configuration option for output CDF: SRCPOS (position of the sources, in cartesian)
14
+
- New configuration option for output CDF: SRCVIS (for each hemisphere, sum of the visible sources)
15
+
- Ephemeris:
16
+
- Adding support for use-provided WebGeoCalc ephemeris files in csv format
17
+
- Updated MIRIADE and WebGeoCalc ephemerides parsing methods (following undocumented webservice API changes)
18
+
- Modification on the User-defined ephemeris: the ephemerides given by the user can be defined to an accuracy of one second
19
+
- Output CDF:
20
+
- Changing the polarization output in cdf file: `Polarization` variable indicates LH or RH polarization, `VisibleSources` provides the sum of visible sources for LH and RH polarization.
21
+
- Added Hemisphere_ID_Label variable in output CDF
22
+
- Modified the calculation of CDF output `SrcFreqMaxCMI`
23
+
- Modification of the CDF outputs if multiple sources
24
+
- Correction of an error on the CDF output time table
25
+
- Other:
26
+
- Modify CDF file output version to: `...._v11.cdf`
27
+
- All CDF global attributes are now with type `CDF_CHAR`
28
+
- Modifying call to MFL (`lsh` vs. `msh`, depending on the planet)
29
+
- Added support for M-shell with JRM09 magnetic field model
30
+
31
+
Related Publication:
32
+
- Cecconi, B. C. K. Louis, C. Muñoz, C. Vallat. 2020. "Auroral Radio Source Occultation Modeling and Application to the JUICE Science Mission Planning." Astron. Astrophys., _Submitted_.
33
+
6
34
7
35
## Version 1.0.0 (2019)
8
36
In this version, the code is called ExPRES (Exoplanetary and Planetary Radio Emissions Simulator)
@@ -14,7 +42,7 @@ Main additions in this version:
14
42
- better documentation
15
43
16
44
Related Publications:
17
-
- Louis CK, SLG Hess, B Cecconi, P Zarka, L Lamy, S Aicardi and A Loh. 2019, "ExPRES: an Exoplanetary and Planetary Radio Emissions Simulator." Astron. Astrophys. _Accepted_
45
+
- Louis CK, SLG Hess, B Cecconi, P Zarka, L Lamy, S Aicardi and A Loh. 2019, "ExPRES: an Exoplanetary and Planetary Radio Emissions Simulator." Astronomy and Astrophysics 627: A30. [doi:10.1051/0004-6361/201935161](https://doi.org/10.1051/0004-6361/201935161).
18
46
19
47
## Version 0.6.1 (2018)
20
48
In this version, the code is called SERPE (Simulation d'Emission Radio Planétaires et Exoplanétaires)
0 commit comments