-
Notifications
You must be signed in to change notification settings - Fork 3
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
run BestTrack
on 120m mesh v2.2 on Hera
#77
Comments
current BestTrack JSON: CoupledModelDriver/coupledmodeldriver/configure/forcings/base.py Lines 164 to 202 in 4ff84fa
|
this issue is related to #56 |
BestTrack
on 120m mesh v2.2BestTrack
on 120m mesh v2.2 on Hera
this command should work: initialize_adcirc \
--output-directory run_adcirconly_besttrack_hsofs_250m \
--mesh-directory /scratch2/COASTAL/coastal/save/shared/models/meshes/hsofs/250m/v1.0 \
--modeled-start-time 20121022T060000 \
--modeled-duration 04:05:00:00 \
--modeled-timestep 00:00:02 \
--tidal-spinup-duration 12:06:00:00 \
--platform HERA \
--adcirc-processors 600 \
--adcirc-executable /scratch2/COASTAL/coastal/save/shared/repositories/ADC-WW3-NWM-NEMS/ADCIRC/work/padcirc \
--adcprep-executable /scratch2/COASTAL/coastal/save/shared/repositories/ADC-WW3-NWM-NEMS/ADCIRC/work/adcprep \
--modulefile /scratch2/COASTAL/coastal/save/shared/repositories/ADC-WW3-NWM-NEMS/modulefiles/envmodules_intel.hera \
--job-duration 06:00:00 \
--forcings tidal,besttrack \
--tidal-source TPXO \
--tidal-path /scratch2/COASTAL/coastal/save/shared/models/forcings/tides/h_tpxo9.v1.nc \
--besttrack-storm-id sandy2012 |
the run at Here is the code to convert the forcing from a CoupledModelDriver/coupledmodeldriver/configure/forcings/base.py Lines 186 to 193 in 4ff84fa
Then, add forcings to mesh: CoupledModelDriver/coupledmodeldriver/configure/models.py Lines 201 to 216 in a7bf10e
|
the surface output fort63_dataset = Dataset('/scratch2/COASTAL/coastal/save/shared/working/zach/adcirc/run_20210413_hsofs_250m_besttrack/runs/run_1/fort.63.nc')
print(fort63_dataset['zeta'].shape)
|
Perhaps the output frequency? |
updated the code setting the output frequency: CoupledModelDriver/coupledmodeldriver/configure/models.py Lines 284 to 346 in 4eea406
120m v2.2 besttrack run outputs w/ stations, 2021-04-14for the run in
It looks like fort61_dataset = Dataset(COLDSTART_DIRECTORY / 'fort.61.nc')
print({variable_name: variable.shape for variable_name, variable in fort61_dataset.variables.items()})
fort63_dataset = Dataset(COLDSTART_DIRECTORY / 'fort.63.nc')
print({variable_name: variable.shape for variable_name, variable in fort63_dataset.variables.items()})
|
From NSPOOL**
it looks like the output frequency is still set to 12.25 seconds, even though I wanted 400 seconds for surface. I will look in the code |
Check you values for start, end and steps: TOUTS, TOUTFE, NSPOOLE
https://adcirc.org/home/documentation/users-manual-v53/parameter-definitions#TOUTSE
…On Thu, Apr 15, 2021 at 8:40 AM Zachary Burnett ***@***.***> wrote:
From
/scratch2/COASTAL/coastal/save/shared/working/zach/adcirc/run_20210414_hsofs_120m_v2.2_besttrack/coldstart/fort.15
NSPOOL**
-5 12.25 12.25 1 ! NOUTE TOUTSE TOUTFE NSPOOLE
-5 12.25 12.25 1 ! NOUTV TOUTSV TOUTFV NSPOOLV
-5 12.250000 12.250000 1 ! NOUTGE TOUTSGE TOUTFGE NSPOOLGE
-5 12.250000 12.250000 1 ! NOUTGV TOUTSGV TOUTFGV NSPOOLGV
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#77 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AQ3T4UMRAWNIHQT2QYNKYYLTI3NERANCNFSM423O6MLA>
.
--
Jaime R. Calzada
UCAR
Marine Modeling and Analysis Branch
National Ocean Service / Office of Coast Survey Development Laboratory
National Oceanic and Atmospheric Administration
1315 East West Highway, N/CS13
Silver Spring, MD 20910-3282
phone: (301) 713-2809 x 119 <%28301%29%20713-2809%20x103>
mobile: (787) 484-6944 <%28201%29%20539-1679>
|
blocked by oceanmodeling/adcircpy#76 when passing CoupledModelDriver/coupledmodeldriver/configure/models.py Lines 293 to 309 in 7e8dfb9
|
issue solved by oceanmodeling/adcircpy#77 |
added |
run completed successfully at |
Set up a BestTrack JSON configuration to run ADCIRC with BestTrack, unperturbed
Jaime has built a makefile system to run besttrack with parameters here: https://github.com/JaimeCalzadaNOAA/coastal-act/blob/updates/tasks/test_Mesh_120m_v22/best_track_storms/Makefile
The text was updated successfully, but these errors were encountered: