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 8962 for branches/2017/dev_CNRS_2017/NEMOGCM/NEMO/OPA_SRC/USR/usrdef_sbc.F90 – NEMO

Ignore:
Timestamp:
2017-12-08T16:15:25+01:00 (6 years ago)
Author:
clem
Message:

changes to improve test case SASBIPER

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_CNRS_2017/NEMOGCM/NEMO/OPA_SRC/USR/usrdef_sbc.F90

    r8882 r8962  
    229229   END SUBROUTINE usrdef_sbc_ice_tau 
    230230 
    231    SUBROUTINE usrdef_sbc_ice_flx( kt ) 
     231   SUBROUTINE usrdef_sbc_ice_flx( kt, phs, phi ) 
    232232      INTEGER, INTENT(in) ::   kt   ! ocean time step 
     233      REAL(wp), DIMENSION(:,:,:), INTENT(in)  ::   phs    ! snow thickness 
     234      REAL(wp), DIMENSION(:,:,:), INTENT(in)  ::   phi    ! ice thickness 
    233235   END SUBROUTINE usrdef_sbc_ice_flx 
    234236 
Note: See TracChangeset for help on using the changeset viewer.