forked from jbedia/fireDanger
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
30 changed files
with
545 additions
and
1,747 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
^.*\.Rproj$ | ||
^\.Rproj\.user$ | ||
ignore |
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,17 @@ | ||
# Generated by roxygen2 (4.1.1): do not edit by hand | ||
# Generated by roxygen2: do not edit by hand | ||
|
||
export(fwi) | ||
export(fwi1D) | ||
export(fwiGrid) | ||
export(fwiSkill) | ||
export(fwiWorld) | ||
export(indexOperative) | ||
export(plotFwiSkill) | ||
export(wfwiOP) | ||
import(downscaleR) | ||
import(loadeR.ECOMS) | ||
importFrom(abind,abind) | ||
importFrom(downscaleR,aggregateGrid) | ||
importFrom(downscaleR,climatology) | ||
importFrom(downscaleR,getGrid) | ||
importFrom(downscaleR,getYearsAsINDEX) | ||
importFrom(downscaleR,interpGrid) | ||
importFrom(downscaleR,makeMultiGrid) | ||
importFrom(downscaleR,subsetGrid) | ||
importFrom(easyVerification,veriApply) | ||
importFrom(parallel,detectCores) | ||
importFrom(parallel,makeCluster) | ||
importFrom(abind,asub) | ||
importFrom(parallel,parLapply) | ||
importFrom(parallel,splitIndices) | ||
importFrom(stats,complete.cases) | ||
importFrom(transformeR,array3Dto2Dmat) | ||
importFrom(transformeR,getDim) | ||
importFrom(transformeR,getShape) | ||
importFrom(transformeR,getYearsAsINDEX) | ||
importFrom(transformeR,mat2Dto3Darray) | ||
importFrom(transformeR,parallelCheck) | ||
importFrom(transformeR,redim) | ||
importFrom(transformeR,subsetGrid) |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
New in fireDanger | ||
================= | ||
|
||
* Depends from transformeR, eliminated dependencies from downscaleR and loadeR.ECOMS | ||
* Calculation of all FWI System components from grids | ||
* FWI spin.up argument introduced to consider user-selected spin-up periods | ||
* New version to preserve missing values of the input series (i.e. temporal i/o consistency) | ||
* Deleted the implicit removal of first month in `fwiGrid` (`subsetGrid` can be optionally applied after FWI calculation) | ||
* Bug fix in latitudinal chunking | ||
* Other minor bug fixes and enhancements | ||
* Documentation updates |
This file contains 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
Oops, something went wrong.