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 (diff) – NEMO

Changes between Version 37 and Version 38 of Developers


Ignore:
Timestamp:
2018-06-04T20:32:36+02:00 (6 years ago)
Author:
nicolasmartin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Developers

    v37 v38  
    1 = NEMO development area 
     1= Welcome to the NEMO development area 
    22 
    3 [[TOC(noheading, Developers/*, depth=2)]] 
     3[[PageOutline(2-3)]] 
    44 
    5 Here is some useful information for the developers 
     5You should find here everything regarding the development of the NEMO reference. 
    66 
    7 == '''Prerequisites''' 
     7== Prerequisites 
    88 
    9 === Developer role (write permissions to the repository) 
     9=== Become a NEMO developer 
    1010 
    1111First and foremost, if you don't already have a user account then you have to '''[/register create it]'''. 
    1212 
    1313{{{#!td 
    14 === For NEMO consortium members 
     14==== For NEMO consortium members 
    1515 
    16 If you have a user account or had a developer account before, see with your local NEMO Officer. 
     16If you have a user account or had a developer account before, \\ 
     17see with your local NEMO Officer. 
    1718 
    1819{{{#!td 
     
    4142==== For external users 
    4243 
    43 Submit your contribution to the NEMO System Team by creating a [/newticket?type=Enhancement ticket] where you will present your proposal.\\ 
    44 Keep in mind that, despite the help we can offer, a certain amount of work from you will be need to implement your developments into the source code. 
     44Submit your contribution to the NEMO System Team by \\ 
     45creating a [/newticket?type=Enhancement ticket] where you will present your proposal. 
     46 
     47Keep in mind that, despite the help we can offer, a certain amount of work from \\ 
     48you will be need to implement your developments into the source code. 
    4549}}} 
    4650 
    47 == Document your developments before coding 
     51=== Recommended development installation 
    4852 
    49 Follow the procedure described at wiki:Developers/DevelopingCodeChanges 
     53After the global reorganisation of the repository, it is now advisable to entirely download the new default development organisation in your  
     54* browser:/NEMO/trunk: the main development branch 
     55* browser:/NEMO/branches 
     56  * /NEMO/branches/YYYY: yearly development branches intended to be merged into trunk by the end of the year 
     57  * /NEMO/branches/{NERC,UKMO}: restricted to  
     58* browser:/NEMO/releases: all official NEMO releases, '''only the last one is maintained''' 
    5059 
    51 == [wiki:Developers/WorkingFAQ WorkingFAQ] 
     60If needed, you can learn the new [wiki:Developers/SVN_HowTo SVN basics] to work with the repository.  
    5261 
    53 == [wiki:Developers/DevelopingCodeChanges Developing Code changes] 
     62== Development activities 
    5463 
    55 == [wiki:Developers/WorkingOnTickets Working on tickets] 
     64Document your developments before coding by following the procedure described at [wiki:Developers/DevelopingCodeChanges] 
    5665 
    57 == [wiki:Developers/FCMmake Information about FCM make] 
     66== Support 
    5867 
    59 == [wiki:Developers/XIOSextras Information about new features in XIOS] 
     68[wiki:Developers/WorkingOnTickets] 
     69 
     70---- 
     71 
     72[wiki:Developers/FCMmake Information about FCM make] 
     73 
     74[wiki:Developers/XIOSextras Information about new features in XIOS]