Thank you very much for your reply. However, I am now encountering a new issue. During the inversion process of the backslip in a 3D subduction zone model, when using step06 in the subduction, I encountered the following error:
Fatal error. Calling MPI_Abort() to abort PyLith application.
arduino
复制代码
Traceback (most recent call last):
File "/home/zhengyong/users/xiaoyang/xiaoy/xiaoy/Pylith/pylith-2.2.2-linux-x86_64/lib/python2.7/site-packages/pylith/apps/PetscApplication.py", line 74, in onComputeNodes
self.main(*args, **kwds)
File "/home/zhengyong/users/xiaoyang/xiaoy/xiaoy/Pylith/pylith-2.2.2-linux-x86_64/lib/python2.7/site-packages/pylith/apps/PyLithApp.py", line 128, in main
self.problem.initialize()
File "/home/zhengyong/users/xiaoyang/xiaoy/xiaoy/Pylith/pylith-2.2.2-linux-x86_64/lib/python2.7/site-packages/pylith/problems/TimeDependent.py", line 120, in initialize
self.formulation.initialize(self.dimension, self.normalizer)
File "/home/zhengyong/users/xiaoyang/xiaoy/xiaoy/Pylith/pylith-2.2.2-linux-x86_64/lib/python2.7/site-packages/pylith/problems/Implicit.py", line 121, in initialize
self._initialize(dimension, normalizer)
File "/home/zhengyong/users/xiaoyang/xiaoy/xiaoy/Pylith/pylith-2.2.2-linux-x86_64/lib/python2.7/site-packages/pylith/problems/Formulation.py", line 470, in _initialize
integrator.initialize(totalTime, numTimeSteps, normalizer)
File "/home/zhengyong/users/xiaoyang/xiaoy/xiaoy/Pylith/pylith-2.2.2-linux-x86_64/lib/python2.7/site-packages/pylith/feassemble/ElasticityImplicit.py", line 56, in initialize
ModuleElasticityImplicit.initialize(self, self.mesh())
File "/home/zhengyong/users/xiaoyang/xiaoy/xiaoy/Pylith/pylith-2.2.2-linux-x86_64/lib/python2.7/site-packages/pylith/feassemble/feassemble.py", line 359, in initialize
def initialize(self, *args): return _feassemble.IntegratorElasticity_initialize(self, *args)
RuntimeError: Error while projecting location.
latitude or longitude exceeded limits
projection: tmerc
units: m
proj options: +lon_0=-122.6765 +lat_0=45.5231 +k=0.9996
lon: 1.41515
lat: 0.629
bash
复制代码
application called MPI_Abort(MPI_COMM_WORLD, -1) - process 0
/home/zhengyong/users/xiaoyang/xiaoy/xiaoy/Pylith/pylith-2.2.2-linux-x86_64/bin/nemesis: mpirun: exit 255
/home/zhengyong/users/xiaoyang/xiaoy/xiaoy/Pylith/pylith-2.2.2-linux-x86_64/bin/pylith: /home/zhengyong/users/xiaoyang/xiaoy/xiaoy/Pylith/pylith-2.2.2-linux-x86_64/bin/nemesis: exit 1
No matter how I modify the latitude and longitude in pylith.app
, I still get the error latitude or longitude exceeded limits with the following projection parameters:
yaml
复制代码
projection: tmerc
units: m
proj options: +lon_0=-122.6765 +lat_0=45.5231 +k=0.9996
lon: 1.41515
lat: 0.629
I have attached the relevant files. Could you please take a look? Additionally, due to the limitations of my computing equipment, I am only able to use PyLith version 2.2.2.
file.zip (36.3 KB)