/[MITgcm]/MITgcm/pkg/streamice/STREAMICE_CTRL_FLUX.h
ViewVC logotype

Annotation of /MITgcm/pkg/streamice/STREAMICE_CTRL_FLUX.h

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


Revision 1.2 - (hide annotations) (download)
Fri Jun 21 20:49:50 2013 UTC (10 years, 11 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint64y, checkpoint64x, checkpoint64z, checkpoint64o, checkpoint64q, checkpoint64p, checkpoint64s, checkpoint64r, checkpoint64u, checkpoint64t, checkpoint64w, checkpoint64v, checkpoint66g, checkpoint66f, checkpoint66e, checkpoint66d, checkpoint66c, checkpoint66b, checkpoint66a, checkpoint64n, checkpoint66o, checkpoint66n, checkpoint66m, checkpoint66l, checkpoint66k, checkpoint66j, checkpoint66i, checkpoint66h, checkpoint65z, checkpoint65x, checkpoint65y, checkpoint65r, checkpoint65s, checkpoint65p, checkpoint65q, checkpoint65v, checkpoint65w, checkpoint65t, checkpoint65u, checkpoint65j, checkpoint65k, checkpoint65h, checkpoint65i, checkpoint65n, checkpoint65o, checkpoint65l, checkpoint65m, checkpoint65b, checkpoint65c, checkpoint65a, checkpoint65f, checkpoint65g, checkpoint65d, checkpoint65e, checkpoint64k, checkpoint65, checkpoint64j, checkpoint64m, checkpoint64l, HEAD
Changes since 1.1: +7 -4 lines
File MIME type: text/plain
add CVS Header and Name

1 jmc 1.2 C $Header: $
2     C $Name: $
3    
4 dgoldberg 1.1 C---+----1--+-+----2----+----3----+----4----+----5----+----6----+----7-|--+----|
5    
6     #ifdef ALLOW_STREAMICE_FLUX_CONTROL
7    
8     INTEGER n_fluxes_max
9     INTEGER n_epochs_max
10 jmc 1.2
11 dgoldberg 1.1 COMMON /STREAMICE_CTRL_FLUX_INT_PARAM/
12     & n_fluxes, n_epochs
13     INTEGER n_fluxes
14     INTEGER n_epochs
15    
16     COMMON /STREAMICE_CTRL_FLUX_INT/
17     & streamice_ctrl_flux_id
18     INTEGER streamice_ctrl_flux_id (n_fluxes_max)
19    
20     COMMON /STREAMICE_CTRL_FLUX_RS/
21     & streamice_ctrl_flux_mask
22     _RS streamice_ctrl_flux_mask
23     & (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy) ! need to initialize this from alex's file
24    
25     COMMON /STREAMICE_CTRL_FLUX_RL/
26     & streamice_ctrl_flux_scaleVel,
27     & u_bdry_values_SI_base,
28     & v_bdry_values_SI_base
29     _RL streamice_ctrl_flux_scaleVel (n_fluxes_max, n_epochs_max)
30 jmc 1.2 _RL u_bdry_values_SI_base
31 dgoldberg 1.1 & (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
32 jmc 1.2 _RL v_bdry_values_SI_base
33 dgoldberg 1.1 & (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
34 jmc 1.2
35 dgoldberg 1.1
36    
37     #endif

  ViewVC Help
Powered by ViewVC 1.1.22