Skip to content

Commit

Permalink
Merge pull request #289 from climbfuji/bugfixes_from_public_release
Browse files Browse the repository at this point in the history
Bring hotfixes from release/public-v4 back to master, add syntax check for parsing \htmlinclude lines
  • Loading branch information
climbfuji committed May 11, 2020
2 parents 092c293 + 2a6e41a commit 6890b2f
Show file tree
Hide file tree
Showing 19 changed files with 16 additions and 914 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ endif (NOT PROJECT)
cmake_minimum_required(VERSION 3.0)

project(ccpp
VERSION 3.0.0
VERSION 4.0.0
LANGUAGES C CXX Fortran)

# Use rpaths on MacOSX
Expand Down
Binary file modified doc/DevelopersGuide/CCPP_VARIABLES_FV3.pdf
Binary file not shown.
Binary file modified doc/DevelopersGuide/CCPP_VARIABLES_SCM.pdf
Binary file not shown.
15 changes: 0 additions & 15 deletions doc/DevelopersGuide/Makefile

This file was deleted.

12 changes: 12 additions & 0 deletions doc/DevelopersGuide/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# CCPP Framework Developers Guide

The PDF files in this directory are generated in the following manner:

When the ``ccpp_prebuild.py`` script is run for a host model, such as a single
column model (SCM) or the UFS Weather Model, a file named ``CCPP_VARIABLES_SCM.tex`` or
``CCPP_VARIABLES_FV3.tex`` is created in this directory.

To create the PDF files, the latex to pdf converter is necessary:

``pdflatex CCPP_VARIABLES_SCM.tex``
``pdflatex CCPP_VARIABLES_FV3.tex``
23 changes: 0 additions & 23 deletions doc/DevelopersGuide/acknow.tex

This file was deleted.

2 changes: 0 additions & 2 deletions doc/DevelopersGuide/chap_appendix.tex

This file was deleted.

328 changes: 0 additions & 328 deletions doc/DevelopersGuide/chap_hostmodel.tex

This file was deleted.

12 changes: 0 additions & 12 deletions doc/DevelopersGuide/chap_intro.tex

This file was deleted.

158 changes: 0 additions & 158 deletions doc/DevelopersGuide/chap_schemes.tex

This file was deleted.

69 changes: 0 additions & 69 deletions doc/DevelopersGuide/host_cap_template.F90

This file was deleted.

Binary file not shown.
Binary file removed doc/DevelopersGuide/images/dtc_logo.png
Binary file not shown.
39 changes: 0 additions & 39 deletions doc/DevelopersGuide/main.tex

This file was deleted.

Loading

0 comments on commit 6890b2f

Please sign in to comment.