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 4299 for branches/2013/dev_MERGE_2013/NEMOGCM/NEMO – NEMO

Ignore:
Timestamp:
2013-11-20T19:37:02+01:00 (10 years ago)
Author:
clem
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2013/dev_MERGE_2013/NEMOGCM/NEMO/LIM_SRC_3/limsbc.F90

    r4297 r4299  
    2424   !!---------------------------------------------------------------------- 
    2525   USE par_oce          ! ocean parameters 
     26   USE phycst           ! physical constants 
    2627   USE par_ice          ! ice parameters 
    2728   USE dom_oce          ! ocean domain 
     29   USE domvvl           ! ocean vertical scale factors 
     30   USE dom_ice,    ONLY : tms 
     31   USE ice              ! LIM sea-ice variables 
    2832   USE sbc_ice          ! Surface boundary condition: sea-ice fields 
    2933   USE sbc_oce          ! Surface boundary condition: ocean fields 
    30    USE phycst           ! physical constants 
     34   USE sbccpl 
     35   USE cpl_oasis3, ONLY : lk_cpl 
     36   USE oce       , ONLY : iatte, oatte, sshn, sshb, snwice_mass, snwice_mass_b, snwice_fmass 
    3137   USE albedo           ! albedo parameters 
    32    USE ice              ! LIM sea-ice variables 
    33    USE lbclnk           ! ocean lateral boundary condition 
    34    USE in_out_manager   ! I/O manager 
     38   USE lbclnk           ! ocean lateral boundary condition - MPP exchanges 
    3539   USE lib_mpp          ! MPP library 
    3640   USE wrk_nemo         ! work arrays 
     41   USE in_out_manager   ! I/O manager 
    3742   USE prtctl           ! Print control 
    38    USE cpl_oasis3, ONLY : lk_cpl 
     43   USE lib_fortran      ! Fortran utilities (allows no signed zero when 'key_nosignedzero' defined)   
    3944   USE traqsr           ! clem: add penetration of solar flux into the calculation of heat budget 
    40    USE oce,        ONLY : iatte, oatte, sshn, sshb, snwice_mass, snwice_mass_b, snwice_fmass 
    41    USE dom_ice,    ONLY : tms 
    42    USE lib_fortran      ! Fortran utilities (allows no signed zero when 'key_nosignedzero' defined)   
    4345 
    4446   IMPLICIT NONE 
     
    396398      REAL(wp) :: zsum, zarea 
    397399      ! 
    398       INTEGER  ::   ji, jj                          ! dummy loop indices 
     400      INTEGER  ::   ji, jj, jk                       ! dummy loop indices 
    399401      REAL(wp) ::   zcoefu, zcoefv, zcoeff          ! local scalar 
    400402      IF(lwp) WRITE(numout,*) 
Note: See TracChangeset for help on using the changeset viewer.