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 15529 for NEMO/trunk/src/OCE/ISF/isfstp.F90 – NEMO

Ignore:
Timestamp:
2021-11-23T16:00:19+01:00 (2 years ago)
Author:
techene
Message:

#2695 : isf+qco are now compatible

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/src/OCE/ISF/isfstp.F90

    r14995 r15529  
    195195         ! 
    196196         IF ( ln_isf ) THEN 
     197#if key_qco  
     198# if ! defined key_isf  
     199            CALL ctl_stop( 'STOP', 'isf_ctl: ice shelf requires both ln_isf=T AND key_isf activated' )  
     200# endif  
     201#endif 
    197202            WRITE(numout,*) '      Add debug print in isf module           ln_isfdebug     = ', ln_isfdebug 
    198203            WRITE(numout,*) 
Note: See TracChangeset for help on using the changeset viewer.