Changeset 3971


Ignore:
Timestamp:
Jul 30, 2021, 3:58:02 PM (3 years ago)
Author:
Laurent Fairhead
Message:

Modification for the isotope testcase

Location:
BOL/script_install
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BOL/script_install/check_version.sh

    r3955 r3971  
    228228   echo Verification des isotopes
    229229#########################################################################
    230    set -vx
    231230   cd ..
    232231   ./makelmdz_fcm  -arch local -j 8 -rrtm true  -d 48x36x39 -v false -p lmdiso -isotopes true -isoverif true gcm
    233    cd $BENCH
    234    if [ -f ../bin/gcm_48x36x39_phylmdiso_seq_iso_isoverif.e ] ; then
     232   if [ -f ./bin/gcm_48x36x39_phylmdiso_seq_iso_isoverif.e ] ; then
     233          cd $BENCH
    235234          mkdir ISO
    236235          cp ../bin/gcm_48x36x39_phylmdiso_seq_iso_isoverif.e ISO/gcm_iso.e
     
    255254              convergeI=-
    256255          fi
     256   else
     257       # compilation failed; cleaning up for next compilation
     258       convergeI=-
     259       \rm -f libf/grid/dimensions.h
     260       \rm -f .lock
    257261   fi
    258262
     
    260264   echo Verification de initialisation
    261265###############################################################y##########
     266   cd $BENCH
    262267   rm -rf ../INIT
    263268   mkdir ../INIT
  • BOL/script_install/creation_modipsl.sh

    r3926 r3971  
    243243D/d/-: new with debug                   -
    244244U/u/-: unicolonne                       -
    245 OK <=> SNDU
     245I/i/-: isotope                          -
     246OK <=> SNDUI
    246247
    247248eod
Note: See TracChangeset for help on using the changeset viewer.