Skip to content

Commit

Permalink
Merge pull request NCAR#182 from dabail10/seaice
Browse files Browse the repository at this point in the history
Add in CESM2 and CESM1 LENS data and fix axes in sea ice plots.
  • Loading branch information
TeaganKing authored Feb 4, 2025
2 parents 2c846f8 + 5345b7b commit a3e0e97
Show file tree
Hide file tree
Showing 3 changed files with 400 additions and 82 deletions.
11 changes: 6 additions & 5 deletions nblibrary/ice/Hemis_seaice_visual_compare_contour.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,11 @@
"\n",
"climo_nyears = 35\n",
"grid_file = \"/glade/campaign/cesm/community/omwg/grids/tx2_3v2_grid.nc\"\n",
"path_nsidc = (\n",
" \"/glade/campaign/cesm/development/cross-wg/diagnostic_framework/CUPiD_obs_data/ice/\"\n",
")\n",
"\n",
"lc_kwargs = {}\n",
"\n",
"hist = 0"
"lc_kwargs = {}"
]
},
{
Expand Down Expand Up @@ -141,7 +142,7 @@
" CESM_output_dir\n",
" + \"/\"\n",
" + case_name\n",
" + \"/ice/proc/tseries/month_1/\"\n",
" + \"/ice/proc/tseries/\"\n",
" + case_name\n",
" + \".cice.h.\"\n",
" + \"*.nc\",\n",
Expand All @@ -153,7 +154,7 @@
" CESM_output_dir\n",
" + \"/\"\n",
" + base_case_name\n",
" + \"/ice/proc/tseries/month_1/\"\n",
" + \"/ice/proc/tseries/\"\n",
" + base_case_name\n",
" + \".cice.h.\"\n",
" + \"*.nc\",\n",
Expand Down
Loading

0 comments on commit a3e0e97

Please sign in to comment.