Source author record

I. Honkonen

I. Honkonen appears in the imported research catalog. Authorship, coauthor and topic links are available while profile ownership is still unclaimed.

ResearcherUnclaimed source record

Catalog footprint

What is connected

3works
3topics
4close collaborators

Actions

Connect this record

Log in to claim

Research graph

See the researcher in context

Open full explorer

Inspect adjacent papers, topics, institutions and collaborators without losing the researcher page.

Building this map preview

BZPEER is loading the nearby papers, people, topics and institutions for this page.

Published work

3 published item(s)

preprint2016arXiv

One year in the Earth's magnetosphere: A global MHD simulation and spacecraft measurements

The response of the Earth's magnetosphere to changing solar wind conditions are studied with a 3D Magnetohydrodynamic (MHD) model. One full year (155 Cluster orbits) of the Earth's magnetosphere is simulated using Grand Unified Magnetosphere Ionosphere Coupling simulation (GUMICS-4) magnetohydrodynamic code. Real solar wind measurements are given to the code as input to create the longest lasting global magnetohydrodynamics simulation to date. The applicability of the results of the simulation depends critically on the input parameters used in the model. Therefore, the validity and the variance of the OMNIWeb data is first investigated thoroughly using Cluster measurement close to the bow shock. The OMNIWeb and the Cluster data were found to correlate very well before the bow shock. The solar wind magnetic field and plasma parameters are not changed significantly from the $L_1$ Lagrange point to the foreshock, therefore the OMNIWeb data is appropriate input to the GUMICS-4. The Cluster SC3 footprints are determined by magnetic field mapping from the simulation results and the Tsyganenko (T96) model in order to compare two methods. The determined footprints are in rather good agreement with the T96. However, it was found that the footprints agree better in the northern hemisphere than the southern one during quiet conditions. If the By is not zero, the agreement of the GUMICS-4 and T96 footprint is worse in longitude in the southern hemisphere. Overall, the study implies that a 3D MHD model can increase our insight of the response of the magnetosphere to solar wind conditions.

preprint2014arXiv

Windsock memory conditioned RAM (Co-Ram) pressure effect: forced reconnection in the Earth's magnetotail

Magnetic reconnection (MR) is a key physical concept explaining the addition of magnetic flux to the magnetotail and closed flux lines back-motion to the dayside magnetosphere. This scenario elaborated by \citet{dung63}, can explain many aspects of solar wind-magnetosphere interaction processes, including substorms. However, neither the Dungey model nor its numerous modifications were able to explain fully the onset conditions for MR in the tail. In this paper, we introduce new onset conditions for forced MR in the tail. We call our scenario the "windsock memory conditioned ram pressure effect". Our non-flux-transfer associated forcing is introduced by a combination of large-scale windsock motions exhibiting memory effects and solar wind dynamic pressure actions on the nightside magnetopause during northward oriented IMF. Using global MHD GUMICS-4 simulation results, upstream data from WIND, magnetosheath data from Cluster-1 and distant-tail data from the two-probe ARTEMIS mission, we show that the simultaneous occurrence of vertical windsock motions of the magnetotail and enhanced solar wind dynamic pressure introduces strong nightside disturbances, including enhanced electric fields and persistent vertical cross-tail shear flows. These perturbations, associated with a stream interaction region in the solar wind, drive MR in the tail during episodes of northward oriented interplanetary magnetic field (IMF). We detect MR indirectly, observing plasmoids in the tail and ground based signatures of Earthward moving fast flows. We also consider the application to solar system planets and close-in exoplanets, where the proposed scenario can elucidate some new aspects of solar/stellar wind - magnetosphere interactions.

preprint2012arXiv

Parallel grid library for rapid and flexible simulation development

We present an easy to use and flexible grid library for developing highly scalable parallel simulations. The distributed cartesian cell-refinable grid (dccrg) supports adaptive mesh refinement and allows an arbitrary C++ class to be used as cell data. The amount of data in grid cells can vary both in space and time allowing dccrg to be used in very different types of simulations, for example in fluid and particle codes. Dccrg transfers the data between neighboring cells on different processes transparently and asynchronously allowing one to overlap computation and communication. This enables excellent scalability at least up to 32 k cores in magnetohydrodynamic tests depending on the problem and hardware. In the version of dccrg presented here part of the mesh metadata is replicated between MPI processes reducing the scalability of adaptive mesh refinement (AMR) to between 200 and 600 processes. Dccrg is free software that anyone can use, study and modify and is available at [https://gitorious.org/dccrg]. Users are also kindly requested to cite this work when publishing results obtained with dccrg.