Draft
Conversation
…th in get_annual_mb; add the volume_m3_annual/month_ice in the function ensure_mass_conservation
…t actually it's the wrong place, should be in OGGM
* bug fix in pygem_modelsetup.datesmodelrun(). pandas.date_range() has a timestamp range limitation based on the chosen resolution. The deafult is nanoseconds, which was reduced to seconds: https://pandas.pydata.org/pandas-docs/stable/user_guide/timeseries.html#timeseries-timestamp-limits * check for differing climate data file paths or names based * framework for PyGEM output classes * added conda env file * output dataclasses * output cleanup * output binned stats * model setup group by thousands * output classes progress * Delete environment.yml --------- Co-authored-by: David Rounce <david.r.rounce@gmail.com>
…ity#41) * output cleanup, minor bug fixes * dev install documentation update
* bug fix in pygem_modelsetup.datesmodelrun(). pandas.date_range() has a timestamp range limitation based on the chosen resolution. The deafult is nanoseconds, which was reduced to seconds: https://pandas.pydata.org/pandas-docs/stable/user_guide/timeseries.html#timeseries-timestamp-limits * check for differing climate data file paths or names based * framework for PyGEM output classes * added conda env file * output dataclasses * output cleanup * output binned stats * model setup group by thousands * output classes progress * Delete environment.yml --------- Co-authored-by: David Rounce <david.r.rounce@gmail.com>
… (D ** 2) / RHO_ICE) + ((2 * yield_strength / (RHO_ICE * G)) ** 1)) to (RHO_SEA * (D ** 2) / RHO_ICE) + ((2 * yield_strength / (RHO_ICE * G)) ** 2))
…h*12)]* 24 * 3600 to make sure the float year is transfered to the correct int year and month, which was self.dayspermonth[12*year+round(year_month*12)]* 24 * 3600, in which the last one will be out of the range, same to mb, in the function get_annual_mb; changed the default fl_id = -1 from 0, actually it doesn't matter, because the elevation band flowline only include one flowline, but the -1 always refers to the main flowline(longest) if they includes multiple flowlines; comment some print hints
… single glacier test
…step_Monthly,to control the annual/monthly dynamic run
…acier_directory_with_calving, to generate the path of oggm_gdir for the paralle computing for assemble parts related with data assimilation
…wline_glacier_directory_with_calving, the contents are the same just with better workflow
… adding it when calling gdir.read_pickle,and gdir.write_pickle
…e def of selectglaciersrgitable
…the function get_annual_mb
…e def of _convert_glacwide_results
…cier_directory_with_calving, because the RGI DATASET DOESNOT HAVE THE CORRECT TERMINUS TYPE, WE ASSUME GALCIERS WITH FRONATAL ABLATION DATASET ARE ALL TIDEWATER GLACIER
…dj_fra in the function prec_biasadj_opt1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.