/[MITgcm]/MITgcm_contrib/dgoldberg/streamice/STREAMICE_CTRL_FLUX.h
ViewVC logotype

Diff of /MITgcm_contrib/dgoldberg/streamice/STREAMICE_CTRL_FLUX.h

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

revision 1.1 by dgoldberg, Sat Jun 8 22:15:33 2013 UTC revision 1.2 by dgoldberg, Wed Aug 27 19:29:12 2014 UTC
# Line 1  Line 1 
1    C $Header$
2    C $Name$
3    
4  C---+----1--+-+----2----+----3----+----4----+----5----+----6----+----7-|--+----|  C---+----1--+-+----2----+----3----+----4----+----5----+----6----+----7-|--+----|
5    
6  #ifdef ALLOW_STREAMICE_FLUX_CONTROL  #ifdef ALLOW_STREAMICE_FLUX_CONTROL
7    
8        INTEGER n_fluxes_max        INTEGER n_fluxes_max
9        INTEGER n_epochs_max        INTEGER n_epochs_max
10          
11        COMMON /STREAMICE_CTRL_FLUX_INT_PARAM/        COMMON /STREAMICE_CTRL_FLUX_INT_PARAM/
12       & n_fluxes, n_epochs       & n_fluxes, n_epochs
13        INTEGER n_fluxes        INTEGER n_fluxes
# Line 24  C---+----1--+-+----2----+----3----+----4 Line 27  C---+----1--+-+----2----+----3----+----4
27       & u_bdry_values_SI_base,       & u_bdry_values_SI_base,
28       & v_bdry_values_SI_base       & v_bdry_values_SI_base
29        _RL streamice_ctrl_flux_scaleVel (n_fluxes_max, n_epochs_max)        _RL streamice_ctrl_flux_scaleVel (n_fluxes_max, n_epochs_max)
30        _RL u_bdry_values_SI_base        _RL u_bdry_values_SI_base
31       & (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)       & (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
32        _RL v_bdry_values_SI_base        _RL v_bdry_values_SI_base
33       & (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)       & (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
34          
35    
36    
37  #endif  #endif

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

  ViewVC Help
Powered by ViewVC 1.1.22