| 
    sfc_climo_gen 1.14.0
    
   | 
 
Read grid specs, date information and land/sea mask for the source data that will be interpolated to the model grid. More...
Go to the source code of this file.
Modules | |
| module | source_grid | 
| Read grid specs, date information and land/sea mask for the source data that will be interpolated to the model grid.  | |
Functions/Subroutines | |
| subroutine, public | source_grid::define_source_grid (localpet, npets, input_file) | 
| Defines esmf grid object for source grid.   | |
| subroutine, public | source_grid::source_grid_cleanup | 
| Free up memory associated with this module.   | |
Variables | |
| integer, dimension(:), allocatable, public | source_grid::day_of_rec | 
| Day of each time record with respect to Jan 1.   | |
| character(len=50), dimension(:), allocatable, public | source_grid::field_names | 
| Names of fields to be processed.   | |
| type(esmf_grid), public | source_grid::grid_src | 
| ESMF grid object for the source grid.   | |
| integer, public | source_grid::i_src | 
| i dimension of the source grid.   | |
| integer, public | source_grid::j_src | 
| j dimension of the source grid.   | |
| integer, public | source_grid::num_fields | 
| Number of fields in the file.   | |
| integer, public | source_grid::num_records | 
| Number of fields times time records.   | |
| integer, public | source_grid::num_time_recs | 
| Number of time records.   | |
| character(len=75), public | source_grid::source | 
| Original source of the data.   | |
Read grid specs, date information and land/sea mask for the source data that will be interpolated to the model grid.
Definition in file source_grid.F90.