Changeset 5110 for CONFIG


Ignore:
Timestamp:
06/05/20 15:16:32 (4 years ago)
Author:
acosce
Message:

add more write in compile_lmdzorinca script to help to understand the compilation

File:
1 edited

Legend:

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

    r5041 r5110  
    128128echo "Following arguments are set in current compiling:" >> $outfile  
    129129echo "   optmode = $optmode, parallel = $parallel, fcm_arch = $fcm_arch, full_flag=$full_flag regular_latlon=$regular_latlon" >> $outfile  
     130echo "   chimie = $optchimie, clean_inca = ${clean_inca}"  
    130131echo >> $outfile 
    131132 
     
    304305echo; echo "ALL COMPILING FINISHED" 
    305306 
     307if [ $optmode == 'debug' ] || [ $optmode == 'dev' ]; then  
     308    echo; echo "====================================================" 
     309    echo; echo "DON'\T FORGET TO MODIFY Optmode IN cconfig.card"  
     310    echo; echo "Optmode="$optmode 
     311    echo; echo "====================================================" 
     312fi  
     313 
    306314date 
    307315exit 
Note: See TracChangeset for help on using the changeset viewer.