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

Final open-sourcing todos #986

Closed
wants to merge 9 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
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
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
======
fv3net
======

[![CircleCI](https://circleci.com/gh/VulcanClimateModeling/fv3net.svg?style=svg&circle-token=98ccddae8375060a2fbbf240407dd4135d3dcf68)](https://circleci.com/gh/VulcanClimateModeling/fv3net)

Improving the GFDL FV3 model physics with machine learning. See the [documentation](https://vulcanclimatemodeling.com/docs/fv3net/) for more information on using this suite of tools.

<p><small>Project based on the <a target="_blank" href="https://drivendata.github.io/cookiecutter-data-science/">cookiecutter data science project template</a>. #cookiecutterdatascience</small></p>
Disclaimer: This is a work in progress.
5 changes: 2 additions & 3 deletions constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ cachetools==3.1.1
cachy==0.3.0
certifi==2019.11.28
cffi==1.14.4
cftime==1.2.1
cftime==1.4.1
chardet==3.0.4
cleo==0.7.6
click==7.1.2
Expand Down Expand Up @@ -149,7 +149,6 @@ nc-time-axis==1.2.0
nest-asyncio==1.5.1
netcdf4==1.5.5
networkx==2.5
nose==1.3.7
notebook==6.2.0
numba==0.50.1
numcodecs==0.7.2
Expand Down Expand Up @@ -252,7 +251,7 @@ websocket-client==0.57.0
werkzeug==1.0.1
wheel==0.35.1
wrapt==1.12.1
xarray==0.16.0
xarray==0.17.0
xgcm==0.3.0
xmltodict==0.12.0
yarl==1.6.3
Expand Down
1 change: 0 additions & 1 deletion external/fv3fit/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ MetPy
more-itertools
msgpack
networkx
nose
numba
oauthlib
packaging
Expand Down
2 changes: 1 addition & 1 deletion external/fv3gfs-util
2 changes: 1 addition & 1 deletion external/vcm/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"gcsfs",
"zarr",
"xgcm",
"cftime",
"cftime>=1.4.1",
"pytest",
"google-cloud-storage>=1.28.0",
"google-api-core",
Expand Down
2 changes: 1 addition & 1 deletion workflows/dataflow/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"xgcm==0.3.0",
"zarr==2.4.0",
"numba",
"cftime==1.1.1.2",
"cftime>=1.4.1",
"vcm",
]

Expand Down