Code Monkey home page Code Monkey logo

gamil-init's Introduction

Description

This package is used to generate the initial condition of GAMIL (or includes forcing data in future). There are two data sources:

  • reanalysis data, e.g. ERA-interim
  • model initial condition of different resolution

The second source can be used to change the original settings, such as the topography, resolution, etc.

Usage

  • Get the codes
$ git clone https://github.com/dongli/gamil-init
$ cd gamil-init
$ git submodule update --init
  • Compile the codes

Use CMake to generate Makefile. Note use gfortran since the codes contain some Fortran 2003 syntax, and other Fortran compilers are not happy with it.

$ cd build
$ FC=gfortran cmake ..
$ make
  • Edit namelist

When reanalysis data is used, the original data should be organized into one file, the utility script will be added in future. Then, edit the namelist (there is a template can be copied and edited, called "namelist-era").

When existed model initial condition is used, just edit the namelist (the template is called "namelist-model").

Then run:

$ ./gamil-init <namelist>
  • Copy unclaried data (for the time being)

There are several variables that I do not know how to set, then copy them from old initial condition. Run NCL script:

$ ncl <GAMIL-INIT ROOT>/tools/copy_unclarified_data.ncl

Authors

gamil-init's People

Contributors

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