[987] | 1 | {\footnotesize |
---|
| 2 | \begin{verbatim} |
---|
| 3 | tab_cntrl(1) = FLOAT(iim) ! number of nodes along longitude |
---|
| 4 | tab_cntrl(2) = FLOAT(jjm) ! number of nodes along latitude |
---|
| 5 | tab_cntrl(3) = FLOAT(llm) ! number of atmospheric layers |
---|
| 6 | tab_cntrl(4) = FLOAT(idayref) ! initial day |
---|
| 7 | tab_cntrl(5) = rad ! radius of the planet |
---|
| 8 | tab_cntrl(6) = omeg ! rotation of the planet (rad/s) |
---|
| 9 | tab_cntrl(7) = g ! gravity (m/s2) ~3.72 for Mars |
---|
| 10 | tab_cntrl(8) = cpp |
---|
| 11 | tab_cntrl(9) = kappa ! = r/cp |
---|
| 12 | tab_cntrl(10) = daysec ! lenght of a sol (s) ~88775 |
---|
| 13 | tab_cntrl(11) = dtvr ! dynamical time step (s) |
---|
| 14 | tab_cntrl(12) = etot0 ! total energy |
---|
| 15 | tab_cntrl(13) = ptot0 ! total pressure |
---|
| 16 | tab_cntrl(14) = ztot0 ! total enstrophy |
---|
| 17 | tab_cntrl(15) = stot0 ! total enthalpy |
---|
| 18 | tab_cntrl(16) = ang0 ! total angular momentum |
---|
| 19 | tab_cntrl(17) = pa |
---|
| 20 | tab_cntrl(18) = preff ! reference pressure (Pa) |
---|
| 21 | tab_cntrl(19) = clon ! longitude of center of zoom |
---|
| 22 | tab_cntrl(20) = clat ! latitude of center of zoom |
---|
| 23 | tab_cntrl(21) = grossismx ! zooming factor, along longitude |
---|
| 24 | tab_cntrl(22) = grossismy ! zooming factor, along latitude |
---|
| 25 | |
---|
| 26 | tab_cntrl(24) = dzoomx ! extention (in longitude) of zoom |
---|
| 27 | tab_cntrl(25) = dzoomy ! extention (in latitude) of zoom |
---|
| 28 | |
---|
| 29 | tab_cntrl(27) = taux ! stiffness factor of zoom in longitude |
---|
| 30 | tab_cntrl(28) = tauy ! stiffness factor of zoom in latitude |
---|
| 31 | \end{verbatim} |
---|
| 32 | } |
---|