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 7788 for trunk/NEMOGCM/NEMO/OPA_SRC/SBC/sbcmod.F90 – NEMO

Ignore:
Timestamp:
2017-03-11T10:40:59+01:00 (7 years ago)
Author:
cetlod
Message:

trunk : representation of ice shelf melting in coupled mode

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/NEMO/OPA_SRC/SBC/sbcmod.F90

    r7753 r7788  
    328328      IF( ln_ssr      )   CALL sbc_ssr_init            ! Sea-Surface Restoring initialization 
    329329      ! 
     330      IF( ln_isf      )   CALL sbc_isf_init               ! Compute iceshelves 
     331      ! 
    330332                          CALL sbc_rnf_init            ! Runof initialization 
    331333      ! 
     
    374376            rnf_tsc_b(:,:,:) = rnf_tsc(:,:,:) 
    375377         ENDIF 
     378         IF( ln_isf )  THEN 
     379            fwfisf_b  (:,:  ) = fwfisf  (:,:  )                
     380            risf_tsc_b(:,:,:) = risf_tsc(:,:,:)               
     381         ENDIF 
     382        ! 
    376383      ENDIF 
    377384      !                                            ! ---------------------------------------- ! 
Note: See TracChangeset for help on using the changeset viewer.