Changeset 6421


Ignore:
Timestamp:
04/21/23 16:19:29 (14 months ago)
Author:
aclsce
Message:

Use of modification in ORCHIDEE simple routing (waiting for commit in ORCHIDEE reference version)

Location:
CONFIG/UNIFORM/v7/IPSLCM7
Files:
3 added
1 edited

Legend:

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

    r6362 r6421  
    219219echo; echo "NOW COMPILE ORCHIDEE" 
    220220echo >> $outfile ; echo " NOW COMPILE ORCHIDEE"   >> $outfile  
     221if [ -d $modipsl/config/IPSLCM7/SOURCES/ORCHIDEE ] ; then 
     222    cd $modipsl/config/IPSLCM7/SOURCES/ORCHIDEE 
     223    for dir in $( find . -mindepth 1 -maxdepth 1 -type d ); do 
     224        for file in $( find $dir -type f ! -path '*.svn*' ); do 
     225            echo cp $file $modipsl/modeles/ORCHIDEE/$file >> $outfile 
     226            cp $file $modipsl/modeles/ORCHIDEE/$file  >> $outfile 2>&1 
     227        done 
     228    done 
     229    cd $modipsl/modeles/ORCHIDEE 
     230fi 
    221231 
    222232# Check if the compilation of ORCHIDEE was previsouly interupted prematured.  
Note: See TracChangeset for help on using the changeset viewer.