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 (1 - 3 of 2547)

1 2 3 4 5 6 7 8 9 10 11
Ticket Resolution Summary Owner Reporter
#1084 fixed Zonal mean salinity not calculated in diaptr code charris charris
Description

There is a bug in the diaptr code in that the zonal mean salinity is not calculated for any of the basins (because sn_jk is never set).

#2182 invalid zero values at the boundaties of a nested domain jchanut Tj21
Description

Context

I use a double nested domain configuration.

After the first time step SST, salinity, and ocean velocity components turn to zero at the boundaries of a nested domain.

The nested domain is located over the sea. I use free-slip boundary condition (rn_shlat=0).

I also tried to change lateral diffusion scheme for tracers and momentum from bilaplacian to laplacian but it didn't help.

Could you give any suggestions how to solve the issue ?

Analysis

...

Recommendation

...

#1287 fixed ze3f not initialized after allocation in vor_een ( dynvor.F90) nemo cbricaud
Description

ze3f is allocated in vor_een but not initialized

and ze3f is filled only when ze3 /= 0._wp :

" IF( ze3 /= 0._wp ) ze3f(ji,jj,jk) = zmsk / ze3"

Depending how compiler initilize array after allocation, ze3f can contain bad values, as Nan.

Produce some crash in solver for ORCA025 on ECMWF AIX7 at Mercator.

I propose to initialize it after allocation.

1 2 3 4 5 6 7 8 9 10 11
Note: See TracQuery for help on using queries.