Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 9151d39

Browse files
fix(save): fill missing values before generating EPW files (#87)
1 parent d9680b2 commit 9151d39

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

‎DESCRIPTION‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: epwshiftr
22
Title: Create Future 'EnergyPlus' Weather Files using 'CMIP6' Data
3-
Version: 0.1.4
3+
Version: 0.1.4.9001
44
Authors@R: c(
55
person(given = "Hongyuan",
66
family = "Jia",

‎NEWS.md‎

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# eplusr (development version)
2+
3+
## Bug fixes
4+
5+
* `future_epw()` now correctly handles missing values when generating future
6+
weather files.
7+
18
# epwshiftr 0.1.4
29

310
## Major changes

‎R/morph.R‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1020,6 +1020,8 @@ future_epw <- function (morphed, by = c("experiment", "source", "interval"),
10201020
)
10211021
# nocov end
10221022
}
1023+
# fill abnormal data, including missing values with special values
1024+
new_epw$fill_abnormal(missing = TRUE, out_of_range = TRUE, special = TRUE)
10231025
new_epw$save(output[i], overwrite = overwrite)
10241026

10251027
new_epw

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /