source: CONFIG_DEVT/IPSLCM6.2.2_ENSEMBLES/config/IPSLCM6/LMDZOR622-ENSEMBLES.01/PARAM/xmlio_server.def @ 6246

Last change on this file since 6246 was 6246, checked in by aclsce, 20 months ago

Added LMDZOR experiment within XIOS ensembles infrastructure.

File size: 583 bytes
Line 
1! xmlio_server namelist
2!
3! using_server: .TRUE.(.FALSE.) to use(bypass) the io_server. AUTO : this variable is updated by the opa9.driver
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  = .TRUE.
11  client_id    = 'oceanx'
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/
Note: See TracBrowser for help on using the repository browser.