source: BOL/Multi_atlas/env_Multi_atlas_axe4.sh

Last change on this file was 4698, checked in by musat, 9 months ago

Ajout environnement AXE4
IonelaMusat?

File size: 336 bytes
Line 
1#!/bin/bash -vx
2
3login=`whoami`
4hostname=`hostname`
5
6MAIN=/thredds/ipsl/fabric/lmdz
7MAIN_SE=${MAIN}/SE
8MAIN_CMOR=${MAIN}/SE/CMOR
9SEORIG=${MAIN_SE}/ORIG
10STOREDIR=/thredds/ipsl/fabric/lmdz/STORE/$EXPNAME
11MULTIDIR=${MAIN}/MultiSimu
12
13if [ ${hostname:0:5} = spiri ] ; then
14module unload pangeo-meso/2023.04.15
15module load python/meso-3.9
16fi
Note: See TracBrowser for help on using the repository browser.