-
Notifications
You must be signed in to change notification settings - Fork 17
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
Remove GitLFS Dependency #40
base: main
Are you sure you want to change the base?
Changes from all commits
c43c251
9ab33df
1939f5f
d67ecdd
54b53e3
44781d7
af25813
54e1e28
d37f2d8
e63d95f
a291a06
fed5fe2
c0635dd
d90da93
af1fddf
f225e83
52af9db
69aa103
93b1c42
211004d
f1cc4e3
da49fd0
0efc806
090a683
b80a391
7007e8b
95e8fdd
1a449ae
d25baf0
67a9499
299005e
46ba167
7c96cee
511e9c3
8633f6d
0eca524
f6b8e7e
77e3d61
b8c2937
9435f24
5b80adb
e9e8179
7a0dcd4
1ec634c
b6a40d3
6bf805f
43d90d6
63fca3d
a8034d9
9b62ac8
06863bc
779d5a9
aa65fd9
5258dd5
ac869c0
043e309
51fceda
8559537
9c2f8d1
440125c
3d99e12
470a714
d705643
1a047fe
03a1c83
589dc01
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,17 @@ | ||
language: python | ||
|
||
matrix: | ||
|
||
include: | ||
- python: 2.7 | ||
- python: 3.6 | ||
dist: xenial | ||
|
||
cache: pip | ||
|
||
install: | ||
- pip install . | ||
- pip install -r requirements.txt | ||
- python setup.py -q install | ||
- python travis_setup.py | ||
|
||
script: | ||
- travis_wait 35 python -m unittest discover |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
include README.md | ||
include requirements.txt | ||
include DISCLAIMER | ||
include LICENSE | ||
include docs/*.md | ||
include docs/*.png | ||
include xanthos/data/*.txt | ||
include xanthos/data/*.csv | ||
include xanthos/test/data/configs/*.ini |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,8 +16,7 @@ Hejazi, Mohamad I <[email protected]> | |
|
||
|
||
# Notice | ||
Xanthos currently supports both Python 2.7 and Python 3.3+, however future support for Python 2 is not guaranteed. This repository also uses the Git Large File Storage (LFS) extension (see https://git-lfs.github.com/ for details). Please run the following command before cloning if you do not already have Git LFS installed: | ||
`git lfs install`. | ||
Xanthos currently supports both Python 2.7 and Python 3.3+, however future support for Python 2 is not guaranteed. This repository no longer uses the Git Large File Storage (LFS) extension. Instead, we now have supplementary data to Xanthos archived on Zenodo. This data is automatically downloaded from our current release upon running installing Xanthos locally. | ||
|
||
# Xanthos 2 - Upgrades | ||
With the ability to simulate historical and future global water availability on a monthly time step at a spatial resolution of 0.5 geographic degrees, Xanthos version 1.0 provided a solid foundation for continued advancements in global water dynamics science. The goal of Xanthos version 2 was to build upon previous investments by creating an accessible computing environment where core components of the model (potential evapotranspiration (PET), runoff generation, and river routing) could be interchanged or added to without having to start from scratch. Xanthos 2 utilizes a component-style architecture which enables researchers to quickly incorporate and test cutting-edge research in a stable modeling environment prebuilt with a diagnostics module. Major advancements for Xanthos 2.0 were also achieved by creating a more robust default configuration for the model that is now available to the scientific community. These advancements include the addition of: the Penman-Monteith PET module to capture the impacts of evolving land cover, the ABCD water balance module to account for groundwater recharge and discharge in runoff projections, improved water velocity considerations for the Modified River Transport Model (MRTM) routing module, a built-in differential evolution optimization module to calibrate ABCD parameters to modeled global runoff, and hydropower production assessment and potential capacity modules. The figure below demonstrates the optimization module’s ability to calibrate Xanthos 2 runoff to the complex Variable Infiltration Capacity (VIC) model runoff projections when forced by the same climate data. Xanthos can be calibrated against other land surface models and Earth system models. | ||
|
@@ -40,4 +39,4 @@ Set up Xanthos using the following steps: | |
A detailed Wiki set up to describe how to set up a Xanthos run can be viewed here: https://github.com/JGCRI/xanthos/wiki/Tutorial-1:--Setting-up-a-Xanthos-run | ||
|
||
# Available Modules | ||
A detailed Wiki set up to describe available modules, as well as their associated configuration settings, can be viewed here: https://github.com/JGCRI/xanthos/wiki/Available-modules | ||
A detailed Wiki set up to describe available modules, as well as their associated configuration settings, can be viewed here: https://github.com/JGCRI/xanthos/wiki/Available-modules |
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's not exactly automatic, right? My understanding is that you have to run the install command. Is this the readme update you were talking about in your last comment?