Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bring hotfixes from release/public-v4 back to master, add syntax check for parsing \htmlinclude lines #289

Merged
merged 6 commits into from
May 11, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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