Skip to content
Merged
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
3 changes: 2 additions & 1 deletion hrldas/docs/README.ERA5
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,8 @@ See the full documentation for a complete description of items, but these are th
DYNAMIC_VEG_OPTION = Noah-MP options
CANOPY_STOMATAL_RESISTANCE_OPTION =
BTR_OPTION =
RUNOFF_OPTION =
SURFACE_RUNOFF_OPTION =
SUBSURFACE_RUNOFF_OPTION =
SURFACE_DRAG_OPTION =
FROZEN_SOIL_OPTION =
SUPERCOOLED_WATER_OPTION =
Expand Down
3 changes: 2 additions & 1 deletion hrldas/docs/README.GLDAS
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,8 @@ See the full documentation for a complete description of items, but these are th
DYNAMIC_VEG_OPTION = Noah-MP options
CANOPY_STOMATAL_RESISTANCE_OPTION =
BTR_OPTION =
RUNOFF_OPTION =
SURFACE_RUNOFF_OPTION =
SUBSURFACE_RUNOFF_OPTION =
SURFACE_DRAG_OPTION =
FROZEN_SOIL_OPTION =
SUPERCOOLED_WATER_OPTION =
Expand Down
3 changes: 2 additions & 1 deletion hrldas/docs/README.NARR
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,8 @@ See the full documentation for a complete description of items, but these are th
DYNAMIC_VEG_OPTION = Noah-MP options
CANOPY_STOMATAL_RESISTANCE_OPTION =
BTR_OPTION =
RUNOFF_OPTION =
SURFACE_RUNOFF_OPTION =
SUBSURFACE_RUNOFF_OPTION =
SURFACE_DRAG_OPTION =
FROZEN_SOIL_OPTION =
SUPERCOOLED_WATER_OPTION =
Expand Down
3 changes: 2 additions & 1 deletion hrldas/docs/README.NLDAS
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,8 @@ See the full documentation for a complete description of items, but these are th
DYNAMIC_VEG_OPTION = Noah-MP options
CANOPY_STOMATAL_RESISTANCE_OPTION =
BTR_OPTION =
RUNOFF_OPTION =
SURFACE_RUNOFF_OPTION =
SUBSURFACE_RUNOFF_OPTION =
SURFACE_DRAG_OPTION =
FROZEN_SOIL_OPTION =
SUPERCOOLED_WATER_OPTION =
Expand Down
3 changes: 2 additions & 1 deletion hrldas/docs/README.single_point
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ See the full documentation for a complete description of items, but these are th
DYNAMIC_VEG_OPTION = Noah-MP options
CANOPY_STOMATAL_RESISTANCE_OPTION =
BTR_OPTION =
RUNOFF_OPTION =
SURFACE_RUNOFF_OPTION =
SUBSURFACE_RUNOFF_OPTION =
SURFACE_DRAG_OPTION =
FROZEN_SOIL_OPTION =
SUPERCOOLED_WATER_OPTION =
Expand Down
3 changes: 2 additions & 1 deletion hrldas/docs/README.vector
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,8 @@ See the full documentation for a complete description of items, but these are th
DYNAMIC_VEG_OPTION = Noah-MP options
CANOPY_STOMATAL_RESISTANCE_OPTION =
BTR_OPTION =
RUNOFF_OPTION =
SURFACE_RUNOFF_OPTION =
SUBSURFACE_RUNOFF_OPTION =
SURFACE_DRAG_OPTION =
FROZEN_SOIL_OPTION =
SUPERCOOLED_WATER_OPTION =
Expand Down
2 changes: 1 addition & 1 deletion hrldas/run/examples/single_MLDAS/namelist.hrldas.examples
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
FORCING_NAME_P = "PSFC"
FORCING_NAME_LW = "LWDOWN"
FORCING_NAME_SW = "SWDOWN"
FORCING_NAME_PR = "PRCP"
FORCING_NAME_PR = "RAINRATE"

DYNAMIC_VEG_OPTION = 5
CANOPY_STOMATAL_RESISTANCE_OPTION = 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
FORCING_NAME_P = "PSFC"
FORCING_NAME_LW = "LWDOWN"
FORCING_NAME_SW = "SWDOWN"
FORCING_NAME_PR = "PRCP"
FORCING_NAME_PR = "RAINRATE"

DYNAMIC_VEG_OPTION = 4
CANOPY_STOMATAL_RESISTANCE_OPTION = 1
Expand Down