Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Daily wind cycling error in MOM6 ocean-only idealized model #452

Closed
Mark360s opened this issue May 9, 2024 · 7 comments
Closed

Daily wind cycling error in MOM6 ocean-only idealized model #452

Mark360s opened this issue May 9, 2024 · 7 comments

Comments

@Mark360s
Copy link

Mark360s commented May 9, 2024

Hi! I want to set wind stress with 3 months of variability as input data in the MOM6 ocean-only idealized model, but I found it is constant without varying... could anyone help me with this issue? Thanks!
The tau_mag output (show as constant):
Picture1
My input data showed below:
image
image

Also, my configuration setting:
! Surface forcing
BUOY_CONFIG = "zero" ! read buoyancy forcing from the file
WIND_CONFIG = "file" ! read wind forcing from the file
WIND_FILE = "wind.nc" ! the file in which the wind stresses are found
WINDSTRESS_X_VAR = "STRESS_X" ! the name of the x-wind stress variable in WIND_FILE
WINDSTRESS_Y_VAR = "STRESS_Y" ! the name of the y-wind stress variable in WIND_FILE

WIND_STAGGER = "A" ! how the wind stress components are staggered in WIND_FILE
RESTOREBUOY = False ! the buoyancy fluxes drive the model back toward some specified surface state
! with a rate given by FLUXCONST
DT_FORCING = 86400 ! s-1, time step for changing forcing (1 day)

@marshallward
Copy link
Member

I think this is you, right?

https://bb.cgd.ucar.edu/cesm/threads/ocean_only-configuration-of-regional-mom6-reads-atmospheric-forcing-only-at-initial-time.7043/post-55355

Should we move the discussion over there? It also might help to open a new topic (with the same helpful figure).

@marshallward
Copy link
Member

For what it's worth: I'm not sure why this isn't working for you, in which case it may be a bug. If that is the case, we can move the issue to https://github.com/NOAA-GFDL/MOM6/issues

@marshallward
Copy link
Member

marshallward commented May 9, 2024

There is a parameter VARIABLE_WINDS in MOM_input which may need to be set. Do you have this on? (Default is true, but you can check in MOM_parameter_doc.all).

@Mark360s
Copy link
Author

Mark360s commented May 10, 2024 via email

@Mark360s
Copy link
Author

For what it's worth: I'm not sure why this isn't working for you, in which case it may be a bug. If that is the case, we can move the issue to https://github.com/NOAA-GFDL/MOM6/issues

I don't really know whether it is the bug, but there is no obvious error I could find leading to this problem...

@Mark360s
Copy link
Author

Hi! To catch what I have found:

The input data could only be read with 365 days, less or more days will make the MOM6 ocean-only model read wind stress as a constant defaultly. To derive wind stress variability with 3 months effect, I chose to save model output every 360 days, then it worked well.

All the best
Heng

@marshallward
Copy link
Member

Thanks for the update. While I haven't tried this myself, it does sound like very unusual behavior. I'll close this issue and continue the conversation at NOAA-GFDL/MOM6#631.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants