Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

production release (VirES v3.15.0) #490

Merged
merged 3 commits into from
Dec 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/scripts/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@
},
{
"id": "IGRF",
"name": "IGRF-13"
"name": "IGRF-14"
},
{
"id": "LCS-1"
Expand Down
4 changes: 2 additions & 2 deletions app/scripts/globals.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ define(
});

return {
version: "3.14.0",
version: "3.15.0",
supportedVersions: [
"3.14.0", "3.13.2", "3.13.1", "3.13.0",
"3.15.0", "3.14.1", "3.14.0", "3.13.2", "3.13.1", "3.13.0",
"3.12.0", "3.11.0", "3.10.0", "3.9.0", "3.8.0", "3.7.0", "3.6.0",
"3.5.0", "3.4.0", "3.3.0", "3.2.0", "3.1.3", "3.1.2", "3.1.1", "3.1.0"
],
Expand Down
2 changes: 1 addition & 1 deletion app/scripts/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
var root = this;

root.require.config({
urlArgs: 'bust=v3.14.0',
urlArgs: 'bust=v3.15.0',

waitSeconds: 120,
/* starting point for application */
Expand Down
2 changes: 1 addition & 1 deletion app/templates/Info.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
<p>The following models of the Earth's magnetic field and its components (core, crust, lithospheric, magnetospheric, and ionospheric magnetic field) are available</p>
<ul>
<li style="list-style-type: circle;">
13th generation of the International Geomagnetic Reference Field (<a target="_blank" href="https://earth-planets-space.springeropen.com/articles/10.1186/s40623-020-01288-x">IGRF 13</a>) released in December 2019 by the International Association of Geomagnetism and Aeronomy
14th generation of the International Geomagnetic Reference Field (<a target="_blank" href="https://www.ncei.noaa.gov/products/international-geomagnetic-reference-field">IGRF-14</a>) released in November 2024 by the International Association of Geomagnetism and Aeronomy
</li>
<li style="list-style-type: circle;">
The latest version of the CHAOS high resolution geomagnetic field model derived from Swarm, MSS-1, CSES, CryoSat-2, CHAMP, SAC-C, and Ørsted satellite magnetic data along with ground observatory data (<a target="_blank" href="https://spacecenter.dk/files/magnetic-models/CHAOS-8/">CHAOS-8</a>)
Expand Down