Changeset 4066 for dynamico_lmdz


Ignore:
Timestamp:
Oct 11, 2017, 5:14:32 PM (7 years ago)
Author:
dubos
Message:

Aquaplanet config : dom_out is always dom_regular

File:
1 edited

Legend:

Unmodified
Added
Removed
  • dynamico_lmdz/aquaplanet/CMIP5a/RUN_AQUAPLANET_DYNAMICO_LMDZ5/prepare.sh

    r4055 r4066  
    6464function sed_ce0l() {
    6565    def USING_SERVER false
    66     def DOM_OUT dom_glo
    6766    def CE0L yes
    6867    def READ_START no
     
    7372function sed_first() {
    7473    def USING_SERVER true
    75     def DOM_OUT dom_regular
    7674    def CE0L no
    7775    def READ_START yes
     
    8280function sed_next() {
    8381    def USING_SERVER true
    84     def DOM_OUT dom_regular
    8582    def CE0L no
    8683    def READ_START yes
     
    272269#ls -l $MYDIR
    273270grep using_server iodef.xml
    274 grep dom_out context_lmdz.xml
    275271for KEY in read_start iflag_phys etat0 run_length; do
    276272    grep $KEY *.def
Note: See TracChangeset for help on using the changeset viewer.