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

    r6337 r6362  
    109109    # In iodef.xml add on the next line after "COMPONENT CONTEXT" 
    110110    echo '<context id="icosagcm" src="./context_dynamico.xml"/>' >> add.tmp 
     111 
     112   # Add inclusion of file sponge_dynamico.xml if this file exists 
     113   if [ -f sponge_dynamico.xml ] ; then 
     114        echo '<context id="icosagcm"        src="./sponge_dynamico.xml" />' >> add.tmp 
     115   fi 
    111116 
    112117    # Add inclusion of file context_input_dynamico.xml if this file exists 
Note: See TracChangeset for help on using the changeset viewer.