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 15574 for NEMO/branches/2021/dev_r14318_RK3_stage1/src/OCE/ISF/isfstp.F90 – NEMO

Ignore:
Timestamp:
2021-12-03T20:32:50+01:00 (3 years ago)
Author:
techene
Message:

#2605 #2715 trunk merged into dev_r14318_RK3_stage1

Location:
NEMO/branches/2021/dev_r14318_RK3_stage1
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2021/dev_r14318_RK3_stage1

    • Property svn:externals
      •  

        old new  
        99 
        1010# SETTE 
        11 ^/utils/CI/sette@14244        sette 
         11^/utils/CI/sette@HEAD        sette 
         12 
  • NEMO/branches/2021/dev_r14318_RK3_stage1/src/OCE/ISF/isfstp.F90

    r15036 r15574  
    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 
     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  
    201201#endif 
    202202            WRITE(numout,*) '      Add debug print in isf module           ln_isfdebug     = ', ln_isfdebug 
     
    267267      IF ( l_isfoasis .AND. ln_isf ) THEN 
    268268         ! 
    269          CALL ctl_stop( 'namelist combination ln_cpl and ln_isf not tested' ) 
    270          ! 
    271269         ! NEMO coupled to ATMO model with isf cavity need oasis method for melt computation  
    272270         IF ( ln_isfcav_mlt .AND. TRIM(cn_isfcav_mlt) /= 'oasis' ) CALL ctl_stop( 'cn_isfcav_mlt = oasis is the only option availble if fwf send by oasis' ) 
    273271         IF ( ln_isfpar_mlt .AND. TRIM(cn_isfpar_mlt) /= 'oasis' ) CALL ctl_stop( 'cn_isfpar_mlt = oasis is the only option availble if fwf send by oasis' ) 
    274          ! 
    275          ! oasis melt computation not tested (coded but not tested) 
    276          IF ( ln_isfcav_mlt .OR. ln_isfpar_mlt ) THEN 
    277             IF ( TRIM(cn_isfcav_mlt) == 'oasis' ) CALL ctl_stop( 'cn_isfcav_mlt = oasis not tested' ) 
    278             IF ( TRIM(cn_isfpar_mlt) == 'oasis' ) CALL ctl_stop( 'cn_isfpar_mlt = oasis not tested' ) 
    279          END IF 
    280272         ! 
    281273         ! oasis melt computation with cavity open and cavity parametrised (not coded) 
     
    306298         &             sn_isfpar_zmin, sn_isfpar_zmax, sn_isfpar_Leff,                           & 
    307299         &             ln_isfcpl     , nn_drown      , ln_isfcpl_cons, ln_isfdebug,              & 
    308          &             cn_isfload    , rn_isfload_T  , rn_isfload_S  , cn_isfdir 
     300         &             cn_isfload    , rn_isfload_T  , rn_isfload_S  , cn_isfdir  ,              & 
     301         &             rn_isfpar_bg03_gt0 
    309302      !!---------------------------------------------------------------------- 
    310303      ! 
Note: See TracChangeset for help on using the changeset viewer.