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 15548 for NEMO/branches/2021/ticket2632_r14588_theta_sbcblk/src/TOP/PISCES/SED/sedarr.F90 – NEMO

Ignore:
Timestamp:
2021-11-28T18:59:49+01:00 (3 years ago)
Author:
gsamson
Message:

update branch to the head of the trunk (r15547); ticket #2632

Location:
NEMO/branches/2021/ticket2632_r14588_theta_sbcblk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2021/ticket2632_r14588_theta_sbcblk

    • Property svn:externals
      •  

        old new  
        99 
        1010# SETTE 
        11 ^/utils/CI/sette@14244        sette 
         11^/utils/CI/sette@HEAD        sette 
         12 
  • NEMO/branches/2021/ticket2632_r14588_theta_sbcblk/src/TOP/PISCES/SED/sedarr.F90

    r14086 r15548  
    1010   !!---------------------------------------------------------------------- 
    1111   !! * Modules used 
    12    USE par_oce 
    1312   USE par_sed 
    14    USE in_out_manager, ONLY : ln_timing 
    15    USE timing 
     13   USE dom_oce 
     14   USE sed 
    1615 
    1716   IMPLICIT NONE 
     
    5251         jjd        = ( tab_ind(jn) - 1 ) / jpi + 1 
    5352         tab1d(jn)  = tab2d(jid, jjd) 
     53!         IF (mig(jid) == 150 .and. mjg(jjd) == 136) write(0,*) 'plante indices ',jn,ndim1d,slatit(jn),slongit(jn)  
    5454      END DO  
    5555 
Note: See TracChangeset for help on using the changeset viewer.