Skip to content

Commit

Permalink
Update src/icesat2_tracks/analysis_db/A02c_IOWAGA_thredds_prior.py
Browse files Browse the repository at this point in the history
Co-authored-by: Carlos Paniagua <[email protected]>
  • Loading branch information
hollandjg and cpaniaguam authored Mar 5, 2024
1 parent 8245269 commit 6f1c86b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ def test_nan_frac(imask):
return ((~imask).sum() / imask.size).data < 0.3

while test_nan_frac(ice_mask_prior):
_logger.debug("%s", lat_range_prior)
_logger.debug("lat range prior: %s", lat_range_prior)
lat_range_prior = lat_range_prior[0] + 0.5, lat_range_prior[1] + 0.5
G_prior = sel_data(G_beam, lon_range, lat_range_prior)
ice_mask_prior = ice_mask.sel(latitude=G_prior.latitude)
Expand Down

0 comments on commit 6f1c86b

Please sign in to comment.