NCAR / ADF

A unified collection of python scripts used to generate standard plots from CAM outputs.
Creative Commons Attribution 4.0 International
36 stars 29 forks source link

Model vs Obs Lat Lon plots of U200 #246

Open JulioTBacmeister opened 1 year ago

JulioTBacmeister commented 1 year ago

New feature type

New plot and/or plot enhancement

What is this new feature?

I'd like maps of U200 (Zonal wind at 200 hPa) vs reanalyses - ERA5 or MERRA would be fine.

Assistance required?

Yes, I am requesting a new feature but won't have time to develop it

Extra info

No response

brianpm commented 1 year ago

I recently added monthly mean U from ERA5, and it has 200hPa. So this should be working already, I think. Maybe @justin-richling can check if it actually does work.

justin-richling commented 1 year ago

Indeed, it does appear that U200 works with the new obs @brianpm put in recently.

nusbaume commented 1 year ago

@JulioTBacmeister Are you just wanting to compare the zonal winds between CAM and ERA5 at 200 hPa using the U variable from CAM? If so then @brianpm is correct that we already have that functionality.

However, if you are looking specifically for a comparison between the U200 CAM output variable and ERA5 or MERRA then yes, it looks like we'll need to create a new ADF variable defaults entry and obs variable or obs level selection option in order to do so.

brianpm commented 1 year ago

@nusbaume -- That's right, I didn't think about that distinction (U200 in the CAM output vs specifying the 200hPa level with plot_press_levels).

JulioTBacmeister commented 1 year ago

Thanks. This looks good. I just wanted a comparison of U200 from CAM against any reanalysis. I'm not picky. It would also be nice to add U200 to the exp vs CTL plots.