Changeset 4342 for BOL


Ignore:
Timestamp:
Nov 10, 2022, 9:58:49 AM (19 months ago)
Author:
musat
Message:

Inclut environnement spirit et dernieres corrections (3/3)
IonelaMusat?

Location:
BOL/Multi_atlas
Files:
15 edited

Legend:

Unmodified
Added
Removed
  • BOL/Multi_atlas/html_1D.sh

    r4307 r4342  
    11#!/bin/bash
     2
     3source ~/env_Multi_atlas.sh
    24
    35comp=$1
    46
    57local=`pwd -P`
     8
     9if [ 1 == 0 ]; then
    610login=`whoami`
    711hostname=`hostname`
     
    2731DODSDIR=
    2832fi
     33fi
    2934
    3035OUT_DIR=$DODSDIR/$login/lmdz/MultiSimu/$comp
  • BOL/Multi_atlas/html_accueil.sh

    r4307 r4342  
    11#!/bin/bash
    22
     3source ~/env_Multi_atlas.sh
    34comp=$1
     5HTML=http://${dthredds}/$login/lmdz/MultiSimu/$comp
    46
     7if [ 1 == 0 ]; then
    58login=`whoami`
    69hostname=`hostname`
     
    2629DODSDIR=
    2730fi
    28 
     31fi
    2932
    3033OUT_DIR=$DODSDIR/$login/lmdz/MultiSimu/$comp
  • BOL/Multi_atlas/html_all.sh

    r4307 r4342  
    11#!/bin/bash
    22
     3source ~/env_Multi_atlas.sh
     4
    35local=`pwd -P`
     6
     7if [ 1 == 0 ]; then
    48login=`whoami`
    59hostname=`hostname`
     
    2428if [ ${hostname:0:5} = jean- ] ; then
    2529DODSDIR=
     30fi
    2631fi
    2732
  • BOL/Multi_atlas/html_axe1.sh

    r4307 r4342  
    11#!/bin/bash
    22set -vx
     3
     4source ~/env_Multi_atlas.sh
    35
    46comp=$1
    57
    68local=`pwd -P`
     9
     10if [ 1 == 0 ]; then
    711login=`whoami`
    812hostname=`hostname`
     
    2731if [ ${hostname:0:5} = jean- ] ; then
    2832DODSDIR=
     33fi
    2934fi
    3035
  • BOL/Multi_atlas/html_axe2.sh

    r4307 r4342  
    11#!/bin/bash
     2
     3source ~/env_Multi_atlas.sh
    24
    35comp=$1
    46
    57local=`pwd -P`
     8
     9if [ 1 == 0 ]; then
    610login=`whoami`
    711hostname=`hostname`
     
    2630if [ ${hostname:0:5} = jean- ] ; then
    2731DODSDIR=
     32fi
    2833fi
    2934
  • BOL/Multi_atlas/html_axe3.sh

    r4307 r4342  
    11#!/bin/bash
    2 set -vx
     2#set -vx
     3
     4source ~/env_Multi_atlas.sh
    35
    46comp=$1
    57
    68local=`pwd -P`
     9
     10if [ 1 == 0 ]; then
    711login=`whoami`
    812hostname=`hostname`
     
    2731if [ ${hostname:0:5} = jean- ] ; then
    2832DODSDIR=
     33fi
    2934fi
    3035
  • BOL/Multi_atlas/html_axe4.sh

    r4307 r4342  
    11#!/bin/bash
     2
     3source ~/env_Multi_atlas.sh
    24
    35comp=$1
    46
    57local=`pwd -P`
     8
     9if [ 1 == 0 ]; then
    610login=`whoami`
    711hostname=`hostname`
     
    2630if [ ${hostname:0:5} = jean- ] ; then
    2731DODSDIR=
     32fi
    2833fi
    2934
  • BOL/Multi_atlas/html_axe5.sh

    r4307 r4342  
    11#!/bin/bash
     2
     3source ~/env_Multi_atlas.sh
    24
    35comp=$1
    46
    57local=`pwd -P`
     8
     9if [ 1 == 0 ]; then
    610login=`whoami`
    711hostname=`hostname`
     
    2630if [ ${hostname:0:5} = jean- ] ; then
    2731DODSDIR=
     32fi
    2833fi
    2934
  • BOL/Multi_atlas/html_axe6.sh

    r4307 r4342  
    11#!/bin/bash
     2
     3source ~/env_Multi_atlas.sh
    24
    35comp=$1
    46
    57local=`pwd -P`
     8
     9if [ 1 == 0 ]; then
    610login=`whoami`
    711hostname=`hostname`
     
    2630if [ ${hostname:0:5} = jean- ] ; then
    2731DODSDIR=
     32fi
    2833fi
    2934
  • BOL/Multi_atlas/html_axe7.sh

    r4307 r4342  
    11#!/bin/bash
    22
     3source ~/env_Multi_atlas.sh
    34
    45comp=$1
    56
    67local=`pwd -P`
     8
     9if [ 1 == 0 ]; then
    710login=`whoami`
    811hostname=`hostname`
     
    2730if [ ${hostname:0:5} = jean- ] ; then
    2831DODSDIR=
     32fi
    2933fi
    3034
  • BOL/Multi_atlas/html_entete.sh

    r4307 r4342  
    11#!/bin/bash
    22
     3source ~/env_Multi_atlas.sh
     4
    35comp=$1
     6dataref=$2
    47shift
    58
    69local=`pwd -P`
     10
     11if [ 1 == 0 ]; then
    712login=`whoami`
    813hostname=`hostname`
     
    2631DODSDIR=
    2732fi
     33fi
    2834
    2935echo OK0
     
    3137OUT_DIR=$DODSDIR/$login/lmdz/MultiSimu/$comp
    3238ref=`head -1 $OUT_DIR/def.txt | awk ' { print $1 } '`
     39
     40if [ $dataref = 1 ]; then
     41ref=OBS
     42elif [ $dataref = 0 ]; then
     43ref=`head -1 ${OUT_DIR}/def.txt | awk ' { print $1 } '`
     44fi
    3345
    3446ZON_DIR=$OUT_DIR/ZON
  • BOL/Multi_atlas/html_lma.sh

    r4307 r4342  
    11#!/bin/bash
     2
     3source ~/env_Multi_atlas.sh
    24
    35#A REFAIRE
    46
    57local=`pwd -P`
     8
     9if [ 1 == 0 ]; then
    610login=`whoami`
    711hostname=`hostname`
     
    2630if [ ${hostname:0:5} = jean- ] ; then
    2731DODSDIR=
     32fi
    2833fi
    2934
  • BOL/Multi_atlas/html_pcmdi.sh

    r4307 r4342  
    11#!/bin/bash
     2#set -x
     3
     4source ~/env_Multi_atlas.sh
    25
    36local=`pwd -P`
     7
     8if [ 1 == 0 ]; then
    49login=`whoami`
    510hostname=`hostname`
     
    2530DODSDIR=
    2631fi
     32fi
    2733
    28 set -x
    2934comp=$1
    3035MULTIDIR=$DODSDIR/$login/lmdz/MultiSimu
  • BOL/Multi_atlas/html_tuning.sh

    r4307 r4342  
    11#!/bin/bash
     2
     3source ~/env_Multi_atlas.sh
    24
    35comp=$1
    46
    57local=`pwd -P`
     8
     9if [ 1 == 0 ]; then
    610login=`whoami`
    711hostname=`hostname`
     
    2630if [ ${hostname:0:5} = jean- ] ; then
    2731DODSDIR=
     32fi
    2833fi
    2934
  • BOL/Multi_atlas/html_tuning_min.sh

    r4307 r4342  
    11#!/bin/bash
     2
     3source ~/env_Multi_atlas.sh
    24
    35comp=$1
    46
    57local=`pwd -P`
     8
     9if [ 1 == 0 ]; then
    610login=`whoami`
    711hostname=`hostname`
     
    2630if [ ${hostname:0:5} = jean- ] ; then
    2731DODSDIR=
     32fi
    2833fi
    2934
Note: See TracChangeset for help on using the changeset viewer.