Difference between revisions of "Standalone JULES Tagged Version 8.3 Installation Guide"
(Imported from Wikispaces) |
|||
Line 1: | Line 1: | ||
+ | {{Consider Delete}} | ||
+ | |||
=<span style="font-family: arial,verdana,'Bitstream Vera Sans',helvetica,sans-serif; font-size: 19px;">Scope</span>= | =<span style="font-family: arial,verdana,'Bitstream Vera Sans',helvetica,sans-serif; font-size: 19px;">Scope</span>= | ||
Latest revision as of 01:26, 18 March 2019
Template:Consider Delete This information is especially outdated, and we're considering deleting it
Scope
This document outlines the build procedure of standalone JULES (Tagged Version 8.3)
Instruction
(1)
svn co https://access-svn.nci.org.au/svn/jules/tags/ukmo/8.3 .
(2) vi src/control/shared/Makefile > add: compiling to the file bvoc_vars.F90 (3) vi src/science/surface/Makefile > add: compiling to the file bvoc_emissions.F90 (4) vi src/science/params/Makefile > add: compiling to the file c_bvoc.F90 (5) module load netcdf/3.6.3
(6) make COMPILER=intel BUILD=run CDF_LIB_PATH=/apps/netcdf/3.6.3/lib CDF_MOD_PATH=/apps/netcdf/3.6.3/include
Following the instruction above should be able to help you get a successful JULES standalone build. > Enjoy it!