PUBLIC INTERFACE ~ PUBLIC DATA ~ PUBLIC ROUTINES ~ NAMELIST ~ DIAGNOSTIC FIELDS ~ ERROR MESSAGES ~ REFERENCES ~ NOTES

Program create_grid

Contact:  Zhi Liang
Reviewers: 
Change History: WebCVS Log


OVERVIEW

This program works together with program make_xgrids, runoff_regrid to remap runoff data from a spherical grid onto any grid. This program can generate a spherical grid netcdf file that can be used to generate exchange grid grid_spec.nc with the destination grid file ( ocean grid file).

This program expects to get grid data from a netcdf file, which is specfied by the namelist variable "src_data". The name of the runoff field is specified by the namelist variable "src_fld_name". The output file is a netcdf file with name "atmos_grid.nc".


MODULES USED



PUBLIC INTERFACE



PUBLIC DATA

None.


PUBLIC ROUTINES


    NAMELIST

    &runoff_regrid_nml

    src_data
    Name of input file containing runoff data.
    [character(len=128)]
    src_fld_name
    Name of runoff field.
    [character(len=128),dimension(2)]


    DATA SETS

    None.


    ERROR MESSAGES

    None.


    top