Data Types | |
| type | t_gsu |
| type | t_nns |
Functions/Subroutines | |
| subroutine, public | w3gsud (GSU) |
| subroutine, public | w3gsup (GSU, IUNIT, LFULL) |
| type(t_nns) function, pointer, public | w3nnsc (NLVL) |
| subroutine, public | w3nnsd (NNS) |
| subroutine, public | w3nnsp (NNS, IUNIT) |
Variables | |
| integer, parameter, public | mskc_none = 0 |
| integer, parameter, public | mskc_part = 1 |
| integer, parameter, public | mskc_full = 2 |
| integer, parameter, public | iclo_none = -1 |
| integer, parameter, public | iclo_smpl = 2 |
| integer, parameter, public | iclo_grdi = ICLO_SMPL |
| integer, parameter, public | iclo_grdj = 3 |
| integer, parameter, public | iclo_trdl = 6 |
| integer, parameter, public | iclo_trpl = 8 |
| real(8), parameter | pi = 3.14159265358979323846D0 |
| subroutine, public w3gsrumd::w3gsud | ( | type(t_gsu), intent(inout) | GSU | ) |
Definition at line 790 of file w3gsrumd.F90.
References w3servmd::strace(), and w3nnsd().
Referenced by w3fldsmd::w3fldp(), and w3gsup().
| subroutine, public w3gsrumd::w3gsup | ( | type(t_gsu), intent(in) | GSU, |
| integer, intent(in), optional | IUNIT, | ||
| logical, intent(in), optional | LFULL | ||
| ) |
Definition at line 885 of file w3gsrumd.F90.
References check(), iclo_grdi, iclo_grdj, iclo_none, iclo_trdl, iclo_trpl, mskc_full, mskc_none, mskc_part, w3servmd::strace(), w3gsud(), w3nnsc(), and w3nnsp().
Referenced by w3fldsmd::w3fldp(), w3gdatmd::w3gntx(), and w3iotrmd::w3iotr().
| type(t_nns) function, pointer, public w3gsrumd::w3nnsc | ( | integer, intent(in) | NLVL | ) |
| subroutine, public w3gsrumd::w3nnsd | ( | type(t_nns), pointer | NNS | ) |
Definition at line 6931 of file w3gsrumd.F90.
References w3servmd::strace().
Referenced by w3gsud().
| subroutine, public w3gsrumd::w3nnsp | ( | type(t_nns), intent(in) | NNS, |
| integer, intent(in), optional | IUNIT | ||
| ) |
| integer, parameter, public w3gsrumd::iclo_grdi = ICLO_SMPL |
Definition at line 316 of file w3gsrumd.F90.
| integer, parameter, public w3gsrumd::iclo_grdj = 3 |
Definition at line 317 of file w3gsrumd.F90.
| integer, parameter, public w3gsrumd::iclo_none = -1 |
Definition at line 314 of file w3gsrumd.F90.
Referenced by w3fldsmd::w3fldp(), w3gsup(), and w3nnsp().
| integer, parameter, public w3gsrumd::iclo_smpl = 2 |
Definition at line 315 of file w3gsrumd.F90.
Referenced by w3fldsmd::w3fldp().
| integer, parameter, public w3gsrumd::iclo_trdl = 6 |
Definition at line 318 of file w3gsrumd.F90.
| integer, parameter, public w3gsrumd::iclo_trpl = 8 |
Definition at line 319 of file w3gsrumd.F90.
| integer, parameter, public w3gsrumd::mskc_full = 2 |
Definition at line 283 of file w3gsrumd.F90.
Referenced by w3gsup().
| integer, parameter, public w3gsrumd::mskc_none = 0 |
Definition at line 281 of file w3gsrumd.F90.
Referenced by w3fldsmd::w3fldp(), and w3gsup().
| integer, parameter, public w3gsrumd::mskc_part = 1 |
Definition at line 282 of file w3gsrumd.F90.
Referenced by w3fldsmd::w3fldp(), and w3gsup().
| real(8), parameter w3gsrumd::pi = 3.14159265358979323846D0 |
Definition at line 377 of file w3gsrumd.F90.