Skip to content

Commit

Permalink
add to doc string for pre511
Browse files Browse the repository at this point in the history
  • Loading branch information
rjleveque committed Jul 29, 2024
1 parent 9378f12 commit 665bbda
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/python/geoclaw/fgout_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -544,6 +544,11 @@ def read_fgout_grids_data_pre511(self, fgno=None,
For backward compatibility, this reads fgout_grids.data files
in the format used prior to v5.11.
In this case, the following values are used, as set in __init__():
self.output_style = 1
self.qmap = 'qmap'
self.q_out_vars = [1,2,3,4] # h,hu,hv,eta
Read input info for fgout grid number fgno from the data file
fgout_grids.data, which should have been created by setrun.py.
This file now contains info about all fgout grids.
Expand Down

0 comments on commit 665bbda

Please sign in to comment.