source: BOL/Multi_atlas/METRICS/toto.sh @ 3684

Last change on this file since 3684 was 3684, checked in by idelkadi, 4 years ago

Repository under svn of a first version of Multiatlas diagnostics for LMDZ. This version is adapted to be able to run a LMDZ multiatlas on an individual account on the ciclad machine of the IPSL. In this version, the parts to be modified are identified so as to subsequently adapt it to other machines.
This version is still under development.

  • Property svn:executable set to *
File size: 161 bytes
Line 
1#!/bin/bash
2var=$1
3simy=$2
4
5if [ $var = "hfls" ] && [ $simy == "OBS" ]; then
6 echo var=$var simy=$simy
7else
8 echo NOT hfls NOT OBS var=$var simy=$simy
9fi
10
11exit
Note: See TracBrowser for help on using the repository browser.