/[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.1348 by jmc, Tue Dec 14 19:13:22 2010 UTC revision 1.1361 by jmc, Wed Dec 29 16:41:28 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/seaice: add diagnostics for snow precipitation  checkpoint62q (2010/12/29)
8    o model/src:
9      - check horizontal grid-spacing for unset or zero/negative values.
10      - change AD test hs94.1x64x5 to be truly a 2-D set-up.
11    o pkg/flt:
12      - use (recent) mdsio S/R MDS_READVEC_LOC instead of local FLT_MDSREADVECTOR
13      - precision of input and output files set according to readBinaryPrec
14        and writeBinaryPrec (previously always 64.b), pickup remains at 64 bits.
15      - initial float position from tiled file was not converted to index space
16        (looks like a bug): fixed to make it similar to initial pos. global file.
17    o global_ocean.cs32x15:
18       change SIZE.h of AD set-up to get same tiling as with MPI.
19       Update output_adm, output_adm.thsice (pass@14) & output_adm.seaice (fail@11)
20    o model/src:
21       add flag to control printing of domain fields (bathymetry, hFac ...) in
22       ini_mask_etc (call to plot_fieds_xy*).
23    o pkg/thsice:
24       if useEXF, some forcing fields are not valid in overlap: fixed by computing
25       over the interior only + apply EXCH at the end (like with SEAICE advection).
26    o pkg/mdsio:
27      - add 2 arguments to S/R MDS_PASS_R4/8toRL/S for overlap size of buffer
28        to copy to/from, so that it can be used to replace MDS_PASS_WH_R8toRL/RS.
29      - change barrier call for safe multi-threads access to 3-D shared buffer.
30      - MDS_READ/WRITEVEC_LOC use buffers from MDSIO_BUFF_3D.h (instead of local ones)
31      - replace call to MDS_PASS_WH_R4/8toRL with call to MDS_PASS_R4/8toRL and
32        remove the 4 S/R MDS_PASS_WH_R4/8toRL/S.
33    o pkg/flt:
34      - add fourth-order Runge-Kutta integration
35      - add basic exch2 support (only 1 facet supported so far!)
36    o pkg/mdsio+rw:
37      new S/R to read local (or tile independent) vector (read counterpart of
38       mds_writevec_loc, and front-end write_glvec_rl/rs).
39    o global_ocean.cs32x15: additional input_ad.seaice experiment
40        that uses pkg/seaice rather than pkg/thsice.
41        (using multidim advection for seaice)
42    o towards more F95 syntax for array specification in namelist:
43      - change "data.diagnostics" (data.ptracers was changed before checkpoint62p)
44        of all verification experiments.
45           e.g.:    line: fields(1,3)='ETAN    ','ETANSQ  ',
46          was changed to: fields(1:2,3)='ETAN    ','ETANSQ  ',
47      - finish adding "-DNML_EXTENDED_F77" to DEFINES list in pgf77 and g77 optfiles
48    o global_ocean.cs32x15: additional input.seaice experiment
49        that uses pkg/seaice rather than pkg/thsice.
50    
51    checkpoint62p (2010/12/17)
52    o pkg/thsice: rename (ad tape index) iicekey as ticekey, and move it
53        to THSICE_SIZE.h to avoid conflict with pkg/seaice.
54    o pkg/seaice: add seaice_diffusion.f seaice_map_thsice.f to adjoint.
55        allow for use of multim. advection in seaice adjoint.
56    o pkg/seaice: add diagnostics for snow precipitation and sublimation flux
57      - first attempt to close budgets by taking into account the freshwater
58        flux implied by the sublimation of snow and ice. So far only the
59        volume budget is closed, turn on with soon-to-be-retired-again CPP-Flag
60        SEAICE_ADD_SUBLIMATION_TO_FWBUDGET
61  o eesupp/src:  o eesupp/src:
62    new S/R with new option (NML_EXTENDED_F77) to change array specification    new S/R with new option (NML_EXTENDED_F77) to change array specification
63    from F95 standard to commonly accepted extended F77 form.    from F95 standard to commonly accepted extended F77 form.

Legend:
Removed from v.1.1348  
changed lines
  Added in v.1.1361

  ViewVC Help
Powered by ViewVC 1.1.22