Skip to content
Snippets Groups Projects
Commit f3b19b6c authored by Andi Walther's avatar Andi Walther :speech_balloon:
Browse files

update for orchid

parent d159eb2f
No related branches found
No related tags found
No related merge requests found
##!/bin/sh
#
# auto-generated from env_settings/user_change_me.cfg
#
# Intended to contain instructions to properly set up the computing environment
# (especially on large managed clusters/supercomputers). These will be
# executed during code compilation and/or at runtime.
#
# This code has been written using "heirloom" sh-syntax, which should
# allow the greatest (easily) possible portability among "modern" computing
# systems. All modifications to this code should therefore employ only
# "heirloom" sh-syntax (e.g., *NO* syntax, assumptions, or structures
# specific to bash, ksh, tcsh, zsh, or any nonstandard "heirloom" sh).
# Remove all currently loaded modules:
module purge
# Load and/or unload modules:
module load gcc/10.2
module load hdf/4.2.15-nocdf
module load hdf5/1.8.21
module load netcdf4/4.8.1
module load himawari/2019
module load rttov/13.1
source /etc/profile
module purge
module load gcc/8.3 hdf/4.2.14-nocdf hdf5/1.8.21 netcdf4/4.7.0 license_idl idl
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment