Skip to content
Snippets Groups Projects
Commit b0494f38 authored by Clayton, Brandon Scott's avatar Clayton, Brandon Scott
Browse files

Merge branch 'aws' into 'main'

AWS: remove config

See merge request !231
parents 7df0b1c2 294aef8d
No related branches found
No related tags found
1 merge request!231AWS: remove config
Pipeline #481453 passed with warnings
...@@ -65,15 +65,9 @@ export interface NshmpConfig { ...@@ -65,15 +65,9 @@ export interface NshmpConfig {
/** URL to site file. */ /** URL to site file. */
siteFileUrl: string; siteFileUrl: string;
/** Intensity measure level for deagg-epsilon */
iml?: number;
/** Path inside model tarball for hazard code to run */ /** Path inside model tarball for hazard code to run */
modelPath?: string; modelPath?: string;
/** Return period for deagg */
returnPeriod?: number;
/** /**
* The URL to the repository of the hazard to use. * The URL to the repository of the hazard to use.
*/ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment