Ignore:
Timestamp:
04/05/23 16:59:40 (15 months ago)
Author:
aclsce
Message:

Modified sponge parameters ICOLMDZ to use same treatment as LMDZ (iflag_sponge=2, mode_sponge=3).
Remind :
iflag_sponge !0 --> for no sponge

!1 --> for sponge over 4 topmost layers
!2 --> for sponge from top to ~1% of top layer pressure

mode_sponge !1 --> u and v relax towards 0

!2 --> u and v relax towards their zonal mean
!3 --> u,v and pot. temp. relax towards their zonal mean

File:
1 edited

Legend:

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

    r6346 r6362  
    352352echo >> $outfile ; echo " NOW COMPILE DYNAMICO"   >> $outfile  
    353353 
     354        if [ -d $modipsl/config/IPSLCM7/SOURCES/DYNAMICO ] ; then 
     355         cd $modipsl/config/IPSLCM7/SOURCES/DYNAMICO 
     356         for dir in $( find . -mindepth 1 -maxdepth 1 -type d ); do 
     357             for file in $( find $dir -type f ! -path '*.svn*' ); do 
     358                 echo cp $file $modipsl/modeles/DYNAMICO/$file >> $outfile 
     359                 cp $file $modipsl/modeles/DYNAMICO/$file  >> $outfile 2>&1 
     360             done 
     361         done 
     362         cd $modipsl/modeles/DYNAMICO 
     363        fi 
     364 
     365 
    354366echo ./make_icosa -$optmode -with_fcm1 -parallel $parallel -external_ioipsl -with_oasis -with_xios -arch $fcm_arch -arch_path $arch_path -job 8 $full_dyna    >> $outfile  
    355367     ./make_icosa -$optmode -with_fcm1 -parallel $parallel -external_ioipsl -with_oasis -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.