Skip to content

is there a way to specify the output file time scale #491

Answered by wknoben
solosue asked this question in Q&A
Discussion options

You must be logged in to vote

Hi,
Assuming a run completes successfully, you can control which variables go into the output file and at what temporal resolution by modifying your outputControl.txt file. This is the file that contains lines such as:

scalarSWE | 1

The first column indicates the variable (you can look into the file var_lookup.f90 to see which variables are available: https://github.com/NCAR/summa/blob/master/build/source/dshare/var_lookup.f90). The second column indicates the number of timesteps over which to aggregate the simulation. For example, outputControl.txt for a case where you have hourly simulations but want daily outputs would look as follows:

scalarSWE | 24

The SUMMA docs provide more detai…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by wknoben
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #490 on September 02, 2021 18:38.