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:
![](namespacemod__sms2grid_a002455b1f371e43bb1fc62f38a1bec29_cgraph.png)
Here is the caller graph for this function:
![](namespacemod__sms2grid_a002455b1f371e43bb1fc62f38a1bec29_icgraph.png)
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:
![](namespacemod__sms2grid_a9e6a63041800797b31ee0436e6b098d0_cgraph.png)
Here is the caller graph for this function:
![](namespacemod__sms2grid_a9e6a63041800797b31ee0436e6b098d0_icgraph.png)
subroutine mod_sms2grid::initialize_nml | ( | ) |
Here is the caller graph for this function:
![](namespacemod__sms2grid_a4d603e31f000070b1528dc92437e0436_icgraph.png)
subroutine mod_sms2grid::myhelptxt | ( | ) |
Here is the caller graph for this function:
![](namespacemod__sms2grid_ad0ae60778a260ea1dc75958acf51dfd4_icgraph.png)
subroutine mod_sms2grid::open_files | ( | ) |
Here is the call graph for this function:
![](namespacemod__sms2grid_a3de588e7b94414a2b860dbcf67079cbc_cgraph.png)
Here is the caller graph for this function:
![](namespacemod__sms2grid_a3de588e7b94414a2b860dbcf67079cbc_icgraph.png)
subroutine mod_sms2grid::read_namelist | ( | ) |
Here is the call graph for this function:
![](namespacemod__sms2grid_a4de4c0d2f98960c8035f06fd2f97ab8c_cgraph.png)
Here is the caller graph for this function:
![](namespacemod__sms2grid_a4de4c0d2f98960c8035f06fd2f97ab8c_icgraph.png)
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 |