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

  ViewVC Help
Powered by ViewVC 1.1.22