/[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.1677 by jmc, Tue Jun 26 22:41:32 2012 UTC revision 1.1687 by gforget, Wed Jul 11 21:51:27 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 verification/global_ocean.cs32x15/input.seaice :
8     - add SEAICEheatConsFix in data.seaice, ensuring closed ocean+ice heat budget.
9     - add diagnostics (commented out) for budget test using my matlab codes (gcmfaces).
10     - update results (output.seaice.txt) accordingly.
11    o verification/lab_sea/input/data.seaice :
12     - remove SEAICEheatConsFix, which is now be tested
13       in global_ocean.cs32x15. The presently coded fix
14       is only consistent with real fresh water + nlfs.
15     - update results (output.txt) accordingly.
16    o pkg/salt_plume: added diagnotic for salt tendency (oceSPtnd).
17    o AD_CONFIG.h file:
18     - in genmake2: remove "#undef ALLOW_ECCO_OPTIMIZATION" from AD_CONFIG.h;
19     - remove #include "AD_CONFIG.h" from all included OPTIONS files and
20       add it explicitly in each fortran src file where it is needed.
21       motivation: header file AD_CONFIG.h is generated/modified after "make depend"
22       thus introducing potentially wrong dependency; therefore, better to include
23       it only where it's really needed, and after any other included OPTIONS file
24       (less tempting to bring conditional includes according to ALLOW_ADJOINT_RUN
25       or ALLOW_TANGENTLINEAR_RUN).
26    
27    checkpoint63p (2012/07/06)
28    o pkg/autodiff:
29      - rename S/R INI_AUTODIFF to AUTODIFF_INIT_VARIA ;
30      - create new header file "AUTODIFF_PARAMS.h" for pkg/autodiff parameters
31        which are now read from new parameter file "data.autodiff" (inAdExact
32        previously in "data", use{KPP/GMRedi/SEAICE}inAdMode previously in data.pkg)
33      - add file "data.autodiff" in all verification/*/input_ad/ directories.
34      - add run-time parameter to turn On/Off SEAICEuseFREEDRIFT in adjoint/forward
35        mode (used in global_ocean.cs32x15.seaice_dynmix test exp.)
36    o verification/tutorial_tracer_adjsens/
37      - add extra sub-verification which uses "SOM" advection scheme
38        (2nd Order-Moment Advection Scheme, Prather Limiter) with
39          #define GAD_ALLOW_TS_SOM_ADV in GAD_OPTIONS.h
40        and in data:
41          multiDimAdvection=.TRUE.,
42          tempAdvScheme=81,
43          saltAdvScheme=81,
44    o model/src:
45      - introduce ALLOW_BALANCE_RELAX which allow the removal
46       of the global mean of relaxation terms by setting
47       balanceThetaClimRelax and balanceSaltClimRelax
48      - disable balanceEmPmR and balanceQnet in the case when useSeaice.
49       This case is now treated appropriately in seaice_growth.F
50    o pkg/seaice:
51      - do balanceEmPmR and balanceQnet based on the net fluxes
52        (SItflux) that enter the ocean+ice system rather than QNET
53        and EMPMR. Works best in real fresh water.
54      - SIatmFW, SIatmQnet, and SItflux computations had to be moved
55        out of the diagnotics bloc, and stored in global arrays.
56    
57    checkpoint63o (2012/06/29)
58    o vertical mixing schemes:
59      - remove unused S/R CALC_BUOYANCY (left from branch-atmos merging)
60      - replace computation of density (in Function STATE1, opps_calc.F) by a call
61        to S/R FIND_RHO_SCALAR
62      - pass sigmaR to S/R PP81_CALC, MY82_CALC (but not yet used) and to GGL90_CALC
63        and use it for N^2 calculation in ggl90_calc.F (save 2 density computations);
64        affects output (vermix.ggl90) at truncation level.
65  o testreport:  o testreport:
66    - change adjustment of SIZE.h for mpi+mth testing: preserve enough tiles    - change adjustment of SIZE.h for mpi+mth testing: preserve enough tiles
67      (nSx,nSy) for the number of threads (from eedata.mth)      (nSx,nSy) for the number of threads (from eedata.mth)

Legend:
Removed from v.1.1677  
changed lines
  Added in v.1.1687

  ViewVC Help
Powered by ViewVC 1.1.22