Skip to content

Commit 6a4bfd6

Browse files
committed
Fix links for forcing input documentation
1 parent 5041246 commit 6a4bfd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Documentation/GlobalParam.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ All FORCING filenames are actually the pathname, and prefix for gridded data typ
143143
| (2) FORCE_FORMAT | string | BINARY or ASCII | Defines the format type for the forcing files. |
144144
| (3)FORCE_ENDIAN | string | BIG or LITTLE | Identifies the architecture of the machine on which the binary forcing files were created: <li>**BIG** = big-endian (e.g. SUN). <li>**LITTLE** = little-endian (e.g. PC/linux). Model will identify the endian of the current machine, and swap bytes if necessary. Required for binary forcing file, not used for ASCII forcing file. |
145145
| (4) N_TYPES | int | N/A | Number of columns in the current data file. |
146-
| (5) [FORCE_TYPE](OutputVarList.md) | string<br>string<br>float | VarName<br>(un)signed<br>multiplier | Defines what forcing types are read from the file, and in what order. For ASCII file only the forcing type needs to be defined, but for Binary file each line must also define whether the column is SIGNED or UNSIGNED short int and by what factor values are multiplied before being written to output. [Click here for details.](OutputVarList.md) |
146+
| (5) [FORCE_TYPE](InputVarList.md) | string<br>string<br>float | VarName<br>(un)signed<br>multiplier | Defines what forcing types are read from the file, and in what order. For ASCII file only the forcing type needs to be defined, but for Binary file each line must also define whether the column is SIGNED or UNSIGNED short int and by what factor values are multiplied before being written to output. [Click here for details.](InputVarList.md) |
147147
| (6) FORCE_DT | integer | hours | Time step length of the current input files in hours |
148148
| (7) FORCEYEAR | integer | year | Year meteorological forcing files start |
149149
| (8) FORCEMONTH | integer | month | Month meteorological forcing files start |

0 commit comments

Comments
 (0)