Skip to content

Commit

Permalink
main_glac_rgi_subset in ice thickness cal
Browse files Browse the repository at this point in the history
  • Loading branch information
drounce committed Jul 30, 2022
1 parent a7dee89 commit 048816b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion run_calibration_icethickness_consensus.py
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ def reg_vol_comparison(gdirs, mbmods, a_multiplier=1, fs=0, debug=False):
if pygem_prms.use_constant_lapserate:
gcm_lr = np.zeros(gcm_temp.shape) + pygem_prms.lapserate
else:
gcm_lr, gcm_dates = gcm.importGCMvarnearestneighbor_xarray(gcm.lr_fn, gcm.lr_vn, main_glac_rgi, dates_table)
gcm_lr, gcm_dates = gcm.importGCMvarnearestneighbor_xarray(gcm.lr_fn, gcm.lr_vn, main_glac_rgi_subset, dates_table)

# ===== RUN MASS BALANCE =====
# Number of years (for OGGM's run_until_and_store)
Expand Down
2 changes: 1 addition & 1 deletion run_simulation_woggm.py
Original file line number Diff line number Diff line change
Expand Up @@ -1348,7 +1348,7 @@ def main(list_packed_vars):
# No ice dynamics options
else:
nfls = fls

# Record initial surface h for overdeepening calculations
surface_h_initial = nfls[0].surface_h

Expand Down

0 comments on commit 048816b

Please sign in to comment.