Ignore:
Timestamp:
07/07/23 15:48:11 (11 months ago)
Author:
acosce
Message:

Add creation of a link on the last out_compile_ipslcm7.$date file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v7/IPSLCM7/compile_ipslcm7.sh

    r6536 r6538  
    5656echo; echo "Text output from compilation will be stored in file out_compile_ipslcm7.$datestr"; echo  
    5757 
     58 
     59echo "create out_compile_ipslcm7 link " 
     60rm -f out_compile_ipslcm7 
     61ln -s ${outfile} out_compile_ipslcm7 
     62 
     63 
     64 
    5865#### Read arguments  
    5966# Loop over all arguments to modify default set up 
Note: See TracChangeset for help on using the changeset viewer.