Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
adcc400
Merge pull request #5 from adcroft/dev
nikizadehgfdl Apr 4, 2019
7d7505b
Merge branch 'dev' of https://github.com/adcroft/thin-wall-topography…
nikizadehgfdl Apr 5, 2019
c00df5e
Merge branch 'adcroft-dev' into dev
nikizadehgfdl Apr 5, 2019
8266ba3
Merge pull request #6 from adcroft/dev
nikizadehgfdl Apr 9, 2019
7f3c7bc
Merge branch 'dev' of https://github.com/nikizadehgfdl/thin-wall-topo…
nikizadehgfdl Apr 9, 2019
e0f78e6
Cleanup
nikizadehgfdl Apr 9, 2019
f841701
Add a notebook for refinded sampling on non-polar model grid
nikizadehgfdl Apr 12, 2019
5225937
Why dowe have to sample every other point of the source to hit all po…
nikizadehgfdl Apr 12, 2019
feb5324
Add new notebooks to use OM4 target grids
nikizadehgfdl Apr 18, 2019
ebb9f9c
Adding a tool to create a refine-sample topography for North pole cap
nikizadehgfdl Apr 30, 2019
6b0d5cf
Script to generate the north pole cap refine-sampled topo
nikizadehgfdl Apr 30, 2019
9766559
Correcting the coarsening procedure and add h2
nikizadehgfdl May 1, 2019
79c450f
Add a tool to create the topography by refined-sampling method
nikizadehgfdl May 1, 2019
775cf7b
Tools to merge the topog files and ic9 it
nikizadehgfdl May 8, 2019
eafcca1
Enhance ice9 to take wet seed location as argument
nikizadehgfdl May 23, 2019
8716b25
Correction to ice9
nikizadehgfdl May 30, 2019
b03f95b
Import the tool apply_edits.py from MOM6
nikizadehgfdl May 30, 2019
efeb63d
Limit index of hit by j=0
nikizadehgfdl Aug 27, 2019
36e746b
Try to find a wet seed , exit if cannot
nikizadehgfdl Aug 27, 2019
1af675f
Merge pull request #7 from nikizadehgfdl/correct_jmin
nikizadehgfdl Aug 27, 2019
766736b
Add new notebook to use the tool
nikizadehgfdl Sep 4, 2019
235f6ab
4-point average instead of sample
nikizadehgfdl Oct 4, 2019
b2cc6a7
Add a notebook to generate topo_drag files for cubed-sphere
nikizadehgfdl Mar 19, 2020
0722731
Add args to pass the source dataset
nikizadehgfdl May 11, 2020
b3950e4
Add a notebook for topography inspection
nikizadehgfdl May 12, 2020
3e2b7aa
Add lon-lat to topog.nc
nikizadehgfdl Jun 25, 2020
c314382
Implement an algorithm for fitting planes at each grid cell.
nikizadehgfdl Jul 1, 2020
85fe381
MERC subgrid worked.
nikizadehgfdl Jul 6, 2020
1486447
Correct the fitted plane for calculating roughness
nikizadehgfdl Jul 14, 2020
49e3dd0
Put roughness calculation in recursive (RSC) method
nikizadehgfdl Jul 27, 2020
2ecf529
Fixes to h2 calculation
nikizadehgfdl Aug 18, 2020
2c76743
Merge pull request #10 from nikizadehgfdl/h2_after_fit_plane
nikizadehgfdl Aug 25, 2020
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
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
{
"cell_type": "code",
"execution_count": 1,
"metadata": {},
"metadata": {
"collapsed": true
},
"outputs": [],
"source": [
"# All imports should be in first cell\n",
Expand Down Expand Up @@ -317,7 +319,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.7"
"version": "3.6.1"
}
},
"nbformat": 4,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
{
"cell_type": "code",
"execution_count": 1,
"metadata": {},
"metadata": {
"collapsed": true
},
"outputs": [],
"source": [
"# All imports should be in first cell\n",
Expand Down Expand Up @@ -464,7 +466,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.7"
"version": "3.6.1"
}
},
"nbformat": 4,
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Loading