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:

Here is the caller graph for this function:

| subroutine mod_wrf2grd::get_fvcom_grid | ( | ) |
Here is the call graph for this function:

Here is the caller graph for this function:

| subroutine mod_wrf2grd::get_run_file | ( | ) |
Here is the call graph for this function:

Here is the caller graph for this function:

| subroutine mod_wrf2grd::load_wrf_in | ( | ) |
Here is the call graph for this function:

Here is the caller graph for this function:

| subroutine mod_wrf2grd::make_nc_outfile | ( | ) |
Here is the call graph for this function:

Here is the caller graph for this function:

| subroutine mod_wrf2grd::myhelptxt | ( | ) |
Here is the caller graph for this function:

| subroutine mod_wrf2grd::set_time | ( | ) |
Here is the call graph for this function:

Here is the caller graph for this function:

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 |

1.8.11