|
file | driver.F90 [code] |
| Interpolates static surface data from lat/lon grid, to FV3 model grid.
|
|
file | interp.F90 [code] |
| Read the input source data and interpolate it to the model grid.
|
|
file | interp_frac_cats.F90 [code] |
| Read the input cateogorical source data and interpolate percent of each category to the model grid.
|
|
file | model_grid.F90 [code] |
| Defines the model grid.
|
|
file | output.f90 [code] |
| Output model data for a single tile and a single record.
|
|
file | output_frac_cats.F90 [code] |
| Write model categorical data for a single tile.
|
|
file | program_setup.f90 [code] |
| Program setup.
|
|
file | search.f90 [code] |
| Replace undefined values on the model grid with a valid value at a nearby neighbor.
|
|
file | search_frac_cats.f90 [code] |
| Replace undefined values on the model grid.
|
|
file | source_grid.F90 [code] |
| Read grid specs, date information and land/sea mask for the source data that will be interpolated to the model grid.
|
|
file | utils.f90 [code] |
| Utilities.
|
|