/[MITgcm]/MITgcm/pkg/ctrl/ctrl_weights.h
ViewVC logotype

Diff of /MITgcm/pkg/ctrl/ctrl_weights.h

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

revision 1.2 by mlosch, Fri Dec 3 00:48:57 2004 UTC revision 1.3 by heimbach, Tue Aug 23 13:46:57 2005 UTC
# Line 5  c     Define dummy weights as a placehol Line 5  c     Define dummy weights as a placehol
5        _RL wtheta   ( nr,nsx,nsy )        _RL wtheta   ( nr,nsx,nsy )
6        _RL wsalt    ( nr,nsx,nsy )        _RL wsalt    ( nr,nsx,nsy )
7    
8  #if (defined (ALLOW_OBCSN_COST_CONTRIBUTION) || \  #if (defined (ALLOW_OBCSN_COST_CONTRIBUTION) || defined (ALLOW_OBCSN_CONTROL))
      defined (ALLOW_OBCSN_CONTROL))  
9        common /ctrl_cost_weights_obcsn/        common /ctrl_cost_weights_obcsn/
10       &                      wobcsn, wobcsnLev       &                      wobcsn, wobcsnLev
11        _RL wobcsn     (                      nr,nobcs)        _RL wobcsn     (                      nr,nobcs)
12        _RL wobcsnLev  (1-olx:snx+olx,nr,nsx,nsy,nobcs)        _RL wobcsnLev  (1-olx:snx+olx,nr,nsx,nsy,nobcs)
13  #endif  #endif
14  #if (defined (ALLOW_OBCSS_COST_CONTRIBUTION) || \  #if (defined (ALLOW_OBCSS_COST_CONTRIBUTION) || defined (ALLOW_OBCSS_CONTROL))
      defined (ALLOW_OBCSS_CONTROL))  
15        common /ctrl_cost_weights_obcss/        common /ctrl_cost_weights_obcss/
16       &                      wobcss, wobcssLev       &                      wobcss, wobcssLev
17        _RL wobcss     (                      nr,nobcs)        _RL wobcss     (                      nr,nobcs)
18        _RL wobcssLev  (1-olx:snx+olx,nr,nsx,nsy,nobcs)        _RL wobcssLev  (1-olx:snx+olx,nr,nsx,nsy,nobcs)
19  #endif  #endif
20  #if (defined (ALLOW_OBCSW_COST_CONTRIBUTION) || \  #if (defined (ALLOW_OBCSW_COST_CONTRIBUTION) || defined (ALLOW_OBCSW_CONTROL))
      defined (ALLOW_OBCSW_CONTROL))  
21        common /ctrl_cost_weights_obcsw/        common /ctrl_cost_weights_obcsw/
22       &                      wobcsw, wobcswLev       &                      wobcsw, wobcswLev
23        _RL wobcsw     (                      nr,nobcs)        _RL wobcsw     (                      nr,nobcs)
24        _RL wobcswLev  (1-oly:sny+oly,nr,nsx,nsy,nobcs)        _RL wobcswLev  (1-oly:sny+oly,nr,nsx,nsy,nobcs)
25  #endif  #endif
26  #if (defined (ALLOW_OBCSE_COST_CONTRIBUTION) || \  #if (defined (ALLOW_OBCSE_COST_CONTRIBUTION) || defined (ALLOW_OBCSE_CONTROL))
      defined (ALLOW_OBCSE_CONTROL))  
27        common /ctrl_cost_weights_obcse/        common /ctrl_cost_weights_obcse/
28       &                      wobcse, wobcseLev       &                      wobcse, wobcseLev
29        _RL wobcse     (                      nr,nobcs)        _RL wobcse     (                      nr,nobcs)

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

  ViewVC Help
Powered by ViewVC 1.1.22