emcsfc_snow2mdl  1.13.0
snow2mdl.F90 File Reference

Interpolate snow data to model grid and grib the result. More...

Go to the source code of this file.

Modules

module  snow2mdl
 Interpolate snow data to model grid and grib the result.
 

Functions/Subroutines

subroutine, public snow2mdl::interp
 Interpolate snow data to model grid. More...
 
subroutine snow2mdl::intlon (iord, imon, imsk, m1, m2, k1, f1, f2)
 Convert data from the thinned (or reduced) to the full grid along a single row. More...
 
subroutine snow2mdl::uninterpred (iord, kmsk, fi, f, lonl, latd, len, lonsperlat)
 Fills out full grid using thinned grid data. More...
 
subroutine snow2mdl::write_grib1
 Write grib1 snow cover and depth on the model grid. More...
 
subroutine snow2mdl::write_grib2
 Write grib2 snow cover and depth on the model grid. More...
 

Variables

real, dimension(:,:), allocatable snow2mdl::snow_cvr_mdl
 snow cover on model grid in percent More...
 
real, dimension(:,:), allocatable snow2mdl::snow_dep_mdl
 snow depth on model grid in meters More...
 

Detailed Description

Interpolate snow data to model grid and grib the result.

Author
George Gayno org: w/np2
Date
2005-Dec-16

Definition in file snow2mdl.F90.