sfc_climo_gen  1.13.0
source_grid.F90 File Reference

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. More...
 
subroutine, public source_grid::source_grid_cleanup
 Free up memory associated with this module. More...
 

Variables

integer, dimension(:), allocatable, public source_grid::day_of_rec
 Day of each time record with respect to Jan 1. More...
 
character(len=50), dimension(:), allocatable, public source_grid::field_names
 Names of fields to be processed. More...
 
type(esmf_grid), public source_grid::grid_src
 ESMF grid object for the source grid. More...
 
integer, public source_grid::i_src
 i dimension of the source grid. More...
 
integer, public source_grid::j_src
 j dimension of the source grid. More...
 
integer, public source_grid::num_fields
 Number of fields in the file. More...
 
integer, public source_grid::num_records
 Number of fields times time records. More...
 
integer, public source_grid::num_time_recs
 Number of time records. More...
 
character(len=75), public source_grid::source
 Original source of the data. More...
 

Detailed Description

Read grid specs, date information and land/sea mask for the source data that will be interpolated to the model grid.

Author
George Gayno
Date
2018

Definition in file source_grid.F90.