Skip to content

Commit

Permalink
uncommenting Equatorial_thermal_and_zonal... from test file
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiobdias committed Sep 6, 2023
1 parent 7b39809 commit c0059b0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@
"metadata": {},
"outputs": [],
"source": [
"# trying to create a new WOA database:\n",
"# Create a new WOA database:\n",
"\n",
"db = 'woa13.db'\n",
"session_woa = cc.database.create_session(db)"
Expand Down Expand Up @@ -631,13 +631,13 @@
"from collections import OrderedDict\n",
"exptdict = OrderedDict([\n",
" ('1degIAF', # 1deg IAF run from Kiss et al. 2020\n",
" {'model': 'ACCESS-OM2 IAF', 'expt': '1deg_jra55v13_iaf_spinup1_B1', #'1deg_jra55_iaf_omip2_cycle6',\n",
" {'model': 'ACCESS-OM2 IAF', 'expt': '1deg_jra55v13_iaf_spinup1_B1',\n",
" 'n_files': -12, 'itime': '1998-01-01', 'ftime': None}),\n",
" ('025degIAF', # 025deg IAF run from Kiss et al. 2020\n",
" {'model': 'ACCESS-OM2-025 IAF', 'expt': '025deg_jra55v13_iaf_gmredi6', #'025deg_jra55_iaf_omip2_cycle6'\n",
" {'model': 'ACCESS-OM2-025 IAF', 'expt': '025deg_jra55v13_iaf_gmredi6',\n",
" 'n_files': -34, 'itime': '1998-01-01', 'ftime': None}),\n",
" ('01degIAF', # 01deg IAF run from Kiss et al. 2020\n",
" {'model': 'ACCESS-OM2-01 IAF', 'expt': '01deg_jra55v13_iaf', #'01deg_jra55v13_iaf_4hourly',\n",
" {'model': 'ACCESS-OM2-01 IAF', 'expt': '01deg_jra55v13_iaf',\n",
" 'n_files': None, 'itime': '1998-01-01','ftime': None})\n",
"])"
]
Expand Down
2 changes: 1 addition & 1 deletion test/test_notebooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def test_Tutorials(notebook_filename):
("Cross-contour_transport.ipynb"),
("Cross-slope_section.ipynb"),
#("Decomposing_kinetic_energy_into_mean_and_transient.ipynb"), # Takes a long time (not sure if it runs till the end)
#("Equatorial_thermal_and_zonal_velocity_structure.ipynb"), # Does not run
("Equatorial_thermal_and_zonal_velocity_structure.ipynb"),
#("IcePlottingExample.ipynb"), # Does not run
("Meridional_heat_transport.ipynb"),
("Model_Resolution_Comparison.ipynb"),
Expand Down

0 comments on commit c0059b0

Please sign in to comment.