Skip to content
Draft
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
8 changes: 6 additions & 2 deletions user_guide/doc/source/namelists/jules_irrig.nml.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This file sets the irrigation options. It contains one namelist called :nml:lst:

.. nml:namelist:: JULES_IRRIG

This namelist specifies the different options available for setting up the irrigation.
This namelist specifies the different options available for setting up the fraction-based irrigation scheme.

.. note::

Expand All @@ -26,7 +26,11 @@ This namelist specifies the different options available for setting up the irrig
:type: logical
:default: F

Switch controlling the implementation of irrigation demand code.
Switch controlling the implementation of fraction-based irrigation demand code.
This scheme can only be used if :nml:mem:`JULES_PFTPARM::irrig_pft_io` = npft*0 and :nml:mem:`JULES_NVEGPARM::irrig_nvg_io` = nnvg*0

For setting up the tile-based irrigation scheme please see :nml:mem:`JULES_PFTPARM::irrig_pft_io` and :nml:mem:`JULES_NVEGPARM::irrig_nvg_io`.


TRUE
Tiles are irrigated.
Expand Down
10 changes: 10 additions & 0 deletions user_guide/doc/source/namelists/nveg_params.nml.rst
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,16 @@ HCTN30 refers to Hadley Centre technical note 30, available from `the Met Office

See HCTN30 p14 for full details.

.. nml:member:: irrig_nvg_io

:type: integer(nnvg)
:default: nnvg*0

Switch for the tile-based irrigaton scheme only.
Value indicates whether the non-vegetated surface tile is irrigated or not, where 0 = Not irrigated and 1 = Irrigated.
Can only be set to 1 if :nml:mem:`JULES_IRRIG::l_irrig_dmd` = F.

For the fraction-based irrigation demand code please set up your namelists using the instructions in the :nml:lst:`JULES_IRRIG` namelist.

.. nml:member:: z0_nvg_io

Expand Down
11 changes: 11 additions & 0 deletions user_guide/doc/source/namelists/pft_params.nml.rst
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,17 @@ ease the direct links to these documents are:

See HCTN30 p14 for full details.

.. nml:member:: irrig_pft_io

:type: integer(npft)
:default: npft*0

Switch for the tile-based irrigaton scheme only.
Value indicates whether the vegetated surface tile is irrigated or not, where 0 = Not irrigated and 1 = Irrigated.
Can only be set to 1 if :nml:mem:`JULES_IRRIG::l_irrig_dmd` = F.

For the fraction-based irrigation demand code please set up your namelists using the instructions in the :nml:lst:`JULES_IRRIG` namelist.

.. nml:member:: gsoil_f_io

:type: real(npft)
Expand Down