Skip to content

Commit f7a42fa

Browse files
Merge branch 'master' into dev
2 parents d5087c8 + ea751af commit f7a42fa

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.github/workflows/generate-reference-data.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
steps:
1515
- name: Checkout source
1616
uses: actions/checkout@v3
17+
with:
18+
submodules: true
1719
- name: Make clean
1820
run: VLASIATOR_ARCH=carrington_gcc_openmpi make clean
1921
- uses: ursg/gcc-problem-matcher@master
@@ -44,6 +46,8 @@ jobs:
4446
steps:
4547
- name: Checkout source
4648
uses: actions/checkout@v3
49+
with:
50+
submodules: true
4751
- name: Download testpackage binary
4852
uses: actions/download-artifact@v3
4953
with:

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
![](https://github.com/fmihpc/vlasiator/blob/master/doc/artwork/logo_black.png?raw=true)
33

44
Vlasiator - ten letters you can count on
5+
56
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.6782211.svg)](https://doi.org/10.5281/zenodo.6782211)
67

78
## Code description
@@ -17,3 +18,5 @@ See the [wiki](https://github.com/fmihpc/vlasiator/wiki) for build instructions
1718
## Paper references
1819
- [Palmroth, M., Ganse, U., Pfau-Kempf, Y., Battarbee, M., Turc, L., Brito, T., Grandin, M., Hoilijoki, S., Sandroos, A. & von Alfthan, S. (2018). Vlasov methods in space physics and astrophysics. Living Reviews in Computational Astrophysics, 4, 1. doi: 10.1007/s41115-018-0003-2](https://link.springer.com/article/10.1007/s41115-018-0003-2)
1920
- [von Alfthan, S., Pokhotelov, D., Kempf, Y., Hoilijoki, S., Honkonen, I., Sandroos, A. & Palmroth, M. (2014). Vlasiator: First global hybrid-Vlasov simulations of Earth's foreshock and magnetosheath . Journal of Atmospheric and Solar-Terrestrial Physics , 120, 24 - 35. doi: http://dx.doi.org/10.1016/j.jastp.2014.08.012](http://www.sciencedirect.com/science/article/pii/S1364682614001916)
21+
22+
[<img src="https://github.com/zulip/zulip/blob/main/static/images/logo/zulip-icon-128x128.png" width="32"/>](https://zulip.com) Sponsored by Zulip, an open-source modern team chat app designed to keep both live and asynchronous conversations organized.

0 commit comments

Comments
 (0)