orog_mask_tools
1.13.0
|
i/o utilities More...
Go to the source code of this file.
Modules | |
module | io_utils |
Module containing utilities that read and write data. | |
Functions/Subroutines | |
subroutine | io_utils::netcdf_err (err, string) |
Check NetCDF error code and output the error message. More... | |
subroutine, public | io_utils::qc_orog_by_ramp (imn, jmn, zavg, zslm) |
Quality control the global orography and landmask data over Antarctica using RAMP data. More... | |
subroutine, public | io_utils::read_global_mask (imn, jmn, mask) |
Read input global 30-arc second land mask data. More... | |
subroutine, public | io_utils::read_global_orog (imn, jmn, glob) |
Read input global 30-arc second orography data. More... | |
subroutine, public | io_utils::read_mask (merge_file, slm, land_frac, lake_frac, im, jm) |
Read the land mask file. More... | |
subroutine, public | io_utils::read_mdl_dims (mdl_grid_file, im, jm) |
Read the grid dimensions from the model 'grid' file. More... | |
subroutine, public | io_utils::read_mdl_grid_file (mdl_grid_file, im, jm, geolon, geolon_c, geolat, geolat_c, dx, dy, is_north_pole, is_south_pole) |
Read the grid dimensions from the model 'grid' file. More... | |
subroutine, public | io_utils::write_mask_netcdf (im, jm, slm, land_frac, ntiles, tile, geolon, geolat) |
Write the land mask file. More... | |
subroutine, public | io_utils::write_netcdf (im, jm, slm, land_frac, oro, hprime, ntiles, tile, geolon, geolat, lon, lat) |
Write out orography file in netcdf format. More... | |
i/o utilities
Definition in file io_utils.F90.