Giter VIP home page Giter VIP logo

fv3-input-data's Introduction

  • Docker image to be used by ufs-weather-model for continuous integration
    • Base image: Alpine 3.12.0
    • Docker image contains FV3_input_data
    • Folder location inside the image: /tmp/FV3_input_data
  • Remove from FV3_input_data/RESTART
    • coupler.res, fv3_increment.nc, fv_core.res.nc,
    • fv_core.res.tile*.nc, fv_srf_wnd.res.tile*.nc,
    • fv_tracer.res.tile*.nc, phy_data.tile*.nc, sfc_data.tile*.nc
  • How to download the image
    • docker pull minsukjinoaa/fv3-input-data:develop-YYYYMMDD
  • How to generate the image and push to the docker hub
    • Place FV3_input_data in this directory
    • docker build --compress --squash -t fid .
    • docker tag fid minsukjinoaa/fv3-input-data:develop-YYYYMMDD
    • docker push minsukjinoaa/fv3-input-data:develop-YYYYMMDD
  • How to copy the input files in a multistage build Dockerfile
    • FROM minsukjinoaa/FV3-input-data:develop-YYYYMMDD AS inputData
    • FROM ...
    • COPY --from=inputData /tmp/FV3_input_data <destination>
  • How to create a volume named DataVolume from this image
    • docker run -d --rm -v DataVolume:/tmp minsukjinoaa/fv3-input-data:develop-YYYYMMDD

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.