grid_tools
1.10.0
|
Utility routines. More...
#include <netcdf.inc>
Go to the source code of this file.
Modules | |
module | utils |
Module that contains general utility routines. | |
Functions/Subroutines | |
subroutine | utils::fill_regional_halo (data, halo) |
This routine extrapolate geolat_c and geolon_c halo points for the regional standalone grid. More... | |
subroutine | utils::handle_err (status, string) |
Prints an error message to standard output, then halts program execution with a bad status. More... | |
subroutine | utils::read_namelist |
Read the program namelist file. More... | |
Variables | |
character(len=512) | utils::grid_file = "atmos_mosaic.nc" |
Path/name of the grid mosaic file. More... | |
integer | utils::grid_type = 0 |
Grid type. More... | |
character(len=128) | utils::mask_field = "slmsk" |
NetCDF record name of the land/sea mask. More... | |
logical | utils::nested = .false. |
If true, process a global grid with a nest. More... | |
logical | utils::regional = .false. |
If true, process a stand-alone regional grid. More... | |
real | utils::res = 48. |
The 'CRES' resolution. More... | |
real | utils::stretch_fac = 1.0 |
Grid stretching factor. More... | |
character(len=128) | utils::topo_field = "orog_filt" |
NetCDF record name of the filtered topography (or orography). More... | |
character(len=512) | utils::topo_file = "orog" |
Path/name of the topography (or orography) file. More... | |
logical | utils::zero_ocean = .true. |
If true, no diffusive flux into water/ocean area (preserve islands). More... | |
Utility routines.
Definition in file utils.F90.