Skip to content
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

Merging to stable #15

Merged
merged 38 commits into from
Mar 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
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
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ name: Python package

on:
push:
branches: [ master]
branches: [ stable]
pull_request:
branches: [ master, develop ]
branches: [ stable, develop ]

jobs:
build:
Expand Down
6 changes: 3 additions & 3 deletions AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ Credits
=======

Original Creator
----------------
~~~~~~~~~~~~~~~~

* Jeff Whitaker <jeffrey.s.whitaker@noaa.gov>

Development Lead
----------------
~~~~~~~~~~~~~~~~

* Abel Shibu <abels2000@gmail.com>

Contributors
------------
~~~~~~~~~~~~

* Joy Monteiro <joy.monteiro@misu.su.se>
12 changes: 9 additions & 3 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@
History
=======

Latest
---------
v0.1.23
~~~~~~~

* GFS Dynamical core moved from CLiMT to this repository.
* Pypi build for 'GENERIC' architecture on Linux and MacOS.

v0.1.9
~~~~~~

* GFS Dynamical core moved over from the CLiMT repository.
* Pypi build released for Linux and MacOS.
15 changes: 12 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,27 @@
gfs-dynamical-core
==================

**gfs-dynamical-core** is home to the GFS dynamical core, which was previously available on
**gfs-dynamical-core** is home to the GFS dynamical core, which was previously a part of
CliMT_.

Installation
-------------

gfs-dynamical-core can be installed directly from the python package index using pip.
Python versions supported - 3.8, 3.9 and 3.10

gfs-dynamical-core can be installed directly from the python package index using pip. This should
also automatically install the correct version of climt.

pip install gfs-dynamical-core

Working versions - 0.1.23 and 0.1.9

Specify the version if required

pip install gfs-dynamical-core==0.1.23

This command should work on most systems and will install wheels for generic architecture. However,
this may result in a slower code.
this may result in a slightly slower code.

To optimise the package for your system architecture, build it from source. See the documentation_
for instructions.
Expand Down
244 changes: 0 additions & 244 deletions docs/.ipynb_checkpoints/Description_of_SecondBEST-checkpoint.ipynb

This file was deleted.

28 changes: 0 additions & 28 deletions docs/component_types.rst

This file was deleted.

3 changes: 2 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,8 @@

# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
html_theme = 'default'

# html_theme = "sphinx_rtd_theme"

# on_rtd is whether we are on readthedocs.org, this line of code grabbed from docs.readthedocs.org
on_rtd = os.environ.get('READTHEDOCS', None) == 'True'
Expand Down
Loading
Loading