[FEAT-UI/Lambda]: User inputs need for JPM are in the JPM UI
Open
@martyheynbah is already working on this.
Since Jun 29, 2026.
2SP
- Dominant language
- No language data
- Stars
- 2
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Confirm that we have all of the data necessary in the JPM UI to run the JPM Lambda
Confirm this using Triet and the eurotop script in the stormsim repo
Here is the current known data needed:
[
config = {
“inputs”: {“data_file”: “jpm_input.parquet”}, # N×4 parquet: [timestamp, response, skew_tides, DSW]
“outputs”: {“local_directory”: out_folder, “filename”: “sp1”},
“jpm_params”: { # InputData fields
“flag_value”: [],
“slc”: 0.0
},
“jpm_options”: { # Options (pydantic) fields
“ua”: 0.37, “ur”: 0.58,
“integration_mode”: “ITCS”, # ITCS for surge/Hm0/Tp; ATCS otherwise
“uncertainty_mode”: “combined”,
“tide_mode”: “none”,
“percentiles”: [16, 84],
“return_table”: True,
“use_aep”: False
}
}]
if data is missing please document and add the necessary input fields to the UI
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.