Changes between Version 2 and Version 3 of 2017WP/AGRIF-3_Jerome-vvl
- Timestamp:
- 2017-10-24T14:22:51+02:00 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
2017WP/AGRIF-3_Jerome-vvl
v2 v3 1 = '''''AGRIF-3_Jerome-vvl Agrif compatible with vvl''''' 2 1 = '''''AGRIF-3_Jerome-vvl: Agrif compatible with vvl''''' = 3 2 The 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 3 5 == Help 4 == Help == 5 The action has to be detailed briefly in the 'Summary' section for later inclusion in other pages.\\ Edit the 'Summary' section as with an ordinary wiki page. 6 6 7 The action has to be detailed briefly in the 'Summary' section for later inclusion in other pages.\\ 8 Edit the 'Summary' section as with an ordinary wiki page. 9 * ''Italic formatting'' shows the default values or help. 10 * `Pre-formatted formatting` shows syntax for specific TracLinks (development ticket and branch). 7 * ''Italic formatting'' shows the default values or help. 8 * `Pre-formatted formatting` shows syntax for specific TracLinks (development ticket and branch). 11 9 12 10 Out of this, the rest of the page can be edited on-line inside the form fields considering the following color code given hereafter. 13 11 14 12 {{{#!th 15 Role / Color code 13 14 Role / Color code 15 16 16 }}} 17 17 18 || [[span(PI(S), style=background-color:lightgrey)]] || [[span(Previewer(s), style=background-color:lightblue)]] || [[span(Reviewer(s), style=background-color:lightgreen)]] || 18 19 19 20 Record 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. 20 21 21 The informations inside the form fields and this wiki page itself are stored in 2 separate databases.\\ 22 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. 22 The 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. 23 23 24 == Summary #summary 24 == Summary == #summary 25 || '''Action''' || AGRIF-3_Jerome-vvl Agrif compatible with vvl || 26 || '''PI(S)''' || Jerome Chanut || 25 27 26 || '''Action''' || AGRIF-3_Jerome-vvl Agrif compatible with vvl || 27 || '''PI(S)''' || Jerome Chanut || 28 {{{#!td 29 '''Digest''' 30 }}} 31 {{{#!td 32 AGRIF currently works with fixed in time vertical grid 33 }}} 34 |- 35 || '''Dependencies''' || ''Depends on ...'' || 36 || '''Target''' || ''- Expected end 2017:development OK; running OK.'' || 37 || '''Trac Ticket''' || ''`#XXXX`'' || 38 || '''SVN branch''' || ''`[source:/branches/2017WP/dev_r{REV}_{WG or INSTITUTE}-{NUM}_{PIS}-{KEYWORDS}]`'' || 39 || '''Previewer(s)''' || ''Names'' || 40 || '''Reviewer(s)''' || ''Names'' || 41 || '''Status''' || ''!Pending/In progress/Postponed/Ready'' || 42 || '''Link''' || [[ExtractUrl(.)]] || 28 `#!td '''Digest''' ` `#!td AGRIF currently works with fixed in time vertical grid ` |- 43 29 44 {{{#!comment 45 DON'T REMOVE THIS VOID HEADING OR IT WILL BREAK THE INCLUDE FEATURE BETWEEN WIKI PAGES 46 }}} 30 || '''Dependencies''' || ''Depends on: NA'' || 31 || '''Target''' || ''- Expected end 2017:development OK; running OK.'' || 32 || '''Trac Ticket''' || ''`#1965`'' || 33 || '''SVN branch''' || ''`source:`''[http://forge.ipsl.jussieu.fr/nemo/browser/branches?order=name branches]/[http://forge.ipsl.jussieu.fr/nemo/browser/branches/2017?order=name 2017]/[http://forge.ipsl.jussieu.fr/nemo/browser/branches/2017/dev_r7963_nemo_v3_6_AGRIF-3_AGRIFVVL?order=name dev_r7963_nemo_v3_6_AGRIF-3_AGRIFVVL] || 34 || '''Previewer(s)''' || Tim Graham || 35 || '''Reviewer(s)''' || Sébastien Masson || 36 || '''Status''' || ''In progress'' || 37 || '''Link''' || [[ExtractUrl(.)]] || 38 39 `#!comment DON'T REMOVE THIS VOID HEADING OR IT WILL BREAK THE INCLUDE FEATURE BETWEEN WIKI PAGES ` 40 47 41 == == 48 {{{#!comment 49 DON'T REMOVE THIS VOID HEADING OR IT WILL BREAK THE INCLUDE FEATURE BETWEEN WIKI PAGES 50 }}} 42 `#!comment DON'T REMOVE THIS VOID HEADING OR IT WILL BREAK THE INCLUDE FEATURE BETWEEN WIKI PAGES ` 51 43 52 {{{#!Fold title=Abstract tag=h2 53 [=#abstract] 44 {{{#!Fold title=Abstract tag=h2 [=#abstract] 54 45 55 46 This section should be completed before starting to develop the code, in order to find agreement on the method beforehand. 56 47 57 {{{#!TracForm 58 #!subcontext abstract 59 #!submit_label 'Save Abstract' 60 #!keep_history yes 48 {{{#!TracForm #!subcontext abstract #!submit_label 'Save Abstract' #!keep_history yes 61 49 62 === Description 50 === Description === 51 [tf.textarea:description -id=piform -class=taform 'Describe the goal of development, and the methodology.\n\nAdd reference documents or publications if relevant.' 0 20] 63 52 64 [tf.textarea:description -id=piform -class=taform 'Describe the goal of development, and the methodology.\n\nAdd reference documents or publications if relevant.' 0 20] 53 === Implementation === 54 [tf.textarea:implementation -id=piform -class=taform 'Describe flow chart of the changes in the code.\n\nList the .F90 files and modules to be changed.\n\nDetailed list of new variables (including namelists) to be defined.\nGive for each the chosen name (following coding rules) and definition.' 0 20] 65 55 66 === Implementation 67 68 [tf.textarea:implementation -id=piform -class=taform 'Describe flow chart of the changes in the code.\n\nList the .F90 files and modules to be changed.\n\nDetailed list of new variables (including namelists) to be defined.\nGive for each the chosen name (following coding rules) and definition.' 0 20] 69 70 === Reference manual and web pages updates 71 72 [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] 56 === Reference manual and web pages updates === 57 [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] 73 58 74 59 '''''Updated on [tf.form_updated_on:] by [tf.form_updater:]''''' … … 80 65 }}} 81 66 82 {{{#!Fold title=Preview tag=h2 83 [=#preview] 67 {{{#!Fold title=Preview tag=h2 [=#preview] 84 68 85 69 Since 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.[[BR]]For 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. 86 70 87 {{{#!TracForm 88 #!subcontext preview_ 89 #!submit_label 'Save Preview' 71 {{{#!TracForm #!subcontext preview_ #!submit_label 'Save Preview' 90 72 91 73 || Questions || Answer || Comment || … … 104 86 }}} 105 87 106 {{{#!Fold title=Tests tag=h2 107 [=#tests] 88 {{{#!Fold title=Tests tag=h2 [=#tests] 108 89 109 90 Once the development is done, the PI should complete this section below and ask the reviewers to start their review in the lower section. 110 91 111 {{{#!TracForm 112 #!subcontext tests 113 #!submit_label 'Save Tests' 92 {{{#!TracForm #!subcontext tests #!submit_label 'Save Tests' 114 93 115 94 || Questions || Answer || Comment || … … 132 111 }}} 133 112 134 {{{#!Fold title=Review tag=h2 135 [=#review] 113 {{{#!Fold title=Review tag=h2 [=#review] 136 114 137 115 A successful review is needed to schedule the merge of this development into the future NEMO release during next Merge Party (usually in November). 138 116 139 {{{#!TracForm 140 #!subcontext review 141 #!submit_label 'Save Review' 117 {{{#!TracForm #!subcontext review #!submit_label 'Save Review' 142 118 143 === Code changes and documentation 144 119 === Code changes and documentation === 145 120 || Question || Answer || Comment || 146 121 || 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] || … … 154 129 || ... ... ... || [tf.select:3.XX -id=revform '' Yes No NR] || [tf.textarea:3.XXc -id=revform 'Add a comment?' 50 10] || 155 130 156 ==== Review Summary 157 131 ==== Review Summary ==== 158 132 Is the review fully successful? [tf.select:status -id=revform '' Yes No] 159 133