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 Resolution Summary Owner Reporter
#43 fixed Call to write restart in TOP not properly done somebody smasson
Description

The call to write restart in TOP :

IF( MOD(kt,nstock) == 0 .OR. kt == nitend ) THEN

is not properly done. It doesn't take the opportunity to define the restarts file in 2 separates steps: (1) define the variables, (2) write the variables.

I think we should use the variable lrst_oce as in restart.F90 and trdmld_rst.F90

seb

#44 fixed write multiple restarts during one simulation somebody smasson
Description

since changeset:508
1) nstock was not working
2) it is impossible to create 2 restarts at 2 consecutive time-steps

#45 fixed merge solsor and solsor_e somebody rblod
Description

Merge solsor_e.F90 and solsor.F90 for code simplification. Outer extra-halo can still be used in changing jpr2di and jpr2dj and nsolv = 2. Outer extra halos have to be set to zero for mpp bit-comparaison and for monoprocessing.

Note: See TracQuery for help on using queries.