Ignore:
Timestamp:
Sep 25, 2017, 2:22:06 PM (7 years ago)
Author:
dubos
Message:

Aquaplanet CMIP5a : switch default output resolution to 144x142

Location:
dynamico_lmdz/aquaplanet/CMIP5a/RUN_AQUAPLANET_DYNAMICO_LMDZ5
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • dynamico_lmdz/aquaplanet/CMIP5a/RUN_AQUAPLANET_DYNAMICO_LMDZ5/context_lmdz.xml

    r3992 r4048  
    167167    </domain_group>
    168168
    169     <domain id="dom_regular" ni_glo="96" nj_glo="95" type="rectilinear"  >
     169    <domain id="dom_regular" ni_glo="144" nj_glo="142" type="rectilinear"  >
    170170      <generate_rectilinear_domain/>
    171171      <interpolate_domain order="1"/>
  • dynamico_lmdz/aquaplanet/CMIP5a/RUN_AQUAPLANET_DYNAMICO_LMDZ5/example.sh

    r4040 r4048  
    2424    source ./config.sh
    2525    env | grep YEARS
     26    ls -l $PWD/storedir || (echo "$PWD/storedir is missing, please create it and retry." ; exit -1) || exit
    2627    STORE_ROOT=$( fullpath $PWD/storedir )
    2728    YEARS=$(years 1 $NB_YEARS)
     
    7374EOF
    7475    ls -lrh
     76    echo
     77    echo "$PWD/config.sh :"
    7578    cat config.sh
     79    echo "If not done already, please create $PWD/storedir."
     80    echo 'You may edit config.sh, *.def, *.xml then run ./example.sh create'
    7681}
    7782
Note: See TracChangeset for help on using the changeset viewer.