Changeset 14039
- Timestamp:
- 2020-12-03T12:26:55+01:00 (4 years ago)
- Location:
- NEMO/trunk/src
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
NEMO/trunk/src/ICE/icerst.F90
r13970 r14039 99 99 CALL iom_swap( cxios_context ) 100 100 #else 101 clinfo = 'Can not use XIOS in rst_opn' 102 CALL ctl_stop(TRIM(clinfo)) 101 CALL ctl_stop( 'Can not use XIOS in rst_opn' ) 103 102 #endif 104 103 ENDIF -
NEMO/trunk/src/OCE/IOM/iom.F90
r13982 r14039 29 29 USE in_out_manager ! I/O manager 30 30 USE lib_mpp ! MPP library 31 #if defined key_iomput32 31 USE sbc_oce , ONLY : nn_fsbc, ght_abl, ghw_abl, e3t_abl, e3w_abl, jpka, jpkam1 33 32 USE icb_oce , ONLY : nclasses, class_num ! !: iceberg classes … … 37 36 USE phycst ! physical constants 38 37 USE dianam ! build name of file 38 #if defined key_iomput 39 39 USE xios 40 40 # endif -
NEMO/trunk/src/TOP/PISCES/SED/sedrst.F90
r13970 r14039 94 94 CALL iom_init( cw_sedrst_cxt, kdid = numrsw, ld_closedef = .FALSE. ) 95 95 #else 96 clinfo = 'Can not use XIOS in trc_rst_opn' 97 CALL ctl_stop(TRIM(clinfo)) 96 CALL ctl_stop( 'Can not use XIOS in trc_rst_opn' ) 98 97 #endif 99 98 ENDIF 100 99 101 100 lrst_sed = .TRUE. -
NEMO/trunk/src/TOP/trcrst.F90
r13970 r14039 105 105 CALL iom_init( cw_toprst_cxt, kdid = numrtw, ld_closedef = .FALSE. ) 106 106 #else 107 clinfo = 'Can not use XIOS in trc_rst_opn' 108 CALL ctl_stop(TRIM(clinfo)) 107 CALL ctl_stop( 'Can not use XIOS in trc_rst_opn' ) 109 108 #endif 110 109 ENDIF 111 110 lrst_trc = .TRUE. 112 111 ENDIF
Note: See TracChangeset
for help on using the changeset viewer.