Open
Description
Bug Report
Apparently, SUMMA
crashes when the paths in the fileManager
text file miss the /
at the end. The error I receive is the following:
$ ./summa.exe -g 93 1 -m ./settings/fileManager_1month.txt > ./answers/1.1.1.run.txt
Note: The following floating-point exceptions are signalling: IEEE_INVALID_FLAG
STOP 1
This normally shouldn't happen. I guess.
Here is the setting file for fileManager
that I am using:
controlVersion 'SUMMA_FILE_MANAGER_V3.0.0' ! file manager version (defined string)
simStartTime '1988-01-01 01:00' !
simEndTime '1988-01-31 23:00' !
tmZoneInfo 'utcTime' !
! These need to be updated
settingsPath '/home/kasra.keshavarz1/pbhmCourse_student/4_high_performance_computing/settings/' ! setting path
outputPath '/home/kasra.keshavarz1/pbhmCourse_student/4_high_performance_computing/output/' ! output path
! This may need to be updated
forcingPath '/work/TALC/enci619.05_2024w/hpc_forcing' ! forcing path
! This can remain unchanged
decisionsFile 'modelDecisions.txt' ! model decision file
outputControlFile 'outputControl_wb.txt' ! output control specs
globalHruParamFile 'localParamInfo.txt' ! local parameters
globalGruParamFile 'basinParamInfo.txt' ! basin parameters
attributeFile 'local_attribute_camels.nc' ! local attributes
trialParamFile 'ParamTrial.camels.direct_calib_15.nc' ! trial parameters
forcingListFile 'forcingFileList.txt' ! forcing file list
initConditionFile 'warmState_1988010100.nc' ! initial conditions
outFilePrefix 'camels_nldas_1month' ! output_prefix ('_' appended)
vegTableFile 'VEGPARM.TBL' !
soilTableFile 'SOILPARM.TBL' !
generalTableFile 'GENPARM.TBL' !
noahmpTableFile 'MPTABLE.TBL' !
! history Sat Sep 26 16:49:40 2020: convert_summa_config_v2_v3.py fileManager.txt
- Version: commit 3ca07b7
- Compiler:
gcc/gfortran 7.3.0
- OS: Rocky Linux 8.8 (Green Obsidian)
- A description of relevant model settings: Not Applicable
- A summary of the bug or error message you are getting: stated above