Skip to content

Commit

Permalink
Fix path_model and path_nsidc
Browse files Browse the repository at this point in the history
  • Loading branch information
dabail10 committed Feb 25, 2025
1 parent f69c7c9 commit 5f4d3f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion examples/coupled_model/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,6 @@ compute_notebooks:
none:
climo_nyears: 35
grid_file: '/glade/campaign/cesm/community/omwg/grids/tx2_3v2_grid.nc'
path_model: '/glade/campaign/cesm/development/cross-wg/diagnostic_framework/CUPiD_model_data/ice/'


########### JUPYTER BOOK CONFIG ###########
Expand Down
3 changes: 2 additions & 1 deletion nblibrary/ice/Hemis_seaice_visual_compare_obs_lens.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
"base_end_date = \"\" # \"0101-01-01\"\n",
"\n",
"obs_data_dir = \"\" # \"/glade/campaign/cesm/development/cross-wg/diagnostic_framework/CUPiD_obs_data\"\n",
"path_model = \"\" # \"/glade/campaign/cesm/development/cross-wg/diagnostic_framework/CUPiD_model_data/ice/\"\n",
"grid_file = \"\" # \"/glade/campaign/cesm/community/omwg/grids/tx2_3v2_grid.nc\"\n",
"climo_nyears = 35\n",
"\n",
Expand Down Expand Up @@ -205,7 +206,7 @@
"path_lens2 = os.path.join(path_model, \"cesm_lens2\")\n",
"\n",
"path_nsidc = os.path.join(\n",
" obs_data_dir, \"ice\", \"analysis_datasets\", \"hemispheric_data\", \"NSIDC_SeaIce_extent/\"\n",
" \"ice\", \"analysis_datasets\", \"hemispheric_data\", \"NSIDC_SeaIce_extent/\"\n",
")"
]
},
Expand Down

0 comments on commit 5f4d3f9

Please sign in to comment.