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 6225 for branches/2014/dev_r4704_NOC5_MPP_BDY_UPDATE/NEMOGCM/NEMO/OPA_SRC/SBC/sbcssr.F90 – NEMO

Ignore:
Timestamp:
2016-01-08T10:35:19+01:00 (8 years ago)
Author:
jamesharle
Message:

Update MPP_BDY_UPDATE branch to be consistent with head of trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2014/dev_r4704_NOC5_MPP_BDY_UPDATE/NEMOGCM/NEMO/OPA_SRC/SBC/sbcssr.F90

    r4624 r6225  
    1010   !!---------------------------------------------------------------------- 
    1111   !!   sbc_ssr       : add to sbc a restoring term toward SST/SSS climatology 
     12   !!   sbc_ssr_init  : initialisation of surface restoring 
    1213   !!---------------------------------------------------------------------- 
    1314   USE oce            ! ocean dynamics and tracers 
     
    1617   USE phycst         ! physical constants 
    1718   USE sbcrnf         ! surface boundary condition : runoffs 
     19   ! 
    1820   USE fldread        ! read input fields 
     21   USE in_out_manager ! I/O manager 
    1922   USE iom            ! I/O manager 
    20    USE in_out_manager ! I/O manager 
    2123   USE lib_mpp        ! distribued memory computing library 
    2224   USE lbclnk         ! ocean lateral boundary conditions (or mpp link) 
     
    4547   TYPE(FLD), ALLOCATABLE, DIMENSION(:) ::   sf_sss   ! structure of input SSS (file informations, fields read) 
    4648 
    47    !! * Substitutions 
    48 #  include "domzgr_substitute.h90" 
    4949   !!---------------------------------------------------------------------- 
    5050   !! NEMO/OPA 4.0 , NEMO Consortium (2011) 
     
    9393            ! 
    9494            IF( nn_sstr == 1 ) THEN                                   !* Temperature restoring term 
    95 !CDIR COLLAPSE 
    9695               DO jj = 1, jpj 
    9796                  DO ji = 1, jpi 
     
    106105            IF( nn_sssr == 1 ) THEN                                   !* Salinity damping term (salt flux only (sfx)) 
    107106               zsrp = rn_deds / rday                                  ! from [mm/day] to [kg/m2/s] 
    108 !CDIR COLLAPSE 
    109107               DO jj = 1, jpj 
    110108                  DO ji = 1, jpi 
     
    120118               zsrp = rn_deds / rday                                  ! from [mm/day] to [kg/m2/s] 
    121119               zerp_bnd = rn_sssr_bnd / rday                          !       -              -     
    122 !CDIR COLLAPSE 
    123120               DO jj = 1, jpj 
    124121                  DO ji = 1, jpi                             
Note: See TracChangeset for help on using the changeset viewer.