Coder Social home page Coder Social logo

pygsi's Introduction

Kevin Dougherty September 2020

PyGSI

Scripts used to validate GSI diagnostic files for JEDI

Anaconda Environment

Please read the documents for managing environments.
Reference: https://github.com/Unidata/unidata-users-workshop
Reference: https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html Reference: https://www.youtube.com/watch?v=15DNH25UCi0

I installed the Anaconda python distribution and created a new environment using the 'environment.yml' file provided in this directory. The name of the environment is DA_Diags. You can copy the the .yml file and run the following command in your terminal

conda env create -f ./environment.yml

On a windows computer, to activate the DA_Diags environment, do this in the Windows Command Prompt:

activate DA_Diags

Or, if you are in the PowerShell

cmd
activate DA_Diags

If you are using a bash shell in Linux:

conda init bash  # Only need to do this once to initialize the correct shell
conda activate DA_Diags

If you are using a tcsh shell in Linux:

conda init tsch  # Only need to do this once to initialize the correct shell
conda activate DA_Diags

Update environment

Deactivate the environment

conda deactivate DA_Diags

Update the environment.yml file, and update the conda environment

conda env update -f environment.yml

List all the available environments

conda info --envs

pygsi's People

Contributors

kevindougherty-noaa avatar corymartin-noaa avatar adcollard avatar bretthoover-noaa avatar edwardsafford-noaa avatar xiujuansu-noaa avatar catherinethomas-noaa avatar jacobcarley-noaa avatar aerorahul 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.