Scheduled Downtime
On Tuesday 24 October 2023 @ 5pm MT the forums will be in read only mode in preparation for the downtime. On Wednesday 25 October 2023 @ 5am MT, this website will be down for maintenance and expected to return online later in the morning.
Normal Operations
The forums are back online with normal operations. If you notice any issues or errors related to the forums, please reach out to help@ucar.edu

nudging CAM6 w/ ERA5?

richf

kvEebTezFZ7oNt7uxfGy
New Member
Hello -

I'm curious if anyone has tried to nudge CAM6 using the ERA5 reanalysis yet (or has any insight into how much effort it would take were I to try to add this capability to the nudging tools). Has this been tried yet?

Thanks!
-Rich
 

cacraig

Cheryl Craig
CSEG and Liaisons
Staff member
I queried Patrick Callaghan, our local nudging expert, and here is his reply.


Hi Rich,

As far as I know, no one has used the physics-side nudging with ERA5 data yet.
The difficulty with using this dataset is that the data is provided on pressure levels
rather than model levels (hybrid-p). The processing scripts are not set up for this
format of input data, so that would leave you with 2 choices. First, you can dive
into the NCL processing scripts and modify them to read in and interpolate data from
the pressure levels, or alternatively, you could pre-process the ERA5 data onto a
model level grid and pass these files to the nudging processing scripts.

Fixing the Gen_Data scripts for nudging to accommodate this format of data has
not been a priority since we are moving to a usage scenario in which the nudging
data is read directly from the re-analysis files and interpolated onto the model grid at
runtime. This new functionality will accommodate ERA5, but it will be at least a
couple of months before it is ready for general use.

--> Patrick
 

richf

kvEebTezFZ7oNt7uxfGy
New Member
Thanks Cheryl and Patrick!

I've written an NCL script to convert the ERA5 files to CAM hybrid levels, and plan to use these as input files to the Gen_Data scripts. There seem to be a few remaining errors, but are clearly related to getting the scripts to properly recognize the variables in the ERA5 files (by modifying makeIC_extract_analyses_info.ncl for the new data type, for example), so shouldn't be too hard to debug. Thanks again!
 

idunkl

István Dunkl
New Member
Hi Rich,
I also want to use ERA5 data for nudging, and faced the problem of vertical interpolation. Could you share your scripts with me? That would be of amazing help!
Istvan
 
Top