- Timestamp:
- 2013-01-10T13:35:35+01:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2012/dev_MERGE_2012/NEMOGCM/NEMO/OPA_SRC/SBC/sbcmod.F90
r3701 r3740 165 165 & CALL ctl_stop( 'CICE sea-ice model not currently available with AGRIF' ) 166 166 IF( ( nn_ice == 3 .OR. nn_ice == 4 ) .AND. nn_ice_embd == 0 ) & 167 & CALL ctl_stop( 'LIM3 and CICE sea-ice models require nn_ice_embd = 2 or 3' )167 & CALL ctl_stop( 'LIM3 and CICE sea-ice models require nn_ice_embd = 1 or 2' ) 168 168 169 169 IF( ln_dm2dc ) nday_qsr = -1 ! initialisation flag
Note: See TracChangeset
for help on using the changeset viewer.