dtc-mosit

This is a BASH script that provides options to install the following Development Testbed Center's Model Evaluation Toolkit packages in 64-bit systems:

https://github.com/hathewaywill/dtc-mosit

Science Score: 57.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 2 DOI reference(s) in README
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (8.8%) to scientific vocabulary

Keywords

development-testbed-center dtc linux macos model-evaluation-tools ubuntu
Last synced: 6 months ago · JSON representation ·

Repository

This is a BASH script that provides options to install the following Development Testbed Center's Model Evaluation Toolkit packages in 64-bit systems:

Basic Info
  • Host: GitHub
  • Owner: HathewayWill
  • License: gpl-3.0
  • Language: Shell
  • Default Branch: main
  • Homepage:
  • Size: 223 KB
Statistics
  • Stars: 2
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Topics
development-testbed-center dtc linux macos model-evaluation-tools ubuntu
Created about 3 years ago · Last pushed 9 months ago
Metadata Files
Readme License Citation

README.md

DTC Suite Multi Operational System Install Toolkit

This is a BASH script that provides options to install the following DTC packages in 64-bit systems:

  • MET v11.1.1

- METplus v5.1.0

System Requirements

  • 64-bit system
    • Linux Debian Distro (Ubuntu, Mint, etc)
    • Windows Subsystem for Linux (Debian Distro, Ubuntu, Mint, etc)
    • Linux Fedora Distro
    • MacOS

MacOS Installation

  • Make sure to download and Homebrew before moving to installation. > /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"

brew install git

git clone https://github.com/HathewayWill/DTC-MOSIT.git

cd $HOME/DTC-MOSIT

chmod 775 *.sh

./DTC-MOSIT.sh 2>&1 | tee DTC_MOSIT.log

APT Installation

  • (Make sure to download folder into your Home Directory): > cd $HOME

sudo apt install git -y

git clone https://github.com/HathewayWill/DTC-MOSIT.git

cd $HOME/DTC-MOSIT

chmod 775 *.sh

./DTC-MOSIT.sh 2>&1 | tee DTC_MOSIT.log

YUM/DNF Installation

  • (Make sure to download folder into your Home Directory): > cd $HOME

sudo (yum or dnf) install git -y

git clone https://github.com/HathewayWill/DTC-MOSIT.git

cd $HOME/DTC_MOSIT

chmod 775 *.sh

./DTCMOSIT.sh 2>&1 | tee DTCMOSIT.log

  • Script will check for System Architecture Type and Storage Space requirements.

--

##### *** Tested on Ubuntu 22.04.4 LTS, Ubuntu 24.04.1 LTS, MacOS Ventura, MacOS Sonoma, Centos7, Rocky Linux 9, Windows Sub-Linux Ubuntu*** - Built 64-bit system.


Estimated Run Time ~ 10 to 30 Minutes @ 10mbps download speed.


Special thanks to:

  • Youtube's meteoadriatic
  • GitHub user jamal919

- DTC's Julie P., Tara J., George M., & John H.

Citation:

Hatheway, W., Snoun, H., ur Rehman, H. et al. WRF-MOSIT: a modular and cross-platform tool for configuring and installing the WRF model. Earth Sci Inform (2023). https://doi.org/10.1007/s12145-023-01136-y

Owner

  • Login: HathewayWill
  • Kind: user

Trying to help the atmospheric community one BASH script at a time.

Citation (CITATION.cff)

cff-version: 1.2.0
title: DTC's MET Multi Operational System Install Toolkit
message: >-
  If you use this software, please cite it using the
  metadata from this file.
type: software
authors:
  - given-names: Will
    family-names: Hatheway
identifiers:
  - type: url
    value: >-
      https://github.com/HathewayWill/DTC-MOSIT
version: 1.1
date-released: '2023-10-01'

GitHub Events

Total
  • Watch event: 2
  • Push event: 9
  • Fork event: 1
Last Year
  • Watch event: 2
  • Push event: 9
  • Fork event: 1