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 13540 for NEMO/branches/2020/r12377_ticket2386/src/TOP/PISCES/SED/seddta.F90 – NEMO

Ignore:
Timestamp:
2020-09-29T12:41:06+02:00 (4 years ago)
Author:
andmirek
Message:

Ticket #2386: update to latest trunk

Location:
NEMO/branches/2020/r12377_ticket2386
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2020/r12377_ticket2386

    • Property svn:externals
      •  

        old new  
        33^/utils/build/mk@HEAD         mk 
        44^/utils/tools@HEAD            tools 
        5 ^/vendors/AGRIF/dev@HEAD      ext/AGRIF 
         5^/vendors/AGRIF/dev_r12970_AGRIF_CMEMS      ext/AGRIF 
        66^/vendors/FCM@HEAD            ext/FCM 
        77^/vendors/IOIPSL@HEAD         ext/IOIPSL 
        88 
        99# SETTE 
        10 ^/utils/CI/sette@HEAD         sette 
         10^/utils/CI/sette@13507        sette 
  • NEMO/branches/2020/r12377_ticket2386/src/TOP/PISCES/SED/seddta.F90

    r12511 r13540  
    2424   !! * Substitutions 
    2525#  include "do_loop_substitute.h90" 
     26#  include "domzgr_substitute.h90" 
    2627   !! $Id$ 
    2728CONTAINS 
     
    9596      !    ----------------------------------------------------------- 
    9697      IF (ln_sediment_offline) THEN 
    97          DO_2D_11_11 
     98         DO_2D( 1, 1, 1, 1 ) 
    9899            ikt = mbkt(ji,jj) 
    99100            zwsbio4(ji,jj) = wsbio2 / rday 
     
    101102         END_2D 
    102103      ELSE 
    103          DO_2D_11_11 
     104         DO_2D( 1, 1, 1, 1 ) 
    104105            ikt = mbkt(ji,jj) 
    105106            zdep = e3t(ji,jj,ikt,Kmm) / rDt_trc 
     
    110111 
    111112      trc_data(:,:,:) = 0. 
    112       DO_2D_11_11 
     113      DO_2D( 1, 1, 1, 1 ) 
    113114         ikt = mbkt(ji,jj) 
    114115         IF ( tmask(ji,jj,ikt) == 1 ) THEN 
     
    164165      CALL pack_arr ( jpoce,  rainrm_dta(1:jpoce,jscal), trc_data(1:jpi,1:jpj,14), iarroce(1:jpoce) ) 
    165166      rainrm_dta(1:jpoce,jscal) = rainrm_dta(1:jpoce,jscal) * 1e-4 
    166       ! vector temperature [°C] and salinity  
     167      ! vector temperature [C] and salinity  
    167168      CALL pack_arr ( jpoce,  temp(1:jpoce), trc_data(1:jpi,1:jpj,15), iarroce(1:jpoce) ) 
    168169      CALL pack_arr ( jpoce,  salt(1:jpoce), trc_data(1:jpi,1:jpj,16), iarroce(1:jpoce) ) 
Note: See TracChangeset for help on using the changeset viewer.