New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 300 for trunk/CONFIG – NEMO

Changeset 300 for trunk/CONFIG


Ignore:
Timestamp:
2005-09-22T13:07:01+02:00 (19 years ago)
Author:
opalod
Message:

nemo_v1_update_013 : CT : replace cpp keys key_mpi_isend, key_mpi_bsend by a character parameter in the ocean namelist

Location:
trunk/CONFIG
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/CONFIG/GYRE/EXP00/namelist

    r258 r300  
    6262/ 
    6363!----------------------------------------------------------------------- 
     64!       nam_mpp      Massively Parallel Processing 
     65!----------------------------------------------------------------------- 
     66!  c_mpi_send         mpi send/recieve type 
     67!                      = 'S'  : standard blocking send 
     68!                      = 'B'  : buffer blocking send 
     69!                      = 'I'  : immediate non-blocking send 
     70&nam_mpp 
     71   c_mpi_send =  'S' 
     72/ 
     73!----------------------------------------------------------------------- 
    6474!       nam_traadv   advection scheme for tracer (option not control by CPP keys) 
    6575!----------------------------------------------------------------------- 
  • trunk/CONFIG/ORCA2_LIM/EXP00/namelist

    r258 r300  
    4040&namrun 
    4141   no         =       0 
    42    cexper     =  "DEV1" 
     42   cexper     =  "ORCA2" 
    4343   ln_rstart  = .false. 
    4444   nrstdt     =       0 
     
    6060   jsplt      =       1 
    6161   nbench     =       0 
     62/ 
     63!----------------------------------------------------------------------- 
     64!       nam_mpp      Massively Parallel Processing 
     65!----------------------------------------------------------------------- 
     66!  c_mpi_send         mpi send/recieve type 
     67!                      = 'S'  : standard blocking send 
     68!                      = 'B'  : buffer blocking send 
     69!                      = 'I'  : immediate non-blocking send 
     70&nam_mpp 
     71   c_mpi_send =  'S' 
    6272/ 
    6373!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.