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 15574 for NEMO/branches/2021/dev_r14318_RK3_stage1/src/TOP/CFC – NEMO

Ignore:
Timestamp:
2021-12-03T20:32:50+01:00 (3 years ago)
Author:
techene
Message:

#2605 #2715 trunk merged into dev_r14318_RK3_stage1

Location:
NEMO/branches/2021/dev_r14318_RK3_stage1
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2021/dev_r14318_RK3_stage1

    • Property svn:externals
      •  

        old new  
        99 
        1010# SETTE 
        11 ^/utils/CI/sette@14244        sette 
         11^/utils/CI/sette@HEAD        sette 
         12 
  • NEMO/branches/2021/dev_r14318_RK3_stage1/src/TOP/CFC/trcini_cfc.F90

    r13295 r15574  
    132132      !--------------------------------------------------------------------------------------- 
    133133      zyd = ylatn - ylats       
    134       DO_2D( 1, 1, 1, 1 ) 
     134      DO_2D( nn_hls, nn_hls, nn_hls, nn_hls ) 
    135135         IF(     gphit(ji,jj) >= ylatn ) THEN   ;   xphem(ji,jj) = 1.e0 
    136136         ELSEIF( gphit(ji,jj) <= ylats ) THEN   ;   xphem(ji,jj) = 0.e0 
  • NEMO/branches/2021/dev_r14318_RK3_stage1/src/TOP/CFC/trcnam_cfc.F90

    r12377 r15574  
    7777         ln_trc_cbc(jn) = .false. 
    7878         ln_trc_obc(jn) = .false. 
     79         ln_trc_ais(jn) = .false. 
    7980      ENDIF 
    8081      ! 
  • NEMO/branches/2021/dev_r14318_RK3_stage1/src/TOP/CFC/trcsms_cfc.F90

    r13497 r15574  
    126126          
    127127         !                                                         !------------! 
    128          DO_2D( 1, 1, 1, 1 )                                       !  i-j loop  ! 
     128         DO_2D( nn_hls, nn_hls, nn_hls, nn_hls )                   !  i-j loop  ! 
    129129            !                                                      !------------! 
    130130            ! space interpolation 
Note: See TracChangeset for help on using the changeset viewer.