access_aps2_access_c_build - ACCESS-NRI/accessdev-Trac-archive GitHub Wiki

Build UM8.2 Executable for APS2 ACCESS-C

  1. Specify the location of the building process,
export WORKDIR=YOUR_SPECIFIED_PATH
  1. Check out the APS2 ACCESS-C UKV source code
svn checkout https://access-svn.nci.org.au/svn/um/branches/dev/azs/vn82_wrk/ps32_ukv $WORKDIR/APS2_C
  1. Check out the building script provided by Ilia,
cd $WORKDIR/APS2_C
rm -rf .svn
svn checkout https://access-svn.nci.org.au/svn/um/branches/dev/lwenming/build_aps2c/ 
  1. Go to the folder that contains the building script and run the script to compile the executable,
cd $WORKDIR/APS2_C/build_scripts/um
./build_um.ksh $WORKDIR/APS2_C
  1. You should be able to find the executable at $WORKDIR/APS2_C/umatmos/bin/UM8.2_C_165.exe