mod_gen_nml Module Reference
Functions/Subroutines | |
subroutine | get_commandline (CVS_ID, CVS_Date, CVS_Name, CVS_Revision) |
subroutine | myhelptxt |
subroutine | check_input |
subroutine | nml_hindcast |
subroutine | nml_forecast |
Variables | |
character(len=80), parameter | mode_forecast = "forecast" |
character(len=80), parameter | mode_hindcast = "hindcast" |
character(len=80) | mode |
character(len=120) | filename |
character(len=120) | bottom_roughness_function |
Function/Subroutine Documentation
subroutine mod_gen_nml::check_input | ( | ) |
Here is the call graph for this function:

Here is the caller graph for this function:

subroutine mod_gen_nml::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_gen_nml::myhelptxt | ( | ) |
Here is the caller graph for this function:

subroutine mod_gen_nml::nml_forecast | ( | ) |
Here is the call graph for this function:

Here is the caller graph for this function:

subroutine mod_gen_nml::nml_hindcast | ( | ) |
Here is the call graph for this function:

Here is the caller graph for this function:

Variable Documentation
character(len=120) mod_gen_nml::bottom_roughness_function |
character(len=120) mod_gen_nml::filename |
character(len=80) mod_gen_nml::mode |
character(len=80), parameter mod_gen_nml::mode_forecast = "forecast" |
character(len=80), parameter mod_gen_nml::mode_hindcast = "hindcast" |