Skip to content

Commit f392f85

Browse files
committed
Replace ssh with zos in run_ccam.py
1 parent 3e38756 commit f392f85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run_ccam.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2937,7 +2937,7 @@ def cc_template_basic():
29372937

29382938
fname = dict2str('{histfile}.000000')
29392939
if check_var_in_file(fname,"thetao") is True:
2940-
d['hnames'] = dict2str('{hnames},"tos","sos","uos","vos","ssh","ocndepth"')
2940+
d['hnames'] = dict2str('{hnames},"tos","sos","uos","vos","zos","ocndepth"')
29412941
d['use_depth'] = 'T'
29422942

29432943
d['ktc_local'] = check_timestep_in_file(dict2str('{histfile}.000000'))

0 commit comments

Comments
 (0)