/[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.1 by heimbach, Thu Nov 6 22:05:08 2003 UTC revision 1.2 by mlosch, Fri Dec 3 00:48:57 2004 UTC
# Line 4  c     Define dummy weights as a placehol Line 4  c     Define dummy weights as a placehol
4       &                        wtheta, wsalt       &                        wtheta, wsalt
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) || \
9         defined (ALLOW_OBCSN_CONTROL))
10          common /ctrl_cost_weights_obcsn/
11         &                      wobcsn, wobcsnLev
12          _RL wobcsn     (                      nr,nobcs)
13          _RL wobcsnLev  (1-olx:snx+olx,nr,nsx,nsy,nobcs)
14    #endif
15    #if (defined (ALLOW_OBCSS_COST_CONTRIBUTION) || \
16         defined (ALLOW_OBCSS_CONTROL))
17          common /ctrl_cost_weights_obcss/
18         &                      wobcss, wobcssLev
19          _RL wobcss     (                      nr,nobcs)
20          _RL wobcssLev  (1-olx:snx+olx,nr,nsx,nsy,nobcs)
21    #endif
22    #if (defined (ALLOW_OBCSW_COST_CONTRIBUTION) || \
23         defined (ALLOW_OBCSW_CONTROL))
24          common /ctrl_cost_weights_obcsw/
25         &                      wobcsw, wobcswLev
26          _RL wobcsw     (                      nr,nobcs)
27          _RL wobcswLev  (1-oly:sny+oly,nr,nsx,nsy,nobcs)
28    #endif
29    #if (defined (ALLOW_OBCSE_COST_CONTRIBUTION) || \
30         defined (ALLOW_OBCSE_CONTROL))
31          common /ctrl_cost_weights_obcse/
32         &                      wobcse, wobcseLev
33          _RL wobcse     (                      nr,nobcs)
34          _RL wobcseLev  (1-oly:sny+oly,nr,nsx,nsy,nobcs)
35    #endif

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

  ViewVC Help
Powered by ViewVC 1.1.22