Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

question about msftbarot in OM2 CM2 #207

Open
paolap opened this issue Nov 22, 2024 · 0 comments
Open

question about msftbarot in OM2 CM2 #207

paolap opened this issue Nov 22, 2024 · 0 comments
Assignees
Labels
help wanted Extra attention is needed

Comments

@paolap
Copy link
Collaborator

paolap commented Nov 22, 2024

According to the APP4 mappings both psiu and tx_trans are applied to calculate msftbarot (ocean_barotropic_mass_streamfunction)

using this function:

def msftbarot(psiu,tx_trans):
drake_trans=transAcrossLine(tx_trans,212,212,32,49)
#loop over times
for i,trans in enumerate(drake_trans):
#offset psiu by the drake passage transport at that time
psiu[i,:]=psiu[i,:]+trans
return psiu

In theory psiu and msfbarot are equivalent and just using psiu should be sufficient, provided psiu is calculated correctly by the model. Does anyone know if the issue with the way the model calculate psiu is still current for the OM2 and CM2 more recent model runs?

@taimoorsohail @aekiss @rmholmes tagging you just in case you might have an answer, thanks!

@paolap paolap added the help wanted Extra attention is needed label Nov 22, 2024
@paolap paolap self-assigned this Nov 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant