Skip to content

Commit ac2202f

Browse files
committed
adds parameter template for neural network cloud fraction closure
1 parent 64b2909 commit ac2202f

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
@@ -3041,3 +3041,8 @@ description = "Parameter controlling steepness of (logistic) transition between
30413041
value = 1e-3
30423042
type = "float"
30433043
description = "Parameter controlling exponential scale of favoring cloud top for cloud top calculations (unitless)."
3044+
3045+
[cloud_fraction_param_vec]
3046+
value = [0.0, 0.0, 0.0, 0.0, 0.0]
3047+
type = "float"
3048+
description = "Data-driven cloud fraction parameter vector (unitless)."

0 commit comments

Comments
 (0)