https://github.com/genericmappingtools/ship2mgd77
Tool for producing NEIC-compliant MGD77T files from shipboard data
https://github.com/genericmappingtools/ship2mgd77
Last synced: 10 months ago
JSON representation
Tool for producing NEIC-compliant MGD77T files from shipboard data
- Host: GitHub
- URL: https://github.com/genericmappingtools/ship2mgd77
- Owner: GenericMappingTools
- License: lgpl-3.0
- Created: 2019-06-08T04:34:27.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-17T01:26:21.000Z (over 6 years ago)
- Last Synced: 2025-01-30T16:58:22.653Z (12 months ago)
- Language: Shell
- Size: 670 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ship2mgd77
Tool for producing NCEI-compliant MGD77T files from shipboard data.
Michael T. Hamilton
To build and install, cd into src and type "make all".
All scripts and executables will be placed in the directory bin
at the same level as src.
To configure, set "shipcode" in bin/s2m_params.sh
to your ship2mgd77 bin path (e.g., /usr/local/ship2mgd77/bin). Set
"underwaypath" to the directory containing raw underway data
(e.g., /data/km1609_day342). Set "outputdatapath" to where you
want archive files written (e.g., /data/archive_data).
The latest solar flux (F10.7) and geomagnetic storm (Dst) index files
(used by mgd77magref to compute diurnal corrections) can be found in
the share directory. You should either replace the ones in the GMT
share/mgd77 directory with these or edit ship2mgd77.sh to
pass the full paths to the new ones via mgd77magref options
-Dpath-to-Dst_all.wdc -Epath-to-F107_mon.plt
For additional information and to download test data, please visit
http://www.soest.hawaii.edu/mgd77 and select Documentation.
To produce an archive file from the raw test data, enter the following
command
ship2mgd77.sh km1609
Control over archive header content, data filtering, and digitization
is accomplished by further editing of s2m_params.sh.