Skip to content

Commit 6a8ae2e

Browse files
author
Benoit Thieurmel
committed
fix rhdf5 export names
1 parent 09d9b82 commit 6a8ae2e

File tree

6 files changed

+14
-34
lines changed

6 files changed

+14
-34
lines changed

R/h5_timeManagement.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,6 @@ writeTime <- function(data, path, group){
128128
.requireRhdf5_Antares()
129129
time <- getTime(data, group)
130130
group <- paste0(group, "/time")
131-
rhdf5::h5write.default(time, path, group)
131+
rhdf5::h5write(time, path, group)
132132
rhdf5::h5closeAll()
133133
}

R/h5_writeData.R

+2-2
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ writeDataType <- function(data,
124124
dimData[4]))
125125
fid <- rhdf5::H5Fopen(path)
126126
# dimStructure$reCalcVar <- rep("NoVariable", 100)
127-
rhdf5::h5writeDataset.list(dimStructure, fid, structData, level = compress)
127+
rhdf5::h5writeDataset(dimStructure, fid, structData, level = compress)
128128
rhdf5::H5Fclose(fid)
129129
structNew <- paste0(structData, "/reCalcVar")
130130
rhdf5::h5createDataset(path, structNew, storage.mode = "character", level = compress , dims = 300,
@@ -151,7 +151,7 @@ writeDataType <- function(data,
151151

152152
#Write data
153153
fid <- rhdf5::H5Fopen(path)
154-
rhdf5::h5writeDataset.array(obj = arrayDatatowrite, fid, groupData, index = index)
154+
rhdf5::h5writeDataset(obj = arrayDatatowrite, fid, groupData, index = index)
155155
rhdf5::H5Fclose(fid)
156156
NULL
157157
}

R/h5_writeH5ByYear.R

+4-4
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ writeAntaresH5 <- function(path = NULL, timeSteps = c("hourly", "daily", "weekly
418418

419419
attrib <- attributes(res)
420420
s <- serialize(attrib, NULL, ascii = TRUE)
421-
rhdf5::h5write.default(rawToChar(s), path, paste0(timeStep, "/attrib"))
421+
rhdf5::h5write(rawToChar(s), path, paste0(timeStep, "/attrib"))
422422

423423
# .writeAttributes(res = res, path = path, timeStep = timeStep)
424424

@@ -432,22 +432,22 @@ writeAntaresH5 <- function(path = NULL, timeSteps = c("hourly", "daily", "weekly
432432
layout <- suppressWarnings(suppressMessages(readLayout()))
433433
}
434434
s <- serialize(layout, NULL, ascii = TRUE)
435-
rhdf5::h5write.default(rawToChar(s), path, paste0(timeStep, "/inputs/layout"))
435+
rhdf5::h5write(rawToChar(s), path, paste0(timeStep, "/inputs/layout"))
436436

437437
if(messageS){
438438
cldesc <- readClusterDesc()
439439
}else{
440440
cldesc <- suppressWarnings(suppressMessages(readClusterDesc()))
441441
}
442442
s <- serialize(cldesc, NULL, ascii = TRUE)
443-
rhdf5::h5write.default(rawToChar(s), path, paste0(timeStep, "/inputs/cldesc"))
443+
rhdf5::h5write(rawToChar(s), path, paste0(timeStep, "/inputs/cldesc"))
444444
if(messageS){
445445
bc <- readBindingConstraints()
446446
}else{
447447
bc <- suppressWarnings(suppressMessages(readBindingConstraints()))
448448
}
449449
s <- serialize(bc, NULL, ascii = TRUE)
450-
rhdf5::h5write.default(rawToChar(s), path, paste0(timeStep, "/inputs/buildingcte"))
450+
rhdf5::h5write(rawToChar(s), path, paste0(timeStep, "/inputs/buildingcte"))
451451

452452
}
453453

R/h5utils.R

-20
Original file line numberDiff line numberDiff line change
@@ -24,23 +24,3 @@ isH5Opts <- function(opts){
2424
})
2525
names(timeSteps[which(timeSteps == TRUE)])
2626
}
27-
28-
# .writeAttributes <- function(res = NULL, path = NULL, timeStep = "hourly", fid = NULL, attributes = NULL)
29-
# {
30-
# .requireRhdf5_Antares()
31-
#
32-
# if(is.null(attributes))
33-
# {
34-
# attrib <- attributes(res)
35-
# }else{
36-
# attrib <- attributes
37-
# }
38-
# s <- serialize(attrib, NULL, ascii = TRUE)
39-
# if(!is.null(path))
40-
# {
41-
# rhdf5::h5write.default(rawToChar(s), path, paste0(timeStep, "/attrib"))
42-
# }else{
43-
# did <- rhdf5::H5Dopen(fid, paste0(timeStep, "/attrib"))
44-
# rhdf5::H5Dwrite(did, rawToChar(s))
45-
# }
46-
# }

R/zzz.R

+4-4
Original file line numberDiff line numberDiff line change
@@ -116,13 +116,12 @@ rhdf5_message <- "This function require 'rhdf5' (>= 2.24.0) package.
116116
biocLite('rhdf5')"
117117

118118
# !! parameter versionCheck of requireNamespace does not work correctly, use utils::package_version instead
119-
.requireRhdf5_Antares<-function(stopP = TRUE){
119+
.requireRhdf5_Antares <- function(stopP = TRUE){
120120
if(.check_rhdf5(stopP = stopP)){
121121
if(.check_rhdf5_version(stopP = stopP)){
122122
return(TRUE)
123123
}
124124
}
125-
126125
return(FALSE)
127126
}
128127

@@ -156,8 +155,9 @@ pkgEnvAntareasH5 <- new.env()
156155

157156
pkgEnvAntareasH5$varAreas <- c("OV. COST", "OP. COST", "MRG. PRICE", "CO2 EMIS.", "BALANCE",
158157
"ROW BAL.", "PSP", "MISC. NDG", "LOAD", "H. ROR", "WIND", "SOLAR",
159-
"NUCLEAR", "LIGNITE", "COAL", "GAS", "OIL", "MIX. FUEL", "MISC. DTG", "H. STOR",
160-
"UNSP. ENRG", "SPIL. ENRG", "LOLD", "LOLP", "AVL DTG", "DTG MRG", "MAX MRG", "NP COST", "NODU")
158+
"NUCLEAR", "LIGNITE", "COAL", "GAS", "OIL", "MIX. FUEL", "MISC. DTG",
159+
"H. STOR", "UNSP. ENRG", "SPIL. ENRG", "LOLD", "LOLP", "AVL DTG",
160+
"DTG MRG", "MAX MRG", "NP COST", "NODU")
161161

162162
pkgEnvAntareasH5$varAreas <- as.vector(sapply(pkgEnvAntareasH5$varAreas, function(X){paste0(X, c("", "_min", "_max", "_std"))}))
163163

tests/testthat/helper_init.R

+3-3
Original file line numberDiff line numberDiff line change
@@ -66,16 +66,16 @@ if (sourcedir != "") {
6666

6767
if(.requireRhdf5_Antares(stopP = FALSE) & .runH5Test){
6868

69-
path_v6 <- file.path(path0, "v6")
69+
path_v6 <- file.path(path0, "antares-test-study-v6")
7070
opts <- setSimulationPath(file.path(path_v6, "/test_case"))
7171
suppressMessages({
7272
suppressWarnings({
7373

7474
#On cran we have only 2 threads so nbCore <- 1
7575
if(.runH5Test){
76-
nbCoresTestHelper<-4
76+
nbCoresTestHelper <- 4
7777
}else{
78-
nbCoresTestHelper<-1
78+
nbCoresTestHelper <- 1
7979
}
8080
writeAntaresH5(path = path_v6,
8181
misc = TRUE, thermalAvailabilities = TRUE,

0 commit comments

Comments
 (0)