56 |
c o Read an active 2D (XY) variable from file. |
c o Read an active 2D (XY) variable from file. |
57 |
c started: Christian Eckert eckert@mit.edu 30-Jun-1999 |
c started: Christian Eckert eckert@mit.edu 30-Jun-1999 |
58 |
c ================================================================== |
c ================================================================== |
|
c SUBROUTINE active_read_xy |
|
|
c ================================================================== |
|
59 |
C \ev |
C \ev |
60 |
|
|
61 |
C !USES: |
C !USES: |
123 |
c o Read an active 3D variable from file. |
c o Read an active 3D variable from file. |
124 |
c started: Christian Eckert eckert@mit.edu 30-Jun-1999 |
c started: Christian Eckert eckert@mit.edu 30-Jun-1999 |
125 |
c ================================================================== |
c ================================================================== |
|
c SUBROUTINE active_read_xyz |
|
|
c ================================================================== |
|
126 |
C \ev |
C \ev |
127 |
|
|
128 |
C !USES: |
C !USES: |
191 |
c o Read an active 2D xz-slice from file. |
c o Read an active 2D xz-slice from file. |
192 |
c started: heimbach@mit.edu 05-Mar-2001 |
c started: heimbach@mit.edu 05-Mar-2001 |
193 |
c ================================================================== |
c ================================================================== |
|
c SUBROUTINE active_read_xz |
|
|
c ================================================================== |
|
194 |
C \ev |
C \ev |
195 |
|
|
196 |
C !USES: |
C !USES: |
259 |
c o Read an active 2D yz-slice from file. |
c o Read an active 2D yz-slice from file. |
260 |
c started: heimbach@mit.edu 05-Mar-2001 |
c started: heimbach@mit.edu 05-Mar-2001 |
261 |
c ================================================================== |
c ================================================================== |
|
c SUBROUTINE active_read_yz |
|
|
c ================================================================== |
|
262 |
C \ev |
C \ev |
263 |
|
|
264 |
C !USES: |
C !USES: |
324 |
c o Write an active 2D variable to a file. |
c o Write an active 2D variable to a file. |
325 |
c started: Christian Eckert eckert@mit.edu 30-Jun-1999 |
c started: Christian Eckert eckert@mit.edu 30-Jun-1999 |
326 |
c ================================================================== |
c ================================================================== |
|
c SUBROUTINE active_write_xy |
|
|
c ================================================================== |
|
327 |
C \ev |
C \ev |
328 |
|
|
329 |
C !USES: |
C !USES: |
385 |
c o Write an active 3D variable to a file. |
c o Write an active 3D variable to a file. |
386 |
c started: Christian Eckert eckert@mit.edu 30-Jun-1999 |
c started: Christian Eckert eckert@mit.edu 30-Jun-1999 |
387 |
c ================================================================== |
c ================================================================== |
|
c SUBROUTINE active_write_xyz |
|
|
c ================================================================== |
|
388 |
C \ev |
C \ev |
389 |
|
|
390 |
C !USES: |
C !USES: |
445 |
c o Write an active 2D xz-slice to a file. |
c o Write an active 2D xz-slice to a file. |
446 |
c started: heimbach@mit.edu 05-Mar-2001 |
c started: heimbach@mit.edu 05-Mar-2001 |
447 |
c ================================================================== |
c ================================================================== |
|
c SUBROUTINE active_write_xz |
|
|
c ================================================================== |
|
448 |
C \ev |
C \ev |
449 |
|
|
450 |
C !USES: |
C !USES: |
506 |
c o Write an active 2D variable to a file. |
c o Write an active 2D variable to a file. |
507 |
c started: heimbach@mit.edu 05-Mar-2001 |
c started: heimbach@mit.edu 05-Mar-2001 |
508 |
c ================================================================== |
c ================================================================== |
|
c SUBROUTINE active_write_yz |
|
|
c ================================================================== |
|
509 |
C \ev |
C \ev |
510 |
|
|
511 |
C !USES: |
C !USES: |
579 |
c instead of a whole thread. |
c instead of a whole thread. |
580 |
c |
c |
581 |
c ================================================================== |
c ================================================================== |
|
c SUBROUTINE active_read_tile_xy |
|
|
c ================================================================== |
|
582 |
|
|
583 |
implicit none |
implicit none |
584 |
|
|
655 |
c instead of a whole thread. |
c instead of a whole thread. |
656 |
c |
c |
657 |
c ================================================================== |
c ================================================================== |
|
c SUBROUTINE active_read_tile_xyz |
|
|
c ================================================================== |
|
658 |
|
|
659 |
implicit none |
implicit none |
660 |
|
|
730 |
c instead of a whole thread. |
c instead of a whole thread. |
731 |
c |
c |
732 |
c ================================================================== |
c ================================================================== |
|
c SUBROUTINE active_write_tile_xy |
|
|
c ================================================================== |
|
733 |
|
|
734 |
implicit none |
implicit none |
735 |
|
|
804 |
c instead of a whole thread. |
c instead of a whole thread. |
805 |
c |
c |
806 |
c ================================================================== |
c ================================================================== |
|
c SUBROUTINE active_write_tile_xyz |
|
|
c ================================================================== |
|
807 |
|
|
808 |
implicit none |
implicit none |
809 |
|
|