Open marcadella opened 1 week ago
This would also affect the generation of pmodel
drivers.
The README.md
states that the use https://github.com/geco-bern/FluxDataKit/blob/main/analysis/05_generate_demo_rsofun_drivers.R. However, this script has disappeared in the meantime. For the phydro branch the forcing input is anyway extended with the columns: forcing
, forcing_24h
, forcing_daytime
, and forcing_3hrmax
fdk_format_drivers()
) including the columns: forcing
, forcing_24h
, forcing_daytime
, and forcing_3hrmax
The mentioning of rsofun/data-raw/generate_biomee_driver_data.R
can be removed from FluxDataKit. The complete driver object for all sites and years is generated in FluxDataKit (analysis/02_batch_format_rsofun_drivers.R
). In rsofun, let's keep the scripts that generate the demo data from that (subsetting to one site and a couple of years within that). This is done by data-raw/generate_biomee_driver_data.R
and data-raw/generate_pmodel_driver_data.R
. In that sense, I think there is no change needed for creating the P-model drivers. But then, the BiomeE drivers generated by rsofun/data-raw/generate_biomee_driver_data.R
may be updated?
The way I understand it, there are the following tasks still to be done:
rsofun
data generation from the FluxDataKit repository [EDIT: following this PR: https://github.com/geco-bern/FluxDataKit/pull/101]
data-raw
-folder of the repo rsofun
p-model
it should use analysis/b_02_batch_format_rsofun_drivers.R
from the updated FDK PRBiomeE
there is already a script generate_biomee_driver_data.R
data-raw
-folder of the repo rsofun
also contains data needed for the generation
BiomeE
this is CH-LAE_forcing.rda
p-model
should we add a reduced FDK csv (containing only FR-Pue
, Reichetal_Colorado
, Reichetal_New_Mexico
, Reichetal_Venezuela
, and Reichetal_Wisconsin
)?*.rda
-files in the data
-folder of the repo rsofun
Related to issue #228 and the fact that we are homogenizing the interfaces: should we move
rsofun/data-raw/generate_biomee_driver_data.R
to DataFluxKit? It looks like it is related to FluxDataKit/analysis/05_generate_demo_rsofun_drivers.R