Skip to content

Commit db39b0d

Browse files
committed
Merge branch 'MPAS-Dev/MPAS-Analysis/develop' into master
2 parents 9650efc + f2aea93 commit db39b0d

129 files changed

Lines changed: 477 additions & 476 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

LICENSE

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,22 @@
11
This software is open source software available under the BSD-3 license.
22

3-
Copyright (c) 2018 Los Alamos National Security, LLC. All rights reserved.
4-
Copyright (c) 2018 Lawrence Livermore National Security, LLC. All rights reserved.
5-
Copyright (c) 2018 UT-Battelle, LLC. All rights reserved.
3+
Copyright (c) 2019 Triad National Security, LLC. All rights reserved.
4+
Copyright (c) 2019 Lawrence Livermore National Security, LLC. All rights reserved.
5+
Copyright (c) 2019 UT-Battelle, LLC. All rights reserved.
66

7-
Copyright 2018. Los Alamos National Security, LLC. This software was produced
8-
under U.S. Government contract DE-AC52-06NA25396 for Los Alamos National
9-
Laboratory (LANL), which is operated by Los Alamos National Security, LLC for
10-
the U.S. Department of Energy. The U.S. Government has rights to use,
11-
reproduce, and distribute this software. NEITHER THE GOVERNMENT NOR LOS ALAMOS
12-
NATIONAL SECURITY, LLC MAKES ANY WARRANTY, EXPRESS OR IMPLIED, OR ASSUMES ANY
13-
LIABILITY FOR THE USE OF THIS SOFTWARE. If software is modified to produce
14-
derivative works, such modified software should be clearly marked, so as not to
15-
confuse it with the version available from LANL.
167

17-
Copyright (c) 2018 Lawrence Livermore National Security, LLC. This work was
8+
Copyright (c) 2019 Triad National Security, LLC. This program was produced
9+
under U.S. Government contract 89233218CNA000001 for Los Alamos National
10+
Laboratory (LANL), which is operated by Triad National Security, LLC for the
11+
U.S. Department of Energy/National Nuclear Security Administration. All rights
12+
in the program are reserved by Triad National Security, LLC, and the U.S.
13+
Department of Energy/National Nuclear Security Administration. The Government
14+
is granted for itself and others acting on its behalf a nonexclusive, paid-up,
15+
irrevocable worldwide license in this material to reproduce, prepare derivative
16+
works, distribute copies to the public, perform publicly and display publicly,
17+
and to permit others to do so.
18+
19+
Copyright (c) 2019 Lawrence Livermore National Security, LLC. This work was
1820
produced under the auspices of the U.S. Department of Energy by Lawrence
1921
Livermore National Laboratory under Contract DE-AC52-07NA27344. This work was
2022
prepared as an account of work sponsored by an agency of the United States
@@ -32,7 +34,7 @@ reflect those of the United States Government or Lawrence Livermore National
3234
Security, LLC, and shall not be used for advertising or product endorsement
3335
purposes.
3436

35-
Copyright 2018 UT-Battelle. LLC. This technology acquired under license from
37+
Copyright 2019 UT-Battelle. LLC. This technology acquired under license from
3638
UT-Battelle, LLC, the management and operating contractor of the Oak Ridge
3739
National Laboratory acting on behalf of the U.S. Department of Energy under
3840
Contract No. DE-AC05-00OR22725. The United States Government and UT-Battelle,

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ environment with the following packages:
3434
* bottleneck
3535
* basemap < 1.2.0 | > 1.2.0
3636
* lxml
37-
* nco >= 4.7.0
37+
* nco >= 4.7.9
3838
* pyproj
3939
* pillow
4040
* cmocean

ci/requirements.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ dependencies:
66
- numpy<1.16.0
77
- scipy
88
- lxml
9-
- xarray
9+
- xarray>=0.10.0
1010
- matplotlib
1111
- dask
1212
- netcdf4
1313
- hdf5
1414
- hdf4
15-
- nco
15+
- nco>=4.7.9
1616
- pyproj
1717
- pillow
1818
- cmocean

conda/recipe/meta.yaml

Lines changed: 0 additions & 60 deletions
This file was deleted.

configs/alcf/job_script.cooley.bash

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
#COBALT -A ClimateEnergy_2
55
# This software is open source software available under the BSD-3 license.
66
#
7-
# Copyright (c) 2018 Los Alamos National Security, LLC. All rights reserved.
8-
# Copyright (c) 2018 Lawrence Livermore National Security, LLC. All rights
7+
# Copyright (c) 2019 Triad National Security, LLC. All rights reserved.
8+
# Copyright (c) 2019 Lawrence Livermore National Security, LLC. All rights
99
# reserved.
10-
# Copyright (c) 2018 UT-Battelle, LLC. All rights reserved.
10+
# Copyright (c) 2019 UT-Battelle, LLC. All rights reserved.
1111
#
1212
# Additional copyright and license information can be found in the LICENSE file
1313
# distributed with this code, or at

configs/alcf/job_script_highres.cooley.bash

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
#COBALT -A ClimateEnergy_2
55
# This software is open source software available under the BSD-3 license.
66
#
7-
# Copyright (c) 2018 Los Alamos National Security, LLC. All rights reserved.
8-
# Copyright (c) 2018 Lawrence Livermore National Security, LLC. All rights
7+
# Copyright (c) 2019 Triad National Security, LLC. All rights reserved.
8+
# Copyright (c) 2019 Lawrence Livermore National Security, LLC. All rights
99
# reserved.
10-
# Copyright (c) 2018 UT-Battelle, LLC. All rights reserved.
10+
# Copyright (c) 2019 UT-Battelle, LLC. All rights reserved.
1111
#
1212
# Additional copyright and license information can be found in the LICENSE file
1313
# distributed with this code, or at

configs/anvil/job_script.anvil.bash

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#!/bin/bash
22
# This software is open source software available under the BSD-3 license.
33
#
4-
# Copyright (c) 2018 Los Alamos National Security, LLC. All rights reserved.
5-
# Copyright (c) 2018 Lawrence Livermore National Security, LLC. All rights
4+
# Copyright (c) 2019 Triad National Security, LLC. All rights reserved.
5+
# Copyright (c) 2019 Lawrence Livermore National Security, LLC. All rights
66
# reserved.
7-
# Copyright (c) 2018 UT-Battelle, LLC. All rights reserved.
7+
# Copyright (c) 2019 UT-Battelle, LLC. All rights reserved.
88
#
99
# Additional copyright and license information can be found in the LICENSE file
1010
# distributed with this code, or at

configs/cori/job_script.cori-haswell.bash

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#!/bin/bash -l
22
# This software is open source software available under the BSD-3 license.
33
#
4-
# Copyright (c) 2018 Los Alamos National Security, LLC. All rights reserved.
5-
# Copyright (c) 2018 Lawrence Livermore National Security, LLC. All rights
4+
# Copyright (c) 2019 Triad National Security, LLC. All rights reserved.
5+
# Copyright (c) 2019 Lawrence Livermore National Security, LLC. All rights
66
# reserved.
7-
# Copyright (c) 2018 UT-Battelle, LLC. All rights reserved.
7+
# Copyright (c) 2019 UT-Battelle, LLC. All rights reserved.
88
#
99
# Additional copyright and license information can be found in the LICENSE file
1010
# distributed with this code, or at

configs/cori/job_script.cori-knl.bash

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#!/bin/bash -l
22
# This software is open source software available under the BSD-3 license.
33
#
4-
# Copyright (c) 2018 Los Alamos National Security, LLC. All rights reserved.
5-
# Copyright (c) 2018 Lawrence Livermore National Security, LLC. All rights
4+
# Copyright (c) 2019 Triad National Security, LLC. All rights reserved.
5+
# Copyright (c) 2019 Lawrence Livermore National Security, LLC. All rights
66
# reserved.
7-
# Copyright (c) 2018 UT-Battelle, LLC. All rights reserved.
7+
# Copyright (c) 2019 UT-Battelle, LLC. All rights reserved.
88
#
99
# Additional copyright and license information can be found in the LICENSE file
1010
# distributed with this code, or at

configs/edison/job_script.edison.bash

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#!/bin/bash -l
22
# This software is open source software available under the BSD-3 license.
33
#
4-
# Copyright (c) 2018 Los Alamos National Security, LLC. All rights reserved.
5-
# Copyright (c) 2018 Lawrence Livermore National Security, LLC. All rights
4+
# Copyright (c) 2019 Triad National Security, LLC. All rights reserved.
5+
# Copyright (c) 2019 Lawrence Livermore National Security, LLC. All rights
66
# reserved.
7-
# Copyright (c) 2018 UT-Battelle, LLC. All rights reserved.
7+
# Copyright (c) 2019 UT-Battelle, LLC. All rights reserved.
88
#
99
# Additional copyright and license information can be found in the LICENSE file
1010
# distributed with this code, or at

0 commit comments

Comments
 (0)