coecms / access-esm-build-gadi

0 stars 2 forks source link

Makefile needs to updated to use subversion repository on gadi #1

Open aidanheerdegen opened 1 year ago

aidanheerdegen commented 1 year ago

The ACCESS subversion repository is now available in a directory on gadi, so the Makefile should be updated to use these sources, particularly as the sources are no longer in the locations listed in the Makefile.

aidanheerdegen commented 1 year ago

There is a copy of the sources:

$ ls -l /scratch/users/hxw599/access-esm/sources
total 32
drwxr-sr-x. 12 hxw599 access 4096 Feb  6  2020 cice4.1
drwxr-sr-x. 11 hxw599 access 4096 Feb 13  2020 gcom
drwxr-sr-x.  4 hxw599 access 4096 Jul 17  2020 pmip-lm
drwxr-sr-x.  3 hxw599 access 4096 Jun  4  2020 PMIP-MH
drwxr-sr-x.  7 hxw599 access 4096 Nov 26  2020 pmip-MIS9e
drwxr-sr-x.  6 hxw599 access 4096 Feb  6  2020 UM
drwxr-sr-x.  7 hxw599 access 4096 Jun  3  2020 UM-PMIP-LI
drwxr-sr-x.  7 hxw599 access 4096 Jul  6  2020 UM-PMIP-MH

The cice4.1 source:

$ svn info /scratch/users/hxw599/access-esm/sources/cice4.1
Path: /scratch/users/hxw599/access-esm/sources/cice4.1
Working Copy Root Path: /scratch/users/hxw599/access-esm/sources/cice4.1
URL: https://access-svn.nci.org.au/svn/cmip5/branches/dev/jxs599/trunk_ESM1.5/submodels/cice4.1
Relative URL: ^/branches/dev/jxs599/trunk_ESM1.5/submodels/cice4.1
Repository Root: https://access-svn.nci.org.au/svn/cmip5
Repository UUID: 03411c74-6122-4c4a-a56e-581d5dbf31b2
Revision: 341
Node Kind: directory
Schedule: normal
Last Changed Author: jxs599
Last Changed Rev: 169
Last Changed Date: 2018-10-10 17:29:41 +1100 (Wed, 10 Oct 2018)

The subversion repository is available through the UM build tool fcm

$ module use ~access/modules
$ module load fcm
$ fcm ls fcm:cice/tags
cic4.1_cmip5_fm/
cice4.1_cmip5/
cice5.0_access-2/
$ fcm binfo fcm:cice/tags/cice4.1_cmip5
URL: file:///g/data/access/access-svn/cice/tags/cice4.1_cmip5
Repository Root: file:///g/data/access/access-svn/cice
Revision: 407
Last Changed Author: hxy599
Last Changed Rev: 355
Last Changed Date: 2016-05-16T05:16:23.794549Z

So the cice4.1_cmip5 tag doesn't point to the version used in these builds