-
Notifications
You must be signed in to change notification settings - Fork 2
Antarctic slope current example #8
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
Open
jlk9
wants to merge
50
commits into
main
Choose a base branch
from
asc_model_example
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 1 commit
Commits
Show all changes
50 commits
Select commit
Hold shift + click to select a range
02b697c
Set up grid with immersed boundary condition for ASC model, starting …
jlk9 3f7b23a
Adding sponge layers and coriolis, updated equations of state to be h…
jlk9 375b630
Added both sponge layers and relaxation forcings, and diffusivities a…
jlk9 2e28ce6
Created simulation run
jlk9 952b796
Fixed simulation time scale, set to run on GPU
jlk9 17da147
Printing out simulation
2c2cfea
Adding storage of output
jlk9 f7ae29f
Minor edits
8e27b2a
Update examples/antarctic_slope_current_model.jl
jlk9 528c194
Update examples/antarctic_slope_current_model.jl
jlk9 9656960
Update examples/antarctic_slope_current_model.jl
jlk9 ba3f10a
Update examples/antarctic_slope_current_model.jl
jlk9 1518f01
Update examples/antarctic_slope_current_model.jl
jlk9 9eeebf2
Update examples/antarctic_slope_current_model.jl
jlk9 fed4167
Update examples/antarctic_slope_current_model.jl
jlk9 9fb7d9f
Update examples/antarctic_slope_current_model.jl
jlk9 432b51f
Update examples/antarctic_slope_current_model.jl
jlk9 5ae2bb0
Update examples/antarctic_slope_current_model.jl
jlk9 c7ee0f7
Adding some modules for new changes
jlk9 9035fcd
Created low-resolution model run that generates movie of model variab…
jlk9 8a216e8
Modified script for 5 day run
jlk9 90bb0f4
Added wind stress as a surface boundary condition
jlk9 9a26cb1
Added zonal average cross-section visualization
jlk9 788e573
Running with larger step size
jlk9 9836e44
Using smaller vertical stratification
jlk9 bb40c83
Minor edit
jlk9 c70a2ff
Minor edit
jlk9 820941e
Minor edit
jlk9 1650072
Running more tests
jlk9 0b43b1e
Trying hi-res model with custom beta plane
jlk9 3e25a6a
Testing different runs
jlk9 380708d
Added wind stress and relaxation sponge layers
jlk9 12a133e
Added speed data and plots
jlk9 cf94e3e
minor adds
jlk9 31d1748
Fixed boundary condition implementation
jlk9 aaf894c
Changed filename
jlk9 5cec281
Can now run full workflow remotely
72c7b05
Merge branch 'main' into asc_model_example
35181a6
Trying relaxation on boundaries again
jlk9 cc71c6f
Removed relaxation forcing
8fe96d1
Add sea ice package
9d590d8
Adding architecture field to SlabIceModel
jlk9 fc13b51
Cleaning up architecture field
jlk9 a15fc56
Still fixing grid architecture field
jlk9 e59a723
Adding architecture field to ice_ocean_model struct
jlk9 2b1196e
Add AbstractArchitecture
jlk9 1c5790f
Set up model run with ice
jlk9 10c77ff
Updated ice-ocean model, added architecture functions to SlabSeaIceMo…
jlk9 4d6be26
Added architecture functions to OceanIceModel
jlk9 64aa547
Fixed vorticity plot, added heat flux computations back in
jlk9 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This needs a type parameter to be concrete
but you should be able to get the
architecturefrom thegrid?