bartbrashers
New member
Quick question:
The example netcdf-to-intermediate.f at https://www2.mmm.ucar.edu/wrf/src/netcdf-to-intermediate.f writes a LANDSEA mask in the same file as the SST field, for each time-stamp.
Is that because METGRID can correctly handle a LANDSEA field in the SST:YYYY-MM-DD_HH files, and another (different) LANDSEA field in the output from UNGRIB of whatever dataset we're using (ERA5, GFS, etc.; which I usually write to FILE:YYYY-MM-DD_HH files)?
Or should the user delete the line for LANDSEA from the Vtable for the UNGRIB run that creates FILE:YYYY-MM-DD_HH files, and avoid giving a separate invariant file in &metgrid >> constants_name, so METGRID only gets one LANDSEA field? Pick the one with highest resolution to give to METGRID?
The example netcdf-to-intermediate.f at https://www2.mmm.ucar.edu/wrf/src/netcdf-to-intermediate.f writes a LANDSEA mask in the same file as the SST field, for each time-stamp.
Is that because METGRID can correctly handle a LANDSEA field in the SST:YYYY-MM-DD_HH files, and another (different) LANDSEA field in the output from UNGRIB of whatever dataset we're using (ERA5, GFS, etc.; which I usually write to FILE:YYYY-MM-DD_HH files)?
Or should the user delete the line for LANDSEA from the Vtable for the UNGRIB run that creates FILE:YYYY-MM-DD_HH files, and avoid giving a separate invariant file in &metgrid >> constants_name, so METGRID only gets one LANDSEA field? Pick the one with highest resolution to give to METGRID?