sfc_climo_gen  1.12.0
 All Data Structures Files Functions Variables Pages
interp_frac_cats.F90 File Reference

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...
 

Detailed Description

Read the input cateogorical source data and interpolate percent of each category to the model grid.

Author
George Gayno
Date
2022

Definition in file interp_frac_cats.F90.

Function/Subroutine Documentation

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.

Parameters
[in]localpetthis mpi task
[in]input_filefilename of input source data.
Author
George Gayno
Date
2022

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().