Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build several perturbed runs by passing multiple fort.22 filenames #84

Closed
ghost opened this issue Apr 20, 2021 · 10 comments · Fixed by #90
Closed

build several perturbed runs by passing multiple fort.22 filenames #84

ghost opened this issue Apr 20, 2021 · 10 comments · Fixed by #90
Labels
enhancement New feature or request

Comments

@ghost
Copy link

ghost commented Apr 20, 2021

in the runs dictionary in configure_modeldriver.json

@WPringle do you have some perturbed fort.22 files that I could use to test with?

@ghost ghost added the enhancement New feature or request label Apr 20, 2021
@ghost ghost self-assigned this Apr 20, 2021
@WPringle
Copy link
Contributor

Still working on that this afternoon. I'll share this repo I'm working on with you. See the Storm-Surge-Mesh-Subsetting/ATCF/make_storm_ensemble.py file within that which trying to use to generate the ensembles.

@WPringle
Copy link
Contributor

WPringle commented Apr 20, 2021

@zacharyburnettNOAA the make_storm_ensemble.py can now produce ensembles for Vmax. Need one more update to also change central pressure in congruence with Vmax.

example command line call for Hurricane Florence:
python3 make_storm_ensemble.py 3 al062018 2018091106

will make 3 perturbations outputting the original fort.22 and 3 other fort.22s

@WPringle
Copy link
Contributor

Cleaned up the script and now perturbs central pressure along with Vmax at the same time.

@ghost
Copy link
Author

ghost commented Apr 21, 2021

Cleaned up the script and now perturbs central pressure along with Vmax at the same time.

I'm getting an error when trying to set the ._df attribute, I'll look into the code WPringle/Storm-Surge-Mesh-Subsetting#2

@ghost ghost mentioned this issue Apr 21, 2021
3 tasks
@WPringle
Copy link
Contributor

WPringle commented Apr 21, 2021

Yep I've been using that PR adcircpy with the _df setter. Eventually, I think will be better to improve the best_track module itself and add some of the options from the make_storm_ensemble into it.

@ghost ghost linked a pull request Apr 22, 2021 that will close this issue
@ghost
Copy link
Author

ghost commented Apr 22, 2021

I've generated a set of hotstart configurations in the following directory:

/scratch2/COASTAL/coastal/save/shared/working/zach/nems_adcirc/run_20210422_hsofs_250m_v1.0_besttrack_maxwinds

this is still using the unsubsetted mesh; my next item on the todo is to make a run incorporating the subsetted mesh

@ghost ghost closed this as completed in #90 Apr 22, 2021
@ghost
Copy link
Author

ghost commented Apr 22, 2021

currently running jobs:

   JOBID CPU NODE WORK_DIR                                                                                                         NAME
18228203 640 16   /scratch2/COASTAL/coastal/save/shared/working/zach/nems_adcirc/run_20210422_hsofs_250m_v1.0/runs/unperturbed     ADC_HOT_RUN
18228846 600 15   /scratch2/COASTAL/coastal/save/shared/working/zach/nems_adcirc/run_20210422_hsofs_250m_v1.0_besttrack_maxwinds/c ADC_COLD_RUN
18228847 1   1    /scratch2/COASTAL/coastal/save/shared/working/zach/nems_adcirc/run_20210422_hsofs_250m_v1.0_besttrack_maxwinds/r ADC_MESH_DECOMP
18228848 601 16   /scratch2/COASTAL/coastal/save/shared/working/zach/nems_adcirc/run_20210422_hsofs_250m_v1.0_besttrack_maxwinds/r ADC_HOT_RUN
18228849 1   1    /scratch2/COASTAL/coastal/save/shared/working/zach/nems_adcirc/run_20210422_hsofs_250m_v1.0_besttrack_maxwinds/r ADC_MESH_DECOMP
18228850 601 16   /scratch2/COASTAL/coastal/save/shared/working/zach/nems_adcirc/run_20210422_hsofs_250m_v1.0_besttrack_maxwinds/r ADC_HOT_RUN
18228851 1   1    /scratch2/COASTAL/coastal/save/shared/working/zach/nems_adcirc/run_20210422_hsofs_250m_v1.0_besttrack_maxwinds/r ADC_MESH_DECOMP
18228852 601 16   /scratch2/COASTAL/coastal/save/shared/working/zach/nems_adcirc/run_20210422_hsofs_250m_v1.0_besttrack_maxwinds/r ADC_HOT_RUN

@ghost ghost reopened this Apr 22, 2021
@ghost
Copy link
Author

ghost commented Apr 29, 2021

3 perturbations

maxwinds_1.22  maxwinds_10.22  maxwinds_11.22

currently running at

/scratch2/COASTAL/coastal/save/shared/working/zach/nems_adcirc/run_20210429_hsofs_120m_subsetflo_besttrack_maxwinds

currently running jobs:

   JOBID CPU NODE WORK_DIR                                                                                          NAME
18426178 640 16   /scratch2/COASTAL/coastal/save/shared/working/zach/nems_adcirc/run_20210429_hsofs_120m_subsetflo_ ADCIRC_HOTSTART
18426180 640 16   /scratch2/COASTAL/coastal/save/shared/working/zach/nems_adcirc/run_20210429_hsofs_120m_subsetflo_ ADCIRC_HOTSTART
18426182 640 16   /scratch2/COASTAL/coastal/save/shared/working/zach/nems_adcirc/run_20210429_hsofs_120m_subsetflo_ ADCIRC_HOTSTART

@ghost
Copy link
Author

ghost commented Apr 29, 2021

related to #86

@ghost
Copy link
Author

ghost commented May 5, 2021

it looks like the fort.22 input is working well, so I will close this issue and fold the best track effort into #87

@ghost ghost closed this as completed May 5, 2021
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant