Skip to content

Commit

Permalink
Update lib/adf_diag.py
Browse files Browse the repository at this point in the history
jesse's suggestion

Co-authored-by: Jesse Nusbaumer <[email protected]>
  • Loading branch information
bitterbark and nusbaume authored May 22, 2024
1 parent dbfeb97 commit d6a9d4b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/adf_diag.py
Original file line number Diff line number Diff line change
Expand Up @@ -1312,9 +1312,7 @@ def setup_run_mdtf(self):
#
# Submit the MDTF script in background mode, send output to mdtf.out file
#
mdtf_log = os.path.join(
"./mdtf.out"
) # maybe set this to cam_diag_plot_loc: /glade/scratch/${user}/ADF/plots
mdtf_log = "mdtf.out" # maybe set this to cam_diag_plot_loc: /glade/scratch/${user}/ADF/plots
mdtf_exe = mdtf_codebase + os.sep + "mdtf -f " + mdtf_input_settings_filename
if test:
print("\t ...Test only. NOT Running MDTF")
Expand Down

0 comments on commit d6a9d4b

Please sign in to comment.