source:
trunk/NEMOGCM/CONFIG/ORCA2_LIM_PISCES/EXP00/xmlio_server.def
@
2528
Last change on this file since 2528 was 2528, checked in by rblod, 14 years ago | |
---|---|
|
|
File size: 1.6 KB |
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 | !!====================================================================== |
21 | !! namnc4 netcdf4 chunking and compression settings |
22 | !!====================================================================== |
23 | !----------------------------------------------------------------------- |
24 | &namnc4 ! netcdf4 chunking and compression settings |
25 | ! (benign if "key_netcdf4" is not used) |
26 | !----------------------------------------------------------------------- |
27 | nn_nchunks_i = 4 ! number of chunks in i-dimension |
28 | nn_nchunks_j = 4 ! number of chunks in j-dimension |
29 | nn_nchunks_k = 31 ! number of chunks in k-dimension |
30 | ! setting nn_nchunks_k = jpk will give a chunk size of 1 in the vertical which |
31 | ! is optimal for postprocessing which works exclusively with horizontal slabs |
32 | ln_nc4zip = .TRUE. ! (T) use netcdf4 chunking and compression |
33 | ! (F) ignore chunking information and produce netcdf3-compatible files |
34 | / |
35 |
Note: See TracBrowser
for help on using the repository browser.