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

Tides Changes RM6 - Change Demos #23

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion crocodileregionalruckus/regional_casegen
Submodule regional_casegen updated 1 files
+62 −2 cesm_tools.py
5 changes: 3 additions & 2 deletions demos/minimal_demo_rect.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@
},
{
"cell_type": "code",
"execution_count": 9,
"execution_count": null,
"metadata": {},
"outputs": [
{
Expand All @@ -375,7 +375,8 @@
}
],
"source": [
"expt.setup_boundary_tides(Path(\"/glade/u/home/manishrv/manish_scratch_symlink/inputs_rm6/tidal_data\"),Path(\"tpxo9.v1.nc\"))"
"# Setup the tides!\n",
"expt.setup_boundary_tides(Path(\"/glade/u/home/manishrv/manish_scratch_symlink/inputs_rm6/tidal_data/h_tpxo9.v1.nc\"),Path(\"/glade/u/home/manishrv/manish_scratch_symlink/inputs_rm6/tidal_data/u_tpxo9.v1.nc\"), tidal_constituents=[ \"M2\", \"S2\", \"N2\", \"K2\", \"K1\", \"O1\", \"P1\", \"Q1\", \"MM\", \"MF\"])"
]
},
{
Expand Down
10 changes: 10 additions & 0 deletions demos/minimal_demo_subset_global.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,16 @@
" )"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"# Setup the tides!\n",
"expt.setup_boundary_tides(Path(\"/glade/u/home/manishrv/manish_scratch_symlink/inputs_rm6/tidal_data/h_tpxo9.v1.nc\"),Path(\"/glade/u/home/manishrv/manish_scratch_symlink/inputs_rm6/tidal_data/u_tpxo9.v1.nc\"), tidal_constituents=[ \"M2\", \"S2\", \"N2\", \"K2\", \"K1\", \"O1\", \"P1\", \"Q1\", \"MM\", \"MF\"])"
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down
Loading
Loading