Reduce NorESM3 hydrological cycle by reducing drag over ocean #727
Closed
mvertens
started this conversation in
NorESM2.5 and NorESM3
Replies: 2 comments 4 replies
-
|
This discussion has been moved to NorESMhub/noresm3_dev_simulations#247 |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
@oyvindseland Can you please withe a description of what you have tested, and link to the issues? @JensBDebernard Can you please provide a description of what you suggested (this morning) to test? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
One option to try to reduce the hydrological cycle would be to explore reducing the drag over ocean.
One option is to model what is done in the NOAA UFS via it's implementation in CMEPS. The NOAA UFS is doing this as an option (redrag) in the University of Arizona scheme. They do not modify the drag but rather the momentum roughness length over ocean.
The UFS CMEPS implementation (in $SRCROOT/components/cmeps/ufs) functions as a CCPP host model and the physics
is in the repository https://github.com/NCAR/ccpp-physics in the routine
physics/SFC_Layer/UFS/sfc_diff.fand the implementation is as follows for the roughness length over ocean (the following are the key statements in the iteration loop):
In NorESM and CESM, the Large/Yeager, Large-diurnal, UA and COARE schemes are all in the file
$SRCROOT/components/cmeps/cesm/flux_atmocn/shr_flux_mod.F90.I am not sure how we want to implement this type of reduction in COARE - since the scheme is considerably different. It might be good to get Thomas Toniazzo involved for advice.
I think it would be good at this point to also rewrite shr_flux_mod.F90 to actually be 4 separate modules - for Large-Yeager, Large-diurnal, COARE and UA.
@MichaelSchulzMETNO @adagj - @oyvindseland and I met with Thomas Toniazzo and have come up with the following plan.
Beta Was this translation helpful? Give feedback.
All reactions