Skip to content

Adding tricot rainfall indices into R-Instat #9426

Open
@lilyclements

Description

@lilyclements

The rainfall indices used in Tricot is "Total Rainfall", "SDII", and/or "Rx5day" "Max. 5 Days Precipitation" so we want to be able to get these indices:

  • Rx5day: maximum 5-day precipitation (mm)
  • Rtotal: total precipitation (mm) in wet days, rain >= 1 (mm)
  • SDII: simple daily intensity index, total precipitation divided by the number of wet days (mm/days)

This is run for each ID (essentially a "station")
This is run from a different start day depending on the "station" (defined by the planting_date variable in the covar data set)
All run for a length of 45 days

@rdstern are you able to outline to me if there is a way at the moment for us to calculate:

  1. The total precipitation on days with at least 1mm of rainfall from the planting_date variable in the covar data set to 45 days later (different planting_date for each "station")
    ( I can see how to do this with the "Climatic Summaries" dialog for the Rainfall Total, but not how to run this for rainfall above a threshold amount - unless I convert all rainfall amounts less than 1 to 0, which is easy enough!)
  2. The number of rainy days from the planting_date variable in the covar data set to 45 days later (different planting_date for each "station")
  3. The maximum 5 day precipitation from the planting_date variable in the covar data set to 45 days later (different planting_date for each "station")

Note that I am able to do 2. ordinarily, but, we want to look at it from the planting_date variable in the covar data set to 45 days later. I think you could probably quite quickly tell me if this is possible or not at the moment!

I've attached the CHIRPS data and corresponding data which defines the start year here.

They do have a few other rainfall indices which they look at. We can look at getting these into R-Instat too if we want!

Metadata

Metadata

Assignees

No one assigned

    Labels

    Tricot AnalysisRelated to the Tricot Analysis work (BMGF)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions