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.
WorkingGroups/ConfigurationManager/2015_td (diff) – NEMO

Changes between Initial Version and Version 1 of WorkingGroups/ConfigurationManager/2015_td


Ignore:
Timestamp:
2015-10-23T09:11:36+02:00 (9 years ago)
Author:
jpaul
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WorkingGroups/ConfigurationManager/2015_td

    v1 v1  
     1 
     2=== Working Group, 2015 tasks === 
     3 
     4CONFIGMAN-1 Agree and test SIREN code  
     5 
     6Some members of the working group have been contact to test Siren code. 
     7Unfortunately it seems they not found the time to test it, and  we are still waiting their feedback. 
     8 
     9However some Mercator Ocean user have try to use SIREN code. 
     10It seems that there is a need to improve readibility of the documentation. 
     11Moreover they ask for a tutorial or some examples. 
     12 
     13Furthermore some bugs fix, and changes have been commited (others will come 
     14soon). 
     15 
     16main changes: 
     17- add documentation 
     18- use mpp structure instead of file structure to read input 
     19- create one module for each interolation method 
     20- extrapolate all land points (_FillValue) + change on weight function 
     21- create math module 
     22- change dichotomy method to compute closest point on ORCA grid 
     23- improve way to find the offset between fine and coarse grid 
     24- allow to change unit of a variable (a scale factor could be applied) 
     25- new format in namelist to get information on additional request 
     26- new format for variable configuration file 
     27 
     28main bugs fix: 
     29- use function to copy structure instead of overload assignment operator (to avoid memory leak) 
     30- boundary indices on velocity point 
     31- correct issue with "disorder" dimension 
     32- define local structure to avoid mistake with pointer when deleting embedded structure 
     33- reinitialise detect array for the interpolation of each level 
     34- wrong array size in intrerp linear 
     35- check value, before use scale factor and offset for restart dimg (case no0d...) 
     36- in extrap, force coef indice to 1, for dimension length equal to 1 
     37 
     38 
     39 
     40CONFIGMAN-2 & 3 BDY configuration tool + Merge BDY configuration tool and SIREN 
     41 
     42Following advices of the NEMO developpers comitee, concernong the BDY tool. 
     43we decided to use the NERC python tool instead of the CMCC Fortran tool. 
     44Indeed, the NERC tool seems already able to do more things. 
     45 
     46Tests should have been done by CMCC on the NERC tool.  
     47Unfortunately there were still a few outstanding pieces to address, and we 
     48missed time to achieve all of it. So tests could not start. 
     49 
     50 
     51