Skip to content

Commit

Permalink
updated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
veenstrajelmer committed Oct 17, 2023
1 parent 1fb11e9 commit 1ba7473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/examples/preprocess_interpolate_nc_to_bc.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
for quantity in list_quantities:
print(f'processing quantity: {quantity}')
if quantity=='tide':
tidemodel = 'FES2014' #FES2014, FES2012, EOT20, GTSMv4.1
tidemodel = 'FES2014' #FES2014, FES2012, EOT20, GTSMv4.1, GTSMv4.1_opendap
if tidemodel == 'FES2014': #for comparing to older FES bc-files #TODO: choose flexible/generic component notation
component_list = ['2n2','mf','p1','m2','mks2','mu2','q1','t2','j1','m3','mm','n2','r2','k1','m4','mn4','s1','k2','m6','ms4','nu2','s2','l2','m8','msf','o1','s4']
else:
Expand Down

0 comments on commit 1ba7473

Please sign in to comment.