Ignore:
Timestamp:
04/13/17 17:22:48 (7 years ago)
Author:
cetlod
Message:

Minor correction for NEMO_v6 configurations

Location:
CONFIG/UNIFORM/v6/NEMO_v6/GENERAL/DRIVER
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/NEMO_v6/GENERAL/DRIVER/opa9.driver

    r3203 r3210  
    161161   case ${RESOL_OCE} in  
    162162       ( *ORCA025* )   
    163         sed -e 's/<zoom_domain id="1point" ibegin="139" jbegin="119"/<zoom_domain id="1point" ibegin="600" jbegin="600"/' domain_def.xml > domain_def.xml.tmp   
    164          IGCM_sys_Mv domain_def.xml.tmp domain_def.xml  ;  
     163        sed -e 's/<zoom_domain id="1point" ibegin="139" jbegin="119"/<zoom_domain id="1point" ibegin="600" jbegin="600"/' domain_def_nemo.xml > domain_def.xml.tmp   
     164         IGCM_sys_Mv domain_def.xml.tmp domain_def_nemo.xml  ;  
    165165   esac  
    166166 
  • CONFIG/UNIFORM/v6/NEMO_v6/GENERAL/DRIVER/pisces.driver

    r3203 r3210  
    129129      case ${RESOL_OCE} in  
    130130          ( *ORCA025* )   
    131             sed -e 's/<zoom_domain id="1point" ibegin="139" jbegin="119"/<zoom_domain id="1point" ibegin="600" jbegin="600"/' domain_def.xml > domain_def.xml.tmp   
    132             IGCM_sys_Mv domain_def.xml.tmp domain_def.xml  ;  
     131            sed -e 's/<zoom_domain id="1point" ibegin="139" jbegin="119"/<zoom_domain id="1point" ibegin="600" jbegin="600"/' domain_def_nemo.xml > domain_def.xml.tmp   
     132            IGCM_sys_Mv domain_def.xml.tmp domain_def_nemo.xml  ;  
    133133      esac  
    134134 
Note: See TracChangeset for help on using the changeset viewer.