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.
Developers/DevProcess (diff) – NEMO

Changes between Version 56 and Version 57 of Developers/DevProcess


Ignore:
Timestamp:
2016-03-04T00:36:15+01:00 (8 years ago)
Author:
nicolasmartin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Developers/DevProcess

    v56 v57  
    2020 
    2121== Abstract == 
    22 This section should be completed before starting to develop the code, in order to find agreement on the method beforehand.[[BR]] '''To enabling the !ticket and the source links in the Trac environment, those have to be hardcoded in the form''' 
     22This section should be completed before starting to develop the code, in order to find agreement on the method beforehand. 
    2323 
    2424{{{ 
     
    2727#!submit_label 'Submit Abstract' 
    2828#!keep_history yes 
     29=== Details === 
     30'''To enabling the !ticket and the source links related to your action, edit the form like a ordinary wiki page to hardcode them inside the following table.''' 
    2931|| Action || [tf.input:action -id=piform '${WORKING_GROUP}-${ACTION_NUMBER} $Title' 100] || 
    30 || PI(S) || ''[tf.input:pi -id=piform 'Names' 100]'' || 
     32|| PI(S) || [tf.input:pi -id=piform 'Names' 100] || 
    3133|| Ticket || `#XXXX` || 
    3234|| Branch || `[source:/branches/$YEAR/dev_r${FORK_REVISION}_${WORKING_GROUP|INSTITUTE}${ACTION_NUMBER}_${PURPOSE}]` || 
    33 || Previewer(s) || ''[tf.input:previewers -id=piform 'Names' 100]'' || 
    34 || Reviewer(s) || ''[tf.input:reviewers -id=piform 'Names' 100]'' || 
    35 Description 
     35|| Previewer(s) || [tf.input:previewers -id=piform 'Names' 100] || 
     36|| Reviewer(s) || [tf.input:reviewers -id=piform 'Names' 100] || 
     37=== Description === 
    3638 [tf.textarea:description -id=piform 'Describe the goal of development, and the methodology.\n\nAdd reference documents or publications if relevant.' 200 20] 
    37 Implementation 
     39=== Implementation === 
    3840 [tf.textarea:implementation -id=piform '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.' 200 20] 
    39 Reference manual updates 
     41=== Reference manual updates === 
    4042 [tf.textarea:manual -id=piform 'Using part 1 and 2, define the summary of changes to be done in the NEMO reference manual (tex files).' 200 20] 
    4143'''Updated on [tf.form_updated_on:] by [tf.form_updater:]'''