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.
Custom Query – NEMO

Custom Query (2547 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (43 - 45 of 2547)

Ticket Owner Reporter Resolution Summary
#1288 cbricaud anders fixed nn_ice_lim declared string but compared as integer
Description

nn_ice_lim is declared in OPA_SRC/BDY/bdy_oce.F90 as an array of strings (violating variable naming conventions) but compared against integer in OPA_SRC/BDY/bdydta.F90.

This makes the model impossible to compile with ice model (tested with LIM3 and r4605 of trunk) and BDY.

#1401 mocavero nemo_user fixed Missing call in lbc_lnk in bdydyn2d.F90
Description

In bdy_dyn2d_fla :

_

!!! REPLACE spgu with nemo_wrk work space

! Fill temporary array with ssh data (here spgu): igrd = 1 spgu(:,:) = 0.0 DO jb = 1, idx%nblenrim(igrd)

ii = idx%nbi(jb,igrd) ij = idx%nbj(jb,igrd) spgu(ii, ij) = dta%ssh(jb)

END DO

If T and U or V points of the boundary are not located on the same processor, then it does not use spgu to compute Flather velocities at the boundary. Therefore one should add :

CALL lbc_lnk( spgu(:,:), 'T', 1. )

after the loop.

#1437 cbricaud cbricaud fixed off_src nemogcm routine: SUBROUTINE nemo_northcomms not phased with OPA_SRC/nemogcm routine
Description

nfsloop and nfeloop have no value ==> out of bound arrays ln_nogather=T doesn't work for pisces offline

Note: See TracQuery for help on using queries.