/[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.1376 by gforget, Thu Feb 10 12:09:57 2011 UTC revision 1.1398 by mlosch, Tue Mar 15 16:12:52 2011 UTC
# Line 4  $Name$ Line 4  $Name$
4      Notes on tags used in MITgcmUV      Notes on tags used in MITgcmUV
5      ==============================      ==============================
6    
7    checkpoint62u (2011/03/15)
8    o model/src:
9      - for the adjoint, change NonLin-FreeSurf initialisation sequence: fill-in
10        h0Fac from INITIALISE_FIXED and reset hFac to h0Fac in INITIALISE_VARIA ;
11      - in initialise_varia.F (except for ALLOW_DEPTH_CONTROL) remove 2nd call to
12        INI_DEPTHS, INI_MASKS_ETC & INI_LINEAR_PHISURF.
13    o pkg/ctrl/obcs/ecco:
14      - remove obsolete, unused, and partially broken code:
15        ctrl_obcsvol/ctrl_obcsbal/ctrl_volflux and code within
16        ALLOW_CTRL_OBCS_BALANCE
17      - put a stop statement into ecco/cost_obcsvol.F, but also add
18        cost_obcsvol to ecco_ad_diff.list
19    o pkg/ecco: fix counting cost function contributions for obcs (code
20      by Matt M.) and diffkr for diagnostics
21    o pkg/ecco, pkg/ctrl, pkg/grdchk:
22      add cost penalty terms for initial uvel, vvel, eta controls
23      and I/O for prior error files
24    o pkg/mdsio:
25       move mds_check4file.F from eesupp/src to mdsio_check4file.F ; add option
26       (new argument) to check for tiled file in mdsioLocalDir : this fix the
27       restart from pickup_som , pickup_dic (& dic_co2atm) with mdsioLocalDir.
28    o pkg/ctrl:
29     - ctrl_obcsbal.F, ctrl_obcsvol.F: replace last calls of ctrl_getrec by
30       ctrl_get_gen_rec, put a stop statement into ctrl_getrec. Remove
31       unused and superfluous variables
32     - ctrl_get_gen_rec.F: catch the case of xx_genperiod=0.
33    o pkg/ecco
34     - enable adjoint of Stevens OB
35    o pkg/ctrl/ecco/grdchk:
36      - remove global declaration of tmpfldx/yz and tmpfldx/yz2.
37        Fortunately, we do not have any tests for the numerous cpp-flagged
38        option of "obcs as control parameters" so we will never know
39        if this is an improvement (but at least now things compile).
40      - remove an obsolete initialization from ecco_cost_init_barfiles.F
41      - fix some problems within never used ifdefs to make the code compile
42    o pkg/obcs:
43     - Refine Interior mask definition to work with more complex OB (e.g.
44       if OB_Ie < OB_Iw); In case default setting is not sufficient, allows to
45       read in Interior mask from file. Check if Interior mask is consistent
46       with OB list of indices.
47    o pkg/seaice
48     - beginning code for a seaice tracer package,
49       but currently only used for seaice age: SEAICE_AGE
50       SEAICE_num = 4
51       iTracer = 1: area-weighted ice age
52               = 2: volume-weighted ice age
53               = 3, 4: template for one-year vs. multi-year ice
54       data.seaice has new namelist SEAICE_PARM03 for arrays related to
55       SEAICE_num
56    
57    checkpoint62t (2011/03/05)
58    o pkg/obcs:
59     - obcs_apply_uv.F: change to a 2 steps method, first tangential component;
60       then normal component. This ensures that the normal component is set
61       correctly even when it conficts with tangential setting from an other OB.
62       Affects results of test-experiment seaice_obcs: update the output.txt
63    o pkg/obcs:
64     - add code to monitor statistics of dynamical fields at OB.
65     - take OBCS_BALANCE code out of obcs_calc.F into new S/R OBCS_BALANCE_FLOW :
66       - fix to OBCS_BALANCE code (right hFac ; deal with simple OB intersection).
67       - change default: balance the Net inflow through all OB (instead of balancing
68         each OB separately); keep the old method if setting OBC_balanceFacX < 0.
69     - switch on useOBCSbalance in dome experiment: only correct Western OB outflow
70       to match Nortern OB inflow (OBCS_balanceFacN=0).
71  o pkg/seaice:  o pkg/seaice:
72     - redefined actual sea ice age to be ICEAGE/HEFF ifdef SEAICE_AGE_VOL
73    o pkg/seaice (seaice_growth v 1.113):
74     - reverting seaice_growth to v 1.111 in order to have code with exact bit
75       compatibility with MITgcm_contrib/ifenty/Fenty_seaice_thermo_code_merge
76       CPP option SEAICE_OCN_MELT_ACT_ON_AREA removed in v 1.112 is reintroduced
77       runtime flag SEAICEareaFormula is kept but is inactive
78    o model/src:
79     - add new param to scale curvilinear grid distance and area when using
80       a different sphere radius from the grid-files.
81     - test/check multi-threads EXCH applied to local variable (cg2d_x)
82    o adjoint:
83     - enable adjoint of Stevens OB
84     - add dummy_in_dynamics to enable extraction of ADJrhoinsitu
85       (a bit delicate because of potentially modified adj. common block structure;
86       current switch is ALLOW_AUTODIFF_MONITOR_DIAG, could be changed later)
87    
88    checkpoint62s (2011/02/15)
89    o pkg/seaice (seaice_growth v 1.112):
90     - introduce SEAICEareaFormula run time parameter, which selects the recipe for
91       computing the ice cover tendency from effective thickness tendencies. Include
92       Ian Fenty's formula.
93     - remove 'undef SEAICE_OCN_MELT_ACT_ON_AREA' which may now be achieved using
94       SEAICEareaFormula.
95     - simplify notations for the various d_HEFF/d_AREA terms.
96    o pkg/gmredi:
97     - add Boundary-Value-Problem bolus transport (Ferrari etal, OM 2010) code
98       from Christopher Wolfe (UCSD); add partial cell factor in vertical derivative;
99       add a verification test-run (front_relax.bvp) to test GM_useBVP.
100    o pkg/seaice (seaice_growth v 1.111):
101   - for SEAICE_DO_OPEN_WATER_GROWTH, replace Gael's implementation with Ian's.   - for SEAICE_DO_OPEN_WATER_GROWTH, replace Gael's implementation with Ian's.
102   - the new SEAICE_DO_OPEN_WATER_MELT allows open-water air-sea heat fluxes to also melt ice.   - the new SEAICE_DO_OPEN_WATER_MELT allows open-water air-sea heat fluxes to
103  o pkg/seaice:     also melt ice.
104    o pkg/seaice:
105   - McPhee formula for Ice-Ocean fluxes (provided by Ian Fenty).   - McPhee formula for Ice-Ocean fluxes (provided by Ian Fenty).
106   - can be used by #define MCPHEE_OCEAN_ICE_HEAT_FLUX in SEAICE_OPTIONS.h   - can be used by #define MCPHEE_OCEAN_ICE_HEAT_FLUX in SEAICE_OPTIONS.h
107  o pkg/cheapaml:  o pkg/cheapaml:

Legend:
Removed from v.1.1376  
changed lines
  Added in v.1.1398

  ViewVC Help
Powered by ViewVC 1.1.22