- Timestamp:
- Jul 30, 2021, 3:58:02 PM (3 years ago)
- Location:
- BOL/script_install
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOL/script_install/check_version.sh
r3955 r3971 228 228 echo Verification des isotopes 229 229 ######################################################################### 230 set -vx231 230 cd .. 232 231 ./makelmdz_fcm -arch local -j 8 -rrtm true -d 48x36x39 -v false -p lmdiso -isotopes true -isoverif true gcm 233 cd $BENCH234 if [ -f ../bin/gcm_48x36x39_phylmdiso_seq_iso_isoverif.e ] ; then232 if [ -f ./bin/gcm_48x36x39_phylmdiso_seq_iso_isoverif.e ] ; then 233 cd $BENCH 235 234 mkdir ISO 236 235 cp ../bin/gcm_48x36x39_phylmdiso_seq_iso_isoverif.e ISO/gcm_iso.e … … 255 254 convergeI=- 256 255 fi 256 else 257 # compilation failed; cleaning up for next compilation 258 convergeI=- 259 \rm -f libf/grid/dimensions.h 260 \rm -f .lock 257 261 fi 258 262 … … 260 264 echo Verification de initialisation 261 265 ###############################################################y########## 266 cd $BENCH 262 267 rm -rf ../INIT 263 268 mkdir ../INIT -
BOL/script_install/creation_modipsl.sh
r3926 r3971 243 243 D/d/-: new with debug - 244 244 U/u/-: unicolonne - 245 OK <=> SNDU 245 I/i/-: isotope - 246 OK <=> SNDUI 246 247 247 248 eod
Note: See TracChangeset
for help on using the changeset viewer.