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/ICOLMDZOR_v7/compile_icolmdzor.sh

    r6290 r6362  
    290290    echo; echo "NOW COMPILE DYNAMICO " 
    291291    echo >> $outfile ; echo " NOW COMPILE DYNAMICO"   >> $outfile  
    292      
     292 
     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  
    293303 
    294304    echo ./make_icosa -$optmode -with_fcm1 -parallel $parallel -external_ioipsl -with_xios -arch $fcm_arch -arch_path $arch_path -job 8 $full_dyna    >> $outfile  
Note: See TracChangeset for help on using the changeset viewer.