Changeset 4522
- Timestamp:
- 2014-03-04T13:06:17+01:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2013/dev_MERGE_2013/NEMOGCM/NEMO/OPA_SRC/DYN/dynldf.F90
r4488 r4522 153 153 IF( ioptio > 1 ) CALL ctl_stop( ' use only ONE direction (level/hor/iso)' ) 154 154 155 IF( ln_dynldf_iso .AND. ln_traldf_hor ) CALL ctl_stop( 'Not sensible to use geopotential diffusion for tracers with isoneutral diffusion for dynamics' ) 155 IF( ln_dynldf_iso .AND. ln_traldf_hor ) CALL ctl_stop & 156 & ( 'Not sensible to use geopotential diffusion for tracers with isoneutral diffusion for dynamics' ) 156 157 157 158 ! ! Set nldf, the type of lateral diffusion, from ln_dynldf_... logicals
Note: See TracChangeset
for help on using the changeset viewer.