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.
xmlio_server.def in tags/nemo_v3_2/nemo_v3_2/CONFIG/ORCA2_LIM_PISCES/EXP00 – NEMO

source: tags/nemo_v3_2/nemo_v3_2/CONFIG/ORCA2_LIM_PISCES/EXP00/xmlio_server.def @ 1878

Last change on this file since 1878 was 1878, checked in by flavoni, 14 years ago

initial test for nemogcm

File size: 541 bytes
Line 
1! xmlio_server namelist
2!
3! using_server: .TRUE.(.FALSE.) to use(bypass) the io_server
4! using_oasis : .TRUE.(.FALSE.) if nemo is coupled through OASIS
5! client_id   : used only for OASIS, NEMO      id in the namecouple
6! server_id   : used only for OASIS, io_server id in the namecouple
7!
8&coupling_param
9  using_server = .FALSE.
10  using_oasis  = .FALSE.
11  client_id    = 'nemo.x'
12  server_id    = 'ionemo'
13/
14
15! global_mpi_buffer_size: size in Mo of the MPI buffer used by the io_server
16&mpi_param
17  global_mpi_buffer_size = 512
18
19 
20 
Note: See TracBrowser for help on using the repository browser.