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/GENERAL/DRIVER/dynamico.driver

    r6296 r6362  
    8686    fi  
    8787 
    88  
    8988    # Add include of context xml files for DYNAMICO in iodef.xml 
    9089    # In iodef.xml add on the next line after "COMPONENT CONTEXT" 
    9190    echo '<context id="icosagcm" src="./context_dynamico.xml"/>' >> add.tmp 
    9291 
    93     # Add inclusion of file context_input_dynamico.xml if this file exists 
     92   # Add inclusion of file sponge_dynamico.xml if this file exists 
     93   if [ -f sponge_dynamico.xml ] ; then 
     94        echo '<context id="icosagcm"        src="./sponge_dynamico.xml" />' >> add.tmp 
     95   fi 
     96 
     97   # Add inclusion of file context_input_dynamico.xml if this file exists 
    9498    if [ -f context_input_dynamico.xml ] ; then 
    9599        echo '<context id="icosagcm_input" src="./context_input_dynamico.xml"/>' >> add.tmp 
Note: See TracChangeset for help on using the changeset viewer.