Skip to content

Commit

Permalink
Update adf_diag.py
Browse files Browse the repository at this point in the history
  • Loading branch information
justin-richling committed May 15, 2024
1 parent 0be5515 commit ed32ce8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/adf_diag.py
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,7 @@ def call_ncrcat(cmd):

#If this is a CAM-CHEM run, update constit_list
if get_cam_chem_constits:
print(f"Looks like this a CAM-CHEM run, checking constits for '{var}'")
print(f"Looks like this a CAM-CHEM run, checking constituents for '{var}'")
if "derivable_from_cam_chem" in vres:
constit_list = vres['derivable_from_cam_chem']
else:
Expand Down Expand Up @@ -605,7 +605,6 @@ def call_ncrcat(cmd):
errmsg += "\n\tPlease remove variable from ADF run or set appropriate"
errmsg += " argument in variable defaults yaml file."
print(errmsg)
#continue
#End if 'derivable_from'

#Lastly, raise error if the variable is not a derived quanitity but is also not
Expand Down

0 comments on commit ed32ce8

Please sign in to comment.