Skip to content
This repository has been archived by the owner on Jan 6, 2022. It is now read-only.

Commit

Permalink
Removed debug print statements
Browse files Browse the repository at this point in the history
Removed debug print statements
  • Loading branch information
rmcd-mscb authored Apr 21, 2021
1 parent d4e73e1 commit 1c13304
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions out2ncf/prms_outputs2a_ncf.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,12 +132,12 @@ def write_ncf(dir, varnames):
# print(dim_list)

csv_fn = cntl["output_variables"][var_name]["prms_out_file"]
print(csv_fn)
# print(csv_fn)
# nts, nfeats, base_date, end_date, vals = csv_reader.read_output(csv_fn)
# print("####### pwd = " + os.getcwd())
nts, nfeats, base_date, end_date, vals = read_output(dir + csv_fn)
conversion_factor = float(cntl["output_variables"][var_name]["conversion_factor"])
print(conversion_factor)
# print(conversion_factor)
iis = len(vals)
jjs = len(vals[0])
# print(iis, jjs)
Expand Down

0 comments on commit 1c13304

Please sign in to comment.