Ignore:
Timestamp:
10/20/15 13:43:27 (9 years ago)
Author:
cetlod
Message:

Adapt NEMO config for libIGCM v2.7

Location:
CONFIG/UNIFORM/v6/NEMO_v6
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/NEMO_v6/EXPERIMENTS/ORCA2_LIM2_PISCES/clim/config.card

    r2648 r2655  
    3939#============================ 
    4040#-- Run Options :  
    41 #JobRunOptions='"-np "${BATCH_NUM_PROC_TOT}"' 
    4241JobRunOptions='' 
    4342#============================ 
     
    5756Name=nemo 
    5857#D- For each component, Real name of executable 
    59 OCE= (nemo.exe, nemo) 
     58OCE= (nemo.exe, nemo, 32MPI) 
    6059ICE= ("", "", "") 
    6160MBG= ("", "", "") 
  • CONFIG/UNIFORM/v6/NEMO_v6/EXPERIMENTS/ORCA2_LIM3_PISCES/clim/config.card

    r2648 r2655  
    3737#============================ 
    3838#-- Run Options :  
    39 #JobRunOptions='"-np "${BATCH_NUM_PROC_TOT}"' 
    4039JobRunOptions='' 
    4140#============================ 
     
    5554Name=nemo 
    5655#D- For each component, Real name of executable 
    57 OCE= (nemo.exe, nemo) 
     56OCE= (nemo.exe, nemo, 32MPI) 
    5857ICE= ("", "", "") 
    5958MBG= ("", "", "") 
  • CONFIG/UNIFORM/v6/NEMO_v6/GENERAL/DRIVER/opa9.driver

    r2647 r2655  
    197197        #Put OPA_NMSH=0 when OPA runnig in parallel mode  
    198198        OPA_NMSH=1 
    199         ( [ X${BATCH_NUM_PROC_TOT} != X ] && [ "${BATCH_NUM_PROC_TOT}" -gt 1 ] ) && OPA_NMSH=0 
     199        ( [ X${mpiTasks} != X ] && [ "${mpiTasks}" -gt 1 ] ) && OPA_NMSH=0 
    200200 
    201201    elif ( [ "${CumulPeriod}" -eq 1 ] && [ "${config_OCE_Restart}" = "y" ] ) ; then 
Note: See TracChangeset for help on using the changeset viewer.