-
Notifications
You must be signed in to change notification settings - Fork 436
Comparing changes
Open a pull request
base repository: UW-Hydro/VIC
base: master
head repository: UW-Hydro/VIC
compare: support/VIC.4.2.glacier
Commits on Feb 26, 2014
-
Initial commit of gl_flow.c from Bibi Naz for glacier model
Joe Hamman committedFeb 26, 2014 Configuration menu - View commit details
-
Copy full SHA for 8b83ceb - Browse repository at this point
Copy the full SHA 8b83cebView commit details -
initial commit of VIC glacier port from Bibi Nazs VIC glacier code (b…
…ased on VIC 4.1.2 beta 1) to the current VIC version (4.1.2.k)
Joe Hamman committedFeb 26, 2014 Configuration menu - View commit details
-
Copy full SHA for 66f371a - Browse repository at this point
Copy the full SHA 66f371aView commit details
Commits on Feb 27, 2014
-
Remove glacier model from full_energy.c, add shell function for volum…
…e area scaling.
Joe Hamman committedFeb 27, 2014 Configuration menu - View commit details
-
Copy full SHA for 49723b5 - Browse repository at this point
Copy the full SHA 49723b5View commit details
Commits on Mar 3, 2014
-
Add volume-area scaling glacier model.
Changes include: - new option for GLACIER (FALSE, DYNAMIC, SCALING) in global parameter file - rearanged soil and snow parameter file to put glacier parameters at the end of those files - add V-A scaling constants to vicNl.h
Joe Hamman committedMar 3, 2014 Configuration menu - View commit details
-
Copy full SHA for 4976dce - Browse repository at this point
Copy the full SHA 4976dceView commit details -
Added clean (simplified without comments) global parameter file and m…
…oved equal area and grid resolution parameters from Lakes section to Land Surface Files and Parameters.
Joe Hamman committedMar 3, 2014 Configuration menu - View commit details
-
Copy full SHA for 957900a - Browse repository at this point
Copy the full SHA 957900aView commit details -
add file suffixes .txt and .bin to ascii and binary outputs resepecti…
…vely.
Joe Hamman committedMar 3, 2014 Configuration menu - View commit details
-
Copy full SHA for 5b2f377 - Browse repository at this point
Copy the full SHA 5b2f377View commit details
Commits on Mar 5, 2014
-
Joe Hamman committed
Mar 5, 2014 Configuration menu - View commit details
-
Copy full SHA for 04642a7 - Browse repository at this point
Copy the full SHA 04642a7View commit details -
Merge branch 'feature/remove_sun1999' into feature/glacier
Joe Hamman committedMar 5, 2014 Configuration menu - View commit details
-
Copy full SHA for 9f2ca4a - Browse repository at this point
Copy the full SHA 9f2ca4aView commit details
Commits on Mar 7, 2014
-
Fixes to glacier implementation
- Applied timescaling in V-A scaling glacier model - Fixed bugs in snow->ice conversion in solve_snow.c
Joe Hamman committedMar 7, 2014 Configuration menu - View commit details
-
Copy full SHA for 5e606de - Browse repository at this point
Copy the full SHA 5e606deView commit details
Commits on Mar 8, 2014
-
Add snow density output variables, add iwq to state files, added glac…
…ier specific parameters to vicNl_def.h, formating changes to display_current_settings.c
Joe Hamman committedMar 8, 2014 Configuration menu - View commit details
-
Copy full SHA for 9c175c2 - Browse repository at this point
Copy the full SHA 9c175c2View commit details
Commits on Mar 10, 2014
-
add check to make sure elevation bands are ordered from high to low w…
…hen glacier model is on
Joe Hamman committedMar 10, 2014 Configuration menu - View commit details
-
Copy full SHA for 35476a4 - Browse repository at this point
Copy the full SHA 35476a4View commit details
Commits on Mar 13, 2014
-
Port DHSVM glacier snow melt code to VIC.
Joe Hamman committedMar 13, 2014 Configuration menu - View commit details
-
Copy full SHA for a26602b - Browse repository at this point
Copy the full SHA a26602bView commit details
Commits on Mar 17, 2014
-
Fixes to snow_melt.c to ovoid nan propogation (divide by zero) when P…
…ackSwq is depleted.
Joe Hamman committedMar 17, 2014 Configuration menu - View commit details
-
Copy full SHA for 4589427 - Browse repository at this point
Copy the full SHA 4589427View commit details
Commits on Mar 18, 2014
-
read gl_active regardless of whether or not GLACIER is True (same beh…
…avior as fs_active)
Joe Hamman committedMar 18, 2014 Configuration menu - View commit details
-
Copy full SHA for 313f9f6 - Browse repository at this point
Copy the full SHA 313f9f6View commit details -
add glacier variables to default snow and snowbands output files when…
… options.glacier > 0
Joe Hamman committedMar 18, 2014 Configuration menu - View commit details
-
Copy full SHA for dc523cb - Browse repository at this point
Copy the full SHA dc523cbView commit details
Commits on Mar 24, 2014
-
Fixes to glacier model application:
- formating and style changes - strengthened warnings and errors when inputs were not correct - add default glacier variables to snow and snow_band ouput files - removed unused variables - removed commented out code - fixes to snow_melt.c code (IN PROGRESS)
Joe Hamman committedMar 24, 2014 Configuration menu - View commit details
-
Copy full SHA for 3321c2c - Browse repository at this point
Copy the full SHA 3321c2cView commit details
Commits on Mar 28, 2014
-
Merge branch 'develop' of github.com:UW-Hydro/VIC into feature/glacier
Joe Hamman committedMar 28, 2014 Configuration menu - View commit details
-
Copy full SHA for b765510 - Browse repository at this point
Copy the full SHA b765510View commit details -
Merge branch 'feature/glacier-snowmelt' into feature/glacier
Conflicts: src/output_list_utils.c src/read_soilparam.c src/set_output_defaults.c
Joe Hamman committedMar 28, 2014 Configuration menu - View commit details
-
Copy full SHA for ebd59ae - Browse repository at this point
Copy the full SHA ebd59aeView commit details
Commits on Apr 29, 2014
-
updates to snow_melt.c for glacier code.
Joe Hamman committedApr 29, 2014 Configuration menu - View commit details
-
Copy full SHA for d5dc8ea - Browse repository at this point
Copy the full SHA d5dc8eaView commit details
Commits on May 6, 2014
-
Merge remote-tracking branch 'upstream/develop' into feature/glacier
Conflicts: src/display_current_settings.c src/full_energy.c src/global.h src/solve_snow.c src/vicNl.h src/write_snow_data.c
Joe Hamman committedMay 6, 2014 Configuration menu - View commit details
-
Copy full SHA for 697004f - Browse repository at this point
Copy the full SHA 697004fView commit details
Commits on May 8, 2014
-
remove old gl_flow code, replaced with vicerror. Bibi Naz is currentl…
…y developing the gl_flow code and will be included later.
Joe Hamman committedMay 8, 2014 Configuration menu - View commit details
-
Copy full SHA for e0c4acb - Browse repository at this point
Copy the full SHA e0c4acbView commit details
Commits on May 21, 2014
-
Joe Hamman committed
May 21, 2014 Configuration menu - View commit details
-
Copy full SHA for 4a725a3 - Browse repository at this point
Copy the full SHA 4a725a3View commit details
Commits on May 22, 2014
-
overhaul of snow_melt.c, still includes mass balance errors
Joe Hamman committedMay 22, 2014 Configuration menu - View commit details
-
Copy full SHA for 0e0b911 - Browse repository at this point
Copy the full SHA 0e0b911View commit details
Commits on May 23, 2014
-
Joe Hamman committed
May 23, 2014 Configuration menu - View commit details
-
Copy full SHA for 4a63574 - Browse repository at this point
Copy the full SHA 4a63574View commit details
Commits on May 27, 2014
-
add missing conditions to solve snow if only glacier present
Joe Hamman committedMay 27, 2014 Configuration menu - View commit details
-
Copy full SHA for 3244bd8 - Browse repository at this point
Copy the full SHA 3244bd8View commit details
Commits on May 28, 2014
-
clean up calc_surf_energy_bal.c using uncrustify, remove old commente…
…d out code.
Joe Hamman committedMay 28, 2014 Configuration menu - View commit details
-
Copy full SHA for e223274 - Browse repository at this point
Copy the full SHA e223274View commit details -
Joe Hamman committed
May 28, 2014 Configuration menu - View commit details
-
Copy full SHA for 3028d98 - Browse repository at this point
Copy the full SHA 3028d98View commit details
Commits on May 30, 2014
-
clean up snowmelt code and rearange to reduce repeated code blocks
Joe Hamman committedMay 30, 2014 Configuration menu - View commit details
-
Copy full SHA for 512fe7c - Browse repository at this point
Copy the full SHA 512fe7cView commit details
Commits on Jul 1, 2014
-
Joe Hamman committed
Jul 1, 2014 Configuration menu - View commit details
-
Copy full SHA for 8414b45 - Browse repository at this point
Copy the full SHA 8414b45View commit details -
revert snow_melt.c to develop branch version
Joe Hamman committedJul 1, 2014 Configuration menu - View commit details
-
Copy full SHA for e2cd723 - Browse repository at this point
Copy the full SHA e2cd723View commit details
Commits on Jul 10, 2014
-
refactor of snow_melt routine for glacier model, small fix to v-a sca…
…ling alg.
Joe Hamman committedJul 10, 2014 Configuration menu - View commit details
-
Copy full SHA for c4089ba - Browse repository at this point
Copy the full SHA c4089baView commit details
Commits on Jul 14, 2014
-
fixes to snow_depth and removal of debugging code
Joe Hamman committedJul 14, 2014 Configuration menu - View commit details
-
Copy full SHA for 42bcc45 - Browse repository at this point
Copy the full SHA 42bcc45View commit details
Commits on Aug 26, 2014
-
Merge remote-tracking branch 'upstream/develop' into feature/glacier
Conflicts: src/calc_surf_energy_bal.c src/display_current_settings.c src/full_energy.c src/global.h src/vicNl_def.h
Joe Hamman committedAug 26, 2014 Configuration menu - View commit details
-
Copy full SHA for 7173d01 - Browse repository at this point
Copy the full SHA 7173d01View commit details
Commits on Aug 28, 2014
-
remove unused variables from snow routines
Joe Hamman committedAug 28, 2014 Configuration menu - View commit details
-
Copy full SHA for 6cb0551 - Browse repository at this point
Copy the full SHA 6cb0551View commit details -
remove old version of snow_melt code
Joe Hamman committedAug 28, 2014 Configuration menu - View commit details
-
Copy full SHA for a4b6605 - Browse repository at this point
Copy the full SHA a4b6605View commit details -
remove hard coded literals from snow routines
Joe Hamman committedAug 28, 2014 Configuration menu - View commit details
-
Copy full SHA for e084d01 - Browse repository at this point
Copy the full SHA e084d01View commit details
Commits on Aug 29, 2014
-
add validation checks for Glacier option, currently disallowing all s…
…patial snow, blowing snow, and compute treeline options -- eventually these should work.
Joe Hamman committedAug 29, 2014 Configuration menu - View commit details
-
Copy full SHA for ad8ee0d - Browse repository at this point
Copy the full SHA ad8ee0dView commit details -
add validation checks for Glacier option, currently disallowing all s…
…patial snow, blowing snow, and compute treeline options -- eventually these should work.
Joe Hamman committedAug 29, 2014 Configuration menu - View commit details
-
Copy full SHA for 6ab7843 - Browse repository at this point
Copy the full SHA 6ab7843View commit details -
Merge branch 'feature/glacier' of github.com:jhamman/VIC into feature…
…/glacier Conflicts: src/get_global_param.c
Joe Hamman committedAug 29, 2014 Configuration menu - View commit details
-
Copy full SHA for d75fa6c - Browse repository at this point
Copy the full SHA d75fa6cView commit details
Commits on Sep 3, 2014
-
clean up of snow routines, ran uncrustify and moved frequently used f…
…ormulas to functions in snow_utility.c
Joe Hamman committedSep 3, 2014 Configuration menu - View commit details
-
Copy full SHA for c6a4a06 - Browse repository at this point
Copy the full SHA c6a4a06View commit details -
created physics.c to handle frequently used functions such as the Ste…
…fan Boltzman Law, latent heat of vaporization, etc.
Joe Hamman committedSep 3, 2014 Configuration menu - View commit details
-
Copy full SHA for d95738f - Browse repository at this point
Copy the full SHA d95738fView commit details -
remove leading # in ascii header, allows for easier parsing in Pandas
Joe Hamman committedSep 3, 2014 Configuration menu - View commit details
-
Copy full SHA for a541fc7 - Browse repository at this point
Copy the full SHA a541fc7View commit details -
clean up hard coded literals in code, move some lake and blowing snow…
… constants to vicNl_def.h
Joe Hamman committedSep 3, 2014 Configuration menu - View commit details
-
Copy full SHA for 905ef48 - Browse repository at this point
Copy the full SHA 905ef48View commit details -
Joe Hamman committed
Sep 3, 2014 Configuration menu - View commit details
-
Copy full SHA for e3592f0 - Browse repository at this point
Copy the full SHA e3592f0View commit details
Commits on Sep 4, 2014
-
fix bug in standard output file variables when glacier is true
Joe Hamman committedSep 4, 2014 Configuration menu - View commit details
-
Copy full SHA for 97bfaca - Browse repository at this point
Copy the full SHA 97bfacaView commit details -
remove debugging code from glacier.c
Joe Hamman committedSep 4, 2014 Configuration menu - View commit details
-
Copy full SHA for 7d28cb0 - Browse repository at this point
Copy the full SHA 7d28cb0View commit details -
fixes to snow_to_ice conversion and addition of coldcontent conservat…
…ion to glacier model
Joe Hamman committedSep 4, 2014 Configuration menu - View commit details
-
Copy full SHA for 14696ab - Browse repository at this point
Copy the full SHA 14696abView commit details
Commits on Sep 24, 2014
-
Merge branch 'feature/print_library' into feature/glacier
Conflicts: src/Makefile src/vicNl_def.h
Joe Hamman committedSep 24, 2014 Configuration menu - View commit details
-
Copy full SHA for 119d42f - Browse repository at this point
Copy the full SHA 119d42fView commit details -
Merge branch 'feature/print_library' into feature/glacier
Joe Hamman committedSep 24, 2014 Configuration menu - View commit details
-
Copy full SHA for d3c59ba - Browse repository at this point
Copy the full SHA d3c59baView commit details -
Joe Hamman committed
Sep 24, 2014 Configuration menu - View commit details
-
Copy full SHA for 7c50e1d - Browse repository at this point
Copy the full SHA 7c50e1dView commit details
There are no files selected for viewing
Uh oh!
There was an error while loading. Please reload this page.