Skip to content

Commit d7b4089

Browse files
committed
adds parameter template for neural network cloud fraction closure
1 parent e4d8747 commit d7b4089

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/parameters.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2916,3 +2916,8 @@ description = "Parameter controlling steepness of (logistic) transition between
29162916
value = 1e-3
29172917
type = "float"
29182918
description = "Parameter controlling exponential scale of favoring cloud top for cloud top calculations (unitless)."
2919+
2920+
[cloud_fraction_param_vec]
2921+
value = [0.0, 0.0, 0.0, 0.0, 0.0]
2922+
type = "float"
2923+
description = "Data-driven cloud fraction parameter vector (unitless)."

0 commit comments

Comments
 (0)