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

Ignore:
Timestamp:
2017-12-19T09:26:25+01:00 (6 years ago)
Author:
gm
Message:

dev_merge_2017: ln_timing instead of nn_timing + restricted timing to nemo_init and routine called by step in OPA_SRC

File:
1 edited

Legend:

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

    r9097 r9124  
    1313   !!   usrdef_sbc    : user defined surface bounday conditions in GYRE case 
    1414   !!---------------------------------------------------------------------- 
    15    USE oce             ! ocean dynamics and tracers 
    16    USE dom_oce         ! ocean space and time domain 
    17    USE sbc_oce         ! Surface boundary condition: ocean fields 
    18    USE phycst          ! physical constants 
     15   USE oce            ! ocean dynamics and tracers 
     16   USE dom_oce        ! ocean space and time domain 
     17   USE sbc_oce        ! Surface boundary condition: ocean fields 
     18   USE phycst         ! physical constants 
    1919   ! 
    20    USE in_out_manager  ! I/O manager 
    21    USE lib_mpp         ! distribued memory computing library 
    22    USE lbclnk          ! ocean lateral boundary conditions (or mpp link) 
    23    USE lib_fortran     ! 
     20   USE in_out_manager ! I/O manager 
     21   USE lib_mpp        ! distribued memory computing library 
     22   USE lbclnk         ! ocean lateral boundary conditions (or mpp link) 
     23   USE lib_fortran    ! 
    2424 
    2525   IMPLICIT NONE 
    2626   PRIVATE 
    2727 
    28    PUBLIC   usrdef_sbc_oce    ! routine called in sbcmod module 
    29    PUBLIC   usrdef_sbc_ice_tau  ! routine called by icestp.F90 for ice dynamics 
    30    PUBLIC   usrdef_sbc_ice_flx  ! routine called by icestp.F90 for ice thermo 
     28   PUBLIC   usrdef_sbc_oce       ! routine called in sbcmod module 
     29   PUBLIC   usrdef_sbc_ice_tau   ! routine called by icestp.F90 for ice dynamics 
     30   PUBLIC   usrdef_sbc_ice_flx   ! routine called by icestp.F90 for ice thermo 
    3131 
    3232   !! * Substitutions 
     
    3434   !!---------------------------------------------------------------------- 
    3535   !! NEMO/OPA 4.0 , NEMO Consortium (2016) 
    36    !! $Id$ 
     36   !! $Id:$ 
    3737   !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
    3838   !!---------------------------------------------------------------------- 
     
    225225   END SUBROUTINE usrdef_sbc_oce 
    226226 
     227 
    227228   SUBROUTINE usrdef_sbc_ice_tau( kt ) 
    228229      INTEGER, INTENT(in) ::   kt   ! ocean time step 
    229230   END SUBROUTINE usrdef_sbc_ice_tau 
     231 
    230232 
    231233   SUBROUTINE usrdef_sbc_ice_flx( kt, phs, phi ) 
Note: See TracChangeset for help on using the changeset viewer.