Giter VIP home page Giter VIP logo

cmtb's People

Contributors

chuanli2 avatar sbfrf avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

cmtb's Issues

refine CMSF work flow

Is your feature request related to a problem? Please describe.
CMS - FLOW is currently implemented separately from CMS -wave,
Also do C2SHORE for morphology

Describe the solution you'd like
A clear and concise code to implement each as a flexible component

generate a requirements.txt file

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like
A clear and concise description of what you want to happen.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

Add Delft3D to cmtb repository API

Is your feature request related to a problem? Please describe.
develop enhancement to add Delft3D coupled modeling suite to CMTB architecture

Describe the solution you'd like

  • add to prepdata/inputoutput.py a way to generate and read d3d model input and output files
  • to start, setup swan grid
  • the d3d Flow
  • then morphology

probably best to build this off of CMS workflow

check if prep function would/should be suitable to D3D
hotstart logic should be transferable

Additional context
None, yet
@alexander0042 @allisonpenko

Automated work flow for model test bed implementation

Is your feature request related to a problem? Please describe.
Set up a test suite to run with github actions that opens up a run, and spins one off, to compare to existing data to make sure that testbed work flow is working as intended.

Create development roadmap

Is your feature request related to a problem? Please describe.
Create a development road map for people that are interested in the problem

Describe the solution you'd like
should be created and implemented in the CMTB docs pages. things would include planned additions, updates to API, capability enhancements in broad scale/scope. while details would reside as issues on github (like this one)

Update sphinx documentation

Is your feature request related to a problem? Please describe.
sphinx documentation needs to be updated for new model implementations

Describe the solution you'd like
implent in sphinx with the rest of the docs

add ADCIRC model to operational running

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like
A clear and concise description of what you want to happen.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

Add input parameter to frontBackNEW swashSimSetup

# begin by setting up input parameters

frontback - frontBackNEW - V2 - function: swashSimSetup
Add:
grid = inputDict['modelSettings'].get('grid', '1D')
to input parameters and add grid = grid to 162-163:
wavepacket = prepdata.prep_spec_phaseResolved(rawspec, version_prefix, grid=grid, runDuration=runtime, nf=nf,
waveTimeList=DT.datetime.strptime(wrr.dateString, wrr.dateStringFmt))
Otherwise wavepacket returns none because version_prefix must equal base AND grid must equal 1D for prep_spec_phaseResolved to prep a SWASH wavepacket.

pre/post processing consistancy

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
there is inconstancy across model implementations for calling pre/post processing routines.

Describe the solution you'd like
A clear and concise description of what you want to happen.
We'd like to update the preprocessing/post processing functions names to be constant across models.

Additional context
This should enhance consitancy across the test bed as general.

add xBEACH capability to cmtb

@ncohn This enhancement is yours
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
develop capability to run XBEACH - surfbeat in cmtb framework

Describe the solution you'd like
A clear and concise description of what you want to happen.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

Gauge lookup capability

Is your feature request related to a problem? Please describe.
gauges are hardcoded into the model setup right now, and it requires a person to go update a save point location with each new gauge installation. While this doesn't happen too often, it does happen and requires updates to the code

Describe the solution you'd like
create a lookup table that is made by scanning the data server for time periods and finds available save locations. With each model run lookup what save point locations need to be placed into the simulation, and generate them.

Describe alternatives you've considered

  • Relying on the data in the netCDF files
    -- There is no good way to store/access the gauge location from the ncml
    -- each gauge location (in history) is therefore only in the individual netCDF files on the server
    -- to look this up one must browse through history of a lot of files, which can take time
    -- This isn't a good option because there is a lot of overhead looking through all the files to find the gauge location
    -- Suggested to use look up table approach that is automatically generated on a nightly or weekly basis

@thesser1

generate a requirements.txt file

Is your feature request related to a problem? Please describe.

it's annoying installing the cmtb the first time, better explanation of dependencies is required.

Describe the solution you'd like

a requirements txt file to let users know what sub packages are required

Describe alternatives you've considered

  • conda environments

branch change

@thesser1 how do you feel about moving development -> main and taking master and making it depricated. v2 becomes development

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.