Changes between Version 5 and Version 6 of TuningMixte
- Timestamp:
- Sep 15, 2020, 12:01:24 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TuningMixte
v5 v6 54 54 smin=1 55 55 56 57 58 56 smax=200 59 60 61 57 62 58 for s in $(seq -f "%03g" $smin $smax) ; do physics="$physics SCM_8-$s" ; done … … 71 67 for phys in $physics ; do 72 68 73 74 75 69 sed -e 's/ifl_pbltree=1/ifl_pbltree=0/' DEF/PHYS/physiq.def_$phys >| DEF/physiq.def 76 70 77 78 79 71 # name of simulation. Equal to $phys by default 80 72 81 82 83 73 name=$phys 84 74 85 86 87 75 ./setup.sh -d $resol -f $freq -v $version -name $name $svn $install -init $init $cosp $xios -mthini $mthini -mthend $mthend $nudging -climato $climato 88 76 89 90 91 77 if [ $init = 1 ] ; then init=0 ; fi # init=1 is possible only for the first simulation 92 93 94 78 95 79 done … … 106 90 107 91 108 92 {{{#!sh 109 93 jean-) ARCH=X64_JEANZAY 110 94 111 112 113 95 module purge 114 96 115 116 117 97 compilo=19.0.4 # available 2013.0, 2017.2 118 98 119 120 121 99 module load intel-compilers/$compilo 122 100 123 124 125 101 #module load intel-mpi/$compilo 126 102 127 128 129 103 module load intel-mkl/$compilo 130 104 131 132 133 105 module load hdf5/1.10.5-mpi 134 106 135 136 137 107 module load netcdf/4.7.2-mpi 138 108 139 140 141 109 module load netcdf-fortran/4.5.2-mpi 142 110 143 144 145 111 module load subversion/1.9.7 146 112 147 148 149 113 module load nco 150 114 151 152 153 115 module load cdo 154 116 155 156 157 117 login=`whoami` ; groupe=`echo $login | cut -c2-4` 158 118 159 160 161 119 groupe=nfl 162 120 163 164 165 121 # Inputation de la consommation sur le groupe $groupe 166 122 167 168 169 123 # changer la variable groupe pour imputer sur un autre groupe 170 124 171 172 173 125 # que celui de son compte 174 126 175 176 177 127 # Par exemple 178 128 179 180 181 129 # groupe=lmd 182 183 184 185 130 ... 186 131 }}} 187 132 188 133