! xmlio_server namelist ! ! using_server: .TRUE.(.FALSE.) to use(bypass) the io_server. AUTO : this variable is updated by the opa9.driver ! using_oasis : .TRUE.(.FALSE.) if nemo is coupled through OASIS ! client_id : used only for OASIS, NEMO id in the namecouple ! server_id : used only for OASIS, io_server id in the namecouple ! &coupling_param using_server = .FALSE. using_oasis = .TRUE. client_id = 'oceanx' server_id = 'ionemo' / ! global_mpi_buffer_size: size in Mo of the MPI buffer used by the io_server &mpi_param global_mpi_buffer_size = 512 /