/[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.1332 by mlosch, Thu Nov 11 09:43:16 2010 UTC revision 1.1352 by gforget, Fri Dec 17 22:00:37 2010 UTC
# Line 4  $Name$ Line 4  $Name$
4      Notes on tags used in MITgcmUV      Notes on tags used in MITgcmUV
5      ==============================      ==============================
6    
7    o global_ocean.cs32x15: additional input.seaice experiment
8        that uses pkg/seaice rather than pkg/thsice.
9    checkpoint62p (2010/12/17)
10    o pkg/thsice: rename (ad tape index) iicekey as ticekey, and move it
11        to THSICE_SIZE.h to avoid conflict with pkg/seaice.
12    o pkg/seaice: add seaice_diffusion.f seaice_map_thsice.f to adjoint.
13        allow for use of multim. advection in seaice adjoint.
14    o pkg/seaice: add diagnostics for snow precipitation and sublimation flux
15      - first attempt to close budgets by taking into account the freshwater
16        flux implied by the sublimation of snow and ice. So far only the
17        volume budget is closed, turn on with soon-to-be-retired-again CPP-Flag
18        SEAICE_ADD_SUBLIMATION_TO_FWBUDGET
19    o eesupp/src:
20      new S/R with new option (NML_EXTENDED_F77) to change array specification
21      from F95 standard to commonly accepted extended F77 form.
22      This would allow to use F95 syntax in namelist (needed with gfortran 4.4.5)
23      and to revert back to the original syntax (with -DNML_EXTENDED_F77)
24      for less tolerant f77 compiler (e.g., pgf77, g77).
25    o globalFiles:
26      commented out in parameter file "data" since it's not safe with MPI
27      (e.g., wrong on aces); keep it if useSingleCpuIO=T (but not doing much
28      in this case); no longer commented out in restart test (tst_2+2).
29    o add adTapeDir to specify a special directory where adjoint tapes are
30      written/read (adread_adwrite.F). adTapeDir is specified in data/PARM05
31      and cannot be used together with mdsioLocalDir.
32    o nesting pkgs:
33      - packages_init_variables : put call to OBCS_INIT_VARIABLES in last position
34      - update Gianmaria's Nesting pkgs (from Contrib/nesting_sannino)
35      - add parameter files + utils dir + output from short run on beagle.
36    o pkg/seaice:
37        fix seaice_growth.F store directives; update results of exp. lab_sea.ad
38    o pkg/seaice: explicitly store tsurfloc in seaice_solve4temp.F to avoid
39      unnecessary copying in adjoint code, requires new parameter NMAX_ITER
40    
41    checkpoint62o (2010/11/25)
42    o pkg/exf:
43      - change CPP option EXF_VERBOSE to run-time logical param exf_verbose.
44    o pkg/seaice:
45      - seaice_ocean_stress: split a loop for better vectorization of the
46        adjoint code
47      - seaice_growth.F: fix bug in conservation of freshwater connected to
48        capping of heff, put contribution into d_HEFFbyNEG
49      - replace irritating parameters SEAICE_latentWater/Ice and SEAICE_sensHeat
50        by something more sensible (parameters that are what their name implies)
51      - change some defaults, so that by default exf-parameters are used for
52        things like rhoAir, cpAir,latent/sensible heat parameters, in order
53        to reproduce the old results, many data.seaice now contain funny values
54        for cpAir and latent heat of sublimation
55    o packages_readparms.F: move exf_readparms up in line so that
56        exf-parameters are visible for other packages (e.g. seaice)
57    o debugMode & debugLevel=2:
58      - differentiate between debugMode & debugLevel=2:
59        debugMode: controls printing of debug messages (sequence of S/R calls).
60        debugLevel: controls printing of algorithm intermediate results and stats.
61      - remove "if debugLevel=2 => debugMode" but keep "debugMode =>  debugLevel=2";
62        => allows to print debug-stats without all sequence of call messages.
63      - switch control of debug print from debugLevel to debugMode in many S/R.
64    o pkg/obcs (obcs-sponge):
65        fix bug that was introduced on Oct 25 (in dynamics.F v1.151): put back the
66        call to OBCS_PRESCRIBE_EXCHANGES (need to exch gU,gV when using obcs-sponge)
67    o pkg/generic_advdiff:
68      - record overlap minimum size for each advection scheme;
69      - refine criteria on overlap minimum size;
70      - check and stop (in gad_check) if overlap size is too small.
71    o pkg/obcs:
72      - with ptracers: remove multiple calls to obcs_apply_ptracer (only done
73        once, in ptracers_implicit.F)
74      - with seaice: remove test on empty file name in obcs_apply_seaice (always
75        apply OB values when tile has OB)
76    o model/src, coriolis setting:
77      - integer parameter "selectCoriMap" (=0,1,2) replaces 3 logical
78        useConstantF, useBetaPlaneF, useSphereF ; can now read coriolis from
79        files (selectCoriMap=3) with any grid.
80      - add parameter "fPrime" for constant second Coriolis coeff (default=0).
81    o pkg/seaice/seaice_growth.F:
82        a few cosmetic changes that reduce the number of lines of code
83  o pkg/obcs: add boundary conditions following Stevens (1990)  o pkg/obcs: add boundary conditions following Stevens (1990)
84    - the code follows old MOM/NAOSIM code    - the code follows old MOM/NAOSIM code
85    - so far it is only implemented for the eastern and western boundaries    - so far it is only implemented for the eastern and western boundaries

Legend:
Removed from v.1.1332  
changed lines
  Added in v.1.1352

  ViewVC Help
Powered by ViewVC 1.1.22