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 11403 for NEMO/branches/2019/ENHANCE-02_ISF_nemo/src/OCE/SBC/sbccpl.F90 – NEMO

Ignore:
Timestamp:
2019-08-05T19:14:52+02:00 (5 years ago)
Author:
mathiot
Message:

ENHANCE-02_ISF_nemo : add comments, renaming file (AGRIF), add isfload module (ticket #2142)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/ENHANCE-02_ISF_nemo/src/OCE/SBC/sbccpl.F90

    r11395 r11403  
    3636   USE eosbn2         !  
    3737   USE sbcrnf  , ONLY : l_rnfcpl 
    38    USE isf     , ONLY : l_isfcpl, fwfisf_cav, fwfisf_par 
     38   USE isf     , ONLY : l_isfcpl, fwfisf_cpl 
    3939#if defined key_cice 
    4040   USE ice_domain_size, only: ncat 
     
    14061406             rnf(:,:)    = rnf(:,:) + fwficb(:,:)   ! iceberg added to runfofs 
    14071407         ENDIF 
    1408          IF( srcv(jpr_isf)%laction )  fwfisf_par(:,:) = - frcv(jpr_isf)%z3(:,:,1)  ! fresh water flux from the isf (fwfisf <0 mean melting)   
     1408         ! 
     1409         ! ice shelf fwf 
     1410         IF( srcv(jpr_isf)%laction )  THEN 
     1411            fwfisf_cpl(:,:) = - frcv(jpr_isf)%z3(:,:,1)  ! fresh water flux from the isf (fwfisf <0 mean melting)   
     1412         END IF 
    14091413         
    14101414         IF( ln_mixcpl ) THEN   ;   emp(:,:) = emp(:,:) * xcplmask(:,:,0) + zemp(:,:) * zmsk(:,:) 
     
    17091713      ENDIF 
    17101714      IF( srcv(jpr_isf)%laction ) THEN   ! iceshelf (fwfisf <0 mean melting) 
    1711         fwfisf_par(:,:) = - frcv(jpr_isf)%z3(:,:,1)   
     1715        fwfisf_cpl(:,:) = - frcv(jpr_isf)%z3(:,:,1)   
    17121716      ENDIF 
    17131717 
     
    17481752      ENDIF 
    17491753      IF( srcv(jpr_isf)%laction ) THEN   ! iceshelf (fwfisf <0 mean melting) 
    1750         fwfisf_par(:,:) = - frcv(jpr_isf)%z3(:,:,1) 
     1754        fwfisf_cpl(:,:) = - frcv(jpr_isf)%z3(:,:,1) 
    17511755      ENDIF 
    17521756      ! 
Note: See TracChangeset for help on using the changeset viewer.