/[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.1341 by jmc, Thu Nov 25 15:08:16 2010 UTC revision 1.1357 by jmc, Thu Dec 23 18:08:53 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 pkg/mdsio:
8      - add 2 arguments to S/R MDS_PASS_R4/8toRL/S for overlap size of buffer
9        to copy to/from, so that it can be used to replace MDS_PASS_WH_R8toRL/RS.
10      - change barrier call for safe multi-threads access to 3-D shared buffer.
11      - MDS_READ/WRITEVEC_LOC use buffers from MDSIO_BUFF_3D.h (instead of local ones)
12      - replace call to MDS_PASS_WH_R4/8toRL with call to MDS_PASS_R4/8toRL and
13        remove the 4 S/R MDS_PASS_WH_R4/8toRL/S.
14    o pkg/flt:
15      - add fourth-order Runge-Kutta integration
16      - add basic exch2 support (only 1 facet supported so far!)
17    o pkg/mdsio+rw:
18      new S/R to read local (or tile independent) vector (read counterpart of
19       mds_writevec_loc, and front-end write_glvec_rl/rs).
20    o global_ocean.cs32x15: additional input_ad.seaice experiment
21        that uses pkg/seaice rather than pkg/thsice.
22        (using multidim advection for seaice)
23    o towards more F95 syntax for array specification in namelist:
24      - change "data.diagnostics" (data.ptracers was changed before checkpoint62p)
25        of all verification experiments.
26           e.g.:    line: fields(1,3)='ETAN    ','ETANSQ  ',
27          was changed to: fields(1:2,3)='ETAN    ','ETANSQ  ',
28      - finish adding "-DNML_EXTENDED_F77" to DEFINES list in pgf77 and g77 optfiles
29    o global_ocean.cs32x15: additional input.seaice experiment
30        that uses pkg/seaice rather than pkg/thsice.
31    
32    checkpoint62p (2010/12/17)
33    o pkg/thsice: rename (ad tape index) iicekey as ticekey, and move it
34        to THSICE_SIZE.h to avoid conflict with pkg/seaice.
35    o pkg/seaice: add seaice_diffusion.f seaice_map_thsice.f to adjoint.
36        allow for use of multim. advection in seaice adjoint.
37    o pkg/seaice: add diagnostics for snow precipitation and sublimation flux
38      - first attempt to close budgets by taking into account the freshwater
39        flux implied by the sublimation of snow and ice. So far only the
40        volume budget is closed, turn on with soon-to-be-retired-again CPP-Flag
41        SEAICE_ADD_SUBLIMATION_TO_FWBUDGET
42    o eesupp/src:
43      new S/R with new option (NML_EXTENDED_F77) to change array specification
44      from F95 standard to commonly accepted extended F77 form.
45      This would allow to use F95 syntax in namelist (needed with gfortran 4.4.5)
46      and to revert back to the original syntax (with -DNML_EXTENDED_F77)
47      for less tolerant f77 compiler (e.g., pgf77, g77).
48    o globalFiles:
49      commented out in parameter file "data" since it's not safe with MPI
50      (e.g., wrong on aces); keep it if useSingleCpuIO=T (but not doing much
51      in this case); no longer commented out in restart test (tst_2+2).
52    o add adTapeDir to specify a special directory where adjoint tapes are
53      written/read (adread_adwrite.F). adTapeDir is specified in data/PARM05
54      and cannot be used together with mdsioLocalDir.
55    o nesting pkgs:
56      - packages_init_variables : put call to OBCS_INIT_VARIABLES in last position
57      - update Gianmaria's Nesting pkgs (from Contrib/nesting_sannino)
58      - add parameter files + utils dir + output from short run on beagle.
59    o pkg/seaice:
60        fix seaice_growth.F store directives; update results of exp. lab_sea.ad
61    o pkg/seaice: explicitly store tsurfloc in seaice_solve4temp.F to avoid
62      unnecessary copying in adjoint code, requires new parameter NMAX_ITER
63    
64  checkpoint62o (2010/11/25)  checkpoint62o (2010/11/25)
65  o pkg/exf:  o pkg/exf:
66    - change CPP option EXF_VERBOSE to run-time logical param exf_verbose.    - change CPP option EXF_VERBOSE to run-time logical param exf_verbose.

Legend:
Removed from v.1.1341  
changed lines
  Added in v.1.1357

  ViewVC Help
Powered by ViewVC 1.1.22