Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add support for 25km #869

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion docs/Development/ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,10 @@ This is a minor update from VIC 5.0.1. The VIC 5.1.0 includes new features, such

1. [GH#866](https://github.com/UW-Hydro/VIC/pull/866)

- Updates the default output variables for the CESM driver. Also updates the VIC5 parameter file location to be the RASM inputdata directory and updates the name of the VIC5 parameter file to the new VIC5 parameters.
- Updates the default output variables for the CESM driver. Also updates the VIC5 parameter file location to be the RASM inputdata directory and updates the name of the VIC5 parameter file to the new VIC5 parameters.

1. [GH#869](https://github.com/UW-Hydro/VIC/pull/869)
- Adds support to the CESM driver for 25km resolution RASM runs.

3. Speed up NetCDF operations in the image/CESM drivers ([GH#684](https://github.com/UW-Hydro/VIC/pull/684))

Expand Down
6 changes: 6 additions & 0 deletions vic/drivers/cesm/bld/vic.inputfiles.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,9 @@ vic_domain = ${DIN_LOC_ROOT}/share/domains/domain.lnd.wr50a_ar9v4.100920.nc
vic_params = ${DIN_LOC_ROOT}/lnd/vic/param/new_vic5_params_wr50a_ar9v4_all_options.nc
vic_global_param = vic.globalconfig.txt
vic_constants = vic.constants.txt

[wr25b]
vic_domain = ${DIN_LOC_ROOT}/share/domains/domain.lnd.wr25b_ar9v4.170413.nc
vic_params = ${DIN_LOC_ROOT}/lnd/vic/param/new_vic5_params_wr25b_ar9v4_all_options.nc
vic_global_param = vic.globalconfig.txt
vic_constants = vic.constants.txt