Changeset 4108
- Timestamp:
- Mar 24, 2022, 8:21:14 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOL/script_install/check_version.sh
r4107 r4108 95 95 if [ $justcheck = 0 ] ; then 96 96 resubench=$RESU_D/$datelmdz$rel_svn 97 if [ -d $resubench ] ; then mv $resubench $resubench$$ ; fi 97 98 mkdir -p $resubench 98 99 fi … … 128 129 cd 1D ; sed -e "s:^listecas=.*$:listecas=ARMCU/REF:" run.sh ; ./run.sh # run 1D model 129 130 # Controling outputs for the ARMCU/REF test case 130 # outf=$MODEL/1D/EXEC/NPv6.1L79/ARMCU/REF/restartphy.nc131 131 outf=$MODEL/1D/EXEC/6AL79/ARMCU/REF/restartphy.nc 132 132 if [ -f $outf ] ; then 133 133 if [ $justcheck = 0 ] ; then 134 134 mkdir -p $resubench/ARMCU/REF 135 cp $ MODEL/1D/EXEC/NPv6.1L79/ARMCU/REF/restartphy.nc$resubench/ARMCU/REF/135 cp $outf $resubench/ARMCU/REF/ 136 136 fi 137 # cmp -s $resubench/ARMCU/REF/restartphy.nc $latest/ARMCU/REF/restartphy.nc 138 cmp -s $MODEL/1D/EXEC/NPv6.1L79/ARMCU/REF/restartphy.nc $latest/ARMCU/REF/restartphy.nc 137 cmp -s $outf $latest/ARMCU/REF/restartphy.nc 139 138 if [ $? = 0 ] ; then converge1D=U ; else converge1D=u ; fi 140 139 else
Note: See TracChangeset
for help on using the changeset viewer.