sfc_climo_gen
1.6.0
|
Interpolates static surface data from lat/lon grid, to FV3 model grid. More...
Go to the source code of this file.
Functions/Subroutines | |
program | driver |
Reads static surface data on a global lat/lon grid, interpolates the data to the fv3 model grid, and outputs the result in netcdf format. More... | |
Interpolates static surface data from lat/lon grid, to FV3 model grid.
Definition in file driver.F90.
program driver | ( | ) |
Reads static surface data on a global lat/lon grid, interpolates the data to the fv3 model grid, and outputs the result in netcdf format.
Program execution is controlled by variables defined in the program configuration namelist (see module program_setup for details).
Requires the following input files: 1) Model mosaic file (netcdf) 2) Model orography files (netcdf) 3) Model grid files (netcdf) 4) Source data file on global lat/lon grid (netcdf)
Outputs surface data on the model tiles in netcdf format.
Definition at line 24 of file driver.F90.
References model_grid::define_model_grid(), source_grid::define_source_grid(), utils::error_handler(), interp(), model_grid::model_grid_cleanup(), program_setup::read_setup_namelist(), and source_grid::source_grid_cleanup().