From 5c52ce7dbf4708f8d1b5fb752bff41bbdc027d1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mauricio=20Su=C3=A1rez-Dur=C3=A1n?= <mauricio.suarez@unipamplona.edu.co> Date: Tue, 24 May 2022 00:29:14 +0200 Subject: [PATCH] Readme file added. --- analysis/geomagnetic/README | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 analysis/geomagnetic/README diff --git a/analysis/geomagnetic/README b/analysis/geomagnetic/README new file mode 100644 index 0000000..2fd7f7d --- /dev/null +++ b/analysis/geomagnetic/README @@ -0,0 +1,13 @@ +The bash scrip maketable-forRun-magcos.sh sets the parameters for +run MAGNETOCOSMICS: Tsyganenkov (G1 and G2), DST. Pdyn, and +geomagnetic components magnitude (By and Bz) according with +time/date. All these parameter are reading from wghour.d +(decompress before use it). + +How to run: + +Search in wghour.d the line(s) of time wanted to simulate, for +instances, if the date wanted to simulate is March 23th, 2014 at +01:00 hours, so the line inside wghour.d containing this date is 441085. + +Iterate over different dates is possible. -- GitLab