read data source from global attribute for IC and LBC #265
Jili-Dong
started this conversation in
FAQ and Troubleshooting
Replies: 0 comments
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.
-
If users encounter the following errors during FV3 initialization:
fv_regional_bc::get_data_source - input source not found in file gfs_data.nc.or
fv_regional_bc::get_lbc_source - input source not found in file gfs_bndy.tile7.000.nc.that means the global attribute "source" is missing in IC (gfs_data.nc) or LBC (gfs_bndy.tile7.000.nc). The accepted FV3 source is one the following:
Users can add the attribute to gfs_data.nc or gfs_bndy.tile7.000.nc using the NCO command:
ncatted -O -a source,global,c,c,'FV3GFS GAUSSIAN NETCDF FILE' gfs_data.ncor
ncatted -O -a source,global,c,c,'FV3GFS GRIB2 FILE' gfs_bndy.tile7.000.ncor consider to modify the IC/LBC generation code to write out the global attribute "source" as a long term solution.
Beta Was this translation helpful? Give feedback.
All reactions