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

Legend:
Removed from v.1.131  
changed lines
  Added in v.1.143

  ViewVC Help
Powered by ViewVC 1.1.22