Ignore:
Timestamp:
09/18/20 17:47:05 (4 years ago)
Author:
omamce
Message:

O.M. : MOSAIX smaal corrections

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TOOLS/MOSAIX/CreateOasisGrids.bash

    r5156 r5158  
    1 #!/usr/bin/env bash 
     1#!/bin/bash 
    22### =========================================================================== 
    33### 
     
    3232echo ${Titre}"Default configuration (may be overrided by command line parameters)"${Norm} 
    3333## =========================================================================== 
    34 OCE=ORCA2.3 
    35 # OCE=eORCA1.2 
     34#OCE=ORCA2.3 
     35OCE=eORCA1.2 
    3636#ATM=ICO30 
    37 #ATM=ICO40 
     37ATM=ICO40 
    3838#ATM=ICO450 
    3939#ATM=LMD144142 
     
    4949# ================ 
    5050if [[ $(hostname) = curie* ]]    ; then arch=curie ; center=tgcc ; fi 
    51 if [[ $(hostname) = irene* ]]    ; then arch=irene ; center=tgcc ; fi 
     51if [[ $(hostname) = irene* ]]    ; then arch=irene ;1 center=tgcc ; fi 
    5252if [[ $(hostname) = lsce3005* ]] ; then arch=spip  ; center=spip ; fi 
    5353 
Note: See TracChangeset for help on using the changeset viewer.