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: |
227 |
c == end of interface == |
c == end of interface == |
228 |
CEOP |
CEOP |
229 |
|
|
230 |
mynr = 1 |
mynr = nr |
231 |
call active_read_xz_rl( active_var_file, active_var, doglobalread, |
call active_read_xz_rl( active_var_file, active_var, doglobalread, |
232 |
& lAdInit, irec, mynr, |
& lAdInit, irec, mynr, |
233 |
& FORWARD_SIMULATION, myOptimIter, mythid) |
& FORWARD_SIMULATION, myOptimIter, mythid) |
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: |
295 |
c == end of interface == |
c == end of interface == |
296 |
CEOP |
CEOP |
297 |
|
|
298 |
mynr = 1 |
mynr = nr |
299 |
call active_read_yz_rl( active_var_file, active_var, doglobalread, |
call active_read_yz_rl( active_var_file, active_var, doglobalread, |
300 |
& lAdInit, irec, mynr, |
& lAdInit, irec, mynr, |
301 |
& FORWARD_SIMULATION, myOptimIter, mythid) |
& FORWARD_SIMULATION, myOptimIter, mythid) |
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: |
475 |
c == end of interface == |
c == end of interface == |
476 |
CEOP |
CEOP |
477 |
|
|
478 |
mynr = 1 |
mynr = nr |
479 |
globalfile = .false. |
globalfile = .false. |
480 |
|
|
481 |
call active_write_xz_rl( active_var_file, active_var, globalfile, |
call active_write_xz_rl( active_var_file, active_var, globalfile, |
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: |
536 |
c == end of interface == |
c == end of interface == |
537 |
CEOP |
CEOP |
538 |
|
|
539 |
mynr = 1 |
mynr = nr |
540 |
globalfile = .false. |
globalfile = .false. |
541 |
|
|
542 |
call active_write_yz_rl( active_var_file, active_var, globalfile, |
call active_write_yz_rl( active_var_file, active_var, globalfile, |
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 |
|
|