#1028 closed Task (fixed)
Create the final branch for nemo 3.5
Reported by: | cetlod | Owned by: | nemo |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | OCE | Version: | v3.4 |
Severity: | Keywords: | ||
Cc: |
Description (last modified by cetlod)
Commit History (5)
Changeset | Author | Time | ChangeLog |
---|---|---|---|
3688 | cetlod | 2012-11-27T16:48:36+01:00 | dev_MERGE_2012 : update namelist for OFFLINE, see ticket #1028 |
3687 | cetlod | 2012-11-27T16:46:36+01:00 | dev_MERGE_2012 : bug correction in dtadyn.F90, see ticket #1028 |
3681 | cetlod | 2012-11-27T15:53:23+01:00 | dev_MERGE_2012: minor bugs corrections, see ticket #1028 |
3680 | rblod | 2012-11-27T15:42:24+01:00 | First commit of the final branch for 2012 (future nemo_3_5), see ticket #1028 |
3677 | rblod | 2012-11-27T14:27:00+01:00 | Create the final ranch for the merge 2012 #1028 |
Change History (3)
comment:1 Changed 12 years ago by cetlod
- Description modified (diff)
- Summary changed from Create the final branche for nemo 3.5 to Create the final branch for nemo 3.5
comment:2 Changed 11 years ago by gm
- Resolution set to fixed
- Status changed from new to closed
comment:3 Changed 7 years ago by nemo
- Type changed from Development to Task
Remove 'Development' type
Note: See
TracTickets for help on using
tickets.
1st step : Copy the NOC_MERCATOR branch into the final one
svn copy svn+ssh://rblod@forge.ipsl.jussieu.fr/ipsl/forge/projets/nemo/svn/branches/2012/dev_NOC_MERCATOR_2012 svn+ssh://rblod@forge.ipsl.jussieu.fr/ipsl/forge/projets/nemo/svn/branches/2012/dev_MERGE_2012 -m"Create the final branch for the merge 2012 #1028"
2st : checkout and merge the difference between trunk at revision 3555 and LOCEAN/UKMO/CMCC/INGV into the new created branch dev_MERGE_2012
svn co svn+ssh://rblod@forge.ipsl.jussieu.fr/ipsl/forge/projets/nemo/svn/branches/2012/dev_MERGE_2012
cd dev_MERGE_2012
svn merge svn+ssh://rblod@forge.ipsl.jussieu.fr/ipsl/forge/projets/nemo/svn/trunk@3555 svn+ssh://rblod@forge.ipsl.jussieu.fr/ipsl/forge/projets/nemo/svn/branches/2012/dev_LOCEAN_UKMO_CMCC_INGV_2012 .