/[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.1664 by jmc, Mon Jun 4 21:05:46 2012 UTC revision 1.1684 by jmc, Fri Jul 6 15:32:20 2012 UTC
# Line 4  $Name$ Line 4  $Name$
4      Notes on tags used in MITgcmUV      Notes on tags used in MITgcmUV
5      ==============================      ==============================
6    
7    checkpoint63p (2012/07/06)
8    o pkg/autodiff:
9      - rename S/R INI_AUTODIFF to AUTODIFF_INIT_VARIA ;
10      - create new header file "AUTODIFF_PARAMS.h" for pkg/autodiff parameters
11        which are now read from new parameter file "data.autodiff" (inAdExact
12        previously in "data", use{KPP/GMRedi/SEAICE}inAdMode previously in data.pkg)
13      - add file "data.autodiff" in all verification/*/input_ad/ directories.
14      - add run-time parameter to turn On/Off SEAICEuseFREEDRIFT in adjoint/forward
15        mode (used in global_ocean.cs32x15.seaice_dynmix test exp.)
16    o verification/tutorial_tracer_adjsens/
17      - add extra sub-verification which uses "SOM" advection scheme
18        (2nd Order-Moment Advection Scheme, Prather Limiter) with
19          #define GAD_ALLOW_TS_SOM_ADV in GAD_OPTIONS.h
20        and in data:
21          multiDimAdvection=.TRUE.,
22          tempAdvScheme=81,
23          saltAdvScheme=81,
24    o model/src:
25      - introduce ALLOW_BALANCE_RELAX which allow the removal
26       of the global mean of relaxation terms by setting
27       balanceThetaClimRelax and balanceSaltClimRelax
28      - disable balanceEmPmR and balanceQnet in the case when useSeaice.
29       This case is now treated appropriately in seaice_growth.F
30    o pkg/seaice:
31      - do balanceEmPmR and balanceQnet based on the net fluxes
32        (SItflux) that enter the ocean+ice system rather than QNET
33        and EMPMR. Works best in real fresh water.
34      - SIatmFW, SIatmQnet, and SItflux computations had to be moved
35        out of the diagnotics bloc, and stored in global arrays.
36    
37    checkpoint63o (2012/06/29)
38    o vertical mixing schemes:
39      - remove unused S/R CALC_BUOYANCY (left from branch-atmos merging)
40      - replace computation of density (in Function STATE1, opps_calc.F) by a call
41        to S/R FIND_RHO_SCALAR
42      - pass sigmaR to S/R PP81_CALC, MY82_CALC (but not yet used) and to GGL90_CALC
43        and use it for N^2 calculation in ggl90_calc.F (save 2 density computations);
44        affects output (vermix.ggl90) at truncation level.
45    o testreport:
46      - change adjustment of SIZE.h for mpi+mth testing: preserve enough tiles
47        (nSx,nSy) for the number of threads (from eedata.mth)
48    o model/src:
49      - remove 2nd set of calls at the top of initialise_varia.F (Adjoint part)
50        related to Non_Lin Free-Surf or Bottom-Control (but not longer necessary).
51    o verification/tutorial_tracer_adjsens/
52      - compile with ALLOW_CG2D_NSA
53      - run with nonlinFreeSurf=3
54      - update reference output_adm.txt
55    o tools/genmake2:
56      - add "-DHAVE_NETCDF" to the DEFINES list when NetCDF is available ;
57        refine usePROFILES switching off (only when NetCDF is not available).
58    o verification (atmospheric set-up):
59      - change eosType='IDEALGAS' to eosType='IDEALG' to match variable declaration
60    o pkg/profiles : refine profiles and files handling.
61    o model/src and pkg/ecco : introduce run-time switch usePROFILES.
62    o model/src/the_main_loop.F, forward_step.F and pkg/exf/EXF_OPTIONS.h :
63      - changes to use model/src/the_main_loop.F rather than the ecco version
64        in ecco type adjoint runs.
65    o model/src:
66      - move computation of recip of grid distance & area from INI_MASKS_ETC to INI_GRID
67      - move setting of h0Fac[C,W,S] from INI_LINEAR_PHISURF to INI_MASKS_ETC
68      - update_masks_etc.F: rename SMOOTH*_R4,R8 function to the corresponding type (RS,RL)
69    o model/src:
70      - fix S/R UPDATE_CG2D for ALLOW_DEPTH_CONTROL case (was empty before);
71        update output of test experiment bottom_ctrl_5x5.
72    o pkg/generic_advdiff:
73      - implement vertical bi-harmonic diffusion (for now, only for T & S and
74        only explicitly).
75    o verification/bottom_ctrl_5x5/
76      update reference output (results changed quite some time ago,
77      not sure when; but new reference results look ok in terms of grdchk)
78    o verification/1D_ocean_ice_column/
79      For verification purposes, the exact adjoint rather than an approx.
80      should be used (e.g., to comare against F.D. or TLM).
81      removed autodiff_inadmode*_ad.F routines in code_ad/
82      Update results/ accordingly.
83    o pkg/cal:
84      - change cal_getdate.F so that output date is function of input time only
85        (less ambiguous, not mixed up with input iteration number).
86      - fix calendarDumps for non-zero phase-lag (S/R CAL_TIME2DUMP).
87    o pkg/diagnostics:
88      - implement calendarDumps also for stats-diags
89      - implement calendarDumps also for snap-shot output (negative freq)
90      - for now, ignores calendarDumps if non-zero phase-lag.
91    
92  checkpoint63n (2012/06/04)  checkpoint63n (2012/06/04)
93  o model/src:  o model/src:
94    - recompute rSurfW & S to ensure consistent column thickness (needed for rStar)    - recompute rSurfW & S to ensure consistent column thickness (needed for rStar)

Legend:
Removed from v.1.1664  
changed lines
  Added in v.1.1684

  ViewVC Help
Powered by ViewVC 1.1.22