Sandbox: Difference between revisions
No edit summary |
|||
Line 275: | Line 275: | ||
<br> | <br> | ||
{|border="1" width="1000px" bordercolor="#000000" cellspacing="0" cellpadding="5" align="center" | |||
|-height="50" bgcolor="#00AAAA" align="center" | |||
|colspan="2"|<p><font color="#FFFFFF" size="+2">'''Reference Section'''</font></p> | |||
|-valign="top" bgcolor="#CCCCCC" | |||
!width="500px"|<big>IDL</big> | |||
</ | !width="500px"|<big>GAMAP</big> | ||
|-valign="top" | |||
| <!-- IDL --> | |||
<!-- IDL | |||
* [http://www.exelisvis.com/ Exelis Visual Information Solutions (vendor)] | * [http://www.exelisvis.com/ Exelis Visual Information Solutions (vendor)] | ||
* [http://www.exelisvis.com/docs/routines-1.html Online IDL Reference Manual @ Exelis website] | * [http://www.exelisvis.com/docs/routines-1.html Online IDL Reference Manual @ Exelis website] | ||
Line 311: | Line 299: | ||
* [http://cimss.ssec.wisc.edu/~gumley/doc/idltips.pdf The Underground Guide to IDL by Liam Gumley (PDF)] | * [http://cimss.ssec.wisc.edu/~gumley/doc/idltips.pdf The Underground Guide to IDL by Liam Gumley (PDF)] | ||
* [[Reading binary files in IDL]] | * [[Reading binary files in IDL]] | ||
| <!-- GAMAP --> | |||
<!-- | |||
* [http://acmg.seas.harvard.edu/gamap/ GAMAP web page] | * [http://acmg.seas.harvard.edu/gamap/ GAMAP web page] | ||
* [http://acmg.seas.harvard.edu/gamap/doc/ GAMAP on-line users' guide] | * [http://acmg.seas.harvard.edu/gamap/doc/ GAMAP on-line users' guide] | ||
Line 329: | Line 314: | ||
**[[Date and time computations with GAMAP]] | **[[Date and time computations with GAMAP]] | ||
**[[Text manipulation with GAMAP]] | **[[Text manipulation with GAMAP]] | ||
|-valign="top" bgcolor="#CCCCCC" | |-valign="top" bgcolor="#CCCCCC" | ||
!width="500px"|<big> | !width="500px"|<big>Fortran</big> | ||
!width="500px"|<big> | !width="500px"|<big>Perl</big> | ||
|-valign="top" | |-valign="top" | ||
| | |<!-- Fortran --> | ||
<!-- Fortran | |||
* [[Intel Fortran Compiler]] | * [[Intel Fortran Compiler]] | ||
** [http://acmg.seas.harvard.edu/geos/wiki_docs/compilers/main_for_lin_v11.pdf Version 11.1] | ** [http://acmg.seas.harvard.edu/geos/wiki_docs/compilers/main_for_lin_v11.pdf Version 11.1] | ||
Line 427: | Line 338: | ||
* [http://www.kcl.ac.uk/kis/support/cc/fortran/f90home.html#1.0 Fortran 90 Home Page at King's College, London] | * [http://www.kcl.ac.uk/kis/support/cc/fortran/f90home.html#1.0 Fortran 90 Home Page at King's College, London] | ||
* [http://www.cs.rpi.edu/~szymansk/oof90.html Object Oriented Fortran 90 Programming] | * [http://www.cs.rpi.edu/~szymansk/oof90.html Object Oriented Fortran 90 Programming] | ||
|<!-- Perl --> | |||
<!-- Perl | |||
* [http://www.perl.com Perl.com] | * [http://www.perl.com Perl.com] | ||
* [http://www.perl.org/books/beginning-perl/ ''Beginning Perl'' by Simon Cozens (free online book)] | * [http://www.perl.org/books/beginning-perl/ ''Beginning Perl'' by Simon Cozens (free online book)] | ||
Line 436: | Line 344: | ||
* [http://www.enginsite.com/Library-Robert%27s-Perl-Tutorial.htm MediaWiki User's Guide] | * [http://www.enginsite.com/Library-Robert%27s-Perl-Tutorial.htm MediaWiki User's Guide] | ||
* [http://www.cpan.org/ Comprehensive Perl Archive Network (CPAN.org)] | * [http://www.cpan.org/ Comprehensive Perl Archive Network (CPAN.org)] | ||
</ | |-valign="top" bgcolor="#CCCCCC" | ||
!width="500px"|<big>R</big> | |||
!width="500px"|<big>Python</big> | |||
|-valign="top" | |||
|<!-- R --> | |||
<!-- R | |||
*[http://www.r-project.org/ The R project for statistical computing] | *[http://www.r-project.org/ The R project for statistical computing] | ||
*[http://journal.r-project.org/ The R journal] | *[http://journal.r-project.org/ The R journal] | ||
*[http://www.mayin.org/ajayshah/KB/R/index.html R by example] | *[http://www.mayin.org/ajayshah/KB/R/index.html R by example] | ||
*[[Using R to analyze GEOS-Chem data]] | *[[Using R to analyze GEOS-Chem data]] | ||
|<!-- Python --> | |||
<!-- Python | |||
*[[Python code for GEOS-Chem]] | *[[Python code for GEOS-Chem]] | ||
*[http://www.python.org Python.org]: Main site for all things Python | *[http://www.python.org Python.org]: Main site for all things Python | ||
Line 463: | Line 361: | ||
*[http://wiki.python.org/moin/BeginnersGuide/Programmers PythonWiki.org: List of tutorials and resources] | *[http://wiki.python.org/moin/BeginnersGuide/Programmers PythonWiki.org: List of tutorials and resources] | ||
*[https://developers.google.com/edu/python/ Google's Python tutorial] | *[https://developers.google.com/edu/python/ Google's Python tutorial] | ||
</ | |-valign="top" bgcolor="#CCCCCC" | ||
!width="500px"|<big>NCAR Command Language (NCL)</big> | |||
!width="500px"|<big>Wiki documentation</big> | |||
|-valign="top" | |||
|<!-- MCL --> | |||
<!-- | |||
* [http://www.ncl.ucar.edu/ NCL main page] | * [http://www.ncl.ucar.edu/ NCL main page] | ||
* [http://www.ncl.ucar.edu/Applications/ NCL applications] | * [http://www.ncl.ucar.edu/Applications/ NCL applications] | ||
Line 482: | Line 373: | ||
* [http://www.ncl.ucar.edu/Support/email_lists.shtml Sign up for NCL-Talk email list] | * [http://www.ncl.ucar.edu/Support/email_lists.shtml Sign up for NCL-Talk email list] | ||
* [[NCL_tools_for_GEOS-Chem|NCL4GC: NCL tools for GEOS-Chem]] | * [[NCL_tools_for_GEOS-Chem|NCL4GC: NCL tools for GEOS-Chem]] | ||
< | |<!-- Wiki doc --> | ||
* [[Sandbox]] | * [[Sandbox]] | ||
* [http://www.mediawiki.org/wiki/Manual:FAQ MediaWiki FAQ] | * [http://www.mediawiki.org/wiki/Manual:FAQ MediaWiki FAQ] | ||
Line 491: | Line 381: | ||
* [http://www.mediawiki.org/wiki/Manual:Configuration_settings Configuration Settings list] | * [http://www.mediawiki.org/wiki/Manual:Configuration_settings Configuration Settings list] | ||
* [http://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list] | * [http://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list] | ||
|} | |||
Revision as of 18:21, 4 November 2016
feel free to experiment here
GEOS–Chem Wiki |
The GEOS–Chem model is a global 3-D model of atmospheric composition driven by assimilated meteorological observations from the Goddard Earth Observing System (GEOS) of the NASA Global Modeling and Assimilation Office. It is applied by research groups around the world to a wide range of atmospheric composition problems, Central management and support of the model is provided by the Atmospheric Chemistry Modeling Group at Harvard University. This wiki is meant to facilitate communication between GEOS-Chem users and developers. If this is your first time here, check out the features page. If you would like to contribute to the wiki, please register as a user by clicking create account at the top right corner of this page. New information is continually being added to the wiki, so please check back here often, or even better, subscribe to the recent changes' RSS feed: you will not miss a discussion! |
Getting started w/ GEOS-Chem: | Welcome letter for new users | GEOS-Chem basics |
Current public release: | GEOS-Chem v10-01 | v10-01 benchmark history |
Version in development: | GEOS-Chem v11-01 | v11-01 benchmark history |
Version for high-performance computing (HPC) environments: |
GEOS-Chem HP | GEOS-Chem HP Dev Kit |
List of publications: | Refer to this page |
GEOS-Chem Code Developers' Forums | |
Coding | Diagnostics |
---|---|
|
|
Emissions | Chemistry |
|
|
Dynamics | Deposition |
Aerosols | Met fields |
Nested grid simulations | Earth System Modeling Framework |
Benchmarking and Evaluation | Related projects |