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 12147 for NEMO/branches/2019/dev_ASINTER-01-05_merged/src/OCE/SBC – NEMO

Ignore:
Timestamp:
2019-12-10T14:50:25+01:00 (4 years ago)
Author:
gsamson
Message:

update dev_ASINTER-01-05_merged to trunk@r12072 + bugfix for ICE_AGRIF test case

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/dev_ASINTER-01-05_merged/src/OCE/SBC/sbcmod.F90

    r12063 r12147  
    229229      CASE( 1 )                        !- Ice-cover climatology ("Ice-if" model)   
    230230      CASE( 2 )                        !- SI3  ice model 
    231          IF( .NOT.( ln_blk .OR. ln_cpl .OR. ln_abl ) )   & 
    232             &                   CALL ctl_stop( 'sbc_init : SI3 sea-ice model requires ln_blk or ln_cpl or ln_abl = T' ) 
     231         IF( .NOT.( ln_blk .OR. ln_cpl .OR. ln_abl .OR. ln_usr ) )   & 
     232            &                   CALL ctl_stop( 'sbc_init : SI3 sea-ice model requires ln_blk or ln_cpl or ln_abl or ln_usr = T' ) 
    233233      CASE( 3 )                        !- CICE ice model 
    234          IF( .NOT.( ln_blk .OR. ln_cpl .OR. ln_abl ) )   & 
    235             &                   CALL ctl_stop( 'sbc_init : CICE sea-ice model requires ln_blk or ln_cpl or ln_abl = T' ) 
     234         IF( .NOT.( ln_blk .OR. ln_cpl .OR. ln_abl .OR. ln_usr ) )   & 
     235            &                   CALL ctl_stop( 'sbc_init : CICE sea-ice model requires ln_blk or ln_cpl or ln_abl or ln_usr = T' ) 
    236236         IF( lk_agrif                                )   & 
    237237            &                   CALL ctl_stop( 'sbc_init : CICE sea-ice model not currently available with AGRIF' )  
Note: See TracChangeset for help on using the changeset viewer.