fvcom_tools
1.8.0
|
This code replaces lake surface and lake ice temperature along with aerial ice concentration generated from Great Lakes Operational Forecast System (GLOFS), an FVCOM-based model, into sfc_data.nc.
This document is part of the UFS_UTILS documentation.
The fvcom_tools program is part of the UFS_UTILS project.
The variables in the input files must reside on the same grid. This means data from FVCOM must be horizontally interpolated to the FV3 grid. This routine will also force a minimum ice concentration of 15%. If ice concentration is less than 15% in FVCOM, it will be set to 0% to avoid FV3 from changing values less than 15% to 15% and generating unrealistic lake ice temperatures.
Installation depends on the netCDF library and cmake.
This routine will take four variables from the command line:
This routine is strongly based upon Eric James' (ESRL/GSL) work to update HRRR/WRF Great Lakes' temperature data with FVCOM. It also relies heavily on Ming Hu's (ESRL/GSL) ncio module.
David Wright, University of Michigan and GLERL: dmwri ght@ umich .edu