NOAA-GFDL / SHiELD_build

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SHiELD Build System

The scripts contained herein can be used to build GFDL's SHiELD and FV3 Solo models.

What files are what

The top level directory structure groups source code and input files as follow:

File/directory Purpose
LICENSE.md copy of the Gnu Lesser General Public license, version 3
README.md this file with basic pointers to more information
CHECKOUT_code script to download necessary source for proper build GFDL's SHield and FV3 Solo models
Build/ contains scripts used for building models listed above
mkmf/ submodule entry point for the externally managed mkmf software
RTS/ contains scripts for use in CI software regression testing (see RTS/README.md)
site/ contains site specific scripts and compiler make templates

Compiling

Be sure to download the mkmf submodule prior to beginning. To use:

  1. checkout code via CHECKOUT_code script
  2. cd Build and execute ./COMPILE script with the --help option to see usage
  3. sample compile: ./COMPILE shield nh repro 32bit intel

Disclaimer

The United States Department of Commerce (DOC) GitHub project code is provided on an "as is" basis and the user assumes responsibility for its use. DOC has relinquished control of the information and no longer has responsibility to protect the integrity, confidentiality, or availability of the information. Any claims against the Department of Commerce stemming from the use of its GitHub project will be governed by all applicable Federal law. Any reference to specific commercial products, processes, or services by service mark, trademark, manufacturer, or otherwise, does not constitute or imply their endorsement, recommendation or favoring by the Department of Commerce. The Department of Commerce seal and logo, or the seal and logo of a DOC bureau, shall not be used in any manner to imply endorsement of any commercial product or activity by DOC or the United States Government.

This project code is made available through GitHub but is managed by NOAA-GFDL at https://gitlab.gfdl.noaa.gov.

About

License:Other


Languages

Language:Shell 97.0%Language:Makefile 3.0%