-
Notifications
You must be signed in to change notification settings - Fork 87
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
Owi integration #531
base: master
Are you sure you want to change the base?
Owi integration #531
Commits on Nov 23, 2021
-
Configuration menu - View commit details
-
Copy full SHA for f452624 - Browse repository at this point
Copy the full SHA f452624View commit details
Commits on Nov 27, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 776c79f - Browse repository at this point
Copy the full SHA 776c79fView commit details
Commits on Nov 28, 2021
-
Added subroutines to interpolate data in time and function to get cur…
…rent index based on time step
Configuration menu - View commit details
-
Copy full SHA for d170b67 - Browse repository at this point
Copy the full SHA d170b67View commit details
Commits on Nov 29, 2021
-
Added bilinear interpolation for wind velocities and pressure, added …
…u and v wind directions to storm object
Configuration menu - View commit details
-
Copy full SHA for 4c2eb7c - Browse repository at this point
Copy the full SHA 4c2eb7cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a307cf - Browse repository at this point
Copy the full SHA 9a307cfView commit details -
Fixed data type mismatch in set_owi_fields, added set_owi_fields to s…
…et_data_fields in storm_module.f90
Configuration menu - View commit details
-
Copy full SHA for a574aa1 - Browse repository at this point
Copy the full SHA a574aa1View commit details -
Configuration menu - View commit details
-
Copy full SHA for e0e2177 - Browse repository at this point
Copy the full SHA e0e2177View commit details -
Configuration menu - View commit details
-
Copy full SHA for df7756d - Browse repository at this point
Copy the full SHA df7756dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 47ea8c5 - Browse repository at this point
Copy the full SHA 47ea8c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ad3e61 - Browse repository at this point
Copy the full SHA 8ad3e61View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b34e42 - Browse repository at this point
Copy the full SHA 9b34e42View commit details
Commits on Dec 3, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 4e5606a - Browse repository at this point
Copy the full SHA 4e5606aView commit details -
Configuration menu - View commit details
-
Copy full SHA for af7865c - Browse repository at this point
Copy the full SHA af7865cView commit details
Commits on Dec 10, 2021
-
Configuration menu - View commit details
-
Copy full SHA for d0b268e - Browse repository at this point
Copy the full SHA d0b268eView commit details
Commits on Dec 13, 2021
-
Configuration menu - View commit details
-
Copy full SHA for c58c466 - Browse repository at this point
Copy the full SHA c58c466View commit details -
Removed reading speed from netcdf file, geoclaw can calculate itself
Cleaned up code by re-arranging subroutines into a more logical order Added comments
Configuration menu - View commit details
-
Copy full SHA for b892fad - Browse repository at this point
Copy the full SHA b892fadView commit details -
Modified makefile to automatically turn on openmp and use netcdf
Added lines to use breach_module.f90 if breaching is desired
Configuration menu - View commit details
-
Copy full SHA for e6732d6 - Browse repository at this point
Copy the full SHA e6732d6View commit details
Commits on Dec 20, 2021
-
Added logic for ghost cells to use the boundary values when x and y a…
…re outside the boundaries
Configuration menu - View commit details
-
Copy full SHA for e1beb66 - Browse repository at this point
Copy the full SHA e1beb66View commit details
Commits on Dec 27, 2021
-
Configuration menu - View commit details
-
Copy full SHA for f18af86 - Browse repository at this point
Copy the full SHA f18af86View commit details
Commits on Dec 30, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 229a5fa - Browse repository at this point
Copy the full SHA 229a5faView commit details -
Added RAMP function and ability to read eye location from storm file,…
… cleaned up code
Configuration menu - View commit details
-
Copy full SHA for 66c7d80 - Browse repository at this point
Copy the full SHA 66c7d80View commit details -
Changed data.py to use OWI rather than oceanweather in the storm data…
… type dictionary
Configuration menu - View commit details
-
Copy full SHA for 017f5dc - Browse repository at this point
Copy the full SHA 017f5dcView commit details
Commits on Jan 5, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 1e56f5d - Browse repository at this point
Copy the full SHA 1e56f5dView commit details
Commits on Jan 10, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 0906711 - Browse repository at this point
Copy the full SHA 0906711View commit details -
Configuration menu - View commit details
-
Copy full SHA for 54e2f06 - Browse repository at this point
Copy the full SHA 54e2f06View commit details -
Configuration menu - View commit details
-
Copy full SHA for c7abb4e - Browse repository at this point
Copy the full SHA c7abb4eView commit details
Commits on Jan 11, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 55ef9b4 - Browse repository at this point
Copy the full SHA 55ef9b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for b26816f - Browse repository at this point
Copy the full SHA b26816fView commit details
Commits on Feb 7, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 0193e91 - Browse repository at this point
Copy the full SHA 0193e91View commit details -
Configuration menu - View commit details
-
Copy full SHA for d11019e - Browse repository at this point
Copy the full SHA d11019eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5cacb96 - Browse repository at this point
Copy the full SHA 5cacb96View commit details
Commits on Feb 22, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 749a37d - Browse repository at this point
Copy the full SHA 749a37dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 10b54cf - Browse repository at this point
Copy the full SHA 10b54cfView commit details
Commits on Nov 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ffc551c - Browse repository at this point
Copy the full SHA ffc551cView commit details
Commits on Jan 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3958de6 - Browse repository at this point
Copy the full SHA 3958de6View commit details -
Added data derived storm characterization to storm.py and helper func…
…tions to data_storms.py. These functions allow reading in an oceanweather format style file and exports a netcdf that can be read into data_storms_module.f90
Configuration menu - View commit details
-
Copy full SHA for 2169ec9 - Browse repository at this point
Copy the full SHA 2169ec9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ac6997 - Browse repository at this point
Copy the full SHA 8ac6997View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e37b7a - Browse repository at this point
Copy the full SHA 7e37b7aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e0e8bd - Browse repository at this point
Copy the full SHA 0e0e8bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for e1d1285 - Browse repository at this point
Copy the full SHA e1d1285View commit details -
Configuration menu - View commit details
-
Copy full SHA for f807108 - Browse repository at this point
Copy the full SHA f807108View commit details -
Removed unnecessary routines for calculating storm radius and distanc…
…e from eye for data_derived storm inputs
Configuration menu - View commit details
-
Copy full SHA for 4bd41df - Browse repository at this point
Copy the full SHA 4bd41dfView commit details -
Cleaned up unused code and variables, added comments and docstrings t…
…o explain DataDerivedStorms class
Configuration menu - View commit details
-
Copy full SHA for 649c90f - Browse repository at this point
Copy the full SHA 649c90fView commit details -
Cleaned up unused code and variables, added comments and docstrings t…
…o explain parsing od data from OWI format
Configuration menu - View commit details
-
Copy full SHA for b0e7ed7 - Browse repository at this point
Copy the full SHA b0e7ed7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b179b3 - Browse repository at this point
Copy the full SHA 0b179b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc9f3f8 - Browse repository at this point
Copy the full SHA cc9f3f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ff5ea8 - Browse repository at this point
Copy the full SHA 2ff5ea8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f62673 - Browse repository at this point
Copy the full SHA 4f62673View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3cc3269 - Browse repository at this point
Copy the full SHA 3cc3269View commit details -
Configuration menu - View commit details
-
Copy full SHA for 87043ce - Browse repository at this point
Copy the full SHA 87043ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for a4cf521 - Browse repository at this point
Copy the full SHA a4cf521View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff8b140 - Browse repository at this point
Copy the full SHA ff8b140View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9552a08 - Browse repository at this point
Copy the full SHA 9552a08View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1411aeb - Browse repository at this point
Copy the full SHA 1411aebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9af8a17 - Browse repository at this point
Copy the full SHA 9af8a17View commit details -
Configuration menu - View commit details
-
Copy full SHA for b24f72d - Browse repository at this point
Copy the full SHA b24f72dView commit details -
remove topo_module variables from calling sequence of cellgridintegrate
They don't need to be in the calling sequence since setaux already assumes they are in topo_module. Some integers were implicitly declared as (kind=4) whereas recent changes to topo_module.f90 in e8afd6b declared them as (kind=8) to deal with larger topo files.
Configuration menu - View commit details
-
Copy full SHA for 4a70325 - Browse repository at this point
Copy the full SHA 4a70325View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ffb2a1 - Browse repository at this point
Copy the full SHA 4ffb2a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for fb30a51 - Browse repository at this point
Copy the full SHA fb30a51View commit details -
Compute new_ntogo rather than incrementing by 1
In some tests this leads to fewer ntogo errors (too many dt reductions)
Configuration menu - View commit details
-
Copy full SHA for 6cbd03e - Browse repository at this point
Copy the full SHA 6cbd03eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4218ca4 - Browse repository at this point
Copy the full SHA 4218ca4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 42d8375 - Browse repository at this point
Copy the full SHA 42d8375View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c11da4 - Browse repository at this point
Copy the full SHA 7c11da4View commit details -
Configuration menu - View commit details
-
Copy full SHA for d98f7e7 - Browse repository at this point
Copy the full SHA d98f7e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for cadaf20 - Browse repository at this point
Copy the full SHA cadaf20View commit details -
Configuration menu - View commit details
-
Copy full SHA for a2e4fe5 - Browse repository at this point
Copy the full SHA a2e4fe5View commit details -
add util.gctransect function to compute transect points on a great ci…
…rcle also kmltools.transect2kml to make a kml file displaying them. Sample usage for transect from Tohoku to Crescent City: xtrans,ytrans = util.gctransect(142,37,-124.2,41.74,50,'W') kmltools.transect2kml(xtrans,ytrans)
Configuration menu - View commit details
-
Copy full SHA for eb133f1 - Browse repository at this point
Copy the full SHA eb133f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for a2f0fd1 - Browse repository at this point
Copy the full SHA a2f0fd1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 235d745 - Browse repository at this point
Copy the full SHA 235d745View commit details -
Fix ij index into dtopowork in set_eta_init
Fix a bug introduced when converting from int*4 to int*8.
Configuration menu - View commit details
-
Copy full SHA for 98b3b6a - Browse repository at this point
Copy the full SHA 98b3b6aView commit details -
Configuration menu - View commit details
-
Copy full SHA for f5461bb - Browse repository at this point
Copy the full SHA f5461bbView commit details
Commits on Jan 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a86cc0c - Browse repository at this point
Copy the full SHA a86cc0cView commit details -
Fixed a few bugs in storm.py and data_storms.py, added a new example …
…notebook into the isaac_data_derived example and updated the isaac.PRE and isaac.WIN in the scratch directory ;
Configuration menu - View commit details
-
Copy full SHA for 7e47bd3 - Browse repository at this point
Copy the full SHA 7e47bd3View commit details
Commits on Feb 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ed1bffb - Browse repository at this point
Copy the full SHA ed1bffbView commit details
Commits on Sep 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d197de6 - Browse repository at this point
Copy the full SHA d197de6View commit details
Commits on Oct 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 51d6978 - Browse repository at this point
Copy the full SHA 51d6978View commit details -
changed set_storm original to set_netcdf_storm to start integrating f…
…ixed width set_fortran_storm
Configuration menu - View commit details
-
Copy full SHA for abfadb3 - Browse repository at this point
Copy the full SHA abfadb3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 300a89c - Browse repository at this point
Copy the full SHA 300a89cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ede6456 - Browse repository at this point
Copy the full SHA ede6456View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5bcaa97 - Browse repository at this point
Copy the full SHA 5bcaa97View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e5b5c7 - Browse repository at this point
Copy the full SHA 3e5b5c7View commit details
Commits on Oct 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fb8afa5 - Browse repository at this point
Copy the full SHA fb8afa5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ecf0b0 - Browse repository at this point
Copy the full SHA 4ecf0b0View commit details
Commits on Oct 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c60232a - Browse repository at this point
Copy the full SHA c60232aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f85bbf - Browse repository at this point
Copy the full SHA 5f85bbfView commit details
Commits on Nov 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ee3ceef - Browse repository at this point
Copy the full SHA ee3ceefView commit details
Commits on Nov 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e1d2b2c - Browse repository at this point
Copy the full SHA e1d2b2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for bb02102 - Browse repository at this point
Copy the full SHA bb02102View commit details -
Configuration menu - View commit details
-
Copy full SHA for 07f705f - Browse repository at this point
Copy the full SHA 07f705fView commit details
Commits on Nov 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for abbaab2 - Browse repository at this point
Copy the full SHA abbaab2View commit details
Commits on Nov 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 59032c0 - Browse repository at this point
Copy the full SHA 59032c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for b5afb60 - Browse repository at this point
Copy the full SHA b5afb60View commit details
Commits on Nov 20, 2024
-
Added ability to read from control file with wind and pressure file n…
…ames Added control file format cleaned up code added comments and removed redundancies
Configuration menu - View commit details
-
Copy full SHA for 31cfed8 - Browse repository at this point
Copy the full SHA 31cfed8View commit details
Commits on Nov 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7bb5864 - Browse repository at this point
Copy the full SHA 7bb5864View commit details -
updated .win and .pre to the newest version of the data and updated p…
…arse_storm_data.py to include the landfall date
Configuration menu - View commit details
-
Copy full SHA for 139a9fb - Browse repository at this point
Copy the full SHA 139a9fbView commit details
Commits on Nov 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a1e57fc - Browse repository at this point
Copy the full SHA a1e57fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0065862 - Browse repository at this point
Copy the full SHA 0065862View commit details -
Configuration menu - View commit details
-
Copy full SHA for e1a05da - Browse repository at this point
Copy the full SHA e1a05daView commit details
Commits on Dec 3, 2024
-
Added new tests for data_derived storm products and updated data_stor…
…m_module.f90 to use a relative path with get_environment variable
Configuration menu - View commit details
-
Copy full SHA for 46d7343 - Browse repository at this point
Copy the full SHA 46d7343View commit details