Skip to content

Commit 26c23be

Browse files
Change GLDAS USE_CFP to NO on Hera (#1094)
Refs #1089
1 parent 5c03697 commit 26c23be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

env/HERA.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ elif [ $step = "sfcanl" ]; then
126126

127127
elif [ $step = "gldas" ]; then
128128

129-
export USE_CFP="YES"
129+
export USE_CFP="NO"
130130
export CFP_MP="YES"
131131

132132
nth_max=$(($npe_node_max / $npe_node_gldas))

0 commit comments

Comments
 (0)