/[MITgcm]/MITgcm/doc/tag-index
ViewVC logotype

Diff of /MITgcm/doc/tag-index

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

revision 1.1663 by jmc, Fri Jun 1 18:49:32 2012 UTC revision 1.1678 by jmc, Thu Jun 28 15:36:41 2012 UTC
# Line 4  $Name$ Line 4  $Name$
4      Notes on tags used in MITgcmUV      Notes on tags used in MITgcmUV
5      ==============================      ==============================
6    
7    o vertical mixing schemes:
8      - remove unused S/R CALC_BUOYANCY (left from branch-atmos merging)
9      - replace computation of density (in Function STATE1, opps_calc.F) by a call
10        to S/R FIND_RHO_SCALAR
11      - pass sigmaR to S/R PP81_CALC, MY82_CALC (but not yet used) and to GGL90_CALC
12        and use it for N^2 calculation in ggl90_calc.F (save 2 density computations);
13        affects output (vermix.ggl90) at truncation level.
14    o testreport:
15      - change adjustment of SIZE.h for mpi+mth testing: preserve enough tiles
16        (nSx,nSy) for the number of threads (from eedata.mth)
17    o model/src:
18      - remove 2nd set of calls at the top of initialise_varia.F (Adjoint part)
19        related to Non_Lin Free-Surf or Bottom-Control (but not longer necessary).
20    o verification/tutorial_tracer_adjsens/
21      - compile with ALLOW_CG2D_NSA
22      - run with nonlinFreeSurf=3
23      - update reference output_adm.txt
24    o tools/genmake2:
25      - add "-DHAVE_NETCDF" to the DEFINES list when NetCDF is available ;
26        refine usePROFILES switching off (only when NetCDF is not available).
27    o verification (atmospheric set-up):
28      - change eosType='IDEALGAS' to eosType='IDEALG' to match variable declaration
29    o pkg/profiles : refine profiles and files handling.
30    o model/src and pkg/ecco : introduce run-time switch usePROFILES.
31    o model/src/the_main_loop.F, forward_step.F and pkg/exf/EXF_OPTIONS.h :
32      - changes to use model/src/the_main_loop.F rather than the ecco version
33        in ecco type adjoint runs.
34    o model/src:
35      - move computation of recip of grid distance & area from INI_MASKS_ETC to INI_GRID
36      - move setting of h0Fac[C,W,S] from INI_LINEAR_PHISURF to INI_MASKS_ETC
37      - update_masks_etc.F: rename SMOOTH*_R4,R8 function to the corresponding type (RS,RL)
38    o model/src:
39      - fix S/R UPDATE_CG2D for ALLOW_DEPTH_CONTROL case (was empty before);
40        update output of test experiment bottom_ctrl_5x5.
41    o pkg/generic_advdiff:
42      - implement vertical bi-harmonic diffusion (for now, only for T & S and
43        only explicitly).
44    o verification/bottom_ctrl_5x5/
45      update reference output (results changed quite some time ago,
46      not sure when; but new reference results look ok in terms of grdchk)
47    o verification/1D_ocean_ice_column/
48      For verification purposes, the exact adjoint rather than an approx.
49      should be used (e.g., to comare against F.D. or TLM).
50      removed autodiff_inadmode*_ad.F routines in code_ad/
51      Update results/ accordingly.
52    o pkg/cal:
53      - change cal_getdate.F so that output date is function of input time only
54        (less ambiguous, not mixed up with input iteration number).
55      - fix calendarDumps for non-zero phase-lag (S/R CAL_TIME2DUMP).
56    o pkg/diagnostics:
57      - implement calendarDumps also for stats-diags
58      - implement calendarDumps also for snap-shot output (negative freq)
59      - for now, ignores calendarDumps if non-zero phase-lag.
60    
61    checkpoint63n (2012/06/04)
62  o model/src:  o model/src:
63    - recompute rSurfW & S to ensure consistent column thickness (needed for rStar)    - recompute rSurfW & S to ensure consistent column thickness (needed for rStar)
64      between Sum_k(hFac*drF) and rSurf-rLow, for now only when using pkg/shelfice;      between Sum_k(hFac*drF) and rSurf-rLow, for now only when using pkg/shelfice;

Legend:
Removed from v.1.1663  
changed lines
  Added in v.1.1678

  ViewVC Help
Powered by ViewVC 1.1.22