Hi there,
I managed to use the slrGRACE, but during my solving steps, I found error regarding the GetTransientInput as follows:
`Step 4: Solve Slr solver
checking model consistency
marshalling file SlrGRACE.bin
launching solution sequence
Ice Sheet System Model (ISSM) version 4.18
(website: http://issm.jpl.nasa.gov contact: issm@jpl.nasa.gov)
starting model processor
creating datasets for analysis SealevelriseAnalysis
Input updates from constant
Input updates from constant
Input updates from constant
Input updates from constant
Input updates from constant
Input updates from constant
updating elements and materials for control parameters
creating output definitions
done with model processor
Processing finite element model of analysis SealevelriseAnalysis:
toolkits Options set for analysis: SealevelriseAnalysis
configuring element and loads
Configuring elements...
Configuring loads...
Configuring materials...
Configuring inputs...
detecting active vertices
resolving node constraints
creating nodal degrees of freedom
Renumbering degrees of freedom
call computational core:
computing sea level rise
toolkits Options set for analysis: SealevelriseAnalysis
computing steric sea level rise
[0] ??? Error using ==> ./classes/Inputs2/Inputs2.cpp:399
[0] GetTransientInput error message: Input DslSeaSurfaceHeightChangeAboveGeoid is not an TransientInput2
[1] ??? Error using ==> ./classes/Inputs2/Inputs2.cpp:399
[1] GetTransientInput error message: Input DslSeaSurfaceHeightChangeAboveGeoid is not an TransientInput2
[2] ??? Error using ==> ./classes/Inputs2/Inputs2.cpp:399
[2] GetTransientInput error message: Input DslSeaSurfaceHeightChangeAboveGeoid is not an TransientInput2
loading results from cluster
Error using loadresultsfromdisk (line 17)
============================================================
Binary file SlrGRACE.outbin not found
This typically happens when the run crashed.
Please check for error messages above or in the outlog
Error in loadresultsfromcluster (line 45)
md=loadresultsfromdisk(md,[md.miscellaneous.name '.outbin']);
Error in solve (line 169)
md=loadresultsfromcluster(md);
Error in runme (line 135)
md=solve(md,'slr');`
For additional information:
ans =
'abdul'
ans =
class 'generic' object 'ans' =
name: abdul
np: 3
codepath: /home/abdul/Desktop/WasedaUniversity/issm-linux/ISSM/bin
shell: /bin/sh`
What should I do to solve this? Thanks
Abdul