Changeset 9536
- Timestamp:
- 2018-05-01T13:37:48+02:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2017/dev_merge_2017/NEMOGCM/NEMO/OPA_SRC/IOM/iom.F90
r9535 r9536 266 266 ENDIF 267 267 #else 268 clinfo = ' key_iomput is needed to use XIOS restart read/write functionality'269 CALL ctl_stop( TRIM(clinfo))268 clinfo = 'iom_set_rstw_var_active: key_iomput is needed to use XIOS restart read/write functionality' 269 CALL ctl_stop('STOP', TRIM(clinfo)) 270 270 #endif 271 271 … … 373 373 ENDIF 374 374 #else 375 clinfo = ' key_iomput is needed to use XIOS restart read/write functionality'376 CALL ctl_stop( TRIM(clinfo))375 clinfo = 'iom_set_rstw_core: key_iomput is needed to use XIOS restart read/write functionality' 376 CALL ctl_stop('STOP', TRIM(clinfo)) 377 377 #endif 378 378 END SUBROUTINE iom_set_rstw_core
Note: See TracChangeset
for help on using the changeset viewer.