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 11046 for branches/UKMO/dev_r5518_GO6_fix_zemp_ice_10681/NEMOGCM/NEMO/OPA_SRC/SBC/sbcice_cice.F90 – NEMO

Ignore:
Timestamp:
2019-05-23T18:02:59+02:00 (5 years ago)
Author:
dancopsey
Message:

Take the switch back out again. It was decided not that this is a bug so should be automatically picked up.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_r5518_GO6_fix_zemp_ice_10681/NEMOGCM/NEMO/OPA_SRC/SBC/sbcice_cice.F90

    r11029 r11046  
    395395         ELSE IF (ksbc == jp_purecpl) THEN 
    396396            DO jl=1,ncat 
    397                IF ( ln_fix_sea_ice_fluxes ) THEN 
    398                   ztmpn(:,:,jl)=qla_ice(:,:,jl)*a_i_last_couple(:,:,jl) 
    399                ELSE 
    400                   ztmpn(:,:,jl)=qla_ice(:,:,jl)*a_i(:,:,jl) 
    401                ENDIF 
     397               ztmpn(:,:,jl)=qla_ice(:,:,jl)*a_i_last_couple(:,:,jl) 
    402398            ENDDO 
    403399    ELSE 
     
    412408!  Convert to GBM 
    413409            IF (ksbc == jp_flx .OR. ksbc == jp_purecpl) THEN 
    414                IF ( ln_fix_sea_ice_fluxes ) THEN 
    415                   ztmp(:,:) = botmelt(:,:,jl)*a_i_last_couple(:,:,jl) 
    416                ELSE 
    417                   ztmp(:,:) = botmelt(:,:,jl)*a_i(:,:,jl) 
    418                ENDIF 
     410               ztmp(:,:) = botmelt(:,:,jl)*a_i_last_couple(:,:,jl) 
    419411            ELSE 
    420412               ztmp(:,:) = botmelt(:,:,jl) 
     
    425417!  Convert to GBM 
    426418            IF (ksbc == jp_flx .OR. ksbc == jp_purecpl) THEN 
    427                IF ( ln_fix_sea_ice_fluxes ) THEN 
    428                   ztmp(:,:) = (topmelt(:,:,jl)+botmelt(:,:,jl))*a_i_last_couple(:,:,jl)  
    429                ELSE 
    430                   ztmp(:,:) = (topmelt(:,:,jl)+botmelt(:,:,jl))*a_i(:,:,jl) 
    431                ENDIF 
     419               ztmp(:,:) = (topmelt(:,:,jl)+botmelt(:,:,jl))*a_i_last_couple(:,:,jl) 
    432420            ELSE 
    433421               ztmp(:,:) = (topmelt(:,:,jl)+botmelt(:,:,jl)) 
Note: See TracChangeset for help on using the changeset viewer.