GithubHelp home page GithubHelp logo

4sanalyticsnmodelling / ecosys Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jinyun1tang/ecosys

0.0 0.0 0.0 8.13 MB

The ECOSYS model for terrestrial ecosystem biogeochemistry

License: BSD 3-Clause "New" or "Revised" License

Fortran 95.24% Makefile 0.14% C 2.12% Python 1.43% CMake 1.07%

ecosys's Introduction

ECOSYS

The ECOSYS model for terrestrial ecosystem biogeochemistry

The code is developed by Professor Robert Grant at University of Alberta.

Jinyun Tang ([email protected]) helps maintaining the code on github.

Download

git clone https://github.com/jinyun1tang/ECOSYS.git

You can also make a fork using the fork button on the upper right corner.

Be sure to make your own branch or your own fork.

Please do not merge to the master, use pull request instead.

Build

  • clean the build folder

make distclean

  • Configure for building

make config CC=icc CXX=icpc FC=ifort

  • If using gnu compilers, type

make config CC=gcc CXX=g++ FC=gfortran

  • Obtain the executable

make install CC=icc CXX=icpc FC=ifort

  • The executable is located in

./local/bin/ecosys.x

Several useful git commands

git log --graph

will give you a history of the commits.

git status

will list files that are currently tracked or not tracked by git.

git checkout -b your_branch

will make you a branch with name "your_branch"

git push -u origin "your_branch"

will push your branch to remote for the first time.

You can also create a new branch using the github web tools.

git add files_you_changed

will add the "files_you_changed" to the tracking list.

git commit

will ask you to write a message about what you've done and what you want to others know about (why) the changes are made.

git push origin "your_branch"

will push your changes to your branch.

git pull --ff-only

will do fast forward merge in case your local branch is not synchronized with your remote branch.

git stash

will foget all your changes made in local directory.

git diff

will list your changes that made the code different from the remote.

ecosys's People

Contributors

jinyun1tang avatar jinyuntang avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.