Opened 8 years ago
Closed 8 years ago
#963 closed help (fixed)
UKCA copy of Graham's AEROCOM job
Reported by: | bparkes | Owned by: | um_support |
---|---|---|---|
Component: | FCM | Keywords: | |
Cc: | Platform: | PUMA | |
UM Version: | 7.3 |
Description
Change History (2)
comment:1 Changed 8 years ago by ros
comment:2 Changed 8 years ago by ros
- Component changed from UM Model to FCM
- Platform changed from HECToR to PUMA
- Resolution set to fixed
- Status changed from new to closed
- Type changed from task to help
Query moved to email. Here is a summary of the problem and the solution:
Query:
I will be merging Graham's code into my and making some minor changes. I'm currently trying to copy a version of 7.3 to my local directory.
Solution provided:
You first need to create a new branch and then merge in Graham's branch.
(1) Create a branch:
In its simplest form you can do this by running the following FCM command on PUMA
puma$ fcm branch-create <branch_to_create> fcm:um_tr@vn7.3
This will create you a VN7.3 branch in the UM repository called branches/dev/bparkes/vn7.3_<branch_to_create>
You will be able to see it by looking in the UM Trac. https://puma.nerc.ac.uk/trac/UM
(2) Check out your newly created branch to get a working copy of the vn7.3 code on PUMA
puma$ fcm co fcm:um_br/dev/bparkes/vn7.3_<branch_to_create>
(3) Merge in changes from Graham's branch
cd into the working copy you just checked out in the previous step and run
puma$ fcm merge fcm:um_br/dev/gmann/vn7.3_<grahams_branch>
These changes are currently local. Run "fcm commit" to commit them to the repository.
You now have a copy of Graham's branch.
Hi Ben,
You have raised a ticket with the UM Helpdesk but no description of your problem has been supplied. Please supply details of your query, or if this ticket has been opened in error, let us know and we will close it.
Regards,
Ros.