/[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.53.4.29 by dimitri, Sun Mar 2 23:51:34 2003 UTC revision 1.53.4.31 by heimbach, Wed Mar 5 23:32:48 2003 UTC
# Line 3  $Header$ Line 3  $Header$
3      Notes on tags used in MITgcmUV      Notes on tags used in MITgcmUV
4      ==============================      ==============================
5    
6    ecco_c44_e27
7    o exf:
8      - Enable initialisation of forcing fields to constant
9        (runtime) values.
10      - in exf_getffields.F
11        Reduce i-/j-loop to interior domain, discarding overlaps.
12        That also fixes wrong TAF-key computations for key_1, key_2
13        with bulf formulae.
14      - exf_init.F modify #ifdef for exf_init_evap
15      - exf_getffieldrec.F, ctrl_getrec.F
16        The following INT-usages are not safe:
17          fldsecs  = int(fldsecs/fldperiod)*fldperiod
18          fldcount = int(fldsecs/fldperiod) + 1
19        and were modified.
20    o grdchk: updated and merged
21      - has both ADM and TLM checks
22      - works for single- and multi-proc.
23      - output cleaned
24      - worked successfully for parallel DIVA
25      Needed one update in EEPARAMS.h and updates in ctrl package
26      More modif's may be necessary for ECCO code to support TLM.
27    o autodiff: checkpoint_lev...
28      - updated storing for bulk formulae (some arrays were missing)
29      - added state for seaice package
30      - synchronized with main branch
31    o DIVA:
32      Modif.s in
33      - cost_init.F
34      - cost_averagesfields.F
35      - ecco_the_main_loop.F
36      - ecco_the_model_main.F
37      and added cost_final_restore.F cost_final_store.F
38      o With these changes, it is possible to fully separate
39        the first forward run to compute the cost function (mdthe_main_loop)
40        and adjoint runs over individual DIVA intervals (adthe_main_loop)
41        into separate model executions.
42        This enables better tuning of DIVA to given queue sizes.
43      o Loss of cost function value in consecutive DIVA runs is
44        fixed by storing to 'costfinal' file.
45      o Appropriate call of ctrl_unpack/_pack,grdchk_main at
46        beginning/end of adjoint integration is accounted for.
47      The current changes apply to TAF-1.4.26.
48      TAF has one remaining bug, requiring one manual change
49      (see MITgcm manual).
50    o bug fix plus modif for ubar, vbar in cost_averagesfields
51    
52  icebear4  icebear4
53  o Added cost_ice for sea-ice volume sensitivity experiment.  o Added cost_ice for sea-ice volume sensitivity experiment.
54  o ecco_the_model_main.F: SEAICE_WRITE_PICKUP must precede WRITE_CHECKPOINT  o ecco_the_model_main.F: SEAICE_WRITE_PICKUP must precede WRITE_CHECKPOINT

Legend:
Removed from v.1.53.4.29  
changed lines
  Added in v.1.53.4.31

  ViewVC Help
Powered by ViewVC 1.1.22