/[MITgcm]/MITgcm/pkg/ptracers/PTRACERS_STATV.h
ViewVC logotype

Contents of /MITgcm/pkg/ptracers/PTRACERS_STATV.h

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


Revision 1.2 - (show annotations) (download)
Thu Nov 13 06:35:15 2003 UTC (20 years, 7 months ago) by dimitri
Branch: MAIN
CVS Tags: checkpoint53f_post, checkpoint54a_pre, checkpoint53b_pre, checkpoint52l_pre, checkpoint52e_pre, hrcube4, checkpoint52n_post, checkpoint52j_post, checkpoint52e_post, checkpoint52d_pre, checkpoint53c_post, checkpoint53d_post, checkpoint52j_pre, checkpoint54a_post, branch-netcdf, checkpoint52l_post, checkpoint52k_post, checkpoint52b_pre, checkpoint54b_post, checkpoint52m_post, checkpoint53a_post, checkpoint54, checkpoint53, checkpoint52d_post, checkpoint52a_post, checkpoint52b_post, checkpoint53g_post, checkpoint52f_post, checkpoint52c_post, hrcube5, checkpoint53b_post, checkpoint52i_post, checkpoint53d_pre, checkpoint52i_pre, checkpoint52h_pre, checkpoint52f_pre, hrcube_1, hrcube_2, hrcube_3
Branch point for: netcdf-sm0
Changes since 1.1: +9 -5 lines
File MIME type: text/plain
o modifications to make FREEZE flux visible to pkg/kpp
  - moved surfaceTendencyTice from pkg/seaice to main code
  - FREEZE moved to FORWARD_STEP
  - subroutine FREEZE now limits only surface temperature
    this means new output.txt for global_ocean.90x40x15,
    global_ocean.cs32x15, and global_with_exf, but note
    that results for these three experiments remain
    bit-identical to before if allowFreezing=.FALSE.
o added surface flux output variables to TIMEAVE_STATVARS
o time-averaged output for pkg/ptracers

1 cswdptr --- added routine ----
2
3 #ifdef ALLOW_PTRACERS
4 #ifdef ALLOW_TIMEAVE
5
6 CBOP
7 C !ROUTINE: PTRACERS_STATV.h
8 C !INTERFACE:
9 C *================================================================*
10 C | PTRACERS_STATV.h
11 C | o Time averages of model state-variables
12 C *================================================================*
13 C | Time average of state variables is (generally) centered on the
14 C | middle of the time step (time average interval = TimeAve_half)
15 C | Time average of intermediate and tandancy variables is centered
16 C | on the time step (time average interval=TimeAve_full)
17 C *================================================================*
18 C \ev
19 CEOP
20
21 C ptracerFluxtave: surface ptracer flux (mol/m2/s, >0 for increase in ptracer)
22 C ptracertave : tracer values (mol/m-3)
23
24 COMMON /TAVE_PTRACER/
25 & ptracerFluxtave, ptracertave,
26 & ptracer_half , ptracer_full
27 _RL ptracerFluxtave(1-OLx:sNx+OLx,1-OLy:sNy+OLy, nSx,nSy,
28 & PTRACERS_num)
29 _RL ptracertave (1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy,
30 & PTRACERS_num)
31 _RL ptracer_half(Nr,nSx,nSy), ptracer_full(Nr,nSx,nSy)
32
33 #endif /* ALLOW_TIMEAVE */
34 #endif

  ViewVC Help
Powered by ViewVC 1.1.22