Skip to content

Commit

Permalink
Merge pull request #13 from gaelforget/update_docs
Browse files Browse the repository at this point in the history
Updates (checkpoint68o, code, docs)
  • Loading branch information
gaelforget committed Mar 26, 2023
2 parents a09bd34 + 03d1dab commit b2af2e8
Show file tree
Hide file tree
Showing 7 changed files with 361 additions and 215 deletions.
20 changes: 20 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# .readthedocs.yml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2

# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: doc/conf.py
fail_on_warning: true

# Optionally build your docs in additional formats such as PDF and ePub
formats:
- pdf

# Optionally set the version of Python and requirements required to build your docs
python:
install:
- requirements: doc/requirements.txt
7 changes: 0 additions & 7 deletions code/CTRL_OPTIONS.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,6 @@ C o sets of controls
#define ALLOW_GENARR2D_CONTROL
#define ALLOW_GENARR3D_CONTROL

C o use pkg/smooth correlation operator (incl. smoother) for 3D controls (Weaver, Courtier 01)
C This CPP option just sets the default for ctrlSmoothCorrel23 to .TRUE.
#define ALLOW_SMOOTH_CORREL3D
C o use pkg/smooth correlation operator (incl. smoother) for 2D controls (Weaver, Courtier 01)
C This CPP option just sets the default for ctrlSmoothCorrel2D to .TRUE.
#define ALLOW_SMOOTH_CORREL2D

C o impose bounds on controls
#define ALLOW_ADCTRLBOUND

Expand Down
5 changes: 5 additions & 0 deletions code/GMREDI_OPTIONS.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ C Use old calculation (before 2007/05/24) of Visbeck etal K_GM+Redi
C (which depends on tapering scheme)
#undef OLD_VISBECK_CALC

C Allows to read-in background 3-D Redi and GM diffusivity coefficients
C Note: need these to be defined for use as control (pkg/ctrl) parameters
#define GM_READ_K3D_REDI
#define GM_READ_K3D_GM

C This allows the Bates et al formulation to calculate the
C bolus transport and K for Redi
#undef GM_K3D
Expand Down

0 comments on commit b2af2e8

Please sign in to comment.