/[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.15 by heimbach, Thu Nov 28 14:27:19 2002 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
53    o Added cost_ice for sea-ice volume sensitivity experiment.
54    o ecco_the_model_main.F: SEAICE_WRITE_PICKUP must precede WRITE_CHECKPOINT
55    o Reduced derivative singularities in pkg/seaice.
56    o Updated verification/natl_box_adjoint
57    
58    icebear3
59    o Removed spurious iikey and idkey
60    o pkg/exf
61      - bug fix in treatment of downward radiation
62    o pkg/seaice
63      - added initial sea-ice thickness parameter SEAICE_initialHEFF
64    o updated verification/natl_box_adjoint
65    
66    icebear2
67    o Added missing /* */ to CPP comments in pkg/seaice, pkg/exf,
68      kpp_transport_t.F,and ecco_the_main_loop.F
69    o adjoint-friendly modifications to pkg/seaice
70    o added verification/lab_sea as per release1_p12_pre
71    
72    ecco_c44_e26
73    o Merging pkg/exf and pkg/seaice from cvs tag ecco_ice2
74    o exf: Modifications to correctly handle evap field for adjoint
75    o grdchk:
76      Added code to perform gradient checks for bulk formulae/atmos. state
77      (atemp, aqh, uwind, vwind).
78      NOTE:
79      This package is out of synch with c48 package.
80      The latter also has the tangent linear gradient checks.
81      Need to be merged.
82    o verification/natl_box_adjoint:
83      * added new setup: code_bulk/, input_bulk, results_bulk
84        (Experiment 2, described in README)
85        uses bulk formulae and atmos. state as control instead of
86        air-sea fluxes.
87        Performs gradient checks for first 4 elements of atemp control.
88      * changed standard verification to perform
89        gradient checks on first 4 elements on hflux control.
90      * gmredi switched off (will come after merge with c48).
91    
92  ecco_c44_e25  ecco_c44_e25
93  o Merging some GM changes from main trunk (c47) to ecco-branch.  o Merging some GM changes from main trunk (c47) to ecco-branch.
94  o Updating verif. natl_box_adjoint with GMRedi.  o Updating verif. natl_box_adjoint with GMRedi.

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

  ViewVC Help
Powered by ViewVC 1.1.22