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 (16 - 18 of 2547)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
Ticket Resolution Summary Owner Reporter
#2077 invalid xios-1.0 rev703 error in parallel output systeam PlankTOM
Description

Context

On a linux cluster, and compiling with gcc, using one_file in iodef.xml generates an error.

Analysis

...

Fix

  • onetcdf4.cpp

     
    298298 
    299299         int grpid = this->getCurrentGroup(); 
    300300         int varid = this->getVariable(varname); 
    301          CNetCdfInterface::defVarDeflate(grpid, varid, compressionLevel); 
     301         if (!wmpi) 
     302           CNetCdfInterface::defVarDeflate(grpid, varid, compressionLevel); 
    302303      } 
    303304 
    304305      //--------------------------------------------------------------- 
#2477 fixed wrt_line on one CPU systeam rblod
Description

Context

When running on only one CPU (jpnij=1) the simulation doesn't stop properly in stpctl (recent version) when unrealistic values are detected

Analysis

in stpctl, we have line 262:

WRITE(clfmt, '(i1)') INT(LOG10(REAL(jpnij-1,wp))) + 1

well, if jpnij=1, writing format is set to -infinite ....

#2478 fixed wrt_line on one CPU systeam smasson
Description

Context

Same as #2477 but for r4.0-HEAD

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