Skip to content

Commit

Permalink
Merge pull request #881 from MPAS-Dev/develop
Browse files Browse the repository at this point in the history
Merge develop into master
  • Loading branch information
xylar authored Jul 6, 2022
2 parents cf30776 + 8db33b5 commit 67a19c0
Show file tree
Hide file tree
Showing 141 changed files with 2,110 additions and 3,080 deletions.
10 changes: 5 additions & 5 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
This software is open source software available under the BSD-3 license.

Copyright (c) 2020 Triad National Security, LLC. All rights reserved.
Copyright (c) 2020 Lawrence Livermore National Security, LLC. All rights reserved.
Copyright (c) 2020 UT-Battelle, LLC. All rights reserved.
Copyright (c) 2022 Triad National Security, LLC. All rights reserved.
Copyright (c) 2022 Lawrence Livermore National Security, LLC. All rights reserved.
Copyright (c) 2022 UT-Battelle, LLC. All rights reserved.


Copyright (c) 2020 Triad National Security, LLC. This program was produced
Copyright (c) 2022 Triad National Security, LLC. This program was produced
under U.S. Government contract 89233218CNA000001 for Los Alamos National
Laboratory (LANL), which is operated by Triad National Security, LLC for the
U.S. Department of Energy/National Nuclear Security Administration. All rights
Expand All @@ -16,7 +16,7 @@ irrevocable worldwide license in this material to reproduce, prepare derivative
works, distribute copies to the public, perform publicly and display publicly,
and to permit others to do so.

Copyright (c) 2020 Lawrence Livermore National Security, LLC. This work was
Copyright (c) 2022 Lawrence Livermore National Security, LLC. This work was
produced under the auspices of the U.S. Department of Energy by Lawrence
Livermore National Laboratory under Contract DE-AC52-07NA27344. This work was
prepared as an account of work sponsored by an agency of the United States
Expand Down
6 changes: 3 additions & 3 deletions ci/recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "MPAS-Analysis" %}
{% set version = "1.6.1" %}
{% set version = "1.7.0" %}

package:
name: {{ name|lower }}
Expand Down Expand Up @@ -27,12 +27,13 @@ requirements:
- cartopy_offlinedata
- cmocean
- dask
- f90nml
- geometric_features >=0.5.0
- gsw
- lxml
- mache >=1.1.2
- matplotlib-base >=3.0.2
- mpas_tools >=0.5.1
- mpas_tools >=0.14.0
- nco >=4.8.1
- netcdf4
- numpy
Expand All @@ -46,7 +47,6 @@ requirements:
- scipy
- setuptools
- shapely
- six
- xarray >=0.14.1

test:
Expand Down
5 changes: 3 additions & 2 deletions dev-spec.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,13 @@ cartopy >=0.18.0
cartopy_offlinedata
cmocean
dask
f90nml
geometric_features>=0.5.0
gsw
lxml
mache >=1.1.2
matplotlib-base>=3.0.2
mpas_tools>=0.5.1
mpas_tools>=0.14.0
nco>=4.8.1
netcdf4
numpy
Expand All @@ -27,10 +28,10 @@ requests
scipy
setuptools
shapely
six
xarray>=0.14.1

# Development
flake8
git
pip
pytest
Expand Down
11 changes: 0 additions & 11 deletions docs/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -135,17 +135,6 @@ Sea ice tasks
PlotClimatologyMapSubtask.set_plot_info


Configuration
==============
.. currentmodule:: mpas_analysis.configuration

.. autosummary::
:toctree: generated/

MpasAnalysisConfigParser.getWithDefault
MpasAnalysisConfigParser.getExpression


Shared modules
==============

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
# General information about the project.
project = u'MPAS-Analysis'
copyright = u'This software is open source software available under the BSD-3' \
u'license. Copyright (c) 2020 Triad National Security, LLC. ' \
u'license. Copyright (c) 2022 Triad National Security, LLC. ' \
u'All rights reserved. Copyright (c) 2018 Lawrence Livermore ' \
u'National Security, LLC. All rights reserved. Copyright (c) ' \
u'2018 UT-Battelle, LLC. All rights reserved.'
Expand Down
3 changes: 3 additions & 0 deletions docs/versions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Documentation On GitHub
`v1.5.0`_ `1.5.0`_
`v1.6.0`_ `1.6.0`_
`v1.6.1`_ `1.6.1`_
`v1.7.0`_ `1.7.0`_
================ ===============

.. _`stable`: ../stable/index.html
Expand All @@ -28,6 +29,7 @@ Documentation On GitHub
.. _`v1.5.0`: ../1.5.0/index.html
.. _`v1.6.0`: ../1.6.0/index.html
.. _`v1.6.1`: ../1.6.1/index.html
.. _`v1.7.0`: ../1.7.0/index.html
.. _`master`: https://github.com/MPAS-Dev/MPAS-Analysis/tree/master
.. _`develop`: https://github.com/MPAS-Dev/MPAS-Analysis/tree/develop
.. _`1.2.6`: https://github.com/MPAS-Dev/MPAS-Analysis/tree/1.2.6
Expand All @@ -39,3 +41,4 @@ Documentation On GitHub
.. _`1.5.0`: https://github.com/MPAS-Dev/MPAS-Analysis/tree/1.5.0
.. _`1.6.0`: https://github.com/MPAS-Dev/MPAS-Analysis/tree/1.6.0
.. _`1.6.1`: https://github.com/MPAS-Dev/MPAS-Analysis/tree/1.6.1
.. _`1.7.0`: https://github.com/MPAS-Dev/MPAS-Analysis/tree/1.7.0
6 changes: 3 additions & 3 deletions download_analysis_data.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#!/usr/bin/env python
# This software is open source software available under the BSD-3 license.
#
# Copyright (c) 2020 Triad National Security, LLC. All rights reserved.
# Copyright (c) 2020 Lawrence Livermore National Security, LLC. All rights
# Copyright (c) 2022 Triad National Security, LLC. All rights reserved.
# Copyright (c) 2022 Lawrence Livermore National Security, LLC. All rights
# reserved.
# Copyright (c) 2020 UT-Battelle, LLC. All rights reserved.
# Copyright (c) 2022 UT-Battelle, LLC. All rights reserved.
#
# Additional copyright and license information can be found in the LICENSE file
# distributed with this code, or at
Expand Down
6 changes: 3 additions & 3 deletions licenses/_headers/header-css
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/*
/ This software is open source software available under the BSD-3 license.
/
/ Copyright (c) 2020 Triad National Security, LLC. All rights reserved.
/ Copyright (c) 2020 Lawrence Livermore National Security, LLC. All rights
/ Copyright (c) 2022 Triad National Security, LLC. All rights reserved.
/ Copyright (c) 2022 Lawrence Livermore National Security, LLC. All rights
/ reserved.
/ Copyright (c) 2020 UT-Battelle, LLC. All rights reserved.
/ Copyright (c) 2022 UT-Battelle, LLC. All rights reserved.
/
/ Additional copyright and license information can be found in the LICENSE file
/ distributed with this code, or at
Expand Down
6 changes: 3 additions & 3 deletions licenses/_headers/header-css-full
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/*
/ This software is open source software available under the BSD-3 license.
/
/ Copyright (c) 2020 Triad National Security, LLC. All rights reserved.
/ Copyright (c) 2020 Lawrence Livermore National Security, LLC. All rights reserved.
/ Copyright (c) 2020 UT-Battelle, LLC. All rights reserved.
/ Copyright (c) 2022 Triad National Security, LLC. All rights reserved.
/ Copyright (c) 2022 Lawrence Livermore National Security, LLC. All rights reserved.
/ Copyright (c) 2022 UT-Battelle, LLC. All rights reserved.
/
/ Copyright 2018. Los Alamos National Security, LLC. This software was produced
/ under U.S. Government contract DE-AC52-06NA25396 for Los Alamos National
Expand Down
6 changes: 3 additions & 3 deletions licenses/_headers/header-html
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<!--
- This software is open source software available under the BSD-3 license.
-
- Copyright (c) 2020 Triad National Security, LLC. All rights reserved.
- Copyright (c) 2020 Lawrence Livermore National Security, LLC. All rights
- Copyright (c) 2022 Triad National Security, LLC. All rights reserved.
- Copyright (c) 2022 Lawrence Livermore National Security, LLC. All rights
- reserved.
- Copyright (c) 2020 UT-Battelle, LLC. All rights reserved.
- Copyright (c) 2022 UT-Battelle, LLC. All rights reserved.
-
- Additional copyright and license information can be found in the LICENSE
- file distributed with this code, or at
Expand Down
6 changes: 3 additions & 3 deletions licenses/_headers/header-html-full
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<!--
- This software is open source software available under the BSD-3 license.
-
- Copyright (c) 2020 Triad National Security, LLC. All rights reserved.
- Copyright (c) 2020 Lawrence Livermore National Security, LLC. All rights reserved.
- Copyright (c) 2020 UT-Battelle, LLC. All rights reserved.
- Copyright (c) 2022 Triad National Security, LLC. All rights reserved.
- Copyright (c) 2022 Lawrence Livermore National Security, LLC. All rights reserved.
- Copyright (c) 2022 UT-Battelle, LLC. All rights reserved.
-
- Copyright 2018. Los Alamos National Security, LLC. This software was produced
- under U.S. Government contract DE-AC52-06NA25396 for Los Alamos National
Expand Down
6 changes: 3 additions & 3 deletions licenses/_headers/header-ncl
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
; This software is open source software available under the BSD-3 license.
;
; Copyright (c) 2020 Triad National Security, LLC. All rights reserved.
; Copyright (c) 2020 Lawrence Livermore National Security, LLC. All rights
; Copyright (c) 2022 Triad National Security, LLC. All rights reserved.
; Copyright (c) 2022 Lawrence Livermore National Security, LLC. All rights
; reserved.
; Copyright (c) 2020 UT-Battelle, LLC. All rights reserved.
; Copyright (c) 2022 UT-Battelle, LLC. All rights reserved.
;
; Additional copyright and license information can be found in the LICENSE file
; distributed with this code, or at
Expand Down
6 changes: 3 additions & 3 deletions licenses/_headers/header-ncl-full
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
; This software is open source software available under the BSD-3 license.
;
; Copyright (c) 2020 Triad National Security, LLC. All rights reserved.
; Copyright (c) 2020 Lawrence Livermore National Security, LLC. All rights reserved.
; Copyright (c) 2020 UT-Battelle, LLC. All rights reserved.
; Copyright (c) 2022 Triad National Security, LLC. All rights reserved.
; Copyright (c) 2022 Lawrence Livermore National Security, LLC. All rights reserved.
; Copyright (c) 2022 UT-Battelle, LLC. All rights reserved.
;
; Copyright 2018. Los Alamos National Security, LLC. This software was produced
; under U.S. Government contract DE-AC52-06NA25396 for Los Alamos National
Expand Down
6 changes: 3 additions & 3 deletions licenses/_headers/header-py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# This software is open source software available under the BSD-3 license.
#
# Copyright (c) 2020 Triad National Security, LLC. All rights reserved.
# Copyright (c) 2020 Lawrence Livermore National Security, LLC. All rights
# Copyright (c) 2022 Triad National Security, LLC. All rights reserved.
# Copyright (c) 2022 Lawrence Livermore National Security, LLC. All rights
# reserved.
# Copyright (c) 2020 UT-Battelle, LLC. All rights reserved.
# Copyright (c) 2022 UT-Battelle, LLC. All rights reserved.
#
# Additional copyright and license information can be found in the LICENSE file
# distributed with this code, or at
Expand Down
6 changes: 3 additions & 3 deletions licenses/_headers/header-py-full
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# This software is open source software available under the BSD-3 license.
#
# Copyright (c) 2020 Triad National Security, LLC. All rights reserved.
# Copyright (c) 2020 Lawrence Livermore National Security, LLC. All rights reserved.
# Copyright (c) 2020 UT-Battelle, LLC. All rights reserved.
# Copyright (c) 2022 Triad National Security, LLC. All rights reserved.
# Copyright (c) 2022 Lawrence Livermore National Security, LLC. All rights reserved.
# Copyright (c) 2022 UT-Battelle, LLC. All rights reserved.
#
# Copyright 2018. Los Alamos National Security, LLC. This software was produced
# under U.S. Government contract DE-AC52-06NA25396 for Los Alamos National
Expand Down
6 changes: 3 additions & 3 deletions licenses/_headers/license-bump-copyright.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
#
# This software is open source software available under the BSD-3 license.
#
# Copyright (c) 2020 Triad National Security, LLC. All rights reserved.
# Copyright (c) 2020 Lawrence Livermore National Security, LLC. All rights
# Copyright (c) 2022 Triad National Security, LLC. All rights reserved.
# Copyright (c) 2022 Lawrence Livermore National Security, LLC. All rights
# reserved.
# Copyright (c) 2020 UT-Battelle, LLC. All rights reserved.
# Copyright (c) 2022 UT-Battelle, LLC. All rights reserved.
#
# Additional copyright and license information can be found in the LICENSE file
# distributed with this code, or at
Expand Down
6 changes: 3 additions & 3 deletions licenses/_headers/license-prepend-missing.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
#
# This software is open source software available under the BSD-3 license.
#
# Copyright (c) 2020 Triad National Security, LLC. All rights reserved.
# Copyright (c) 2020 Lawrence Livermore National Security, LLC. All rights
# Copyright (c) 2022 Triad National Security, LLC. All rights reserved.
# Copyright (c) 2022 Lawrence Livermore National Security, LLC. All rights
# reserved.
# Copyright (c) 2020 UT-Battelle, LLC. All rights reserved.
# Copyright (c) 2022 UT-Battelle, LLC. All rights reserved.
#
# Additional copyright and license information can be found in the LICENSE file
# distributed with this code, or at
Expand Down
6 changes: 3 additions & 3 deletions licenses/_headers/license-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
#
# This software is open source software available under the BSD-3 license.
#
# Copyright (c) 2020 Triad National Security, LLC. All rights reserved.
# Copyright (c) 2020 Lawrence Livermore National Security, LLC. All rights
# Copyright (c) 2022 Triad National Security, LLC. All rights reserved.
# Copyright (c) 2022 Lawrence Livermore National Security, LLC. All rights
# reserved.
# Copyright (c) 2020 UT-Battelle, LLC. All rights reserved.
# Copyright (c) 2022 UT-Battelle, LLC. All rights reserved.
#
# Additional copyright and license information can be found in the LICENSE file
# distributed with this code, or at
Expand Down
12 changes: 6 additions & 6 deletions licenses/_headers/update_license.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@

extensions = ['py', 'sh', 'bash', 'html', 'css', 'js', 'ncl']

replace = {'Copyright (c) 2020 Triad National Security, LLC.':
'Copyright (c) 2020 Triad National Security, LLC.',
'Copyright (c) 2020 Lawrence Livermore National Security, LLC.':
'Copyright (c) 2020 Lawrence Livermore National Security, LLC.',
'Copyright (c) 2020 UT-Battelle, LLC.':
'Copyright (c) 2020 UT-Battelle, LLC.'}
replace = {'Copyright (c) 2022 Triad National Security, LLC.':
'Copyright (c) 2022 Triad National Security, LLC.',
'Copyright (c) 2022 Lawrence Livermore National Security, LLC.':
'Copyright (c) 2022 Lawrence Livermore National Security, LLC.',
'Copyright (c) 2022 UT-Battelle, LLC.':
'Copyright (c) 2022 UT-Battelle, LLC.'}

files = []
for ext in extensions:
Expand Down
2 changes: 1 addition & 1 deletion mpas_analysis/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
import matplotlib as mpl
mpl.use('Agg')

__version_info__ = (1, 6, 1)
__version_info__ = (1, 7, 0)
__version__ = '.'.join(str(vi) for vi in __version_info__)
Loading

0 comments on commit 67a19c0

Please sign in to comment.