Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
tristan-salles committed Jun 24, 2024
1 parent a50dd18 commit 5889c9f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions docs/tech_guide/tecto.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,7 @@ For regions of diverging or converging lateral movement, the elevation and strat
.. note::

Additional constrained for mesh refinement can be set if needed. As an example, one can use the horizontal velocity field magnitude as a parameter for refinement and create meshes with higher resolutions for regions with higher magnitudes in order to better represent the deformation in these areas.


Flexural isostasy
---------------------------------
4 changes: 2 additions & 2 deletions gospl/tools/cgflex.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
import sys
import glob
import pickle
import pyproj
import petsc4py
import numpy as np

import xarray as xr
from mpi4py import MPI
from pathlib import Path
from time import process_time

if "READTHEDOCS" not in os.environ:
import pyproj
import xarray as xr
from gflex.f2d import F2D

petsc4py.init(sys.argv)
Expand Down

0 comments on commit 5889c9f

Please sign in to comment.