-
Notifications
You must be signed in to change notification settings - Fork 212
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
Cseg master #91
Closed
Closed
Cseg master #91
Conversation
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
config_grids.xml now contains 01col_01col grid and config_pes.xml sets NTASKS = 1 for all components when running on said grid.
When $ATM_GRID = "01col" datm reads fluxs from single column files
factorfn is a data file containing correction factors for datm. For the 01col I took specific values from the gx3v7 correction factor file.
1) shr_map_mod assumes units are degrees for single column grids 2) seq_domain_mct loosens tolerance on some domain checks 3) config_grid.xml supports g37_g37 grid
Don't want to use any 01col domains or datasets in datm
Created an inter-annual forcing 1D compset and a corresponding datm stream that will use data from SOFS.
Don't want to use a factorfn file (I don't think).
Use Svetlana's data files for C1DIAF compset. Also updated how csm_share looks for units of degrees (so it accepts degrees_north and degrees_east as well). I also added "factorfn" back to the datm namelist, not sure why that change got removed...
Add in ability of datm to handle GSwP3 data for CLM Fixes: 315 Code review: none
…ler requirements.
Update testreporter.pl to report teststatus as overall runtime status when it is DONE even if test functionality reports FAIL due to namelist comparison. Add ERR.f19_g16.B1850 to edison prealpha testlist. Test suite: N/A Test baseline: N/A Test namelist changes: N/A Test status: bit for bit Fixes: N/A Code review:
Breaking up four long lines into 8 shorter ones to statisfy Nag compiler requirements.
minor update for testing
new treatment of user_compset, bug fix for make clean
Document comp run barriers and the side effect, as well as give a warning that CONTINUE_RUN is not updated when it's used.
Modify testreporter.pl to output true test functionality summary and ---- when tests are not run. Update SMS and PFS to ouput test functionality summary to the caseroot TestStatus file. Update cori queue settings in config_machines.xml. Remove NCR test because it never worked. Remove Ld11 from testlist. Add testlist.xsd schema. Test suite: reran testreporter for cesm1_5_alpha06b YS/intel results Test baseline: N/A Test namelist changes: N/A Test status: bit for bit Fixes: partial fix to #257 Code review: Chris Fischer
Makefilecleanup
fix testreporter.pl, SMS and PFS test output, cori queue settings
Resubmit sets continue run
…aster updating to latest cesm-development trunk
superceeded by #92 |
jayeshkrishna
pushed a commit
that referenced
this pull request
Aug 16, 2016
removed test that depended on changing netCDF error string
jedwards4b
pushed a commit
that referenced
this pull request
May 31, 2019
new pop cap features and removal of shr_cal_mod uses
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This is the latest code from cseg-development, it's all backward compatible. I would like to update esmci master to this code.