Skip to content

Commit

Permalink
update message
Browse files Browse the repository at this point in the history
  • Loading branch information
ShashankBice committed Feb 5, 2024
1 parent 76cab32 commit 523ea4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/compute_glacier_smb.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def getparser():
parser.add_argument('-writeout',action='store_true',help='Writeout computed maps if invoked')
parser.add_argument('-saveplot', action='store_true', help='Writeout compute figures if invoked')
parser.add_argument('-outdir', default=None, type=str, help='path to output directory where to store results\ndefaults to {DEM_timestamps}_lag_smb_results')
parser.add_argument('-conserve_mass',action='store_true',help='do not use if full glacier is covered')
parser.add_argument('-conserve_mass',action='store_true',help='this is experimental and not used in manuscript, especially do not use if full glacier is covered')
return parser

def main():
Expand Down

0 comments on commit 523ea4f

Please sign in to comment.