Ignore:
Timestamp:
05/12/16 16:20:35 (8 years ago)
Author:
cetlod
Message:

Take an ocean point -ORCA2/ORCA1/eORCA1- for NEMO scalar

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

Legend:

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

    r2815 r2848  
    244244   IGCM_comp_modifyNamelist blocker    namelist_cfg nn_leapy  ${OPA_NLEAPY}   
    245245 
    246    # update domain_def.xml file 
    247    case ${RESOL_OCE} in 
    248        ( *ORCA2* )  
    249           sed -e 's/<domain id="1point" zoom_ibegin="150" zoom_jbegin="150"/<domain id="1point" zoom_ibegin="10" zoom_jbegin="10"/' domain_def.xml > domain_def.xml.tmp  
    250           IGCM_sys_Mv domain_def.xml.tmp domain_def.xml  ; 
    251    esac 
    252  
    253     IGCM_debug_PopStack "OCE_Update" 
     246   IGCM_debug_PopStack "OCE_Update" 
    254247} 
    255248 
  • CONFIG/UNIFORM/v6/NEMO_v6/GENERAL/DRIVER/pisces.driver

    r2706 r2848  
    128128   IGCM_comp_modifyNamelist blocker    namelist_top_cfg nn_rsttr  ${TOP_NRSTTR} 
    129129 
    130    # update domain_def.xml file 
    131     if [ X"${pisces_UserChoices_Offline_Mode}" = X"y" ] ; then 
    132        case ${RESOL_OCE} in 
    133            ( *ORCA2* ) 
    134               sed -e 's/<domain id="1point" zoom_ibegin="150" zoom_jbegin="150"/<domain id="1point" zoom_ibegin="10" zoom_jbegin="10"/' domain_def.xml > domain_def.xml.tmp 
    135               IGCM_sys_Mv domain_def.xml.tmp domain_def.xml  ; 
    136        esac 
    137     fi 
    138  
    139     IGCM_debug_PopStack "MBG_Update" 
     130   IGCM_debug_PopStack "MBG_Update" 
    140131} 
    141132 
Note: See TracChangeset for help on using the changeset viewer.