Changeset 702


Ignore:
Timestamp:
06/15/18 13:53:55 (6 years ago)
Author:
dubos
Message:

testing/bash : add dulon_phys and dulat_phys in XML"

Location:
configs/testing
Files:
4 added
4 edited

Legend:

Unmodified
Added
Removed
  • configs/testing/bash/build.sh

    r547 r702  
    1919    cd $ROOT/XIOS 
    2020    echo "In $PWD : Building XIOS" 
     21    echo "./make_xios --arch $arch $other_XIOS --job $job" 
    2122    echo "Watch logfile $LOGFILE" 
    22     ./make_xios --arch $arch --job $job > $LOGFILE 2>&1 || ( tail $LOGFILE ; exit 1 )     
     23    ./make_xios --arch $arch $other_XIOS --job $job > $LOGFILE 2>&1 || ( tail $LOGFILE ; exit 1 )     
    2324    cd $ROOT 
    2425    # compile all variants in parallel 
  • configs/testing/bash/create_runs.sh

    r629 r702  
    238238    order 500 nitergdiv tau_graddiv nitergrot tau_gradrot niterdivgrad tau_divgrad rayleigh_friction_type rayleigh_friction_tau 
    239239    order 600 physics dcmip_physics itau_physics friction_time 
    240     order 700 run_length write_period etat0 dcmip4_testcase diagflux 
    241     order 800 itau_check_conserv check_conservation 
     240    order 700 run_length write_period etat0 dcmip4_testcase 
     241    order 800 itau_check_conserv check_conservation diagflux 
    242242    basic 
    243243} 
  • configs/testing/bash/xml.sh

    r610 r702  
    215215        <field id="enthalpyflux_lat" long_name="Time-averaged enthalpy flux, meridional"   unit="J/m/s"/> 
    216216 
     217        <field id="dulon_phys"       long_name="Physics tendency for zonal velocity"   unit="m/s^2"/> 
     218        <field id="dulat_phys"       long_name="Physics tendency for meridional velocity"   unit="m/s^2"/> 
     219 
    217220      </field_group> 
    218221 
  • configs/testing/setup.sh

    r556 r702  
    4444arch="$arch" 
    4545job="$job" 
     46other_XIOS="$pther_XIOS" 
    4647other="$other" 
    4748EOF 
Note: See TracChangeset for help on using the changeset viewer.