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 15053 for NEMO/trunk/src/OCE/ISF/isfcpl.F90 – NEMO

Ignore:
Timestamp:
2021-06-24T17:39:38+02:00 (3 years ago)
Author:
clem
Message:

nn_hls=2: solve a number of floating points because some arrays are not defined on the first halo. Looks like this is not the end.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/src/OCE/ISF/isfcpl.F90

    r15004 r15053  
    374374      ! ----------------------------------------------------------------------------------------- 
    375375      ! case we open a cell but no neigbour cells available to get an estimate of T and S 
    376       DO_3D( 1, 1, 1, 1, 1,jpk-1 ) 
     376      DO_3D( 0, 0, 0, 0, 1,jpk-1 ) 
    377377         IF (tmask(ji,jj,jk) == 1._wp .AND. ts(ji,jj,jk,2,Kmm) == 0._wp)              & 
    378378            &   CALL ctl_stop('STOP', 'failing to fill all new weet cell,     & 
Note: See TracChangeset for help on using the changeset viewer.