Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
38cad44
Add ability for user to set test directory (#281)
apcraig Feb 21, 2019
6f1321f
update cheyenne modules associated with machine upgrade (#290)
apcraig Mar 8, 2019
d417b97
Refactor bit-for-bit diagnostics (#300)
apcraig Mar 27, 2019
e2822e3
Fix hobart and cheyenne compile issues (#303)
apcraig Mar 28, 2019
edd2841
Machine files changes for cesium (#304)
phil-blain Mar 28, 2019
f5da487
Fix -init compiler argument syntax (#309)
phil-blain Apr 30, 2019
b0063cb
Move makdep compilation to Makefile (#307)
phil-blain Apr 30, 2019
c4ea4de
Fix bug in comparebfb.csh when restart data is missing (#311)
phil-blain May 9, 2019
8e0824a
Add option to write restarts each time step, add verification for dum…
phil-blain May 9, 2019
f3c94d2
Add machine files for millikan (#313)
abouchat May 16, 2019
37b799c
Reusing test suites (#310)
phil-blain May 17, 2019
280d5ca
port to cori (#314)
apcraig May 24, 2019
48305b6
update hycom forcing check and gbox128 tests batch time limit (#315)
apcraig May 30, 2019
d014f4b
add noaa machines and minor cleanup from rg (#319)
apcraig May 31, 2019
d5a1aad
fixing the list in tracer section
duvivier Jun 10, 2019
f2d7689
Merge pull request #321 from duvivier/fixlist
duvivier Jun 10, 2019
03bc8cb
clean up evp kernel 2 implementation (#318)
apcraig Jun 11, 2019
efdb29b
Updating PR template, doc links to PR info (#324)
duvivier Jun 18, 2019
a6b6c3c
update icepack, copyright, version number (#326)
apcraig Jun 25, 2019
93ea7a7
Add .gitattributes file (#332)
phil-blain Jul 13, 2019
647aa1f
Add maximum depth for grounding scheme (#325)
phil-blain Jul 19, 2019
ffee9a7
Issue333 (#337)
mattdturner Jul 29, 2019
de87b57
TravisCI xenial updates (#338)
apcraig Jul 30, 2019
296d78e
update cori port due to upgrade (#339)
apcraig Jul 31, 2019
eff67a2
zenodo template (#340)
eclare108213 Aug 1, 2019
5b1c67d
Modify the cice.t-test.py script to properly handle cases where a dat…
mattdturner Aug 8, 2019
d92e2d3
update cheyenne modules (#341)
apcraig Aug 8, 2019
fd45f65
Add checks for circular dependencies in cice.build (#336)
phil-blain Aug 12, 2019
9c5e907
Initialize revp stresses to previous time step (#331)
abouchat Aug 14, 2019
bd846b0
badger machine files to use LANL IC netcdf libraries (#351)
eclare108213 Aug 14, 2019
10ae328
Add MAXRUNLENGTH to env.brooks_intel (#352)
phil-blain Aug 15, 2019
0033810
Plotting Timeseries in Python (#345)
mattdturner Aug 22, 2019
9cb297b
Add machine defined limits on maximum processors and batch wall clock…
apcraig Aug 23, 2019
c0cad11
Update plotting routines in QC script (#355)
mattdturner Aug 24, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.F90 diff=fortran
46 changes: 28 additions & 18 deletions .github/PULL_REQUEST_TEMPLATE
Original file line number Diff line number Diff line change
@@ -1,19 +1,29 @@
[Remove this and add a short summary line]:

- Developer(s):

- Please suggest code Pull Request reviewers in the column at right.

- Are the code changes bit for bit, different at roundoff level, or more substantial?

- Please include the link to test results or paste the summary block from the bottom of the testing output below.

- Does this PR create or have dependencies on Icepack or any other models?

- Is the documentation being updated with this PR? (Y/N)
If not, does the documentation need to be updated separately at a later time? (Y/N)

Note: "Documentation" includes information on the wiki and .rst files in doc/source/,
which are used to create the online technical docs at https://readthedocs.org/projects/cice-consortium-cice/.

- Other Relevant Details:
For detailed information about submitting Pull Requests (PRs) to the CICE-Consortium,
please refer to: <https://github.com/CICE-Consortium/About-Us/wiki/Resource-Index#information-for-developers>


## PR checklist
- [ ] Short (1 sentence) summary of your PR:
ENTER INFORMATION HERE
- [ ] Developer(s):
ENTER INFORMATION HERE
- [ ] Suggest PR reviewers from list in the column to the right.
- [ ] Please copy the PR test results link or provide a summary of testing completed below.
ENTER INFORMATION HERE
- How much do the PR code changes differ from the unmodified code?
- [ ] bit for bit
- [ ] different at roundoff level
- [ ] more substantial
- Does this PR create or have dependencies on Icepack or any other models?
- [ ] Yes
- [ ] No
- Does this PR add any new test cases?
- [ ] Yes
- [ ] No
- Is the documentation being updated? ("Documentation" includes information on the wiki or in the .rst files from doc/source/, which are used to create the online technical docs at https://readthedocs.org/projects/cice-consortium-cice/.)
- [ ] Yes
- [ ] No, does the documentation need to be updated at a later time?
- [ ] Yes
- [ ] No
- [ ] Please provide any additional information or relevant details below:
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
language: cpp

dist: xenial

sudo: false

addons:
Expand All @@ -9,8 +11,9 @@ addons:
packages:
- tcsh
- pkg-config
- netcdf-bin libnetcdf-dev #libnetcdff-dev (only required on Debian)
- netcdf-bin libnetcdf-dev libnetcdff-dev
- gfortran
- gcc
- openmpi-bin libopenmpi-dev
- wget
#- lftp
Expand Down
104 changes: 104 additions & 0 deletions .zenodo.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,104 @@
{
"license": "other-open",
"description": "No description provided",
"language": "English",
"title": "CICE-Consortium/CICE: CICE Version m.n.p",
"keywords": [
"sea ice model, CICE, Icepack"
],
"version": "m.n.p",
"upload_type": "software",
"communities": [
{
"identifier": "cice-consortium"
}
],
"publication_date": "2019-07-25",
"creators": [
{
"affiliation": "Los Alamos National Laboratory",
"name": "Elizabeth Hunke"
},
{
"affiliation": "Naval Research Laboratory Stennis Space Center",
"name": "Richard Allard"
},
{
"affiliation": "National Center for Atmospheric Research",
"name": "David A. Bailey"
},
{
"affiliation": "Environment and Climate Change Canada",
"name": "Philippe Blain"
},
{
"affiliation": "Environment and Climate Change Canada",
"name": "Amelie Bouchat"
},
{
"affiliation": "National Oceanographic and Atmospheric Administration (CTR)",
"name": "Tony Craig"
},
{
"affiliation": "Environment and Climate Change Canada",
"name": "Frederic Dupont"
},
{
"affiliation": "National Center for Atmospheric Research",
"name": "Alice DuVivier"
},
{
"affiliation": "National Oceanographic and Atmospheric Administration",
"name": "Robert Grumbine"
},
{
"affiliation": "Naval Research Laboratory Stennis Space Center",
"name": "David Hebert"
},
{
"affiliation": "National Center for Atmospheric Research",
"name": "Marika Holland"
},
{
"affiliation": "Los Alamos National Laboratory",
"name": "Nicole Jeffery"
},
{
"affiliation": "Environment and Climate Change Canada",
"name": "Jean-Francois Lemieux"
},
{
"affiliation": "Danish Meteorological Institute",
"name": "Till Rasmussen"
},
{
"affiliation": "Danish Meteorological Institute",
"name": "Mads Ribergaard"
},
{
"affiliation": "Los Alamos National Laboratory",
"name": "Andrew Roberts"
},
{
"affiliation": "Naval Research Laboratory Stennis Space Center (CTR)",
"name": "Matthew Turner"
},
{
"affiliation": "Geophysical Fluid Dynamics Laboratory",
"name": "Michael Winton"
}
],
"access_right": "open",
"related_identifiers": [
{
"scheme": "url",
"identifier": "https://github.com/CICE-Consortium/CICE/tree/CICE6.0.1",
"relation": "isSupplementTo"
},
{
"scheme": "doi",
"identifier": "10.5281/zenodo.1205674",
"relation": "isVersionOf"
}
]
}
Loading