mod_weather Module Reference
Functions/Subroutines | |
subroutine | get_commandline (CVS_ID, CVS_Date, CVS_Name, CVS_Revision) |
subroutine | myhelptxt |
subroutine | build_grid |
subroutine | build_output |
subroutine | read_input |
subroutine | allocate_space |
subroutine | setup_convert |
subroutine | extract |
Variables | |
type(ncdim), pointer | dimr |
integer, parameter | nvt = 73 |
type(ncdim), pointer | dimnvt |
integer, parameter | ndv = 10 |
type(ncdim), pointer | dimdv |
integer, parameter | ncpl = 11 |
type(ncdim), pointer | dimcpl |
integer, parameter | nml = 132 |
type(ncdim), pointer | dimnml |
integer, parameter | nx = 650 |
type(ncdim), pointer | dimx |
integer, parameter | ny = 550 |
type(ncdim), pointer | dimy |
integer, parameter | nlvs = 1 |
type(ncdim), pointer | dimlvs |
character(len=120) | fin |
character(len=120) | fout |
character(len=120) | fset |
type(ncfile), pointer | ncf_in |
type(ncfile), pointer | ncf_out |
real(sp), parameter | fillval =-99999.0_SP |
real(sp), parameter | badval =3.402823e+38_SP |
real(sp), parameter | lllon =-72.4 |
real(sp), parameter | lllat =40.2 |
real(sp), parameter | urlon =-66.8 |
real(sp), parameter | urlat =45.0 |
real(sp), parameter | dlon = (URLON-LLLON)/(real(nx-1)) |
real(sp), parameter | dlat = (URLAT-LLLAT)/(real(ny-1)) |
real(sp), dimension(:,:), pointer | gridlon |
real(sp), dimension(:,:), pointer | gridlat |
real(sp), dimension(:,:), pointer | gridxce |
real(sp), dimension(:,:), pointer | gridyce |
real(sp), dimension(:,:), pointer | gridxtmerc |
real(sp), dimension(:,:), pointer | gridytmerc |
integer, dimension(:,:), pointer | gridcellid |
character(len=80), parameter | tmerc ="init=nad83:1802" |
character(len=80), parameter | eqc ="proj=eqc" |
integer | maxelem |
integer | ntimes |
Function/Subroutine Documentation
subroutine mod_weather::allocate_space | ( | ) |
Here is the caller graph for this function:
![](namespacemod__weather_a7fbdec437f006c4a6a9c9014b931ecce_icgraph.png)
subroutine mod_weather::build_grid | ( | ) |
Here is the call graph for this function:
![](namespacemod__weather_a899854088c2101c0bd6063fcd0ff4ba7_cgraph.png)
Here is the caller graph for this function:
![](namespacemod__weather_a899854088c2101c0bd6063fcd0ff4ba7_icgraph.png)
subroutine mod_weather::build_output | ( | ) |
Here is the call graph for this function:
![](namespacemod__weather_af21d3637e674f654f7571bb76342954e_cgraph.png)
Here is the caller graph for this function:
![](namespacemod__weather_af21d3637e674f654f7571bb76342954e_icgraph.png)
subroutine mod_weather::extract | ( | ) |
Here is the call graph for this function:
![](namespacemod__weather_a15c5a113faeba9b06a9ff98034964515_cgraph.png)
Here is the caller graph for this function:
![](namespacemod__weather_a15c5a113faeba9b06a9ff98034964515_icgraph.png)
subroutine mod_weather::get_commandline | ( | character(len=*), intent(in) | CVS_ID, |
character(len=*), intent(in) | CVS_Date, | ||
character(len=*), intent(in) | CVS_Name, | ||
character(len=*), intent(in) | CVS_Revision | ||
) |
Here is the call graph for this function:
![](namespacemod__weather_ad4e17a085af9fe3205c35d29846acf68_cgraph.png)
Here is the caller graph for this function:
![](namespacemod__weather_ad4e17a085af9fe3205c35d29846acf68_icgraph.png)
subroutine mod_weather::myhelptxt | ( | ) |
Here is the caller graph for this function:
![](namespacemod__weather_a88d59d8378ee1c51b67443710b752792_icgraph.png)
subroutine mod_weather::read_input | ( | ) |
Here is the call graph for this function:
![](namespacemod__weather_ab22a373cb34966f8a6656230a147f978_cgraph.png)
Here is the caller graph for this function:
![](namespacemod__weather_ab22a373cb34966f8a6656230a147f978_icgraph.png)
subroutine mod_weather::setup_convert | ( | ) |
Here is the call graph for this function:
![](namespacemod__weather_a896ec8f87f6e0b084667b28ee52f6043_cgraph.png)
Here is the caller graph for this function:
![](namespacemod__weather_a896ec8f87f6e0b084667b28ee52f6043_icgraph.png)
Variable Documentation
real(sp), parameter mod_weather::badval =3.402823e+38_SP |
type(ncdim), pointer mod_weather::dimcpl |
type(ncdim), pointer mod_weather::dimdv |
type(ncdim), pointer mod_weather::dimlvs |
type(ncdim), pointer mod_weather::dimnml |
type(ncdim), pointer mod_weather::dimnvt |
type(ncdim), pointer mod_weather::dimr |
type(ncdim), pointer mod_weather::dimx |
type(ncdim), pointer mod_weather::dimy |
real(sp), parameter mod_weather::dlat = (URLAT-LLLAT)/(real(ny-1)) |
real(sp), parameter mod_weather::dlon = (URLON-LLLON)/(real(nx-1)) |
character(len=80), parameter mod_weather::eqc ="proj=eqc" |
real(sp), parameter mod_weather::fillval =-99999.0_SP |
character(len=120) mod_weather::fin |
character(len=120) mod_weather::fout |
character(len=120) mod_weather::fset |
integer, dimension(:,:), pointer mod_weather::gridcellid |
real(sp), dimension(:,:), pointer mod_weather::gridlat |
real(sp), dimension(:,:), pointer mod_weather::gridlon |
real(sp), dimension(:,:), pointer mod_weather::gridxce |
real(sp), dimension(:,:), pointer mod_weather::gridxtmerc |
real(sp), dimension(:,:), pointer mod_weather::gridyce |
real(sp), dimension(:,:), pointer mod_weather::gridytmerc |
real(sp), parameter mod_weather::lllat =40.2 |
real(sp), parameter mod_weather::lllon =-72.4 |
integer mod_weather::maxelem |
type(ncfile), pointer mod_weather::ncf_in |
type(ncfile), pointer mod_weather::ncf_out |
integer, parameter mod_weather::ncpl = 11 |
integer, parameter mod_weather::ndv = 10 |
integer, parameter mod_weather::nlvs = 1 |
integer, parameter mod_weather::nml = 132 |
integer mod_weather::ntimes |
integer, parameter mod_weather::nvt = 73 |
integer, parameter mod_weather::nx = 650 |
integer, parameter mod_weather::ny = 550 |
character(len=80), parameter mod_weather::tmerc ="init=nad83:1802" |
real(sp), parameter mod_weather::urlat =45.0 |
real(sp), parameter mod_weather::urlon =-66.8 |