Changeset 5138
- Timestamp:
- 2015-03-11T10:57:31+01:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/NEMOGCM/NEMO/LIM_SRC_3/limtrp.F90
r5134 r5138 142 142 143 143 IF( zcfl > 0.5_wp .AND. lwp ) ncfl = ncfl + 1 144 IF( numit == nlast .AND.lwp ) THEN144 IF( lwp ) THEN 145 145 IF( ncfl > 0 ) THEN 146 146 WRITE(cltmp,'(i6.1)') ncfl 147 CALL ctl_stop('STOP',TRIM(cltmp) ) 148 CALL ctl_warn( 'lim_trp: ', TRIM(cltmp), 'advective ice time-step using a split in sub-time-step ') 147 CALL ctl_warn( 'lim_trp: ncfl= ', TRIM(cltmp), 'advective ice time-step using a split in sub-time-step ') 149 148 ELSE 150 WRITE(numout,*) 'lim_trp : CFL criteri afor ice advection is always smaller than 1/2 '149 WRITE(numout,*) 'lim_trp : CFL criterion for ice advection is always smaller than 1/2 ' 151 150 ENDIF 152 151 ENDIF
Note: See TracChangeset
for help on using the changeset viewer.