Scheduled Downtime
On Friday 21 April 2023 @ 5pm MT, this website will be down for maintenance and expected to return online the morning of 24 April 2023 at the latest

(RESOLVED) How to process the FV3GFS nemsio files?

This post was from a previous version of the WRF&MPAS-A Support Forum. New replies have been disabled and if you have follow up questions related to this post, then please start a new thread from the forum home page.

sekluzia

Member
Dear Colleges,

How to process the the FV3GFS the gfs.t*z.atmf*.nemsio files with ungrib? As far as I know, these files contain GFS model data at higher spatial and vertical resolution (model resolution). I think I will need to convert the nemsio format files into grb format first.
Could you help me in this issue?

Best regards,
Artur
 
Hi,
If the files are not already in grib format, you can follow the instructions here to convert them into intermediate format:
http://www2.mmm.ucar.edu/wrf/users/docs/user_guide_v4/v4.1/users_guide_chap3.html#_Writing_Meteorological_Data

If they are in netcdf format, you could also try the script from this page (netcdf_to_intermediate.f):
http://www2.mmm.ucar.edu/wrf/users/special_code.html
This fortran script was written by another WRF user for their application, so you'll need to modify it to make it work for your specific application.
 
Top