-
Notifications
You must be signed in to change notification settings - Fork 18
Add support for accumulated history fields #487
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
Open
peverwhee
wants to merge
21
commits into
ESCOMP:development
Choose a base branch
from
peverwhee:accumulated-fields
base: development
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
b3b248d
enable average fields
peverwhee a224991
write nstep0 separately
3c1ffa8
Merge branch 'development' of https://github.com/ESCOMP/CAM-SIMA into…
peverwhee 342e6e2
Merge branch 'accumulated-fields' of https://github.com/peverwhee/CAM…
peverwhee ee32aa0
add min and max
peverwhee aa07873
Merge remote-tracking branch 'ESCOMP/development' into accumulated-fi…
peverwhee 1788812
add fill value logic
peverwhee bb2308a
update buffers tag
peverwhee 15d45e2
add stdev
peverwhee 365d791
Merge remote-tracking branch 'ESCOMP/development' into accumulated-fi…
peverwhee d771fe7
do accumulation with r8 data
8283239
overwrite accum fields to inst when outputting every timestep
ad5b5a5
remove duplicated info in hist objects
248735b
fix bad field removal logic
6aa35a4
fix bad sampling logic
peverwhee 5f977a7
add new history test
peverwhee 311d80b
Merge remote-tracking branch 'ESCOMP/development' into accumulated-fi…
peverwhee 216abc6
update history hash
peverwhee d064a55
address review comments; error during preview_namelist when duplicate…
4434be2
Merge remote-tracking branch 'ESCOMP/development' into accumulated-fi…
1fea7da
use history tag
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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
1 change: 1 addition & 0 deletions
1
cime_config/testdefs/testmods_dirs/cam/outfrq_kessler_mpas_derecho_history/shell_commands
This file contains hidden or 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 @@ | ||
| ./xmlchange CAM_LINKED_LIBS="-lmpas" |
8 changes: 8 additions & 0 deletions
8
cime_config/testdefs/testmods_dirs/cam/outfrq_kessler_mpas_derecho_history/user_nl_cam
This file contains hidden or 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,8 @@ | ||
| debug_output=0 | ||
| hist_add_inst_fields;h3: Q,T,U,V,PS | ||
| hist_add_avg_fields;h3: PSDRY | ||
| hist_add_max_fields;h3: PHIS | ||
| hist_add_min_fields;h3: PDEL, PDELDRY | ||
| hist_add_var_fields;h3: ZM, PRECT | ||
| hist_output_frequency;h3: 2*nsteps | ||
| hist_write_nstep0;h3: .true. | ||
Submodule buffers
updated
4 files
| +0 −84 | CODE_OF_CONDUCT.md | |
| +145 −497 | src/hist_api.F90 | |
| +440 −454 | src/hist_buffer.F90 | |
| +34 −19 | src/hist_field.F90 |
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.
Uh oh!
There was an error while loading. Please reload this page.