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 74 commits into
base: master
Choose a base branch
from
Open

Owi integration #531

wants to merge 74 commits into from

Conversation

cjeffr
Copy link

@cjeffr cjeffr commented Jan 10, 2022

This PR is to add functionality to use data storm products such as Oceanweather (OWI) wind and pressure files for storm simulations. Example case will be sent separately as the current example is using proprietary data that can't be shared publicly.

Cleaned up code by re-arranging subroutines into a more logical order
Added comments
Added lines to use breach_module.f90 if breaching is desired
@mandli
Copy link
Member

mandli commented Jan 11, 2022

@cjeffr could you remove the extra files that only have a whitespace changes? While I generally am fine with removing whitespace it looks like a bunch of files have been touched that are not related to the PR.

@cjeffr
Copy link
Author

cjeffr commented Jan 11, 2022

Yeah that was weird, I have fixed it.

cjeffr and others added 30 commits January 8, 2024 17:56
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.
In some tests this leads to fewer ntogo errors (too many dt reductions)
…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)
Fix a bug introduced when converting from int*4 to int*8.
…notebook into the isaac_data_derived example and updated the isaac.PRE and isaac.WIN in the scratch directory

;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants