mod_sst2grd Module Reference
Functions/Subroutines | |
subroutine | get_commandline (CVS_ID, CVS_Date, CVS_Name, CVS_Revision) |
subroutine | myhelptxt |
subroutine | read_namelist |
subroutine | set_time |
subroutine | get_fvcom_grid |
subroutine | run_tge |
subroutine | create_interp |
subroutine | allocate_space |
subroutine | my_outfile |
subroutine | update_sst |
Variables | |
real(sp) | cval |
logical | constant |
integer, parameter | nx = 600 |
integer, parameter | ny = 320 |
integer, parameter | funit = 46 |
type(time), save | sst_interval |
real(sp), dimension(:,:), allocatable | sstin |
real(sp), dimension(:,:), allocatable | xs |
real(sp), dimension(:,:), allocatable | ys |
real(sp), dimension(:,:), allocatable | lons |
real(sp), dimension(:,:), allocatable | lats |
real(sp), dimension(:), allocatable | sstout |
integer, dimension(:,:), allocatable | mask |
integer | iday |
character | ch |
character, dimension(12) | month |
character | yn |
character | cyear |
character(len=80) | lat_data_name |
character(len=80) | lon_data_name |
character(len=80) | data_prefix |
character(len=120) | fname |
logical | fexist |
type(interp_weights) | weights |
type(ncfile), pointer | nc_out |
type(ncftime), pointer | ftm |
type(grid), save | mygrid |
type(time), save | now |
Function/Subroutine Documentation
subroutine mod_sst2grd::allocate_space | ( | ) |
Here is the caller graph for this function:

subroutine mod_sst2grd::create_interp | ( | ) |
Here is the call graph for this function:

Here is the caller graph for this function:

subroutine mod_sst2grd::get_commandline | ( | character(len=*), intent(in) | CVS_ID, |
character(len=*), intent(in) | CVS_Date, | ||
character(len=*), intent(in) | CVS_Name, | ||
character(len=*), intent(in) | CVS_Revision | ||
) |
Here is the call graph for this function:

Here is the caller graph for this function:

subroutine mod_sst2grd::get_fvcom_grid | ( | ) |
Here is the call graph for this function:

Here is the caller graph for this function:

subroutine mod_sst2grd::my_outfile | ( | ) |
Here is the call graph for this function:

Here is the caller graph for this function:

subroutine mod_sst2grd::myhelptxt | ( | ) |
Here is the caller graph for this function:

subroutine mod_sst2grd::read_namelist | ( | ) |
Here is the call graph for this function:

Here is the caller graph for this function:

subroutine mod_sst2grd::run_tge | ( | ) |
Here is the call graph for this function:

Here is the caller graph for this function:

subroutine mod_sst2grd::set_time | ( | ) |
Here is the call graph for this function:

Here is the caller graph for this function:

subroutine mod_sst2grd::update_sst | ( | ) |
Here is the call graph for this function:

Here is the caller graph for this function:

Variable Documentation
character mod_sst2grd::ch |
logical mod_sst2grd::constant |
real(sp) mod_sst2grd::cval |
character mod_sst2grd::cyear |
character(len=80) mod_sst2grd::data_prefix |
logical mod_sst2grd::fexist |
character(len=120) mod_sst2grd::fname |
type(ncftime), pointer mod_sst2grd::ftm |
integer, parameter mod_sst2grd::funit = 46 |
integer mod_sst2grd::iday |
character(len=80) mod_sst2grd::lat_data_name |
real(sp), dimension(:,:), allocatable mod_sst2grd::lats |
character(len=80) mod_sst2grd::lon_data_name |
real(sp), dimension(:,:), allocatable mod_sst2grd::lons |
integer, dimension(:,:), allocatable mod_sst2grd::mask |
character, dimension(12) mod_sst2grd::month |
type(grid), save mod_sst2grd::mygrid |
type(ncfile), pointer mod_sst2grd::nc_out |
type(time), save mod_sst2grd::now |
integer, parameter mod_sst2grd::nx = 600 |
integer, parameter mod_sst2grd::ny = 320 |
type(time), save mod_sst2grd::sst_interval |
real(sp), dimension(:,:), allocatable mod_sst2grd::sstin |
real(sp), dimension(:), allocatable mod_sst2grd::sstout |
type(interp_weights) mod_sst2grd::weights |
real(sp), dimension(:,:), allocatable mod_sst2grd::xs |
character mod_sst2grd::yn |
real(sp), dimension(:,:), allocatable mod_sst2grd::ys |