File tree 1 file changed +17
-29
lines changed
1 file changed +17
-29
lines changed Original file line number Diff line number Diff line change @@ -343,24 +343,24 @@ MED_modelio::
343
343
diro = ./log
344
344
logfile = med.log
345
345
pio_async_interface = .false.
346
- pio_netcdf_format = 64bit_offset
347
- pio_numiotasks = -99
346
+ pio_netcdf_format = nothing
347
+ pio_numiotasks = 4
348
348
pio_rearranger = 2
349
349
pio_root = 1
350
- pio_stride = 48
351
- pio_typename = netcdf
350
+ pio_stride = 1
351
+ pio_typename = netcdf4p
352
352
::
353
353
354
354
ATM_modelio::
355
355
diro = ./log
356
356
logfile = atm.log
357
357
pio_async_interface = .false.
358
- pio_netcdf_format = 64bit_offset
359
- pio_numiotasks = -99
358
+ pio_netcdf_format = nothing
359
+ pio_numiotasks = 1
360
360
pio_rearranger = 1
361
361
pio_root = 1
362
- pio_stride = 48
363
- pio_typename = netcdf
362
+ pio_stride = 1
363
+ pio_typename = netcdf4p
364
364
::
365
365
366
366
ICE_modelio::
@@ -370,8 +370,8 @@ ICE_modelio::
370
370
pio_netcdf_format = nothing
371
371
pio_numiotasks = 1
372
372
pio_rearranger = 1
373
- pio_root = 0
374
- pio_stride = 48
373
+ pio_root = 1
374
+ pio_stride = 1
375
375
pio_typename = netcdf4p
376
376
::
377
377
@@ -390,25 +390,13 @@ OCN_modelio::
390
390
ROF_modelio::
391
391
diro = ./log
392
392
logfile = rof.log
393
- pio_async_interface = .false. #not used
394
- pio_netcdf_format = 64bit_offset #not used
395
- pio_numiotasks = -99 #not used
396
- pio_rearranger = 2 #not used
397
- pio_root = 1 #not used
398
- pio_stride = 48 #not used
399
- pio_typename = netcdf #not used
400
- ::
401
-
402
- WAV_modelio::
403
- diro = ./log
404
- logfile = wav.log
405
- pio_async_interface = .false.
406
- pio_netcdf_format = 64bit_offset
407
- pio_numiotasks = -99
408
- pio_rearranger = 2
409
- pio_root = 1
410
- pio_stride = 48
411
- pio_typename = netcdf
393
+ pio_async_interface = .false.
394
+ pio_netcdf_format = nothing
395
+ pio_numiotasks = 1
396
+ pio_rearranger = 2
397
+ pio_root = 1
398
+ pio_stride = 1
399
+ pio_typename = netcdf4p
412
400
::
413
401
414
402
DRV_modelio::
You can’t perform that action at this time.
0 commit comments