/[MITgcm]/MITgcm/pkg/ctrl/ctrl_set_fname.F
ViewVC logotype

Diff of /MITgcm/pkg/ctrl/ctrl_set_fname.F

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.2 by heimbach, Sat Jul 13 02:47:32 2002 UTC revision 1.4 by heimbach, Tue Jun 24 16:07:07 2003 UTC
# Line 24  c     == global variables == Line 24  c     == global variables ==
24  #include "PARAMS.h"  #include "PARAMS.h"
25  #include "GRID.h"  #include "GRID.h"
26    
27    #include "ecco.h"
28  #include "ctrl.h"  #include "ctrl.h"
29  #include "cost.h"  #include "cost.h"
30    
# Line 66  c--   Only the master thread will do I/O Line 67  c--   Only the master thread will do I/O
67        write(  fname(1:80),'(80a)') ' '        write(  fname(1:80),'(80a)') ' '
68        write(adfname(1:80),'(80a)') ' '        write(adfname(1:80),'(80a)') ' '
69    
70        write(fname(1:80),'(2a,i10.10)')        if ( il .GT. 0 .AND. il .LE. 80 ) then
71       &     xx_fname(1:il) ,'.', optimcycle           write(fname(1:80),'(2a,i10.10)')
72        write(adfname(1:80),'(3a,i10.10)')       &        xx_fname(1:il) ,'.', optimcycle
73       &     yadprefix, xx_fname(1:il), '.', optimcycle           write(adfname(1:80),'(3a,i10.10)')
74         &        yadprefix, xx_fname(1:il), '.', optimcycle
75          endif
76    
77        _END_MASTER( mythid )        _END_MASTER( mythid )
78    

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.4

  ViewVC Help
Powered by ViewVC 1.1.22