/[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.133 by jmc, Wed Feb 12 17:06:01 2003 UTC revision 1.145 by heimbach, Fri Mar 21 23:20:36 2003 UTC
# Line 3  $Header$ Line 3  $Header$
3      Notes on tags used in MITgcmUV      Notes on tags used in MITgcmUV
4      ==============================      ==============================
5    
6    checkpoint50a_post
7    o Bug fix for merging between c50 and KPP.
8      ikey was passed from thermodynamics to kpp_calc via
9      common block rather than being recomputed in kpp_calc,
10      in contradiction with new key itdkey.
11      New key ikppkey created, and tamc.h headers updated.
12    
13    checkpoint50
14    - 2nd step of merge with ecco-branch:
15      merge changes in ecco-branch back into main trunk
16    - bug fix in find_alpha
17    - more storing in gmredi_calc_tensor.F, kpp_routines.F
18    - avoid iterative loop in ini_pressure for ALLOW_AUTODIFF_TAMC
19    - merged some sliced AD support routines
20    
21    checkpoint49
22    merged from ecco-branch:
23    o exf:
24      - Enable initialisation of forcing fields to constant
25        (runtime) values.
26      - in exf_getffields.F
27        Reduce i-/j-loop to interior domain, discarding overlaps.
28        That also fixes wrong TAF-key computations for key_1, key_2
29        with bulf formulae.
30      - exf_init.F modify #ifdef for exf_init_evap
31      - exf_getffieldrec.F, ctrl_getrec.F
32        The following INT-usages are not safe:
33          fldsecs  = int(fldsecs/fldperiod)*fldperiod
34          fldcount = int(fldsecs/fldperiod) + 1
35        and were modified.
36    o autodiff: checkpoint_lev...
37      - updated storing for bulk formulae (some arrays were missing)
38      - added state for seaice package
39      - synchronized with main branch
40    o DIVA:
41      Modif.s in
42      - the_main_loop.F
43      - the_model_main.F
44      and added cost_final_restore.F cost_final_store.F
45      o With these changes, it is possible to fully separate
46        the first forward run to compute the cost function (mdthe_main_loop)
47        and adjoint runs over individual DIVA intervals (adthe_main_loop)
48        into separate model executions.
49        This enables better tuning of DIVA to given queue sizes.
50      o Loss of cost function value in consecutive DIVA runs is
51        fixed by storing to 'costfinal' file.
52      o Appropriate call of ctrl_unpack/_pack,grdchk_main at
53        beginning/end of adjoint integration is accounted for.
54      The current changes apply to TAF-1.4.26.
55      TAF has one remaining bug, requiring one manual change
56      (see MITgcm manual).
57    o cal: synchronized between MAIN and ecco-branch
58    
59    checkpoint48i_post
60    o Changes to restore differentiability of code w.r.t. previous tag
61      (mostly adding new routines to make list and replacing
62      pressure by totPhiHyd).
63    o Updated and merged grdchk package
64      - has both ADM and TLM checks
65      - works for single- and multi-proc.
66      - output cleaned
67      - worked successfully for parallel DIVA
68    o genmake:
69      - Adding -platform=SP4
70      - Modif. for DEC Alpha (many don't have makedepend; use mkdep instead).
71    o Modif. for DIVA:
72      ctrl_unpack should not be called in intermediate DIVA interval.
73      (similar thing would apply for active files such as
74      tbar, sbar, psbar, which should not be reinitialised;
75      only relevant for ecco-branch)
76    
77    checkpoint48h_post
78    o improve "ini_p_ground" when using finite difference form for calc_phi_hyd
79    o Added net flux to downward flux conversion to pkg/exf/exf_getffields.F
80    o Added SEAICE_initialHEFF to pkg/seaice
81    o ecco_the_model_main.F: SEAICE_WRITE_PICKUP must precede WRITE_CHECKPOINT
82    
83    checkpoint48g_post
84    --- EOS:
85    o compute locally the pressure for use in EOS: UNESCO, JMD95P, MDJWF
86      store total Potential in totPhyHyd for diagnostics & EOS.
87    o fix restart and overlap Pb when using Z-coord and EOS funct. of P
88    --- Pressure/geopotential gradient:
89    o use Ro_surf & R_low instead of hFac in cal_phi_hyd:
90    o NLFS + p-coord.: eta*Alpha' is not longer lagging 1.time-step behind
91      ( changes results of global_ocean_pressure )
92    o NLFS + z-coord.: add eta*Rho' contribution.
93    o accurate phiHyd when using interface-W at the middle between 2 centers
94     ( changes results of ideal_2D_oce )
95    o includes r* 2nd term in potential gradient.
96    
97    checkpoint48f_post
98    Merging from release1_p12:
99    o Modifications for using pkg/exf with pkg/seaice
100      - improved description of the various forcing configurations
101      - added basic radiation bulk formulae to pkg/exf
102      - units/sign fix for evap computation in exf_getffields.F
103      - updated verification/global_with_exf/results/output.txt
104    o Added pkg/sbo for computing IERS Special Bureau for the Oceans
105      (SBO) core products, including oceanic mass, center-of-mass,
106      angular, and bottom pressure (see pkg/sbo/README.sbo).
107    o Lower bound for viscosity/diffusivity in pkg/kpp/kpp_routines.F
108      to avoid negative values in shallow regions.
109      - updated verification/natl_box/results/output.txt
110      - updated verification/lab_sea/results/output.txt
111    o MPI gather, scatter: eesupp/src/gather_2d.F and scatter_2d.F
112    o Added useSingleCpuIO option (see PARAMS.h).
113    o Updated useSingleCpuIO option in mdsio_writefield.F to
114      work with multi-field files, e.g., for single-file pickup.
115    o pkg/seaice:
116      - bug fix in growth.F: QNET for no shortwave case
117      - added HeffFile for specifying initial sea-ice thickness
118      - changed SEAICE_EXTERNAL_FLUXES wind stress implementation
119    o Added missing /* */ to CPP comments in pkg/seaice, pkg/exf,
120      kpp_transport_t.F, forward_step.F, and the_main_loop.F
121    o pkg/seaice:
122      - adjoint-friendly modifications
123      - added a SEAICE_WRITE_PICKUP at end of the_model_main.F
124    
125  checkpoint48e_post  checkpoint48e_post
126  o New S/R for diagnostic of bottom pressure (phi0surf was missing in c48d_post)  o New S/R for diagnostic of bottom pressure (phi0surf was missing in c48d_post)
127  o dynamics: change definition of computational domain & adapt mom_fluxform  o dynamics: change definition of computational domain & adapt mom_fluxform

Legend:
Removed from v.1.133  
changed lines
  Added in v.1.145

  ViewVC Help
Powered by ViewVC 1.1.22