Changeset 4635 for BOL


Ignore:
Timestamp:
Jul 19, 2023, 3:17:42 PM (10 months ago)
Author:
Laurent Fairhead
Message:

Problem if there are several LMDZ* directories in the tmp space

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOL/script_install/verif_commit.sh

    r4624 r4635  
    3030RET=$?
    3131# checking 1D results
    32 cd LMDZ*/1D/EXEC/6AL79/
     32cd LMDZ*${REV}*/1D/EXEC/6AL79/
    3333listecas="ARMCU/REF RICO/SHORT SANDU/REF"
    3434((ret1d=0))
     
    4141# checking isotope compilation
    4242cd $TMP_D
    43 cd LMDZ*/modipsl/modeles/LMDZ/
     43cd LMDZ*${REV}*/modipsl/modeles/LMDZ/
    4444./makelmdz_fcm -debug -arch local -j 8 -rad rrtm -d $resolution -v false -p lmdiso -isotopes true -isoverif true gcm  > ./compile_iso.out 2>&1
    4545ls bin/*iso*
Note: See TracChangeset for help on using the changeset viewer.