source: CONFIG/publications/ICOLMDZORINCA_CO2_Transport_GMD_2023/XIOS/xios_test_suite/load_env_local @ 6607

Last change on this file since 6607 was 6607, checked in by acosce, 10 months ago

XIOS used for ICOLMDZORINCA_CO2_Transport_GMD_2023

File size: 259 bytes
Line 
1#!/bin/bash
2
3myhostname=`hostname`
4
5if [[ $myhostname = irene* ]]
6then
7  export xios_machine_name=irene
8elif [[ $myhostname = jean-zay* ]]
9then
10  export xios_machine_name=jeanzay
11fi
12
13source ./ENV_local/${xios_machine_name}.env
14export PATH=`pwd`/TOOLS:$PATH 
Note: See TracBrowser for help on using the repository browser.