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

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

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


Revision 1.1 - (show annotations) (download)
Wed Jun 12 21:30:22 2013 UTC (10 years, 11 months ago) by dgoldberg
Branch: MAIN
CVS Tags: checkpoint64i
File MIME type: text/plain
new package from CONTRIB branch

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

  ViewVC Help
Powered by ViewVC 1.1.22