sfc_climo_gen
1.12.0
|
Read the input cateogorical source data and interpolate percent of each category to the model grid. More...
Go to the source code of this file.
Functions/Subroutines | |
subroutine | interp_frac_cats (localpet, input_file) |
Read the input source data and interpolate it to the model grid. More... | |
Read the input cateogorical source data and interpolate percent of each category to the model grid.
Definition in file interp_frac_cats.F90.
subroutine interp_frac_cats | ( | integer, intent(in) | localpet, |
character(len=*), intent(in) | input_file | ||
) |
Read the input source data and interpolate it to the model grid.
Outputs the percentage of each category within a model grid box and the dominant category.
[in] | localpet | this mpi task |
[in] | input_file | filename of input source data. |
Definition at line 14 of file interp_frac_cats.F90.
References utils::error_handler(), utils::netcdf_err(), output_frac_cats::output_driver(), and search_frac_cats().
Referenced by driver().