- Timestamp:
- 2017-11-30T15:24:15+01:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2017/dev_r8600_xios_read_write_v2/NEMOGCM/NEMO/OPA_SRC/DOM/domain.F90
r8836 r8857 369 369 nwrite = nn_write 370 370 neuler = nn_euler 371 IF( TRIM(Agrif_CFixed()) == '0') THEN372 lrxios = ln_xios_read.AND.ln_rstart373 ENDIF374 371 IF ( neuler == 1 .AND. .NOT. ln_rstart ) THEN 375 372 WRITE(ctmp1,*) 'ln_rstart =.FALSE., nn_euler is forced to 0 ' … … 439 436 440 437 IF( TRIM(Agrif_CFixed()) == '0' ) THEN 438 lrxios = ln_xios_read.AND.ln_rstart 441 439 !set output file type for XIOS based on NEMO namelist 442 if(nn_wxios > 0) lwxios = .TRUE.440 IF (nn_wxios > 0) lwxios = .TRUE. 443 441 nxioso = nn_wxios 444 442 ELSE 445 443 IF(lwp) THEN 446 444 write(numout,*) 447 write(numout,*) "AGRIF: nn_wxios will be ingored. See setting for NEMO" 445 write(numout,*) "AGRIF: nn_wxios will be ingored. See setting for parent" 446 write(numout,*) "AGRIF: ln_xios_read will be ingored. See setting for parent" 448 447 write(numout,*) 449 448 ENDIF
Note: See TracChangeset
for help on using the changeset viewer.