Changes between Version 5 and Version 6 of TuningMixte


Ignore:
Timestamp:
Sep 15, 2020, 12:01:24 PM (4 years ago)
Author:
Sebastien Nguyen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TuningMixte

    v5 v6  
    5454    smin=1
    5555
    56 
    57 
    5856    smax=200
    59 
    60 
    6157
    6258    for s in $(seq -f "%03g" $smin $smax) ; do physics="$physics SCM_8-$s"  ; done
     
    7167    for phys in $physics ; do
    7268
    73 
    74 
    7569       sed -e 's/ifl_pbltree=1/ifl_pbltree=0/' DEF/PHYS/physiq.def_$phys >| DEF/physiq.def
    7670
    77 
    78 
    7971       # name of simulation. Equal to $phys by default
    8072
    81 
    82 
    8373       name=$phys
    8474
    85 
    86 
    8775       ./setup.sh -d $resol -f $freq -v $version -name $name $svn $install -init $init $cosp $xios -mthini $mthini -mthend $mthend $nudging -climato $climato
    8876
    89 
    90 
    9177       if [ $init = 1 ] ; then init=0 ; fi # init=1 is possible only for the first simulation
    92 
    93 
    9478
    9579    done
     
    10690
    10791
    108 
     92{{{#!sh
    10993    jean-) ARCH=X64_JEANZAY
    11094
    111 
    112 
    11395                    module purge
    11496
    115 
    116 
    11797                    compilo=19.0.4 # available 2013.0, 2017.2
    11898
    119 
    120 
    12199                    module load intel-compilers/$compilo
    122100
    123 
    124 
    125101                    #module load intel-mpi/$compilo
    126102
    127 
    128 
    129103                    module load intel-mkl/$compilo
    130104
    131 
    132 
    133105                    module load hdf5/1.10.5-mpi
    134106
    135 
    136 
    137107                    module load netcdf/4.7.2-mpi
    138108
    139 
    140 
    141109                    module load netcdf-fortran/4.5.2-mpi
    142110
    143 
    144 
    145111                    module load subversion/1.9.7
    146112
    147 
    148 
    149113                    module load nco
    150114
    151 
    152 
    153115                    module load cdo
    154116
    155 
    156 
    157117                    login=`whoami` ; groupe=`echo $login | cut -c2-4`
    158118
    159 
    160 
    161119                    groupe=nfl
    162120
    163 
    164 
    165121                    # Inputation de la consommation sur le groupe $groupe
    166122
    167 
    168 
    169123                    # changer la variable groupe pour imputer sur un autre groupe
    170124
    171 
    172 
    173125                    # que celui de son compte
    174126
    175 
    176 
    177127                    # Par exemple
    178128
    179 
    180 
    181129                    # groupe=lmd
    182 
    183 
    184 
    185130    ...
    186 
     131}}}
    187132
    188133