/[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.483 by jmc, Thu May 12 21:59:51 2005 UTC revision 1.538 by heimbach, Wed Aug 31 00:10:22 2005 UTC
# Line 4  $Name$ Line 4  $Name$
4      Notes on tags used in MITgcmUV      Notes on tags used in MITgcmUV
5      ==============================      ==============================
6    
7    o remove SST,SSS,UVEL_k2,VVEL_k2 diagnostics.
8    o move pkg timeave out of pkg-groups "oceanic" & "atmospheric" (pkg/pkg_groups)
9    o remove MINIMAL_TAVE_OUTPUT option ;
10      add "dumpInitAndLast" to replace "nodumps" (and MINIMAL_TAVE_OUTPUT).
11    o move some basic S/R (used elsewhere in the code) from pkg/mdsio to eesupp/src
12      allows to compile without pkg/mdsio (& test successfully hs94.1x64x5)
13    o add MNC output for adjoint of EXF (adexf), SEAICE (adseaice)
14    o add time-dependent SST, SSS control
15    
16    checkpoint57q_post
17    o fix initialisation Pb in calc_gw (get NANs in exp5 with g77)
18    o fix annoying months-old bug in mnc/mdsio output for seaice pkg
19      - bug was reported by Jean-Michel and Ian Fenty
20    o fix initialization Pb in AIM-Ocean coupled model (aim_sice2aim.F)
21      update exp. cpl_aim+ocn output.
22    o Implement 4-level checkpointing: AUTODIFF_4_LEVEL_CHECKPOINT
23      Needed for high-res. runs with large global files
24      to be able to limit tapelev size
25    o Changed some tests for adjoint:
26      * carbon/ now tests AUTODIFF_2_LEVEL_CHECKPOINT
27      * natl_box_adjoint/code_bulk/ tests AUTODIFF_4_LEVEL_CHECKPOINT
28      * global_ocean.90x40x15/ back to default 3-level checkpointing
29    o Modifications to enable scripted COMMON to MODULE conversion
30      * verification/OpenAD/code/ has necessary scripts and description;
31      * converts, compiles and runs successfully;
32    
33    checkpoint57p_post
34    o reading of delXfile & delYfile moved from ini_parms.F to ini_grid.F
35    o move ${PKG}_MNC_INIT from ${PKG}_READ_PARAMS to ${PKG}_INIT_FIXED
36      (already the case for some pkgs, including recent MNC_init, e.g. thsice)
37    o call CALC_GW from DYNAMICS (instead of from FORWARD_STEP)
38    o Dissipation & phiHyd gradient are always added to gU,gV in timestep.F
39      (was already the case for dissipation with mom_vecinv,
40       and also the case for grad.PhiHyd when staggered-timeStep)
41      This will allow to put dissipation out-off the AB time-stepping.
42     Unfortunately, affects truncation error. Update output of exp. that "fails"
43      (cg2d matching number) and leave the others for later: front_relax(10),
44      global_ocean_pressure(10),ideal_2D_oce(10),internal_wave(9),lab_sea(12),
45      matrix_example(7!),natl_box(12),plume_on_slope(11),vermix(12x3,11x2).
46    
47    checkpoint57o_post
48    o fix MNC/MDSIO flags in PTRACERS so that (1) it works, and
49      (2) its ready to be documented during the 20050801 DocFest
50    o MNC-ify the gmredi package -- tested and works w/ and w/o mnc
51      for ideal_2D_oce and lab_sea on linux_ia32_g77
52    o set to #undef CTRL_SET_OLD_MAXCVARS_30
53      in global1x1_tot/code_seaice_adj to access indices 32, 33
54      (worth another tag)
55    
56    checkpoint57n_post
57    o adding precip control xx_precip 32
58    o adding swflux control xx_swflux 33
59    o Replacing 10 forcing penalty cost routines by 1 generic.
60    o Implementing partitioning in time-mean and variable adjustment
61      for atmos. state.
62    o Time-mean constant error is now read in data.ecco (instead of hard-coded)
63    o in natl_box_adjoint:
64      * updated exp 1 to 10
65        (but does not have time-mean vs. variable split results yet)
66    o updated global1x1/*_seaice_adj/
67      to incorporate latest changes
68    o enable useSingleCpuIO for mdsio vector routines
69      (applies in particular to tapelev I/O)
70    o removed inefficient K-loop in all active_file*control*.F
71    
72    checkpoint57m_post
73    o re-arrange exp. adjustment.cs-32x32x1 (adjust_nlfs.cs-32x32x1 merge into)
74      and advect_cs (use EXCH-2 and standard cs-32 grid files).
75    o pkg/exch2: filling of face-corner halo regions is optional
76      (ifdef W2_FILL_NULL_REGIONS) and is turned off by default.
77    
78    checkpoint57l_post
79     tag before updating tutorials (pre-release-2)
80    o add cos & sin of grid-direction orientation angle (curvilinear grid only,
81       for output and interpolation of input fields onto model grid)
82    o fix radius in mom_v_metric_cylinder.F (wrong by dy/2).
83       Affects results of exp. rotating_tank ; update output.txt.
84    o pkg/diagnostics: 2 new S/R to fill a diagnostics using a scaling factor
85          and taking the square quantity and/or using a fraction-weight field.
86    o fix aim_diagnostics_init.F mate numbers.
87    o add mnc output capability to diagnostics/diagstat and update
88      our cvsignore files for the ACSII output generated
89    
90    checkpoint57k_post
91    o lab_sea now uses diagnostics package and provides a suite of
92      new EXF diagnostics output.
93    
94    checkpoint57j_post
95    o exf
96      * bug fix in exf_bulkformulae for psimh (spotted by Eliyahu Biton):
97        Bracket missing in eqn. for psimh (eqn. 7 of Large & Pond, 1982);
98        terms -2*ATAN(x) + pi/2 were added to both stable and unstable case.
99      * extended diagnostics output
100        - now includes all EXF variables
101        - hs, hl moved to common block
102        - separate S/R for diagnostics, called after ctrl vector is added
103        - name changed for EXFsw -> EXFswnet, EXFlw -> EXFlwnet
104        - EXFqnet contains true Qnet (i.e. includes qsw)
105      * updated verif. lab_sea, global_with_exf
106      * Rearranging hflux (exf_mapfields -> exf_getforcing)
107        to ensure that diagnostics sees a true EXFqnet
108    o add matlab scripts for CS-grid vectors (in utils/cs_grid)
109    o diagnostics pkg: change pointers so that 1 diagnostic can be used
110      several times with different frequencies.
111    o mnc-ify the thsice package as requested by Daniel Enderton
112      - the monitor--MNC output needs work
113      - many attributes need to be added (most are currently blank)
114    o mnc-ify theaim_v23 package as requested by Daniel Enderton
115      - many attributes need to be added (most are currently blank)
116    o remove "groundAtK1" & "rkFac" (replaced by usingPCoords & -rkSign)
117    o add Sadourny like discretization to the 4th.O vorticity advection scheme
118    o fix bug in rStar code (calc_r_star.F) when used with topo/bathy.
119      update output.txt from: aim.5l_cs (& .thSI), cpl_aim+ocn,
120         fizhi-gridalt-hs and global_ocean.cs32x15 (& .thsice).
121    o fix few little things to avoid floating error with -ftrapuv (ifort v9)
122     (ini_spherical_polar_grid.F, calc_r_star.F, monitor/mon_surfcor.F)
123    
124    checkpoint57i_post
125    o Diagnostics package was changed: diagnostic allocation is now deactivated
126      by setting an empty file name in the namelist (used to be by setting 0 frequency)
127    o momentum advection (VI form) options: activate 4th.O vorticity Coriolis ;
128      add 1rst Order upwind vertical Shear.
129    o add a quick fix for A/B checkpointing in OFFLINE mode
130    o add IGNORE_TIME define and -ignore_time option to genmake2 as an
131      end-run around the C/Fortran linking horror in eesup/src/timers.F
132    o added pkg/runclock: allows user to terminate run based on wall clock
133    o added non-hydrostatic scaling parameter: nh_am2
134    o pkg/my82: futile attempt to make results compiler-independent by adding
135      some "_d 0", etc. no effect.
136    o for mnc output, fill the 'T' coordinate var with myTime and create a
137      separate 'iter' variable for iteration count
138    o pkg/diagnostics:
139      add new capability: output of Global/Regional & per-level statistics ;
140      tested against monitor output (including land & thSIce) on various exp.
141    o make seaice-pkg I/O type flags (MNC/MDS) more standard.
142    
143    checkpoint57h_done
144      tag after changing user customized files (DIAGNOSTICS_SIZE.h,
145      data.diagnostics, data.gchem, data.ptracers) is done.
146    
147    o pkg/diagnostics: prepare for Global/Regional statistics.
148      add 2nd namelist in data.diagnostics and update DIAGNOSTICS_SIZE.h
149    o remove "baseTime" (no used) from arg. list of DIFF_BASE_MULTIPLE
150      and rename it: DIFFERENT_MULTIPLE
151    
152    checkpoint57h_post
153    o move tIter0 from data.gchem to PTRACERS_Iter0 in data.ptracers
154    o pkg/diagnostics: change output frequency, now in seconds (instead
155      of Nb of iterations). This requires to change data.diagnostics.
156  checkpoint57h_pre  checkpoint57h_pre
157    
158  o in mnc, let the user create the output dir if both mnc_outdir_date  o in mnc, let the user create the output dir if both mnc_outdir_date

Legend:
Removed from v.1.483  
changed lines
  Added in v.1.538

  ViewVC Help
Powered by ViewVC 1.1.22