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 7351 for branches/2016/dev_INGV_UKMO_2016/NEMOGCM/NEMO/OPA_SRC/SBC/sbcssr.F90 – NEMO

Ignore:
Timestamp:
2016-11-28T17:04:10+01:00 (7 years ago)
Author:
emanuelaclementi
Message:

ticket #1805 step 3: /2016/dev_INGV_UKMO_2016 aligned to the trunk at revision 7161

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2016/dev_INGV_UKMO_2016/NEMOGCM/NEMO/OPA_SRC/SBC/sbcssr.F90

    r5836 r7351  
    1919   ! 
    2020   USE fldread        ! read input fields 
     21   USE in_out_manager ! I/O manager 
    2122   USE iom            ! I/O manager 
    22    USE in_out_manager ! I/O manager 
    2323   USE lib_mpp        ! distribued memory computing library 
    2424   USE lbclnk         ! ocean lateral boundary conditions (or mpp link) 
     
    4747   TYPE(FLD), ALLOCATABLE, DIMENSION(:) ::   sf_sss   ! structure of input SSS (file informations, fields read) 
    4848 
    49    !! * Substitutions 
    50 #  include "domzgr_substitute.h90" 
    5149   !!---------------------------------------------------------------------- 
    5250   !! NEMO/OPA 4.0 , NEMO Consortium (2011) 
Note: See TracChangeset for help on using the changeset viewer.