Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add time-stacked output streams in IOStreams #146

Open
wants to merge 10 commits into
base: develop
Choose a base branch
from
8 changes: 7 additions & 1 deletion components/omega/configs/Default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,11 @@ Omega:
IfExists: replace
Precision: double
Freq: 1
FreqUnits: months
FreqUnits: months,OnStartup
# If FileFreq and FileFreqUnits are commented out,
# the output file frequency will default to the IO frequency.
FileFreq: 1
FileFreqUnits: years
UseStartEnd: false
Contents:
- Tracers
Expand All @@ -89,6 +93,8 @@ Omega:
Precision: single
Freq: 10
FreqUnits: days
FileFreq: 1
FileFreqUnits: months
UseStartEnd: true
StartTime: 0001-06-01_00:00:00
EndTime: 0001-06-30_00:00:00
Expand Down
Loading
Loading