Changeset 6449 for CONFIG


Ignore:
Timestamp:
05/12/23 09:12:58 (13 months ago)
Author:
jgipsl
Message:

Removed SOURCES which were needed for older version of DYNAMICO. This is needed to use DYNAMICO rev 3558d704

Location:
CONFIG/UNIFORM/v7/ICOLMDZOR_v7
Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v7/ICOLMDZOR_v7/compile_icolmdzor.sh

    r6362 r6449  
    291291    echo >> $outfile ; echo " NOW COMPILE DYNAMICO"   >> $outfile  
    292292 
    293         if [ -d $modipsl/config/ICOLMDZOR_v7/SOURCES/DYNAMICO ] ; then  
    294          cd $modipsl/config/ICOLMDZOR_v7/SOURCES/DYNAMICO  
    295          for dir in $( find . -mindepth 1 -maxdepth 1 -type d ); do  
    296              for file in $( find $dir -type f ! -path '*.svn*' ); do  
    297                  echo cp $file $modipsl/modeles/DYNAMICO/$file >> $outfile   
    298                  cp $file $modipsl/modeles/DYNAMICO/$file  >> $outfile 2>&1  
    299              done  
    300          done  
    301          cd $modipsl/modeles/DYNAMICO  
    302         fi  
    303  
    304293    echo ./make_icosa -$optmode -with_fcm1 -parallel $parallel -external_ioipsl -with_xios -arch $fcm_arch -arch_path $arch_path -job 8 $full_dyna    >> $outfile  
    305294    ./make_icosa -$optmode -with_fcm1 -parallel $parallel -external_ioipsl -with_xios -arch $fcm_arch -arch_path $arch_path -job 8 $full_dyna    >> $outfile 2>&1 
Note: See TracChangeset for help on using the changeset viewer.