/[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.1359 by jmc, Mon Dec 27 20:00:14 2010 UTC revision 1.1376 by gforget, Thu Feb 10 12:09:57 2011 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/seaice:
8     - for SEAICE_DO_OPEN_WATER_GROWTH, replace Gael's implementation with Ian's.
9     - the new SEAICE_DO_OPEN_WATER_MELT allows open-water air-sea heat fluxes to also melt ice.
10    o pkg/seaice:
11     - McPhee formula for Ice-Ocean fluxes (provided by Ian Fenty).
12     - can be used by #define MCPHEE_OCEAN_ICE_HEAT_FLUX in SEAICE_OPTIONS.h
13    o pkg/cheapaml:
14     - from Nico Wienders: New version of this package.
15    o pkg/flt:
16     - add CPP options to prevent floats to re-enter the opposite side of
17       a periodic domain (default: keep periodicity)
18    o pkg/gmredi:
19     - apply exchange to GM_PsiX,GM_PsiY to get valid values near CS-corners
20       (needed for multi-dim advection).
21     - switch on GM Advective form in global_ocean.cs32x15 and update output.txt
22    o model/src:
23     - fix wrong re-setting of addMass array (ALLOW_ADDFLUID) for atmospheric run.
24    o tutorial_tracer_adjsens
25     - extend to NLFS and replace maskC by hFacC
26       (change reference output accordingly)
27    
28    checkpoint62r (2011/01/24)
29    o testreport:
30     - add option -deloutp (-do) to remove output file after successful run
31     - add option -mfile (-mf) for MPI machile-file and for each test-exp,
32       extract exact list of procs from this file ; adjust COMMAND by
33       replacing TR_MFILE & TR_NPROC with local machile-file & Nb of MPI procs.
34    o pkg/ecco: replace old ineffective way of penalizing deviations from
35      first guess (of obcs) with code by Matt Mazloff
36    o pkg/ctrl: add code that allows the use of ALLOW_OBCS?_CONTROL without
37      exf/cal
38      - ctrl_init: fix initialisation (computation of diffrec) for obcs-ctrl
39        and handle case of obcs?period == 0
40        Not affected by these changes: There is still an inconsistency in
41        the computation of start/endrec for the obcs variables for ALLOW_CAL
42        defined (see comment by Menemenlis, 7-Mar-2003)
43      - make S/R ctrl_get_gen_rec return something meaningful even if
44        ALLOW_CAL is not defined
45      - ctrl_getobcs?: simplify code so that it does not need to use
46                       S/R exf_swapfields
47    o testreport:
48       allow to test MPI with different number of processors for each experiment:
49       create file "SIZE.h.mpi" in each build dir.
50       Note: update of "-command" argument not yet implemented.
51    o model/src, pkg/autodiff, pkg/ecco, pkg/seaice:
52      alleviate the need for additional 3D tapes when using
53      the non-inear free surface in the adjoint. This is done
54      by adding an 'update' of hfacc etc. to their current
55      value at the beginning of forward_step.F.
56    o pkg/seaice
57      seaice_lsr: move stress-divergence computations out of outer pseudo-
58      timestepping loop
59    o pkg/obcs/obcs_prescribe_read.F: move 'CALL OBCS_EXTERNAL_FIELDS_LOAD'
60      up, so that the calls of the ctrl_* subroutines are really at the end
61      of the routine.
62    o pkg/gmredi:
63      allow to specify a 2-D horizontal map and a 1-D vertical profil
64      as scaling factor for Isopycnal diffusivity (Redi) and GM diffusivity.
65    o pkg/seaice:
66      move lsr iterations from seaice_dynsolver to seaice_lsr.
67    o pkg/seaice:
68      reduce memory footprint of seaice mutldim advection tapes,
69      by using a 2D tape independent of the generic_advdiff ones,
70      and setting GAD_AREA=1 etc. rather than GAD_AREA=101 etc.
71    
72    checkpoint62q (2010/12/29)
73    o model/src:
74      - check horizontal grid-spacing for unset or zero/negative values.
75      - change AD test hs94.1x64x5 to be truly a 2-D set-up.
76  o pkg/flt:  o pkg/flt:
77    - use (recent) mdsio S/R MDS_READVEC_LOC instead of local FLT_MDSREADVECTOR    - use (recent) mdsio S/R MDS_READVEC_LOC instead of local FLT_MDSREADVECTOR
78    - precision of input and output files set according to readBinaryPrec    - precision of input and output files set according to readBinaryPrec

Legend:
Removed from v.1.1359  
changed lines
  Added in v.1.1376

  ViewVC Help
Powered by ViewVC 1.1.22