[root]/CCA/Components/DataArchiver
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 19 (100.0%) | 320 (100.0%) | 16.8 |
luitjens | 4 (21.1%) | 303 (94.7%) | 75.7 |
jas | 12 (63.2%) | 10 (3.1%) | 0.8 |
jsutherland | 1 (5.3%) | 7 (2.2%) | 7.0 |
dav | 2 (10.5%) | 0 (0.0%) | 0.0 |
First pass at saving original .ups file into the UDA. (Behind the scenes) uses 'system(cp)', which at some point may need to be replaced...
0 lines of code changed in 2 files:
Allow variables to not be present at initialization for IO.
Previously, if a variable was created during timestepping and was requested to be output, an exception was triggered during IO for the initial condition. This checkin changes the logic so that at the initial condition any variables that do not exist will be ignored. After the first timestep, however, any non-existant variables that are requested to be output will trigger an exception.
7 lines of code changed in 1 file:
Added the ability to query the data archive to see if a label is being saved. This will always return false if the output has been disabled by setting the output frequency to 0.
15 lines of code changed in 3 files:
fixed indenting
288 lines of code changed in 1 file:
Update copyright dates.
1 lines of code changed in 2 files:
Update copyright dates
3 lines of code changed in 4 files:
Undoing commit 45403
3 lines of code changed in 3 files:
Update copyright date.
3 lines of code changed in 3 files: