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 15090 for NEMO/trunk/src/TOP/CFC – NEMO

Ignore:
Timestamp:
2021-07-06T16:25:18+02:00 (3 years ago)
Author:
cetlod
Message:

trunk : minor changes in PISCES to make it work in debug mode when nn_hls=2 ( still not working when enabling tiles )

Location:
NEMO/trunk/src/TOP/CFC
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/src/TOP/CFC/trcini_cfc.F90

    r13295 r15090  
    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/trunk/src/TOP/CFC/trcsms_cfc.F90

    r13497 r15090  
    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.