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

Owi integration #531

Open
wants to merge 99 commits into
base: master
Choose a base branch
from
Open

Owi integration #531

wants to merge 99 commits into from

Commits on Nov 23, 2021

  1. Added storm type specification

    cjeffr committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    f452624 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2021

  1. Configuration menu
    Copy the full SHA
    776c79f View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2021

  1. Added subroutines to interpolate data in time and function to get cur…

    …rent index based on time step
    cjeffr committed Nov 28, 2021
    Configuration menu
    Copy the full SHA
    d170b67 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2021

  1. Added bilinear interpolation for wind velocities and pressure, added …

    …u and v wind directions to storm object
    cjeffr committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    4c2eb7c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a307cf View commit details
    Browse the repository at this point in the history
  3. Fixed data type mismatch in set_owi_fields, added set_owi_fields to s…

    …et_data_fields in storm_module.f90
    cjeffr committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    a574aa1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e0e2177 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    df7756d View commit details
    Browse the repository at this point in the history
  6. Fixed missing comma

    cjeffr committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    47ea8c5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8ad3e61 View commit details
    Browse the repository at this point in the history
  8. fixed typo

    cjeffr committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    9b34e42 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2021

  1. Configuration menu
    Copy the full SHA
    4e5606a View commit details
    Browse the repository at this point in the history
  2. Added type -2 to spec dict

    cjeffr committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    af7865c View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2021

  1. Configuration menu
    Copy the full SHA
    d0b268e View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2021

  1. Configuration menu
    Copy the full SHA
    c58c466 View commit details
    Browse the repository at this point in the history
  2. Removed reading speed from netcdf file, geoclaw can calculate itself

    Cleaned up code by re-arranging subroutines into a more logical order
    Added comments
    cjeffr committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    b892fad View commit details
    Browse the repository at this point in the history
  3. Modified makefile to automatically turn on openmp and use netcdf

    Added lines to use breach_module.f90 if breaching is desired
    cjeffr committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    e6732d6 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2021

  1. Added logic for ghost cells to use the boundary values when x and y a…

    …re outside the boundaries
    cjeffr committed Dec 20, 2021
    Configuration menu
    Copy the full SHA
    e1beb66 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2021

  1. Configuration menu
    Copy the full SHA
    f18af86 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2021

  1. Added .nc files to gitignore

    cjeffr committed Dec 30, 2021
    Configuration menu
    Copy the full SHA
    229a5fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    66c7d80 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    017f5dc View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2022

  1. Fixed an in out to inout

    cjeffr committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    1e56f5d View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2022

  1. Configuration menu
    Copy the full SHA
    0906711 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    54e2f06 View commit details
    Browse the repository at this point in the history
  3. Removed synthetic tests

    cjeffr committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    c7abb4e View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2022

  1. Configuration menu
    Copy the full SHA
    55ef9b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b26816f View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2022

  1. Delete modules.xml

    Remove extraneous files
    mandli authored Feb 7, 2022
    Configuration menu
    Copy the full SHA
    0193e91 View commit details
    Browse the repository at this point in the history
  2. Delete geoclaw.iml

    Remove extraneous files
    mandli authored Feb 7, 2022
    Configuration menu
    Copy the full SHA
    d11019e View commit details
    Browse the repository at this point in the history
  3. Delete profiles_settings.xml

    Remove extraneous files
    mandli authored Feb 7, 2022
    Configuration menu
    Copy the full SHA
    5cacb96 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2022

  1. Configuration menu
    Copy the full SHA
    749a37d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    10b54cf View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. Configuration menu
    Copy the full SHA
    ffc551c View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. Configuration menu
    Copy the full SHA
    3958de6 View commit details
    Browse the repository at this point in the history
  2. 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
    cjeffr committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    2169ec9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8ac6997 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7e37b7a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0e0e8bd View commit details
    Browse the repository at this point in the history
  6. Updated pressure target_value

    cjeffr committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    e1d1285 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f807108 View commit details
    Browse the repository at this point in the history
  8. Removed unnecessary routines for calculating storm radius and distanc…

    …e from eye for data_derived storm inputs
    cjeffr committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    4bd41df View commit details
    Browse the repository at this point in the history
  9. Cleaned up unused code and variables, added comments and docstrings t…

    …o explain DataDerivedStorms class
    cjeffr committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    649c90f View commit details
    Browse the repository at this point in the history
  10. Cleaned up unused code and variables, added comments and docstrings t…

    …o explain parsing od data from OWI format
    cjeffr committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    b0e7ed7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0b179b3 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    cc9f3f8 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    2ff5ea8 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    4f62673 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    3cc3269 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    87043ce View commit details
    Browse the repository at this point in the history
  17. clip netcdf including ghost cells

    bolliger32 authored and cjeffr committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    a4cf521 View commit details
    Browse the repository at this point in the history
  18. handle large topo arrays

    bolliger32 authored and cjeffr committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    ff8b140 View commit details
    Browse the repository at this point in the history
  19. undo autoformatting in topo_update

    Ian Bolliger authored and cjeffr committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    9552a08 View commit details
    Browse the repository at this point in the history
  20. try removing format changes again

    Ian Bolliger authored and cjeffr committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    1411aeb View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    9af8a17 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    b24f72d View commit details
    Browse the repository at this point in the history
  23. 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.
    rjleveque authored and cjeffr committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    4a70325 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    4ffb2a1 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    fb30a51 View commit details
    Browse the repository at this point in the history
  26. Compute new_ntogo rather than incrementing by 1

    In some tests this leads to fewer ntogo errors (too many dt reductions)
    rjleveque authored and cjeffr committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    6cbd03e View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    4218ca4 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    42d8375 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    7c11da4 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    d98f7e7 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    cadaf20 View commit details
    Browse the repository at this point in the history
  32. fix problems in util.bearing

    rjleveque authored and cjeffr committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    a2e4fe5 View commit details
    Browse the repository at this point in the history
  33. 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)
    rjleveque authored and cjeffr committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    eb133f1 View commit details
    Browse the repository at this point in the history
  34. fix docstring

    rjleveque authored and cjeffr committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    a2f0fd1 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    235d745 View commit details
    Browse the repository at this point in the history
  36. Fix ij index into dtopowork in set_eta_init

    Fix a bug introduced when converting from int*4 to int*8.
    rjleveque authored and cjeffr committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    98b3b6a View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    f5461bb View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. Configuration menu
    Copy the full SHA
    a86cc0c View commit details
    Browse the repository at this point in the history
  2. 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
    
    ;
    cjeffr committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    7e47bd3 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. Configuration menu
    Copy the full SHA
    ed1bffb View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Configuration menu
    Copy the full SHA
    d197de6 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Configuration menu
    Copy the full SHA
    51d6978 View commit details
    Browse the repository at this point in the history
  2. changed set_storm original to set_netcdf_storm to start integrating f…

    …ixed width set_fortran_storm
    cjeffr committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    abfadb3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    300a89c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ede6456 View commit details
    Browse the repository at this point in the history
  5. fixed some variable names

    cjeffr committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    5bcaa97 View commit details
    Browse the repository at this point in the history
  6. fixed variable names

    cjeffr committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    3e5b5c7 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. bug fixes

    cjeffr committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    fb8afa5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ecf0b0 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. Configuration menu
    Copy the full SHA
    c60232a View commit details
    Browse the repository at this point in the history
  2. removed unused variables

    cjeffr committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    5f85bbf View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. Configuration menu
    Copy the full SHA
    ee3ceef View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. Configuration menu
    Copy the full SHA
    e1d2b2c View commit details
    Browse the repository at this point in the history
  2. find_nearest error fixes

    cjeffr committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    bb02102 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    07f705f View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

  1. Configuration menu
    Copy the full SHA
    abbaab2 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2024

  1. Configuration menu
    Copy the full SHA
    59032c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b5afb60 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2024

  1. 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
    cjeffr committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    31cfed8 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2024

  1. Configuration menu
    Copy the full SHA
    7bb5864 View commit details
    Browse the repository at this point in the history
  2. updated .win and .pre to the newest version of the data and updated p…

    …arse_storm_data.py to include the landfall date
    cjeffr committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    139a9fb View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2024

  1. Configuration menu
    Copy the full SHA
    a1e57fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0065862 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e1a05da View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2024

  1. Added new tests for data_derived storm products and updated data_stor…

    …m_module.f90 to use a relative path with get_environment variable
    cjeffr committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    46d7343 View commit details
    Browse the repository at this point in the history