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.
2018WP/MERCATOR-01-Julien_improvment (diff) – NEMO

Changes between Initial Version and Version 1 of 2018WP/MERCATOR-01-Julien_improvment


Ignore:
Timestamp:
2017-11-02T09:52:42+01:00 (6 years ago)
Author:
cbricaud
Comment:

New page from template WorkPlanAction?

Legend:

Unmodified
Added
Removed
Modified
  • 2018WP/MERCATOR-01-Julien_improvment

    v1 v1  
     1= '''''CONFIGMAN-1-Julien_improvment''''' 
     2 
     3The PI is responsible to closely follow the progress of the action, and especially to contact NEMO project manager if the delay on preview (or review) are longer than the 2 weeks expected. 
     4 
     5== Help 
     6 
     7The action has to be detailed briefly in the 'Summary' for later inclusion in other pages. To do so, '''edit 'Summary' section as a common wiki page and set links for the development ticket and branch'''. 
     8 
     9'''Out of this, the rest of the page ('Abstract'|'Preview'|'Tests'|'Review') can be edited on-line inside the form fields''' considering the following color code given hereafter: [[span(PI(S), style=background-color:lightgrey)]], [[span(Previewer(s), style=background-color:lightblue)]] and [[span(Reviewer(s), style=background-color:lightgreen)]].\\ 
     10Record your modifications for the section you have edited by clicking on the corresponding button at the end of the section with 'Save ...' button. Just above, the log record will be updated. 
     11 
     12The informations inside the form fields and this wiki page itself are stored in 2 separate databases. As a consequence, there is absolutely no risk to make any modification in the page itself as long as you don't rename the page or modify the source code of `{{{#!TracForm ... }}}` processors. 
     13 
     14== Summary #summary 
     15 
     16||= '''Action'''       =|| CONFIGMAN-1-Julien_improvment             || 
     17||= '''PI(S)'''        =|| Julien OPaul                                  || 
     18{{{#!th 
     19 
     20'''Digest''' 
     21 
     22}}} 
     23{{{#!td 
     24 
     25    create bathy from etopo or gebco (and add ice shelves case): 
     26        allow to create bathymetry from scratch using etopo or gebco databse 
     27        allow to refine ice shelves from coarse grid  
     28    add F. Wobus hybrid coordinate in create_meshmask (see NEMO user presentations) 
     29    use domain_cfg.nc file in create_boundary and create_restart. 
     30        read domain_cfg file instead of coordinates and bathymetry (domain_cfg.nc is the new input file of NEMO).  
     31    add output variables to allow online vertical interpolation 
     32        if online vertical interpolation is added to the trunk, some variables (scale factors) are required in input boundaries files to use it.  
     33 
     34Dependencies    Depends on ... 
     35Target  will be started soon, and expected to by done for Merge Party next december 
     36 
     37}}} 
     38|- 
     39||= '''Dependencies''' =||                                                                                  || 
     40||= '''Target'''       =||                                                                                  || 
     41||= '''Trac Ticket'''  =|| #0000                                                                            || 
     42||= '''SVN branch'''   =|| [source:/branches/$YEAR/dev_r{REV}_{WG|STREAM|INSTITUTE}-{NUM}_{PIS}-{KEYWORDS}] || 
     43||= '''Previewer(s)''' =||                                                                                  || 
     44||= '''Reviewer(s)'''  =||                                                                                  || 
     45||= '''Link'''         =|| [[ExtractUrl(.)]]                                                                || 
     46 
     47{{{#!comment 
     48 
     49DON'T REMOVE THIS VOID HEADING OR IT WILL BREAK THE INCLUDE FEATURE BETWEEN WIKI PAGES 
     50 
     51}}} 
     52==  == 
     53{{{#!comment 
     54 
     55DON'T REMOVE THIS VOID HEADING OR IT WILL BREAK THE INCLUDE FEATURE BETWEEN WIKI PAGES 
     56 
     57}}} 
     58 
     59{{{#!Fold title=Abstract tag=h2 
     60[=#abstract] 
     61 
     62This section should be completed before starting to develop the code, in order to find agreement on the method beforehand. 
     63 
     64{{{#!TracForm 
     65#!subcontext abstract 
     66#!submit_label 'Save Abstract' 
     67#!keep_history yes 
     68 
     69=== Description 
     70 
     71 [tf.textarea:description -id=piform -class=taform 'Describe the goal of development, and the methodology. Add reference documents or publications if relevant.' 0 20] 
     72 
     73=== Implementation 
     74 
     75 [tf.textarea:implementation -id=piform -class=taform 'Describe flow chart of the changes in the code. List the .F90 files and modules to be changed. Detailed list of new variables (including namelists) to be defined. Give for each the chosen name (following coding rules) and definition.' 0 20] 
     76 
     77=== Reference manual and web pages updates 
     78 
     79 [tf.textarea:manual -id=piform -class=taform 'Using part 1 and 2, define the summary of changes to be done in the NEMO reference manual (tex files), and in the content of web pages.' 0 20] 
     80 
     81'''''Updated on [tf.form_updated_on:] by [tf.form_updater:]''''' 
     82 
     83}}} 
     84 
     85Once the PI has completed this section, he should send a mail to the previewer(s) asking them to preview the work within two weeks. 
     86 
     87}}} 
     88 
     89{{{#!Fold title=Preview tag=h2 
     90[=#preview] 
     91 
     92Since the preview step must be completed before the PI starts the coding, the previewer(s) answers are expected to be completed within the two weeks after the PI has sent his request. \\ 
     93For each question, an iterative process should take place between PI and previewer(s) in order to reach a "YES" answer for each of the following questions. 
     94 
     95{{{#!TracForm 
     96#!subcontext preview_ 
     97#!submit_label 'Save Preview' 
     98 
     99||= Questions =||= Answer =||= Comment =|| 
     100|| Does the previewer agree with the proposed methodology? || [tf.select:2.1 -id=preform '' Yes No NR] || [tf.textarea:2.1c -id=preform 'Add a comment?' 50 10] || 
     101|| Does the previewer agree with the proposed flowchart and list of routines to be changed? || [tf.select:2.2 -id=preform '' Yes No NR] || [tf.textarea:2.2c -id=preform 'Add a comment?' 50 10] || 
     102|| Does the previewer agree with the proposed new list of variables, including agreement with coding rules? || [tf.select:2.3 -id=preform '' Yes No NR] || [tf.textarea:2.3c -id=preform 'Add a comment?' 50 10] || 
     103|| Does the previewer agree with the proposed summary of updates in reference manual? || [tf.select:2.4 -id=preform '' Yes No NR] || [tf.textarea:2.4c -id=preform 'Add a comment?' 50 10] || 
     104|| ... ... ... || [tf.select:2.X -id=preform '' Yes No NR] || [tf.textarea:2.Xc -id=preform 'Add a comment?' 50 10] || 
     105 
     106'''''Updated on [tf.form_updated_on:] by [tf.form_updater:]''''' 
     107 
     108}}} 
     109 
     110Once all "YES" have been reached, the PI can start the development into his development branch. 
     111 
     112}}} 
     113 
     114{{{#!Fold title=Tests tag=h2 
     115[=#tests] 
     116 
     117Once the development is done, the PI should complete this section below and ask the reviewers to start their review in the lower section. 
     118 
     119{{{#!TracForm 
     120#!subcontext tests 
     121#!submit_label 'Save Tests' 
     122 
     123||= Questions =||= Answer =||= Comment =|| 
     124|| Can this change be shown to produce expected impact? (if option activated)? || [tf.select:3.1 -id=piform '' Yes No NR] || [tf.textarea:3.1c -id=piform 'Add a comment?' 50 10] || 
     125|| Can this change be shown to have a null impact? (if option not activated) || [tf.select:3.2 -id=piform '' Yes No NR] || [tf.textarea:3.2c -id=piform 'Add a comment?' 50 10] || 
     126|| Detailed results of restartability and reproducibility when the option is activated. Please indicate the configuration used for this test || [tf.select:3.3 -id=piform '' Yes No NR] || [tf.textarea:3.3c -id=piform 'Add a comment?' 50 10] || 
     127|| Detailed results of SETTE tests (restartability and reproducibility for each of the reference configuration) || [tf.select:3.4 -id=piform '' Yes No NR] || [tf.textarea:3.4c -id=piform 'Add a comment?' 50 10] || 
     128|| Results of the required bit comparability tests been run: Are there no differences when activating the development? || [tf.select:3.5 -id=piform '' Yes No NR] || [tf.textarea:3.5c -id=piform 'Add a comment?' 50 10] || 
     129|| If some differences appear, is reason for the change valid/understood? || [tf.select:3.6 -id=piform '' Yes No NR] || [tf.textarea:3.6c -id=piform 'Add a comment?' 50 10] || 
     130|| If some differences appear, is the !ticket describing in detail the impact this change will have on model configurations? || [tf.select:3.7 -id=piform '' Yes No NR] || [tf.textarea:3.7c -id=piform 'Add a comment?' 50 10] || 
     131|| Is this change expected to preserve all diagnostics? || [tf.select:3.8 -id=piform '' Yes No NR] || [tf.textarea:3.8c -id=piform 'Add a comment?' 50 10] || 
     132|| If no, is reason for the change valid/understood? || [tf.select:3.9 -id=piform '' Yes No NR] || [tf.textarea:3.9c -id=piform 'Add a comment?' 50 10] || 
     133|| Are there significant changes in run time/memory? || [tf.select:3.10 -id=piform '' Yes No NR] || [tf.textarea:3.10c -id=piform 'Add a comment?' 50 10] || 
     134|| ... ... ... || [tf.select:3.XX -id=piform '' Yes No NR] || [tf.textarea:3.XXc -id=piform 'Add a comment?' 50 10] || 
     135 
     136'''''Updated on [tf.form_updated_on:] by [tf.form_updater:]''''' 
     137 
     138}}} 
     139 
     140}}} 
     141 
     142{{{#!Fold title=Review tag=h2 
     143[=#review] 
     144 
     145A successful review is needed to schedule the merge of this development into the future NEMO release during next Merge Party (usually in November). 
     146 
     147{{{#!TracForm 
     148#!subcontext review 
     149#!submit_label 'Save Review' 
     150 
     151=== Code changes and documentation 
     152 
     153||= Question =||= Answer =||= Comment =|| 
     154|| Is the proposed methodology now implemented? || [tf.select:3.11 -id=revform '' Yes No NR] || [tf.textarea:3.11c -id=revform 'Add a comment?' 50 10] || 
     155|| Are the code changes in agreement with the flowchart defined at Preview step? || [tf.select:3.12 -id=revform '' Yes No NR] || [tf.textarea:3.12c -id=revform 'Add a comment?' 50 10] || 
     156|| Are the code changes in agreement with list of routines and variables as proposed at Preview step? \\If not, are the discrepancies acceptable? || [tf.select:3.13 -id=revform '' Yes No NR] || [tf.textarea:3.13c -id=revform 'Add a comment?' 50 10] || 
     157|| Is the in-line documentation accurate and sufficient? || [tf.select:3.14 -id=revform '' Yes No NR] || [tf.textarea:3.14c -id=revform 'Add a comment?' 50 10] || 
     158|| Do the code changes comply with NEMO coding standards? || [tf.select:3.15 -id=revform '' Yes No NR] || [tf.textarea:3.15c -id=revform 'Add a comment?' 50 10] || 
     159|| Is the !ticket of development documented with sufficient details for others to understand the impact of the change? || [tf.select:3.16 -id=revform '' Yes No NR] || [tf.textarea:3.16c -id=revform 'Add a comment?' 50 10] || 
     160|| Are the reference manual tex files now updated following the proposed summary in preview section? || [tf.select:3.17 -id=revform '' Yes No NR] || [tf.textarea:3.17c -id=revform 'Add a comment?' 50 10] || 
     161|| Is there a need for some documentation on the web pages (in addition to in-line and reference manual)? \\If yes, please describe and ask PI. A yes answer must include all documentation available. || [tf.select:3.18 -id=revform '' Yes No NR] || [tf.textarea:3.18c -id=revform 'Add a comment?' 50 10] || 
     162|| ... ... ... || [tf.select:3.XX -id=revform '' Yes No NR] || [tf.textarea:3.XXc -id=revform 'Add a comment?' 50 10] || 
     163 
     164==== Review Summary 
     165 
     166Is the review fully successful? [tf.select:status -id=revform '' Yes No] 
     167 
     168[tf.textarea:comment -id=revform 'If not, please indicate what is still missing.' 50 10] 
     169 
     170'''''Updated on [tf.form_updated_on:] by [tf.form_updater:]''''' 
     171 
     172}}} 
     173 
     174Once review is successful, the development must be scheduled for merge during next Merge Party Meeting. 
     175 
     176}}}