Skip to content

Commit

Permalink
Remove duplicate entries from cable.nml documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
tammasloughran committed Jul 7, 2023
1 parent bf329fd commit aa8deb1
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions documentation/docs/user_guide/inputs/cable_nml.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ applications. The following are annotated examples of cable.nml:
| cable_user%FWSOIL_SWITCH | character | 'standard' 'non-linear extrapolation' 'Lai and Ktaul 2000' | '' | Controls root water uptake function. |
| cable_user%DIAG_SOIL_RESP | character(len=3) | 'ON' 'OFF' | '' | Controls soil respiration scheme when CASA-CNP not used. |
| cable_user%LEAF_RESPIRATION | character(len=3) | 'ON' 'OFF' | uninitialised | Controls what is output into the GPP stash variable. |
| cable_user%RUN_DIAG_LEVEL | character | 'BASIC' 'NONE' | uninitialised | Controls output from CABLE to standard out. |
| cable_user%RUN_DIAG_LEVEL | character(len=5) | 'BASIC' 'NONE' | uninitialised | Controls output from CABLE to standard out. |
| cable_user%CONSISTENCY_CHECK | logical | .TRUE. .FALSE. | .FALSE. | TRUE outputs combined fluxes at each timestep for comparison to a control run |
| cable_user%CASA_DUMP_READ | logical | .TRUE. .FALSE. | .FALSE. | TRUE reads CASA forcing from netcdf format |
| cable_user%CASA_DUMP_WRITE | logical | .TRUE. .FALSE. | .FALSE. | TRUE outputs CASA forcing in netcdf format |
Expand Down Expand Up @@ -183,13 +183,9 @@ applications. The following are annotated examples of cable.nml:
| cable_user%yearstart | integer | any integer | 0 | ? |
| cable_user%yearend | integer | any integer | 0 | ? |
| cable_user%casa_nrep | integer | any integer | 1 | ? |
| cable_user%run_diag_level | character(len=5) | any string of max. 5 characters | uninitialised | ? |
| cable_user%smrf_name | character(len=10) | 'CASA-CNP' 'SOILN' 'TRIFFID' | uninitialised | Soil Moist Respiration Function. |
| cable_user%strf_name | character(len=10) | 'CASA-CNP' 'SOILN' 'TRIFFID' | uninitialised | Soil Temp Respiration Function. |
| cable_user%initialize_mapping | logical | .TRUE. .FALSE. | .FALSE., | ? |
| cable_user%consistency_check | logical | .TRUE. .FALSE. | .FALSE., | ? |
| cable_user%casa_dump_read | logical | .TRUE. .FALSE. | .FALSE., | ? |
| cable_user%casa_dump_write | logical | .TRUE. .FALSE. | .FALSE., | ? |
| cable_user%cable_runtime_coupled | logical | .TRUE. .FALSE. | .TRUE., | ? |
| cable_user%LogWorker | logical | .TRUE. .FALSE. | .TRUE., | Write output of each worker |
| cable_user%l_new_roughness_soil | logical | .TRUE. .FALSE. | .FALSE., | ? |
Expand Down

0 comments on commit aa8deb1

Please sign in to comment.