/[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.1345 by mlosch, Mon Dec 6 10:52:52 2010 UTC revision 1.1363 by jmc, Wed Jan 12 16:25:49 2011 UTC
# Line 4  $Name$ Line 4  $Name$
4      Notes on tags used in MITgcmUV      Notes on tags used in MITgcmUV
5      ==============================      ==============================
6    
7  o add adTapeDir to specify a special directory where adjoint tapes are  o pkg/seaice
8    written/read (adread_adwrite.F). adTapeDir is specified in data/PARM05    seaice_lsr: move stress-divergence computations out of outer pseudo-
9      timestepping loop
10    o pkg/obcs/obcs_prescribe_read.F: move 'CALL OBCS_EXTERNAL_FIELDS_LOAD'
11      up, so that the calls of the ctrl_* subroutines are really at the end
12      of the routine.
13    o pkg/gmredi:
14      allow to specify a 2-D horizontal map and a 1-D vertical profil
15      as scaling factor for Isopycnal diffusivity (Redi) and GM diffusivity.
16    
17    checkpoint62q (2010/12/29)
18    o model/src:
19      - check horizontal grid-spacing for unset or zero/negative values.
20      - change AD test hs94.1x64x5 to be truly a 2-D set-up.
21    o pkg/flt:
22      - use (recent) mdsio S/R MDS_READVEC_LOC instead of local FLT_MDSREADVECTOR
23      - precision of input and output files set according to readBinaryPrec
24        and writeBinaryPrec (previously always 64.b), pickup remains at 64 bits.
25      - initial float position from tiled file was not converted to index space
26        (looks like a bug): fixed to make it similar to initial pos. global file.
27    o global_ocean.cs32x15:
28       change SIZE.h of AD set-up to get same tiling as with MPI.
29       Update output_adm, output_adm.thsice (pass@14) & output_adm.seaice (fail@11)
30    o model/src:
31       add flag to control printing of domain fields (bathymetry, hFac ...) in
32       ini_mask_etc (call to plot_fieds_xy*).
33    o pkg/thsice:
34       if useEXF, some forcing fields are not valid in overlap: fixed by computing
35       over the interior only + apply EXCH at the end (like with SEAICE advection).
36    o pkg/mdsio:
37      - add 2 arguments to S/R MDS_PASS_R4/8toRL/S for overlap size of buffer
38        to copy to/from, so that it can be used to replace MDS_PASS_WH_R8toRL/RS.
39      - change barrier call for safe multi-threads access to 3-D shared buffer.
40      - MDS_READ/WRITEVEC_LOC use buffers from MDSIO_BUFF_3D.h (instead of local ones)
41      - replace call to MDS_PASS_WH_R4/8toRL with call to MDS_PASS_R4/8toRL and
42        remove the 4 S/R MDS_PASS_WH_R4/8toRL/S.
43    o pkg/flt:
44      - add fourth-order Runge-Kutta integration
45      - add basic exch2 support (only 1 facet supported so far!)
46    o pkg/mdsio+rw:
47      new S/R to read local (or tile independent) vector (read counterpart of
48       mds_writevec_loc, and front-end write_glvec_rl/rs).
49    o global_ocean.cs32x15: additional input_ad.seaice experiment
50        that uses pkg/seaice rather than pkg/thsice.
51        (using multidim advection for seaice)
52    o towards more F95 syntax for array specification in namelist:
53      - change "data.diagnostics" (data.ptracers was changed before checkpoint62p)
54        of all verification experiments.
55           e.g.:    line: fields(1,3)='ETAN    ','ETANSQ  ',
56          was changed to: fields(1:2,3)='ETAN    ','ETANSQ  ',
57      - finish adding "-DNML_EXTENDED_F77" to DEFINES list in pgf77 and g77 optfiles
58    o global_ocean.cs32x15: additional input.seaice experiment
59        that uses pkg/seaice rather than pkg/thsice.
60    
61    checkpoint62p (2010/12/17)
62    o pkg/thsice: rename (ad tape index) iicekey as ticekey, and move it
63        to THSICE_SIZE.h to avoid conflict with pkg/seaice.
64    o pkg/seaice: add seaice_diffusion.f seaice_map_thsice.f to adjoint.
65        allow for use of multim. advection in seaice adjoint.
66    o pkg/seaice: add diagnostics for snow precipitation and sublimation flux
67      - first attempt to close budgets by taking into account the freshwater
68        flux implied by the sublimation of snow and ice. So far only the
69        volume budget is closed, turn on with soon-to-be-retired-again CPP-Flag
70        SEAICE_ADD_SUBLIMATION_TO_FWBUDGET
71    o eesupp/src:
72      new S/R with new option (NML_EXTENDED_F77) to change array specification
73      from F95 standard to commonly accepted extended F77 form.
74      This would allow to use F95 syntax in namelist (needed with gfortran 4.4.5)
75      and to revert back to the original syntax (with -DNML_EXTENDED_F77)
76      for less tolerant f77 compiler (e.g., pgf77, g77).
77    o globalFiles:
78      commented out in parameter file "data" since it's not safe with MPI
79      (e.g., wrong on aces); keep it if useSingleCpuIO=T (but not doing much
80      in this case); no longer commented out in restart test (tst_2+2).
81    o add adTapeDir to specify a special directory where adjoint tapes are
82      written/read (adread_adwrite.F). adTapeDir is specified in data/PARM05
83    and cannot be used together with mdsioLocalDir.    and cannot be used together with mdsioLocalDir.
84  o nesting pkgs:  o nesting pkgs:
85    - packages_init_variables : put call to OBCS_INIT_VARIABLES in last position    - packages_init_variables : put call to OBCS_INIT_VARIABLES in last position

Legend:
Removed from v.1.1345  
changed lines
  Added in v.1.1363

  ViewVC Help
Powered by ViewVC 1.1.22