New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 3476 for branches/2012/dev_3352_UKMO8_CICE/NEMOGCM/NEMO/OPA_SRC/SBC/sbcmod.F90 – NEMO

Ignore:
Timestamp:
2012-09-24T17:06:21+02:00 (12 years ago)
Author:
charris
Message:

#953 Changes to ensure CICE interface will work in regional as well as global configurations.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2012/dev_3352_UKMO8_CICE/NEMOGCM/NEMO/OPA_SRC/SBC/sbcmod.F90

    r3294 r3476  
    155155      IF( nn_ice == 4 .AND. .NOT.( ln_blk_core .OR. lk_cpl ) )   & 
    156156         &   CALL ctl_stop( 'CICE sea-ice model requires ln_blk_core or lk_cpl' ) 
    157       IF( nn_ice == 4 .AND. ( .NOT. ( cp_cfg == 'orca' ) .OR. lk_agrif ) )   & 
    158          &   CALL ctl_stop( 'CICE sea-ice model currently only available in a global ORCA configuration without AGRIF' ) 
     157      IF( nn_ice == 4 .AND. lk_agrif )   & 
     158         &   CALL ctl_stop( 'CICE sea-ice model not currently available with AGRIF' ) 
    159159       
    160160      IF( ln_dm2dc )   nday_qsr = -1   ! initialisation flag 
Note: See TracChangeset for help on using the changeset viewer.