Skip to content

Commit

Permalink
Merge branch 'master' into fixes-grdseamount
Browse files Browse the repository at this point in the history
  • Loading branch information
joa-quim authored Feb 11, 2025
2 parents a8eb949 + 85f1cf4 commit 6ccb4ab
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-caches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

steps:
- name: Install GMT
uses: mamba-org/[email protected].3
uses: mamba-org/[email protected].4
with:
environment-name: gmt
condarc: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dvc-diff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: iterative/setup-cml@v3

- name: Setup Micromamba
uses: mamba-org/[email protected].3
uses: mamba-org/[email protected].4
with:
environment-name: gmt
condarc: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ jobs:
if: failure()

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v5.0.7
uses: codecov/codecov-action@v5.3.1
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
Expand Down
2 changes: 1 addition & 1 deletion doc/rst/source/supplements/potential/gravfft.rst
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ offset due to the fact that *z* is positive up):

::

gmt gravfft bat.grd=+o-6000 -D600 -Gmoho_g.grd
gmt gravfft bat.grd+o-6000 -D600 -Gmoho_g.grd

Now, subtract it from the Bouguer to obtain the MBA anomaly. That is:

Expand Down

0 comments on commit 6ccb4ab

Please sign in to comment.