Skip to content

Commit

Permalink
Replace link with doi in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
tammasloughran committed Jul 14, 2023
1 parent 7626470 commit b55f4d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/docs/user_guide/inputs/cable_nml.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ applications. The following are annotated examples of cable.nml:
| cable_user%POP_out | character(len=3) | 'epi' 'rst' 'ini' | 'rst' | POP restart file type. `'epi'` is end of year state `'rst'` is a standard restart file, `'ini'` is an initialisation restart file. |
| cable_user%POP_rst | character(len=50) | any string of max. 50 characters | ' ' | POP restart file directory. |
| cable_user%casa_out_freq | character(len=8) | 'daily' 'monthly' 'annually' | 'annually' | CASA output frequency. |
| cable_user%vcmax | character(len=10) | 'standard' 'Walker2014' | 'standard' | Alternative functional form of $V_{cmax}$ (maximum RuBP carboxylation rate). For `'Walker2014'` see https://doi.org/10.1002/ece3.1173 . |
| cable_user%vcmax | character(len=10) | 'standard' 'Walker2014' | 'standard' | Alternative functional form of $V_{cmax}$ (maximum RuBP carboxylation rate). For `'Walker2014'` see doi:10.1002/ece3.1173 . |
| cable_user%POPLUC_RunType | character(len=10) | 'static' 'init' 'restart' | 'static' | Type of POP-LUC run. `'init'` is initial POP-LUC run, `'restart'` is a restart run, `'static'` disables dynamic vegetation and sets `cable_user%POPLUC = .FALSE.`.|
| cable_user%call_pop | logical | .TRUE. .FALSE. | .FALSE., | Enable POP. |
| cable_user%POP_fromZero | logical | .TRUE. .FALSE. | .FALSE., | Run POP initialisation. |
Expand Down

0 comments on commit b55f4d8

Please sign in to comment.