Skip to content

Creating a new model instance prints unwanted output #122

@wknoben

Description

@wknoben

Creating a new simulation object as follows:

# Define location of .exe and file manager
executable = '/usr/local/bin/summa.exe'
file_manager = '/home/jovyan/data/pbhm-exercise-2/settings/mizoguchi/summa_fileManager_mizoguchi.txt'

# Create a model instance
s = ps.Simulation(executable, file_manager)

Generates the following output printed to the screen:

/home/jovyan/data/pbhm-exercise-2/settings/mizoguchi/ ../GENPARM.TBL

Contents of the file manager file:

controlVersion                       'SUMMA_FILE_MANAGER_V3.0.0'
simStartTime                         '2000-01-01 00:01'
simEndTime                           '2000-01-03 12:00'
tmZoneInfo                           'localTime'
settingsPath                         '/home/jovyan/data/pbhm-exercise-2/settings/mizoguchi/'
forcingPath                          '/home/jovyan/data/pbhm-exercise-2/data/mizoguchi/'
outputPath                           '/home/jovyan/data/pbhm-exercise-2/output/mizoguchi/'
decisionsFile                        'summa_zDecisions_mizoguchi.txt'
outputControlFile                    '../Model_Output.txt'
globalHruParamFile                   'summa_zLocalParamInfo.txt'
globalGruParamFile                   'summa_zBasinParamInfo.txt'
attributeFile                        'summa_zLocalAttributes.nc'
trialParamFile                       'summa_zParamTrial_mizoguchi.nc'
forcingListFile                      'summa_zForcingFileList.txt'
initConditionFile                    'summa_zInitialCond_mizoguchi.nc'
outFilePrefix                        'mizoguchi1990'
vegTableFile                         '../VEGPARM.TBL'
soilTableFile                        '../SOILPARM.TBL'
generalTableFile                     '../GENPARM.TBL'
noahmpTableFile                      '../MPTABLE.TBL'

This issue occurs on Hydroshare, unsure about other environments.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions