Giter VIP home page Giter VIP logo

mitgcm_mods's Introduction

mitgcm_mods

Modifications to the core MITgcm code written by Jonathan Lauderdale for various projects.

This code is for checkpoint67f of MITgcm and it supercedes the the previous versions for checkpoint63m and checkpoint66j, which are older versions of MITgcm: DOI

Some code in the bgc folder adds preformed tracer functionality to MITgcm (GCHEM_OPTIONS.h, gchem_forcing_sep.F and gchem_preformed_tracers.F and increase PTRACERS_num in PTRACERS_SIZE.h)

One might use this code (partially or in its entirety) by:

1.) Downloading the correct model version:

git clone https://github.com/MITgcm/MITgcm.git

cd MITgcm

git checkout -b my_model checkpoint67f

OR download from http://mitgcm.org/download/other_checkpoints/MITgcm_c67f.tar.gz, extract, and cd MITgcm_c67f into the model directory.

2.) Cloning the mitgcm_mods repository.

git clone https://github.com/seamanticscience/mitgcm_mods.git

cd mitgcm_mods

git checkout -b my_mods master

3.) Running the genmake2 script like so (for the 3 degree global model with biogeochem and kpp run on a single processor):

/path/to/MITgcm/tools/genmake2 -rootdir /path/to/MITgcm/ -mods '/path/to/MITgcm/mitgcm_mods/with_kpp /path/to/MITgcm/mitgcm_mods/bgc /path/to/MITgcm/mitgcm_mods/code /path/to/MITgcm/mitgcm_mods/sp_code'

4.) make depend (The individual "mod" directories will be symlinked into the build directory in reverse order.)

5.) make

Please let me know if you find any errors, or have trouble compiling!

mitgcm_mods's People

Contributors

seamanticscience avatar

Stargazers

 avatar

Watchers

 avatar  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.