Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

anim07.sh. Data registration (_g vs _p). #8598

Merged
merged 2 commits into from
Oct 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/examples/anim07/anim07.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ gmt begin
# Extract a topography CPT
gmt makecpt -Cdem2 -T0/6000 -H > z.cpt
# Get gradients of the relief from N45E
gmt grdgradient @earth_relief_06m -Nt1.2 -A45 -Gintens.grd
gmt grdgradient @earth_relief_06m_p -Nt1.2 -A45 -Gintens.grd
gmt end
EOF
# 2. Set up main script
Expand Down
2 changes: 1 addition & 1 deletion doc/examples/anim08/anim08.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ gmt begin
2018-12-31T 240
EOF
# Get gradients of the relief from N45E
gmt grdgradient @earth_relief_02m -Nt1.2 -A45 -Gintens.nc
gmt grdgradient @earth_relief_02m_p -Nt1.2 -A45 -Gintens.nc
gmt makecpt -Cterra -T-10000/8000 -H > t.cpt
gmt end
EOF
Expand Down
2 changes: 1 addition & 1 deletion doc/examples/anim11/anim11.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ gmt begin
# Make global grid with a smooth 2-degree day/night transition for the 2020 solstice.
gmt grdmath -Rd -I2m -rp $(gmt solar -C -o0:1 -I+d2020-06-20+z-10) 2 DAYNIGHT = daynight.grd
# We will create an intensity grid based on a DEM so that we can see structures in the oceans
gmt grdgradient @earth_relief_02m -Nt0.75 -A45 -Gintens.grd
gmt grdgradient @earth_relief_02m_p -Nt0.75 -A45 -Gintens.grd
# Make sure our remote files have been downloaded
gmt which -Ga @earth_day_02m @earth_night_02m
gmt end
Expand Down
Loading