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 (73 - 75 of 2547)

Ticket Resolution Summary Owner Reporter
#2623 fixed fldread not accepting the absence of next run input files at the end of a simulation systeam smasson
Description

Context

Because of the temporal interpolation, fldread must often access the input files corresponding to the previous/next run.
This feature is needed to insure restartability but is quite annoying when you need to provide the input files before or after the full simulation. For example if you do a 10-year simulation with 1-year long runs, you usually do not want to prepare the input files for the year before the simulation and after the 10 years.
It was therefore decided that the code accept the absence of previous/next input files if we are at the beginning/the end of the simulation.

Analysis

This feature is broken for the end of the simulation since fldread calendar was rewritten.

Fix

simply replace a > by a >=

#2622 fixed on jean-zay @ IDRIS makenemo repeat full compilation even after a succesfull one systeam molines
Description

Context

makenemo : compilation of the full code is resumed even after a first succesfull compilation and without changing anything (neither F90, nor CPP keys nor arch_xx.fcm ). This behaviour is observed on jean-zay @IDRIS HPC center, and NOT on occigen @ CINES.

Analysis

Not surprisingly the difference between jean-zay and occigen comes from the fcm build statement in makenemo. I notice that the BLD/Makefile is re-created every time on jean-zay, which is not the case on occigen.

I also check the following: after a first successfull compilation with makenemo, if I just go to the BLD directory and use 'make', it is OK, I am told that make: Nothing to be done for 'all'., which is correct.

So the problem is not a Makefile behaviour but in the fcm build procedure

Recommendation

No ideas !

#2621 fixed bug in cpl_define + AGRIF systeam smasson
Description

Same as #2615 but for r4.0-HEAD.

Here we use the simple bugfix proposed in #2615 (without AGRF modifications), assuming that the user won't use NEMO compiled with agrif without any zoom in a coupled model...

Note: See TracQuery for help on using queries.