- Timestamp:
- 2012-10-24T14:52:01+02:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2012/dev_r3385_NOCS04_HAMF/NEMOGCM/NEMO/OPA_SRC/SBC/sbcmod.F90
r3508 r3515 161 161 IF( nn_ice == 4 .AND. .NOT.( ln_blk_core .OR. lk_cpl ) ) & 162 162 & CALL ctl_stop( 'CICE sea-ice model requires ln_blk_core or lk_cpl' ) 163 IF( nn_ice == 4 .AND. ( .NOT. ( cp_cfg == 'orca' ) .OR. lk_agrif )) &164 & CALL ctl_stop( 'CICE sea-ice model currently only available in a global ORCA configuration withoutAGRIF' )163 IF( nn_ice == 4 .AND. lk_agrif ) & 164 & CALL ctl_stop( 'CICE sea-ice model not currently available with AGRIF' ) 165 165 IF( ( nn_ice == 3 .OR. nn_ice == 4 ) .AND. nn_ice_embd == 0 ) & 166 166 & CALL ctl_stop( 'LIM3 and CICE sea-ice models require nn_ice_embd = 2 or 3' )
Note: See TracChangeset
for help on using the changeset viewer.