Changeset 3210


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
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/NEMO_v6/EXPERIMENTS/ORCA025_LIM3/ia/COMP/opa9.card

    r3204 r3210  
    5858        (${MODIPSL}/modeles/NEMOGCM/CONFIG/ORCA1_LIM3_PISCES/EXP00/field_def_nemo-opa.xml , field_def_nemo-opa.xml ), \ 
    5959        (${MODIPSL}/modeles/NEMOGCM/CONFIG/ORCA1_LIM3_PISCES/EXP00/domain_def_nemo.xml    , domain_def_nemo.xml    ), \ 
    60         (${MODIPSL}/modeles/NEMOGCM/CONFIG/ORCA1_LIM3_PISCES/EXP00/context_nemo.xml      , context_nemo.xml       ), \ 
     60        (${MODIPSL}/modeles/NEMOGCM/CONFIG/ORCA1_LIM3_PISCES/EXP00/context_nemo_nobio.xml , context_nemo.xml       ), \ 
    6161        (${SUBMIT_DIR}/PARAM/file_def_nemo-opa.xml                                        , file_def_nemo-opa.xml  ), \ 
    6262        (${MODIPSL}/modeles/NEMOGCM/CONFIG/ORCA1_LIM3_PISCES/EXP00/iodef.xml              , iodef.xml              ) 
  • 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 
  • CONFIG/UNIFORM/v6/NEMO_v6/GENERAL/PARAM/namelist_ORCA025ia_cfg

    r3203 r3210  
    735735   ln_nnogather=  .true.   ! 
    736736   jpni        = 25   
    737    jpnj        = 24  
     737   jpnj        = 44  
    738738   jpnij       = 743  
    739739 
Note: See TracChangeset for help on using the changeset viewer.