! xmlio_server namelist ! ! using_server: .TRUE.(.FALSE.) to use(bypass) the io_server ! 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 = .FALSE. client_id = 'nemo.x' 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 /