Ignore:
Timestamp:
04/04/17 14:46:39 (7 years ago)
Author:
cetlod
Message:

NEMO_v6 for OMIP : phase with the latest revision number

File:
1 edited

Legend:

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

    r3124 r3203  
    55    IGCM_debug_PushStack "OCE_Initialize" 
    66 
    7     RESOL_OCE=$( echo ${config_UserChoices_ExperimentName} | cut -c1-5 ) 
    8     EXPTYPE=$( echo ${config_UserChoices_ExperimentName} | cut -c6- ) 
     7    RESOL_OCE=${config_UserChoices_ExpType%%_*} 
     8    EXPTYPE=${config_UserChoices_ExpType##*/} 
     9 
     10    IGCM_debug_Print 1 " " 
     11    IGCM_debug_Print 1 "RESOL_OCE        : ${RESOL_OCE}" 
     12    IGCM_debug_Print 1 "EXPERIMENT TYPE  : ${EXPTYPE}" 
    913 
    1014# Local function to find namelists parameters 
     
    154158   IGCM_comp_modifyNamelist blocker    namelist_cfg nn_leapy  ${OPA_NLEAPY}   
    155159 
     160# update domain_def.xml file  
     161   case ${RESOL_OCE} in  
     162       ( *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  ;  
     165   esac  
     166 
    156167   IGCM_debug_PopStack "OCE_Update" 
    157168} 
Note: See TracChangeset for help on using the changeset viewer.