From 11f8a930c5665cbead1983cddb73cc950484daf3 Mon Sep 17 00:00:00 2001 From: William Xu Date: Thu, 2 Jul 2026 16:20:48 -0600 Subject: [PATCH] MOM6 challenge exercises minor update --- notebooks/challenge/mom/mom_exercise_3.ipynb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/notebooks/challenge/mom/mom_exercise_3.ipynb b/notebooks/challenge/mom/mom_exercise_3.ipynb index 90cadf91..ed53d894 100644 --- a/notebooks/challenge/mom/mom_exercise_3.ipynb +++ b/notebooks/challenge/mom/mom_exercise_3.ipynb @@ -30,6 +30,8 @@ "\n", "Modify the subroutine `mom_import` in `mom_cap_methods.F90` to increase the zonal (x) component of the wind stress by 25%.\n", "\n", + "**Note: `taux` is the actual zonal wind stress in MOM6, while `u_flux` is the rotated component along the MOM6 grid lines, so here the change should be applied to `taux`.**\n", + "\n", "Build and run the model for one year. \n", "\n", "Compare the simulations using ncview/ncdiff, etc.\n",