Skip to content

Commit 864b71e

Browse files
authored
Earth wdmam 2.2 (#270)
* Update recipe * Update wdmam recipe * New update
1 parent 48f85cd commit 864b71e

1 file changed

Lines changed: 9 additions & 8 deletions

File tree

recipes/earth_wdmam.recipe

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,23 @@
11
# Recipe file for down-filtering the WDMAM data sets
2-
# 2023-08-03 FE
2+
# 2025-03-18 FE
33
#
4-
# We use a precision of 0.2 nT and offset 3000 nT to fit the range of -3323.70385742 to 8915.15527344 in 16-bit ints
4+
# We use a precision of 0.2 nT and offset 3000 nT to fit the range of -3323.38110352 to 8915.38110352 in 16-bit ints
55
#
66
# To be given as input file to script srv_downsampler_grid.sh
77
#
8+
# Data must first be downloaded from https://wdmam.org/ manually.
9+
# Then converted to grid file with "gmt xyz2grd grid.txt -i0,1,2 -Rd -I3m -fg -Gearth_wdmam_2.2.nc",
10+
# and finally place it this directory on the candidate server https://candidate.generic-mapping-tools.org/
11+
#
812
# Source: Information about master file, a title name (with underscores for spaces), planetary radius (km),
913
# name of z-variable, and z unit.
10-
# SRC_FILE=ftp://ftp.soest.hawaii.edu/pwessel/WDMAM/grid.asc.txt
11-
# SRC_TITLE=WDMAM_Earth_Magnetic_Anomalies_v2.1
12-
# SRC_REF="Choi_et_al._2023"
14+
# SRC_FILE=https://candidate.generic-mapping-tools.org/earth_wdmam_2.2.nc
15+
# SRC_TITLE=WDMAM_Earth_Magnetic_Anomalies_v2.2
16+
# SRC_REF="Choi_et_al._2025"
1317
# SRC_DOI="https://doi.org/10.1186/s40623-016-0404-6"
1418
# SRC_RADIUS=6371.0087714
1519
# SRC_NAME=anomaly
1620
# SRC_UNIT=nT
17-
# Since source is an ASCII grid we supply conversion command and original extension
18-
# SRC_CUSTOM="gmt xyz2grd grid.asc.txt -i0,1,2 -Rd -I3m -fg -Ggrid.asc.nc"
19-
# SRC_EXT=txt
2021
#
2122
# Destination: Specify output node registration, file prefix, and netCDF format
2223
# DST_MODE=Cartesian

0 commit comments

Comments
 (0)