Changeset 8525
- Timestamp:
- 2017-09-15T15:27:33+02:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2015/nemo_v3_6_STABLE/NEMOGCM/NEMO/OPA_SRC/TRA/traldf.F90
r6353 r8525 215 215 IF( ierr == 1 ) CALL ctl_stop( ' iso-level in z-coordinate - partial step, not allowed' ) 216 216 IF( ierr == 2 ) CALL ctl_stop( ' isoneutral bilaplacian operator does not exist' ) 217 IF( ln_traldf_hor .AND. ln_traldf_grif ) & 218 & CALL ctl_stop( ' horizontal operator and Griffies triads not available; sitch to isoneutral operator' ) 217 219 IF( ln_traldf_grif .AND. ln_isfcav ) & 218 220 CALL ctl_stop( ' ice shelf and traldf_grif not tested')
Note: See TracChangeset
for help on using the changeset viewer.