Program river_regrid
OVERVIEW
This program can remap river network data from spherical grid onto another
spherical grid.
The program expects to read river network data from a netcdf file, which
is specified by the namelist variable "river_input_file". This file should
contains field 'cellarea', 'tocell', 'fromcell', 'basin', 'basincells',
'order', 'travel', 'subL', 'subA','disttomouth', 'disttoocean' and 'dx'.
The program will remap the data in "river_input_file" onto the grid, which
is specified by namelist land_grid_file. The grid file should contains the same
grid as the land modle to be run. The output is stored in a netcdf file, which
is specified by river_output_file.
MODULES USED
mpp_mod
mpp_io_mod
fms_mod
axis_utils_mod
constants_mod
fms_io_mod
PUBLIC INTERFACE
PUBLIC DATA
None.
PUBLIC ROUTINES
NAMELIST
&river_regrid_nml
-
river_input_file
river data source file.
[character(len=128)]
-
land_grid_file
the grid file that contains land grid information.
[character(len=128)]
-
river_output_file
The output river data file after coupled with land grid.
[character(len=128)]
DATA SETS
None.
ERROR MESSAGES
None.