Skip to content

Commit

Permalink
Fix anim08 and anim11
Browse files Browse the repository at this point in the history
  • Loading branch information
Esteban82 committed Oct 10, 2024
1 parent 5537657 commit 4efb5cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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

0 comments on commit 4efb5cf

Please sign in to comment.