|
1 | 1 | # Recipe file for down-filtering the WDMAM data sets |
2 | | -# 2023-08-03 FE |
| 2 | +# 2025-03-18 FE |
3 | 3 | # |
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 |
5 | 5 | # |
6 | 6 | # To be given as input file to script srv_downsampler_grid.sh |
7 | 7 | # |
| 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 | +# |
8 | 12 | # Source: Information about master file, a title name (with underscores for spaces), planetary radius (km), |
9 | 13 | # 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" |
13 | 17 | # SRC_DOI="https://doi.org/10.1186/s40623-016-0404-6" |
14 | 18 | # SRC_RADIUS=6371.0087714 |
15 | 19 | # SRC_NAME=anomaly |
16 | 20 | # 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 |
20 | 21 | # |
21 | 22 | # Destination: Specify output node registration, file prefix, and netCDF format |
22 | 23 | # DST_MODE=Cartesian |
|
0 commit comments