Reduce NorESM3 hydrological cycle by reducing drag over ocean #247
Replies: 3 comments 3 replies
-
|
@JensBDebernard Can you please provide a description of what you suggested (this morning) to test? |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
Interesting. At the moment Mariana, Thomas and myself had put this work aside due to the complexity compared to possible gain. Then comes my general question. If you reduce the drag, can you not end up with a negative feedback as in: Reduced drag --> higher windspeed -> regaining the decrease in flux? There may actually still be a reason for tuning the parameter and that is transport of heat to the Arctic. I did a test where I divided z0 by 2 in the atmospheric formulation of convergence. z0/2 in the atmosphere --> Very slight increase in windspeed and LHFX. Increase in global wind stress. Reduction in the tropics. I have not calculated whether change LHFLX have the same sign in the tropics and on global scale. The only place with a strong impact was in the North Atlantic. |
Beta Was this translation helpful? Give feedback.

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