Skip to content

Commit

Permalink
Correct Makefile location in doc
Browse files Browse the repository at this point in the history
Although one can modify the Makefile template in UT,
it should be more intuitive to do so in rundir.
  • Loading branch information
JiaweiZhuang committed Feb 28, 2019
1 parent dd5fb57 commit 074e8b0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions doc/source/chapter02_beginner-tutorial/research-workflow.rst
Original file line number Diff line number Diff line change
Expand Up @@ -122,16 +122,16 @@ to::
Then un-comment the run directory you want, say for global 2x2.5 simulation::

geosfp 2x25 - standard 2016070100 2016080100 -
In ``UT/perl/Makefile``, make sure the source code path is correct::

CODE_DIR :=$(HOME)/GC/Code.GC
Finally, generate the run directory::

$ ./gcCopyRunDirs

Go to the run directory and compile::
Go to the generated run directory. First make sure that the source code path in ``Makefile`` is correct::

CODE_DIR :=$(HOME)/GC/Code.GC

And then compile the model::

$ make realclean
$ make -j4 mpbuild NC_DIAG=y BPCH_DIAG=n TIMERS=1
Expand Down

0 comments on commit 074e8b0

Please sign in to comment.