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 (40 - 42 of 2547)

Ticket Resolution Summary Owner Reporter
#1689 fixed 2016WP SIMPLIF-5 Reimplement Smagorinsky acc acc
Description

Ticket to start the process for task SIMPLIF-5 from the 2016WP. Details to appear on wiki:2016WP/SIMPLIF-5_ACC

#1691 fixed Missing call to ldf_dyn in step (only relevant to time-varying eddy viscosity cases) acc acc
Description

Description

There is no call to ldf_dyn in step.F90 even if the viscosity coefficient is expected to vary in time (l_ldfdyn_time = .true.) .Currently, this is only relevant if nn_ahm_ijk_t=31 (momentum mixing coefficient proportional to velocity) which is a recent (untested) addition. However, this is a bug which should be fixed before the creation of branches for 2016 developments that may require the same mechanism (e.g. the re-implementation of Smagorinsky).

Analysis

All that is required is an additional line in step.F90

Recommendation

Add:

      IF( l_ldfdyn_time                    )   CALL ldf_dyn( kstp )       ! eddy viscosity coeff. 

immediately below call to ldf_tra

#1701 fixed New development branch for 2016 fixes to Wetting and Drying acc acc
Description

Description

New development branch for 2016 fixes to Wetting and Drying

Analysis

Recommendation

Details to appear on wiki:2016WP/NocWad

Note: See TracQuery for help on using queries.