tra1, & !jyg: get rid of ntra
tra, & !jyg: get rid of ntra
INTEGER, INTENT (IN) :: len, nloc, nd, ntra !jyg: get rid of ntra jyg jyg
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | len | |||
| integer, | intent(in) | :: | nloc | |||
| integer, | intent(inout) | :: | ncum | |||
| integer, | intent(in) | :: | nd | |||
| logical, | intent(in) | :: | compress | |||
| integer, | intent(in), | DIMENSION (len) | :: | iflag1 |
jyg |
|
| integer, | intent(in), | DIMENSION (len) | :: | nk1 |
jyg |
|
| integer, | intent(in), | DIMENSION (len) | :: | icb1 |
jyg |
|
| integer, | intent(in), | DIMENSION (len) | :: | icbs1 |
jyg |
|
| real, | intent(in), | DIMENSION (len) | :: | plcl1 | ||
| real, | intent(in), | DIMENSION (len) | :: | tnk1 | ||
| real, | intent(in), | DIMENSION (len) | :: | qnk1 | ||
| real, | intent(in), | DIMENSION (len) | :: | gznk1 | ||
| real, | intent(in), | DIMENSION (len) | :: | hnk1 | ||
| real, | intent(in), | DIMENSION (len) | :: | unk1 | ||
| real, | intent(in), | DIMENSION (len) | :: | vnk1 | ||
| real, | intent(in), | DIMENSION (len, nd) | :: | wghti1(len,nd) | ||
| real, | intent(in), | DIMENSION (len) | :: | pbase1 | ||
| real, | intent(in), | DIMENSION (len) | :: | buoybase1 | ||
| real, | intent(in), | DIMENSION (len, nd) | :: | t1 | ||
| real, | intent(in), | DIMENSION (len, nd) | :: | q1 | ||
| real, | intent(in), | DIMENSION (len, nd) | :: | qs1 | ||
| real, | intent(in), | DIMENSION (len, nd) | :: | t1_wake | ||
| real, | intent(in), | DIMENSION (len, nd) | :: | q1_wake | ||
| real, | intent(in), | DIMENSION (len, nd) | :: | qs1_wake | ||
| real, | intent(in), | DIMENSION (len) | :: | s1_wake | ||
| real, | intent(in), | DIMENSION (len, nd) | :: | u1 | ||
| real, | intent(in), | DIMENSION (len, nd) | :: | v1 | ||
| real, | intent(in), | DIMENSION (len, nd) | :: | gz1 |
REAL, DIMENSION (len, nd,ntra), INTENT (IN) :: tra1 !jyg: get rid of ntra |
|
| real, | intent(in), | DIMENSION (len, nd) | :: | th1 |
REAL, DIMENSION (len, nd,ntra), INTENT (IN) :: tra1 !jyg: get rid of ntra |
|
| real, | intent(in), | DIMENSION (len, nd) | :: | th1_wake |
REAL, DIMENSION (len, nd,ntra), INTENT (IN) :: tra1 !jyg: get rid of ntra |
|
| real, | intent(in), | DIMENSION (len, nd) | :: | h1 | ||
| real, | intent(in), | DIMENSION (len, nd) | :: | lv1 | ||
| real, | intent(in), | DIMENSION (len, nd) | :: | lf1 | ||
| real, | intent(in), | DIMENSION (len, nd) | :: | cpn1 | ||
| real, | intent(in), | DIMENSION (len, nd) | :: | p1 | ||
| real, | intent(in), | DIMENSION (len, nd+1) | :: | ph1(len,nd+1) | ||
| real, | intent(in), | DIMENSION (len, nd) | :: | tv1 | ||
| real, | intent(in), | DIMENSION (len, nd) | :: | tp1 | ||
| real, | intent(in), | DIMENSION (len, nd) | :: | tvp1 | ||
| real, | intent(in), | DIMENSION (len, nd) | :: | clw1 | ||
| real, | intent(in), | DIMENSION (len, nd) | :: | h1_wake | ||
| real, | intent(in), | DIMENSION (len, nd) | :: | lv1_wake | ||
| real, | intent(in), | DIMENSION (len, nd) | :: | lf1_wake | ||
| real, | intent(in), | DIMENSION (len, nd) | :: | cpn1_wake | ||
| real, | intent(in), | DIMENSION (len, nd) | :: | tv1_wake | ||
| real, | intent(in), | DIMENSION (len, nd) | :: | sig1 | ||
| real, | intent(in), | DIMENSION (len, nd) | :: | w01 | ||
| real, | intent(in), | DIMENSION (len) | :: | ptop21 | ||
| real, | intent(in), | DIMENSION (len) | :: | Ale1 | ||
| real, | intent(in), | DIMENSION (len) | :: | Alp1 | ||
| real, | intent(in), | DIMENSION (len, nd) | :: | omega1 | ||
| integer, | intent(out), | DIMENSION (nloc) | :: | iflag | ||
| integer, | intent(out), | DIMENSION (nloc) | :: | nk | ||
| integer, | intent(out), | DIMENSION (nloc) | :: | icb | ||
| integer, | intent(out), | DIMENSION (nloc) | :: | icbs | ||
| real, | intent(out), | DIMENSION (nloc) | :: | plcl | ||
| real, | intent(out), | DIMENSION (nloc) | :: | tnk | ||
| real, | intent(out), | DIMENSION (nloc) | :: | qnk | ||
| real, | intent(out), | DIMENSION (nloc) | :: | gznk | ||
| real, | intent(out), | DIMENSION (nloc) | :: | hnk | ||
| real, | intent(out), | DIMENSION (nloc) | :: | unk | ||
| real, | intent(out), | DIMENSION (nloc) | :: | vnk | ||
| real, | intent(out), | DIMENSION (nloc, nd) | :: | wghti | ||
| real, | intent(out), | DIMENSION (nloc) | :: | pbase | ||
| real, | intent(out), | DIMENSION (nloc) | :: | buoybase | ||
| real, | intent(out), | DIMENSION (nloc, nd) | :: | t | ||
| real, | intent(out), | DIMENSION (nloc, nd) | :: | q | ||
| real, | intent(out), | DIMENSION (nloc, nd) | :: | qs | ||
| real, | intent(out), | DIMENSION (nloc, nd) | :: | t_wake | ||
| real, | intent(out), | DIMENSION (nloc, nd) | :: | q_wake | ||
| real, | intent(out), | DIMENSION (nloc, nd) | :: | qs_wake | ||
| real, | intent(out), | DIMENSION (nloc) | :: | s_wake | ||
| real, | intent(out), | DIMENSION (nloc, nd) | :: | u | ||
| real, | intent(out), | DIMENSION (nloc, nd) | :: | v | ||
| real, | intent(out), | DIMENSION (nloc, nd) | :: | gz |
REAL, DIMENSION (nloc, nd,ntra), INTENT (OUT) :: tra !jyg: get rid of ntra |
|
| real, | intent(out), | DIMENSION (nloc, nd) | :: | th |
REAL, DIMENSION (nloc, nd,ntra), INTENT (OUT) :: tra !jyg: get rid of ntra |
|
| real, | intent(out), | DIMENSION (nloc, nd) | :: | th_wake |
REAL, DIMENSION (nloc, nd,ntra), INTENT (OUT) :: tra !jyg: get rid of ntra |
|
| real, | intent(out), | DIMENSION (nloc, nd) | :: | h | ||
| real, | intent(out), | DIMENSION (nloc, nd) | :: | lv | ||
| real, | intent(out), | DIMENSION (nloc, nd) | :: | lf | ||
| real, | intent(out), | DIMENSION (nloc, nd) | :: | cpn | ||
| real, | intent(out), | DIMENSION (nloc, nd) | :: | p | ||
| real, | intent(out), | DIMENSION (nloc, nd+1) | :: | ph | ||
| real, | intent(out), | DIMENSION (nloc, nd) | :: | tv | ||
| real, | intent(out), | DIMENSION (nloc, nd) | :: | tp | ||
| real, | intent(out), | DIMENSION (nloc, nd) | :: | tvp | ||
| real, | intent(out), | DIMENSION (nloc, nd) | :: | clw | ||
| real, | intent(out), | DIMENSION (nloc, nd) | :: | h_wake | ||
| real, | intent(out), | DIMENSION (nloc, nd) | :: | lv_wake | ||
| real, | intent(out), | DIMENSION (nloc, nd) | :: | lf_wake | ||
| real, | intent(out), | DIMENSION (nloc, nd) | :: | cpn_wake | ||
| real, | intent(out), | DIMENSION (nloc, nd) | :: | tv_wake | ||
| real, | intent(out), | DIMENSION (nloc, nd) | :: | sig | ||
| real, | intent(out), | DIMENSION (nloc, nd) | :: | w0 | ||
| real, | intent(out), | DIMENSION (nloc) | :: | ptop2 | ||
| real, | intent(out), | DIMENSION (nloc) | :: | Ale | ||
| real, | intent(out), | DIMENSION (nloc) | :: | Alp | ||
| real, | intent(out), | DIMENSION (nloc, nd) | :: | omega |