/[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.1973 by atn, Sat Apr 5 22:51:52 2014 UTC revision 1.2020 by jmc, Thu Jul 10 19:13:13 2014 UTC
# Line 3  $Name$ Line 3  $Name$
3    
4      Notes on tags used in MITgcmUV      Notes on tags used in MITgcmUV
5      ==============================      ==============================
6  <<<<<<< tag-index  
7  o pkg/salt_plume:  checkpoint64z (2014/07/10)
8    - salt_plume_frac.F:  o model/src and several pkgs:
9       clean up local param names    - change argument list of all S/R called from external_forcing.F and
10       reformulate (1-frac) to frac; original 1-frac was based on swfrac code      called from ptracers_forcing.F (renamed to ptracers_apply_forcing.F)
11        to pass, as argument, the current level tendency array to update
12        (instead of a direct update of the common bloc array).
13      - change also (in the same way) argument list of PTRACERS_APPLY_FORCING;
14      - rename taueddy_external_forcing.f to taueddy_tendency_apply.F
15    o pkg/seaice/seaice_lsr.F
16      - always initialize local arrays in seaice_lsr_tridiagu/v
17      - add more local tapes to seaice_lsr_tridiagu/v
18      - move storing u/vice(:,:,bi,bj) out of seaice_lsr_tridiagu/v, but
19        keep it in bi/bj loop; this seems to be essential
20      - gradients are still wrong but only by 4-7 orders of magnitude
21        instead of 15 orders of magnitude, lab_sea improves a little
22    o pkg/seaice
23      - (pkg/autodiff) remove storing/restoring of seaiceMaskU/V that
24        generates unnecessary code in seaice_lsr_ad
25      - add more store directives in seaice_lsr to avoid unnecessary code
26        in seaice_lsr_ad
27      - exclude some residual computations in seaice_lsr when
28        ALLOW_AUTODIFF_TAMC is defined in order to avoid unnecessary code
29        in seaice_lsr_ad
30      - add more storing, a new tape (model/src/the_main_loop.F) and
31        another key for SEAICE_LSR_VECTORIZE_ZEBRA (the local keys ilockey
32        and klockey should be checked by a specialist)
33      - modify ( define SEAICE_VECTORIZE_LSR and SEAICE_LSR_ADJOINT_ITER )
34        and update lab_sea after previous changes in pkg/seaice below
35    o pkg/autodiff:
36      - introduce useSmoothCorrel2DinAdMode, SEAICEapproxLevInAd, and
37        viscFacInAd : run time parameters allowing for adjoint switches
38        note : logic for useSmoothCorrel2DinAdMode is in ctrl_readparms.F
39  o pkg/ecco:  o pkg/ecco:
40    - cost_gencost_seaicev4.F:    - introduce cost_gencost_boxmean.F that computes a box mean
41       reformulate proxy cost as function of sst and local param SEAICE_freeze      temperature (for use in adjoint sensitivity studies).
42       change cost names from siv4-[sst,vol] to siv4-[deconc,exconc]  o model/src/set_defaults.F : initialize viscFacAdj to 1.
43    - add stop statement if old names siv4-[sst,vol] are used  o pkg/mom_common/mom_calc_visc.F:
44    - add snapshots + cost reports for atmospheric longwave    - ifdef ALLOW_AUTODIFF then include viscFacAdj factor.
45    - remove factor 0.1 in front of wtau[u,v]  o pkg/seaice/seaice_summary.F:
46    - replace never used flag ALLOW_TMI_COST_CONTRIBUTION with    - statement for SEAICEadjMODE now in autodiff_readparms.F
47       ALLOW_TMI_SST_COST_CONTRIBUTION  o pkg/seaice:
48  o pkg/smooth:    - remove some store directives and add new ones in an effort to get
49    - move param smooth2Ddiffnbt to pkg/ecco      finally rid off the recomputation warnings. This is successful
50  =======      when SEAICE_VECTORIZE_LSR ***and*** SEAICE_LSR_ADJOINT_ITER are
51        defined (i.e. no extensive recomputation warnings left), but there
52        are still too many recomputations on the solver iteration level
53      - define SEAICE_VECTORISZE_LSR in offline_exf_seaice/code_ad/SEAICE_OPTIONS.h
54      - move definition of MPSEUDOTIMESTEPS into TAMC-block in
55        SEAICE_SIZE.h
56      - add a store directive in S/R seaice_calc_viscosities
57    o pkg/seaice (ITD code):
58      - fix definition of Hlimit for multi-threaded case
59      - use double precision arithmetic to compute Hlimit: this affects results;
60        update output of experiment seaice_itd.
61    o replace content of verification/seaice_itd
62      - instead of a 1D column use the configuration of offline_exf_seaice
63        to test the ice thickness distribution code with ridging
64      - this is a first shot at this experiment
65      - change of some defaults of ridging parameters SEAICEhStar (from
66        100 to 25) and SEAICEmuRidging (from 5 to 3) in seaice_readparms.F
67        and lot of new comments.
68    
69    checkpoint64y (2014/06/20)
70    o pkg/seaice/seaice_reg_ridge.F:
71      - modify the regularization of very small volumes of ice; only check
72        total volume HEFF, and do not apply correction to individual ice
73        classes because that leads to funny patterns in the heat and fw-fluxes
74        into the ocean. Adjust seaice_itd/results/output.txt
75      - replace nITD by SEAICE_multDim in loop-ranges
76    o pkg/exf:
77      - add code to process the case field period = -12. with UV interpolation.
78      - move debug print (formerly active when exf_verbose=T) from EXF_getFFieldRec
79        into S/R that calls it (i.e., exf_set_gen.F, exf_set_uv.F & obcs_exf_load.F)
80    o verification/global_with_exf:
81      - switch all fields period to -12. (was previously untested) in input/data.exf
82        (but keep secondary test ".yearly" unchanged); update the reference output.
83    o pkg/cal:
84      - new calendar type "noLeapYear" for 365 days calendar without any leap year.
85    o pkg/exf:
86      - new integer parameter "exf_debugLev" (default set to main model debugLevel)
87        to replace logical switch "exf_verbose"
88      - report in STDOUT when loading a new record (if exf_debugLev >= 3)
89    o pkg/sbo:
90      - update from Katherine Quinn: evaluate mass directly from density and SSH
91        (budget using Finite Volume method) instead of from bottom pressure.
92      - allow testreport to collect few selected SBO output ; tested in exp.
93        global_ocean.90x40x15 (after updating the results, to include SBO output).
94      - fix some multi-threading issues (in output part).
95    o model/src & most packages:
96      - always call {PKG}_READPARMS even if corresponding use{PKG}=F;
97      - in {PKG}_READPARMS, in case use{PKG}=F: add a call to new S/R
98        PACKAGES_UNUSED_MSG to print a weak warning when parameter file
99        "data.{pkg}" exist ; and leave the S/R (return) just after.
100      - more standard LAND pkg interface (land_init_fixed.F, land_check.F).
101        + call LAND_READPARMS from packages_readparms.F
102    o pkg/seaice:
103      - remove code that resets useThSice in S/R seaice_readparms and
104        replace it by a warning in S/R seaice_check
105      - remove parameter MULTDIM, replace with nITD and runtime
106        parameter SEAICE_multDim (still hard-wired to nITD if
107        SEAICE_ITD is defined)
108    
109    checkpoint64x (2014/05/24)
110    o verification/lab_sea:
111      - update adjoint and TLM output following changes to pkg/salt_plume
112      - un-do the update after putting back local recip_Cp in few places.
113    o pkg/salt_plume: modifications by An Nguyen:
114      - add capability to do brine rejection (salt-plume) as function of
115        volume+tracers (instead of only salinity tracer).
116      - conserve volume by exchanging volume from each kLev to above to
117        accommodate in-coming brine volume
118      - store surface and klev exchanged fraction + volume in 4 new 3-d arrays
119      - switch KPP surf buoyancy due to brine forcing to 3-d
120        (3 more 3-d arrays, 2 for SPforcing[T,S], 1 for boplume)
121      - add salt_plume_volfrac, salt_plume_apply, salt_plume_tendency_apply_t
122      - unrelatedly, also add ad-hoc capability to vary salt_plume scheme
123        in East/West Arctic.
124    o pkg/sbo:
125      - incorporate modifications from Katherine Quinn to enable the use of sbo
126        pkg in ECCO-v4 set-up ; remove SBO-TimeAve output ; add monitor-like
127        output for future testreport verification (unfinished).
128    o pkg/atm_phys:
129      - change diagnostics (AtPh_Trf & AtPh_Qrf) of DARGAN_BETTSMILLER S/R:
130        skip the reseting of t_ref & q_ref to initial t & q ; this preserve the
131        output of S/R CAPECALCNEW (Parcel temp & q) for diagnostics.
132    o pkg/seaice
133      seaice_calc_ice_strength.F: modify expression to avoid divisions
134        (affects truncation)
135      seaice_do_ridging.F: clean up the insectarium
136      - fix a bug that was compensated by areaScaling (-> remove areaScaling code)
137      - added SEAICEsnowFracRidge to redistributed snow (2nd bug)
138      - set closing/openingRate to zero where no extra iteration is need (3rd bug)
139      - add some debugging information and error messages (warnings)
140    o model/src: modifications relatd to atmosphere p*:
141      - Switch to more accurate p* coordinate slope term (calc_grad_phi_hyd.F)
142      - With p* or Sigma-P, use constant reference Pot.Temp (thetaConst) instead
143        of vertical profile tRef in geopotential background and anomaly.
144      - Acount for true p* correction in theta <-> T conversion in pkg/aim_v23
145        and pkg/atm_phys.
146      - Update FWD output of experiments: aim.5l_cs (x2), fizhi-cs-32x32x40,
147        fizhi-cs-aqualev20, fizhi-gridalt-hs, tutorial_held_suarez_cs, cpl_aim+ocn.
148    o pkg/seaice: fix a bug in seaice_prepare_ridging.F, forgot a sqrt
149    o pkg/ptracers: compute ptracer source/sink due to linear free surface.
150        not used right now, but can be used in BGC packages to fix conservation.
151    o pkg/dic, pkg/gchem: move tracer_meanarea to gchem, so it can be used by
152        other packages too.
153    o pkg/seaice/seaice_calc_ice_strength.F: replace SEAICE_rhoSnow by
154        SEAICE_rhoIce in the Rothrock (1975)-type strength calculations (bug fix)
155    o model/src:
156      - since we have several heat capacity (even in model/src), define "recip_Cp"
157        as local variable (no longer in common block) to avoid any confusion.
158      - add thetaConst in PARAMS.h (to be used with pStar or sigma-P coords).
159    o pkg/exf:
160      - from Jeff Scott: add option (#define EXF_CALC_ATMRHO) to calculate local
161        air density as function of air Temp, Humidity and atm pressure.
162    
163    checkpoint64w (2014/05/02)
164    o verification:
165      - update output_adm.txt files for experiment global_ocean.cs32x15 (seaice &
166        seaice_dynmix) and lab_sea (primary test & noseaicedyn): moving/changing
167        code from seaice_growth.F & seaice_advdiff.F to new ridging routines
168        seaice_reg_ridge.F seaice_do_ridging.F affects AD gradient
169        (down to 8-7 matching digits for global_ocean and 5-6 for lab_sea).
170    o model/src: for atmosphere in p* coords:
171      - store factor rStarFacC**atm_kappa (= pStarFacK) in common block
172      - implement more accurate p* coordinate slope term (in calc_grad_phi_hyd.F),
173        but not yet activated.
174    o pkg/seaice: fix restart problem for ITD with new ice strength parameterisation:
175      - move computation of opnWtrFrac = 1-AREA to before computing ice strength
176      - this changes the results (but not for any verification experiment, because
177        none tests this), but avoids having an extra field in the restart files
178    o pkg/seaice: remove global variable TICE (not needed)
179      - replace by TICES or local variable where necessary (cost_seaice_test,
180        seaice_diagnostics_state)
181      - move copying TICE to TICES from seaice_check_pickup to seaice_read_pickup
182      - use specific read/write routines for reading and writing individual leves
183        of a multilevel field
184    o pkg/ctrl & model/inc:
185      - move additional anomaly fields of control vars (related to options:
186         ALLOW_KAPGM_CONTROL, ALLOW_KAPREDI_CONTROL and ALLOW_BOTTOMDRAG_CONTROL)
187        from DYNVARS.h into new header file: CTRL_FIELDS.h
188    o pkg/seaice: some small modifications to the ridging code
189      - make fw2ObyRidge a global variable and add the freshwater flux to
190        seaice_growth
191      - pass actual thickness from seaice_prepare_ridging, so that it is
192        computed only in one place and compute it in the same way as in
193        seaice_growth
194      - initialise more fields in seaice_do_ridging that where cause floating
195        point exceptions over land
196    o pkg/seaice: preparations for ridging code and first real ridging code
197      - move most of "PART 1" of S/R seaice_growth into a new and separate
198        S/R seaice_reg_ridge that will both regularize the state variable after
199        advection call the actual ridging routine;
200      - requires to make 5 fields global fields: d_HEFFbyNEG,d_HSNWbyNEG,
201        d_AREAbyRLX,d_HEFFbyRLX,saltFluxAdjust;
202      - remove ridging code from seaice_advdiff
203      - clean up remaining part 1 of seaice_growth in an attempt to make it
204        more readable (this is probably subjective)
205      - call seaice_itd_redist once in the initialisation phase to have the initial
206        conditions in the correct category
207      - finally: add new ridging routine for ITD code
208    
209    checkpoint64v (2014/04/11)
210    o pkg/ecco:
211      - add runtime parameters mdt[start,end]date[1,2]
212      - rename variable "tpmean" as "mdt" and "topexmeanfile" as "mdtdatfile"
213    o pkg/seaice:
214      - make deltaC a global variable, so that it can be used in ridging code
215      - first step towards ridging: introduce new routines that compute
216        ice strength based on ridging parameters
217      - add diagnostic for HSNOWITD
218      - add opnWtrFrac as a global variable (required for ridging scheme)
219    o pkg/salt_plume + pkg/seaice/seaice_growth.F
220      - add SALT_PLUME_IN_LEADS flag to activate pkg/salt_plume only when ice
221        AREA exceeds a threshold (code contributed by I.Fenty in 2011)
222    o verification/hs94.1x64x5:
223      - leave ALLOW_AUTODIFF_TAMC undefined in code_oad/AUTODIFF_OPTIONS.h
224      - do not use ECCO_CPPOPTIONS.h anymore for TAF & OpenAD Adjoint tests.
225  o autodiff:  o autodiff:
226    - Start to include explicitly AUTODIFF_OPTIONS.h, COST_OPTIONS.h,    - Start to include explicitly AUTODIFF_OPTIONS.h, COST_OPTIONS.h,
227      and CTRL_OPTIONS.h in src files (to enable to skip the ECCO_CPPOPTIONS.h)      and CTRL_OPTIONS.h in src files (to enable to skip the ECCO_CPPOPTIONS.h)
228      For now, only in pkgs used in verification/hs94.1x64x5.      For now, only in pkgs used in verification/hs94.1x64x5.
229    - Replace ALLOW_AUTODIFF_TAMC by ALLOW_AUTODIFF (except for tape/storage    - Replace ALLOW_AUTODIFF_TAMC by ALLOW_AUTODIFF (except for tape/storage
230      which are specific to TAF/TAMC).      which are specific to TAF/TAMC).
231    - Replace ALLOW_AUTODIFF_OPENAD by ALLOW_OPENAD:    - Replace ALLOW_AUTODIFF_OPENAD by ALLOW_OPENAD:
232      since ALLOW_OPENAD is defined in PACKAGES_CONFIG.h (any time pkg/openad      since ALLOW_OPENAD is defined in PACKAGES_CONFIG.h (any time pkg/openad
233      is compiled), this simplifies/reduces which *_OPTIONS.h file to include.      is compiled), this simplifies/reduces which *_OPTIONS.h file to include.
234    - OpenAD: change Makefile to generate the appropriate AD_CONFIG.h when    - OpenAD: change Makefile to generate the appropriate AD_CONFIG.h when
235      building mitgcmuv_ad (make adAll).      building mitgcmuv_ad (make adAll).
236  o pkg/atm_phys:  o pkg/ecco:
237      - cost_gencost_seaicev4.F:
238         reformulate proxy cost as function of sst and local param SEAICE_freeze
239         change cost names from siv4-[sst,vol] to siv4-[deconc,exconc]
240      - add stop statement if old names siv4-[sst,vol] are used
241      - add snapshots + cost reports for atmospheric longwave
242      - remove factor 0.1 in front of wtau[u,v]
243      - replace never used flag ALLOW_TMI_COST_CONTRIBUTION with
244         ALLOW_TMI_SST_COST_CONTRIBUTION
245    o pkg/atm_phys:
246    - add some diagnostics for Short-wave and for convection S/R.    - add some diagnostics for Short-wave and for convection S/R.
247  o pkg/seaice/seaice_growth:  o pkg/seaice/seaice_growth:
248    - fix a bug in the lateral melt parameterization for SEAICE_ITD    - fix a bug in the lateral melt parameterization for SEAICE_ITD
249      in seaice_growth; tempFrz needs to be computed inside the i/j-loop      in seaice_growth; tempFrz needs to be computed inside the i/j-loop
250    - rearrange loop order for better vector code in the same code block    - rearrange loop order for better vector code in the same code block
251    - rewrite the floeDiameter formula to have fewer divisions    - rewrite the floeDiameter formula to have fewer divisions
252    -  (miraculously) none of this changes the results of seaice_itd    -  (miraculously) none of this changes the results of seaice_itd
253  >>>>>>> 1.1972  o pkg/smooth:
254      - move param smooth2Ddiffnbt to pkg/ecco
255    o pkg/salt_plume:
256      - salt_plume_frac.F:
257         clean up local param names
258         reformulate (1-frac) to frac; original 1-frac was based on swfrac code
259  o pkg/rw:  o pkg/rw:
260    - add RS version of S/R READ_MFLDS_LEV.    - add RS version of S/R READ_MFLDS_LEV.
261  o pkg/streamice:  o pkg/streamice:

Legend:
Removed from v.1.1973  
changed lines
  Added in v.1.2020

  ViewVC Help
Powered by ViewVC 1.1.22