/[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.3 by heimbach, Tue Aug 23 13:46:57 2005 UTC revision 1.4 by heimbach, Tue May 16 22:17:02 2006 UTC
# Line 1  Line 1 
1    
2  c     Define dummy weights as a placeholder  c     Define dummy weights as a placeholder
3        common /ctrl_weights_dummy_r/        common /ctrl_weights_dummy_r/
4       &                        wtheta, wsalt       &                        wtheta, wsalt,
5        _RL wtheta   ( nr,nsx,nsy )       &                        wdiffkr, wkapgm,
6        _RL wsalt    ( nr,nsx,nsy )       &                        wedtaux, wedtauy
7    
8          _RL wtheta ( nr,nsx,nsy )
9          _RL wsalt ( nr,nsx,nsy )
10          _RL wdiffkr ( nr,nsx,nsy )
11          _RL wkapgm ( nr,nsx,nsy )
12          _RL wedtaux ( nr,nsx,nsy )
13          _RL wedtauy ( nr,nsx,nsy )
14    
15  #if (defined (ALLOW_OBCSN_COST_CONTRIBUTION) || defined (ALLOW_OBCSN_CONTROL))  #if (defined (ALLOW_OBCSN_COST_CONTRIBUTION) || defined (ALLOW_OBCSN_CONTROL))
16        common /ctrl_cost_weights_obcsn/        common /ctrl_cost_weights_obcsn/

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

  ViewVC Help
Powered by ViewVC 1.1.22