mod_sms2grid Module Reference
Functions/Subroutines | |
| subroutine | get_commandline (CVS_ID, CVS_Date, CVS_Name, CVS_Revision) |
| subroutine | myhelptxt |
| subroutine | initialize_nml |
| subroutine | read_namelist |
| subroutine | open_files |
| subroutine | convert_sms2dat |
Variables | |
| character(len=80) | fname |
| character(len=80) | grid_file_in |
| character(len=80) | depth_file_in |
| character(len=80) | grid_file_out |
| character(len=80) | depth_file_out |
| character(len=80) | coriolis_file_out |
| character(len=80) | grid_input_units |
| character(len=80) | depth_input_units |
| character(len=80) | grid_output_units |
| real(sp) | depth_minimum |
| integer, parameter | grdinunit = 101 |
| integer, parameter | dpthinunit = 102 |
| integer, parameter | grdoutunit = 103 |
| integer, parameter | dpthoutunit = 104 |
| integer, parameter | coroutunit = 105 |
| integer, parameter | nodestringunit = 106 |
| logical | nsopen =.false. |
| integer | nscnt |
| integer | nns |
| character(len=80) | nodestringname |
| logical | depth_on |
| logical | cor_on |
| logical | proj_on |
| logical | depth_in_grid |
Function/Subroutine Documentation
| subroutine mod_sms2grid::convert_sms2dat | ( | ) |
Here is the call graph for this function:

Here is the caller graph for this function:

| subroutine mod_sms2grid::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_sms2grid::initialize_nml | ( | ) |
Here is the caller graph for this function:

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

| subroutine mod_sms2grid::open_files | ( | ) |
Here is the call graph for this function:

Here is the caller graph for this function:

| subroutine mod_sms2grid::read_namelist | ( | ) |
Here is the call graph for this function:

Here is the caller graph for this function:

Variable Documentation
| logical mod_sms2grid::cor_on |
| character(len=80) mod_sms2grid::coriolis_file_out |
| integer, parameter mod_sms2grid::coroutunit = 105 |
| character(len=80) mod_sms2grid::depth_file_in |
| character(len=80) mod_sms2grid::depth_file_out |
| logical mod_sms2grid::depth_in_grid |
| character(len=80) mod_sms2grid::depth_input_units |
| real(sp) mod_sms2grid::depth_minimum |
| logical mod_sms2grid::depth_on |
| integer, parameter mod_sms2grid::dpthinunit = 102 |
| integer, parameter mod_sms2grid::dpthoutunit = 104 |
| character(len=80) mod_sms2grid::fname |
| integer, parameter mod_sms2grid::grdinunit = 101 |
| integer, parameter mod_sms2grid::grdoutunit = 103 |
| character(len=80) mod_sms2grid::grid_file_in |
| character(len=80) mod_sms2grid::grid_file_out |
| character(len=80) mod_sms2grid::grid_input_units |
| character(len=80) mod_sms2grid::grid_output_units |
| integer mod_sms2grid::nns |
| character(len=80) mod_sms2grid::nodestringname |
| integer, parameter mod_sms2grid::nodestringunit = 106 |
| integer mod_sms2grid::nscnt |
| logical mod_sms2grid::nsopen =.false. |
| logical mod_sms2grid::proj_on |

1.8.11