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 7355 for branches/2016/dev_CNRS_2016/NEMOGCM/CONFIG/ISOMIP – NEMO

Ignore:
Timestamp:
2016-11-28T18:21:42+01:00 (8 years ago)
Author:
flavoni
Message:

merge branch dev_CNRS_2016 & dev_CNRS_AGRIF_LIM3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2016/dev_CNRS_2016/NEMOGCM/CONFIG/ISOMIP/MY_SRC/usrdef_sbc.F90

    r7164 r7355  
    2626   PRIVATE 
    2727 
    28    PUBLIC   usr_def_sbc   ! routine called by sbcmod.F90 
     28   PUBLIC   usrdef_sbc_oce   ! routine called by sbcmod.F90 
     29   PUBLIC   usrdef_sbc_ice_tau   ! routine called by sbcmod.F90 
     30   PUBLIC   usrdef_sbc_ice_flx   ! routine called by sbcmod.F90 
    2931 
    3032   !! * Substitutions 
     
    3739CONTAINS 
    3840 
    39    SUBROUTINE usr_def_sbc( kt ) 
     41   SUBROUTINE usrdef_sbc_oce( kt ) 
    4042      !!--------------------------------------------------------------------- 
    4143      !!                    ***  ROUTINE usr_def_sbc  *** 
     
    7173      ENDIF 
    7274      ! 
    73    END SUBROUTINE usr_def_sbc 
     75   END SUBROUTINE usrdef_sbc_oce 
     76 
     77   SUBROUTINE usrdef_sbc_ice_tau( kt ) 
     78      INTEGER, INTENT(in) ::   kt   ! ocean time step 
     79   END SUBROUTINE usrdef_sbc_ice_tau 
     80 
     81   SUBROUTINE usrdef_sbc_ice_flx( kt ) 
     82      INTEGER, INTENT(in) ::   kt   ! ocean time step 
     83   END SUBROUTINE usrdef_sbc_ice_flx 
    7484 
    7585   !!====================================================================== 
Note: See TracChangeset for help on using the changeset viewer.