Changeset 5698 for CONFIG


Ignore:
Timestamp:
04/29/21 15:53:41 (3 years ago)
Author:
acosce
Message:

add date at the end of the compilation log file's name for LMDZORINCA_v6.2 configuration

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/LMDZORINCA_v6.2/compile_lmdzorinca.sh

    r5478 r5698  
    3434 
    3535# Output text file for compilation of each component 
    36 outfile=$submitdir/out_compile_lmdzorinca 
    37 rm -f $outfile; echo > $outfile 
    38 echo; echo "Text output from compilation will be stored in file out_compile_lmdzorinca"; echo  
     36datestr=`LC_ALL=C date +"%Y%m%dT%H%M"` 
     37outfile=$submitdir/out_compile_lmdzorinca.$datestr 
     38echo > $outfile 
     39echo; echo "Text output from compilation will be stored in file out_compile_lmdzor.$datestr"; echo  
    3940 
    4041#### Read arguments  
Note: See TracChangeset for help on using the changeset viewer.