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

Legend:
Removed from v.1.1661  
changed lines
  Added in v.1.1682

  ViewVC Help
Powered by ViewVC 1.1.22