/[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.1346 by jmc, Thu Dec 9 19:12:17 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:  o globalFiles:
49    commented out in parameter file "data" since it's not safe with MPI    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    (e.g., wrong on aces); keep it if useSingleCpuIO=T (but not doing much

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

  ViewVC Help
Powered by ViewVC 1.1.22