-
Notifications
You must be signed in to change notification settings - Fork 0
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
Outputs comparison suite data to json and AtmosCO2 #129
Merged
Merged
Changes from all commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
947c2ae
Added output as json files option
ledm 21942f0
debugging on jasmin
ledm 4512082
Update TerraFIRMA_overshoot_historical.yml
ledm 54acde3
Merge branch 'dev_plot2csv' of https://github.com/valeriupredoi/bgcva…
ledm 82d9b9c
Update TerraFIRMA_overshoot_historical.yml
ledm 460e199
Update TerraFIRMA_overshoot_historical.yml
ledm 0dc82e0
new co2 tests run
ledm 2250faf
Added new Atmospheric CO2 field to kmf and elsewhere.
ledm 25e5bec
changed capitals
ledm 462dd36
added co2 back and changed line colors
ledm 6489168
add jsondiff to pkg requirements
valeriupredoi 3564f3a
add jsondiff to pkg requirements
valeriupredoi 6f816cd
renamed savecsv to more accurate savejson
ledm dae17f1
Added readme details.
ledm 7d76b19
Merge branch 'dev_plot2csv' of github.com:valeriupredoi/bgcval2 into …
ledm c73780e
replace print with raise
ledm File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
--- | ||
name: TerraFIRMA_overshoot_co2tests | ||
|
||
# Run the single job analysis | ||
do_analysis_timeseries: True | ||
|
||
# Download from mass: | ||
do_mass_download: False | ||
|
||
# master analysis suite | ||
master_suites: physics bgc kmf #alkalinity physics kmf1 | ||
|
||
clean: True | ||
|
||
# Output the figures as csv json files. | ||
savejson: True | ||
|
||
jobs: | ||
u-cs495: | ||
description: 'Reference ' | ||
label: PiControl | ||
colour: 'blue' | ||
thickness: 0.6 | ||
linestyle: '-' | ||
shifttime: -427. | ||
timerange: [1850, 2020] | ||
suite: kmf physics bgc #alkalinity physics | ||
|
||
u-cz014: | ||
description: 'Terrafirma 4x CO2' | ||
label: '4xCO2' | ||
colour: 'green' | ||
thickness: 1.7 | ||
linestyle: '-' | ||
shifttime: 0. | ||
suite: kmf physics bgc #alkalinity physics | ||
|
||
u-cz152: | ||
description: 'Terrafirma 1% CO2' | ||
label: '1%CO2' | ||
colour: 'purple' | ||
thickness: 1.7 | ||
linestyle: '-' | ||
shifttime: 0. | ||
suite: kmf physics bgc #alkalinity physics | ||
|
||
|
||
u-cy623: | ||
description: 'interactive ice, started from picontrol yr 2277' | ||
label: 'hist ice' | ||
colour: 'orange' | ||
thickness: 1.7 | ||
linestyle: 'dashdot' | ||
shifttime: 0. | ||
suite: kmf physics bgc #alkalinity physics | ||
|
||
|
||
u-cy690: | ||
description: 'static ice sheets, started from picontrol yr 2277' | ||
colour: 'red' | ||
label: 'hist static ice' | ||
thickness: 1.7 | ||
linestyle: ':' | ||
shifttime: 0. | ||
suite: kmf physics bgc #alkalinity physics | ||
|
||
|
||
|
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
gets the prize for the function with most number of args I've seen 😁
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.