Quick Start Guide

From Geos-chem
Revision as of 20:13, 15 November 2012 by Yanko (Talk | contribs)

Jump to: navigation, search

Getting Started with GEOS Chem Adjoint:

Recently our group migrated from cvs to git. This little guide will show the steps to create a new user on our new server and download the latest version of GEOS Chem Adjoint. We assume that you have installed git on your system. If you need information on how to install git on your system, please refer to the guide here.

  1. Request an account by sending an email to our group. Please include your name, organization and a brief description of how you plan to use the code. Send your email to daven.henze@colorado.edu
  2. Sign up for the GEOS Chem Adjoint mailing list.
  3. Review our policy on Distribution and Use.
  4. Create an account on GEOS-Chem wiki.
  5. You will receive an email letting you know that your account has been created. This email will contain a random generated password, please change it on your first log into the server.
  6. Now you can log in our server by going to http://adjoint.colorado.edu:8080
  7. Once you login, go to My Profile (Top Right Corner Icon) -> Account and change your password.
  8. Now you are ready to download the code. Do so by typing this on a terminal
git clone http://adjoint.colorado.edu:8080/gcadj_std.git 

It will ask for your username (email that you used for registration) and your password, please note that if you have X11 session open it will popup a window asking for the username and password instead of asking it on the terminal. If you have any trouble or just need further assistance send an email to yanko.davila@colorado.edu. Now you should have a folder named gcadj_std. If you have it you are done. Now good luck with your work. We strongly encourage you to run the benchmarks following the GEOS Chem Adjoint Manual instructions. If you want to compare your result with our results please download our Benchmark Results.


GO BACK