LoadMesh: Requested File is not Exist.

Discussion about building and installing Elmer
Post Reply
chivier
Posts: 4
Joined: 26 Apr 2020, 13:02
Antispam: Yes

LoadMesh: Requested File is not Exist.

Post by chivier »

Hello there. I met up with a new problem these days when I was reproducing the result of IceSheet/Greenland on my own.

After executing ElmerSolver, it stopped at a strange position that I have never met brfore.

Code: Select all

$ ElmerSolver SSA.sif
ELMER SOLVER (v 8.4) STARTED AT: 2020/04/30 07:14:47
ParCommInit:  Initialize #PEs:            1
MAIN: 
MAIN: =============================================================
MAIN: ElmerSolver finite element software, Welcome!
MAIN: This program is free software licensed under (L)GPL
MAIN: Copyright 1st April 1995 - , CSC - IT Center for Science Ltd.
MAIN: Webpage http://www.csc.fi/elmer, Email elmeradm@csc.fi
MAIN: Version: 8.4 (Rev: unknown, Compiled: 2020-04-26)
MAIN:  Running one task without MPI parallelization.
MAIN:  Running with just one thread per task.
MAIN: =============================================================
MAIN: 
MAIN: 
MAIN: -------------------------------------
MAIN: Reading Model: SSA.sif
LoadInputFile: Scanning input file: SSA.sif
OpenIncludeFile: Trying to include file: SSA.IN
OpenIncludeFile: Trying to include file: ../../Parameters/Physical_Params.IN
LoadInputFile: Loading input file: SSA.sif
OpenIncludeFile: Trying to include file: SSA.IN
OpenIncludeFile: Trying to include file: ../../Parameters/Physical_Params.IN
Model Input:  Unlisted keyword: [sea level] in section: [constants]
Model Input:  Unlisted keyword: [water density] in section: [constants]
Model Input:  Unlisted keyword: [bottom surface accumulation] in section: [body force 1]
Model Input:  Unlisted keyword: [ssa mean density] in section: [material 1]
Model Input:  Unlisted keyword: [ssa critical thickness] in section: [material 1]
Model Input:  Unlisted keyword: [ssa friction law] in section: [material 1]
Model Input:  Unlisted keyword: [min h] in section: [material 1]
Model Input:  Unlisted keyword: [x dim name] in section: [solver 1]
Model Input:  Unlisted keyword: [y dim name] in section: [solver 1]
Model Input:  Unlisted keyword: [time dim name] in section: [solver 1]
Model Input:  Unlisted keyword: [is time index] in section: [solver 1]
Model Input:  Unlisted keyword: [time point] in section: [solver 1]
Model Input:  Unlisted keyword: [velocity norm limit] in section: [solver 3]
Model Input:  Unlisted keyword: [sub-element gl parameterization] in section: [solver 3]
Model Input:  Unlisted keyword: [gl integration points number] in section: [solver 3]
Model Input:  Unlisted keyword: [compute dhdt] in section: [solver 4]
Model Input:  Unlisted keyword: [transient stabilisation] in section: [solver 4]
Model Input:  Unlisted keyword: [file name] in section: [solver 5]
Model Input:  Unlisted keyword: [calving front] in section: [boundary condition 1]
LoadInputFile: Number of BCs: 1
LoadInputFile: Number of Body Forces: 1
LoadInputFile: Number of Initial Conditions: 0
LoadInputFile: Number of Materials: 1
LoadInputFile: Number of Equations: 1
LoadInputFile: Number of Solvers: 6
LoadInputFile: Number of Bodies: 1
ERROR:: LoadMesh: Requested mesh > ./MESH < does not exist!
STOP 1
I am very confused. I have already downloaded all the data by executing `GET_DATA.sh` script. But why I cannot run the Greenland simulation?
kevinarden
Posts: 2317
Joined: 25 Jan 2019, 01:28
Antispam: Yes

Re: LoadMesh: Requested File is not Exist.

Post by kevinarden »

In the SSA.sif file it is looking for the mesh in ./MESH. If it is a linux system file names are case sensitive.
the . means current working directory /MESH means a folder named MESH.

this example looks in a folder called wire for the mesh
Header
CHECK KEYWORDS Warn
Mesh DB "." "wire"
Include Path ""
Results Directory ""
End
Post Reply