FV3 Bundle
mosaic.F90 File Reference
#include <file_version.h>
Include dependency graph for mosaic.F90:

Go to the source code of this file.

Modules

module  mosaic_mod
 

Functions/Subroutines

subroutine mosaic_mod::mosaic_init ()
 
integer function, public mosaic_mod::get_mosaic_xgrid_size (xgrid_file)
 
subroutine, public mosaic_mod::get_mosaic_xgrid (xgrid_file, i1, j1, i2, j2, area, ibegin, iend)
 
integer function, public mosaic_mod::get_mosaic_ntiles (mosaic_file)
 
integer function, public mosaic_mod::get_mosaic_ncontacts (mosaic_file)
 
subroutine, public mosaic_mod::get_mosaic_grid_sizes (mosaic_file, nx, ny)
 
subroutine, public mosaic_mod::get_mosaic_contact (mosaic_file, tile1, tile2, istart1, iend1, jstart1, jend1, istart2, iend2, jstart2, jend2)
 
integer function mosaic_mod::transfer_to_model_index (istart, iend, refine_ratio)
 
subroutine, public mosaic_mod::calc_mosaic_grid_area (lon, lat, area)
 
subroutine, public mosaic_mod::calc_mosaic_grid_great_circle_area (lon, lat, area)
 
logical function, public mosaic_mod::is_inside_polygon (lon1, lat1, lon2, lat2)
 
integer function mosaic_mod::parse_string (string, set, value)
 

Variables

character(len= *), parameter mosaic_mod::grid_dir = 'INPUT/'
 
integer, parameter mosaic_mod::max_name = 256
 
integer, parameter mosaic_mod::max_file = 1024
 
integer, parameter mosaic_mod::x_refine = 2
 
integer, parameter mosaic_mod::y_refine = 2
 
logical mosaic_mod::module_is_initialized = .true.