/[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.1330 by jmc, Tue Nov 9 14:08:33 2010 UTC revision 1.1356 by jahn, Wed Dec 22 21:28:00 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/flt:
8      - add fourth-order Runge-Kutta integration
9      - add basic exch2 support (only 1 facet supported so far!)
10    o pkg/mdsio+rw:
11      new S/R to read local (or tile independent) vector (read counterpart of
12       mds_writevec_loc, and front-end write_glvec_rl/rs).
13    o global_ocean.cs32x15: additional input_ad.seaice experiment
14        that uses pkg/seaice rather than pkg/thsice.
15        (using multidim advection for seaice)
16    o towards more F95 syntax for array specification in namelist:
17      - change "data.diagnostics" (data.ptracers was changed before checkpoint62p)
18        of all verification experiments.
19           e.g.:    line: fields(1,3)='ETAN    ','ETANSQ  ',
20          was changed to: fields(1:2,3)='ETAN    ','ETANSQ  ',
21      - finish adding "-DNML_EXTENDED_F77" to DEFINES list in pgf77 and g77 optfiles
22    o global_ocean.cs32x15: additional input.seaice experiment
23        that uses pkg/seaice rather than pkg/thsice.
24    
25    checkpoint62p (2010/12/17)
26    o pkg/thsice: rename (ad tape index) iicekey as ticekey, and move it
27        to THSICE_SIZE.h to avoid conflict with pkg/seaice.
28    o pkg/seaice: add seaice_diffusion.f seaice_map_thsice.f to adjoint.
29        allow for use of multim. advection in seaice adjoint.
30    o pkg/seaice: add diagnostics for snow precipitation and sublimation flux
31      - first attempt to close budgets by taking into account the freshwater
32        flux implied by the sublimation of snow and ice. So far only the
33        volume budget is closed, turn on with soon-to-be-retired-again CPP-Flag
34        SEAICE_ADD_SUBLIMATION_TO_FWBUDGET
35    o eesupp/src:
36      new S/R with new option (NML_EXTENDED_F77) to change array specification
37      from F95 standard to commonly accepted extended F77 form.
38      This would allow to use F95 syntax in namelist (needed with gfortran 4.4.5)
39      and to revert back to the original syntax (with -DNML_EXTENDED_F77)
40      for less tolerant f77 compiler (e.g., pgf77, g77).
41    o globalFiles:
42      commented out in parameter file "data" since it's not safe with MPI
43      (e.g., wrong on aces); keep it if useSingleCpuIO=T (but not doing much
44      in this case); no longer commented out in restart test (tst_2+2).
45    o add adTapeDir to specify a special directory where adjoint tapes are
46      written/read (adread_adwrite.F). adTapeDir is specified in data/PARM05
47      and cannot be used together with mdsioLocalDir.
48    o nesting pkgs:
49      - packages_init_variables : put call to OBCS_INIT_VARIABLES in last position
50      - update Gianmaria's Nesting pkgs (from Contrib/nesting_sannino)
51      - add parameter files + utils dir + output from short run on beagle.
52    o pkg/seaice:
53        fix seaice_growth.F store directives; update results of exp. lab_sea.ad
54    o pkg/seaice: explicitly store tsurfloc in seaice_solve4temp.F to avoid
55      unnecessary copying in adjoint code, requires new parameter NMAX_ITER
56    
57    checkpoint62o (2010/11/25)
58    o pkg/exf:
59      - change CPP option EXF_VERBOSE to run-time logical param exf_verbose.
60    o pkg/seaice:
61      - seaice_ocean_stress: split a loop for better vectorization of the
62        adjoint code
63      - seaice_growth.F: fix bug in conservation of freshwater connected to
64        capping of heff, put contribution into d_HEFFbyNEG
65      - replace irritating parameters SEAICE_latentWater/Ice and SEAICE_sensHeat
66        by something more sensible (parameters that are what their name implies)
67      - change some defaults, so that by default exf-parameters are used for
68        things like rhoAir, cpAir,latent/sensible heat parameters, in order
69        to reproduce the old results, many data.seaice now contain funny values
70        for cpAir and latent heat of sublimation
71    o packages_readparms.F: move exf_readparms up in line so that
72        exf-parameters are visible for other packages (e.g. seaice)
73    o debugMode & debugLevel=2:
74      - differentiate between debugMode & debugLevel=2:
75        debugMode: controls printing of debug messages (sequence of S/R calls).
76        debugLevel: controls printing of algorithm intermediate results and stats.
77      - remove "if debugLevel=2 => debugMode" but keep "debugMode =>  debugLevel=2";
78        => allows to print debug-stats without all sequence of call messages.
79      - switch control of debug print from debugLevel to debugMode in many S/R.
80    o pkg/obcs (obcs-sponge):
81        fix bug that was introduced on Oct 25 (in dynamics.F v1.151): put back the
82        call to OBCS_PRESCRIBE_EXCHANGES (need to exch gU,gV when using obcs-sponge)
83    o pkg/generic_advdiff:
84      - record overlap minimum size for each advection scheme;
85      - refine criteria on overlap minimum size;
86      - check and stop (in gad_check) if overlap size is too small.
87    o pkg/obcs:
88      - with ptracers: remove multiple calls to obcs_apply_ptracer (only done
89        once, in ptracers_implicit.F)
90      - with seaice: remove test on empty file name in obcs_apply_seaice (always
91        apply OB values when tile has OB)
92    o model/src, coriolis setting:
93      - integer parameter "selectCoriMap" (=0,1,2) replaces 3 logical
94        useConstantF, useBetaPlaneF, useSphereF ; can now read coriolis from
95        files (selectCoriMap=3) with any grid.
96      - add parameter "fPrime" for constant second Coriolis coeff (default=0).
97    o pkg/seaice/seaice_growth.F:
98        a few cosmetic changes that reduce the number of lines of code
99    o pkg/obcs: add boundary conditions following Stevens (1990)
100      - the code follows old MOM/NAOSIM code
101      - so far it is only implemented for the eastern and western boundaries
102        and NOT for pTracers
103    o pkg/rbcs:
104      - replace rbcsInIter by rbcsForcingOffset, the time in seconds at the
105        beginning of the first rbcs forcing period.
106      - add option rbcsSingleTimeFiles that makes rbcs read forcing data like the
107        offline package, i.e., one file per time, labeled by iteration number;
108        deltaTrbcs sets the timestep with which the data was generated;
109        rbcsIter0 is the forcing iteration corresponding to rbcsForcingOffset.
110      - rbcsForcingCycle=0 makes forcing non-cyclic.
111      - make arithmetic safe for negative times and odd forcing periods.
112    
113  checkpoint62n (2010/11/09)  checkpoint62n (2010/11/09)
114  o pkg/seaice:  o pkg/seaice:
115      fix masking in free-drift S/R ; update results of exp. lab_sea.fd      fix masking in free-drift S/R ; update results of exp. lab_sea.fd

Legend:
Removed from v.1.1330  
changed lines
  Added in v.1.1356

  ViewVC Help
Powered by ViewVC 1.1.22