Skip to content

Commit 76a6c4e

Browse files
committed
Increase CCAM output chunk size to 32x32
1 parent 4f51d61 commit 76a6c4e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

run_ccam.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2921,7 +2921,7 @@ def cc_template_all():
29212921
&histnl
29222922
htype="inst"
29232923
hnames="all" hfreq=1
2924-
chunk_grid=24
2924+
chunk_grid=32
29252925
&end
29262926
"""
29272927

@@ -2956,7 +2956,7 @@ def cc_template_ctm():
29562956
htype="inst"
29572957
hnames={hnames}
29582958
hfreq=1
2959-
chunk_grid=24
2959+
chunk_grid=32
29602960
&end
29612961
"""
29622962

@@ -2980,7 +2980,7 @@ def cc_template_latlon():
29802980
htype="inst"
29812981
hnames= "uas","vas","tas","hurs","ps","pr"
29822982
hfreq = 1
2983-
chunk_grid=24
2983+
chunk_grid=32
29842984
&end
29852985
"""
29862986

@@ -3012,7 +3012,7 @@ def cc_template_cordex():
30123012
htype="inst"
30133013
hnames={hnames}
30143014
hfreq = 1
3015-
chunk_grid=24
3015+
chunk_grid=32
30163016
&end
30173017
"""
30183018

@@ -3052,7 +3052,7 @@ def cc_template_basic():
30523052
htype="inst"
30533053
hnames={hnames}
30543054
hfreq = 1
3055-
chunk_grid=24
3055+
chunk_grid=32
30563056
&end
30573057
"""
30583058

@@ -3079,7 +3079,7 @@ def cc_template_tracer():
30793079
&histnl
30803080
htype="inst"
30813081
hnames= "tracer" hfreq = 1
3082-
chunk_grid=24
3082+
chunk_grid=32
30833083
&end
30843084
"""
30853085

0 commit comments

Comments
 (0)