mod_wrf2grd Module Reference
Functions/Subroutines | |
subroutine | get_commandline (CVS_ID, CVS_Date, CVS_Name, CVS_Revision) |
subroutine | myhelptxt |
subroutine | get_run_file |
subroutine | get_fvcom_grid |
subroutine | set_time |
subroutine | load_wrf_in |
subroutine | make_nc_outfile |
Variables | |
character(len=80) | run_file |
character(len=80) | wrf_in_file |
character(len=80) | wrf_out_file |
character(len=80) | out_file_type |
character(len=80) | out_interval |
character(len=80) | zero_time |
logical | fexist |
type(time) | interval |
type(ncfile), pointer | nc_out |
Function/Subroutine Documentation
subroutine mod_wrf2grd::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__wrf2grd_a1841bf923fee6a300fc36b4ada96ac6d_cgraph.png)
Here is the caller graph for this function:
![](namespacemod__wrf2grd_a1841bf923fee6a300fc36b4ada96ac6d_icgraph.png)
subroutine mod_wrf2grd::get_fvcom_grid | ( | ) |
Here is the call graph for this function:
![](namespacemod__wrf2grd_a46df106e2e194648a1ec1872cc8b0293_cgraph.png)
Here is the caller graph for this function:
![](namespacemod__wrf2grd_a46df106e2e194648a1ec1872cc8b0293_icgraph.png)
subroutine mod_wrf2grd::get_run_file | ( | ) |
Here is the call graph for this function:
![](namespacemod__wrf2grd_ae4fe78ed5d506df6503be216679deb82_cgraph.png)
Here is the caller graph for this function:
![](namespacemod__wrf2grd_ae4fe78ed5d506df6503be216679deb82_icgraph.png)
subroutine mod_wrf2grd::load_wrf_in | ( | ) |
Here is the call graph for this function:
![](namespacemod__wrf2grd_a1c2351ab6564ced86f3cc54b81b00a4f_cgraph.png)
Here is the caller graph for this function:
![](namespacemod__wrf2grd_a1c2351ab6564ced86f3cc54b81b00a4f_icgraph.png)
subroutine mod_wrf2grd::make_nc_outfile | ( | ) |
Here is the call graph for this function:
![](namespacemod__wrf2grd_a7417aca2dff14f9114bb54b21fe65797_cgraph.png)
Here is the caller graph for this function:
![](namespacemod__wrf2grd_a7417aca2dff14f9114bb54b21fe65797_icgraph.png)
subroutine mod_wrf2grd::myhelptxt | ( | ) |
Here is the caller graph for this function:
![](namespacemod__wrf2grd_ab37469e7b5f2365d1699e992b904f229_icgraph.png)
subroutine mod_wrf2grd::set_time | ( | ) |
Here is the call graph for this function:
![](namespacemod__wrf2grd_abd0c297686d315cedd4674d075b67f1c_cgraph.png)
Here is the caller graph for this function:
![](namespacemod__wrf2grd_abd0c297686d315cedd4674d075b67f1c_icgraph.png)
Variable Documentation
logical mod_wrf2grd::fexist |
type(time) mod_wrf2grd::interval |
type(ncfile), pointer mod_wrf2grd::nc_out |
character(len=80) mod_wrf2grd::out_file_type |
character(len=80) mod_wrf2grd::out_interval |
character(len=80) mod_wrf2grd::run_file |
character(len=80) mod_wrf2grd::wrf_in_file |
character(len=80) mod_wrf2grd::wrf_out_file |
character(len=80) mod_wrf2grd::zero_time |