/[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.1578 by mlosch, Fri Jan 20 15:49:11 2012 UTC revision 1.1615 by jmc, Sun Mar 11 14:34:03 2012 UTC
# Line 4  $Name$ Line 4  $Name$
4      Notes on tags used in MITgcmUV      Notes on tags used in MITgcmUV
5      ==============================      ==============================
6    
7    o pkg/seaice:
8      - rename parameters: SIsalFrac to SEAICE_saltFrac & SIsal0 to SEAICE_salt0;
9      - remove old parameters ( SEAICE_freeze, SEAICEturbFluxFormula, SEAICE_gamma_t,
10         SEAICE_gamma_t_frz, SEAICE_availHeatTaper & SEAICE_availHeatFracFrz)
11        from SEAICE_PARMS.h ; still need to fix seaice_cost_sst.F (broken when
12        SEAICE_freeze got retired) but already better than previously with
13        SEAICE_freeze=123456.7 deg.C;
14      - move setting of facOpenGrow/Melt from SEAICE_INIT_FIXED to SEAICE_READPARMS
15        (safer multi-threaded setting); always set SEAICEuseEVP;
16      - setting of ocean-ice turb. flux coeff: moved from SEAICE_CHECK to
17        SEAICE_READPARMS & SEAICE_INIT_FIXED (this fixes wrong summary report);
18        stop if multiple specifications for the same coeff; make sure default
19        SEAICE_mcPheePiston is compatible with drF(1) & deltaT.
20    o pkg/obcs:
21      - allow to switch to upwind 1rst order advection scheme for the advective
22        flux computation at the open-boundary; disabled for adjoint built.
23    o pkg/ptracers:
24      - rename PTRACERS_RESTART.h -> PTRACERS_START.h
25      - rename ptracers_fields_blocking_exchanges.F -> ptracers_fields_blocking_exch.F
26      - add parameter to decide when to start a tracer; use internal flag to
27        know which tracer to step-forward; switch this internal flag at the top
28        of forward_step.F (new S/R PTRACERS_SWITCH_ONOFF); for now, not enabled
29        for adjoint built.
30    o pkg/seaice:
31      - add SEAICE_SIZE.h anywhere in the code where SEAICE.h is included ;
32      - move MULTDIM declaration and setting from SEAICE.h to SEAICE_SIZE.h ;
33      - keep experiment offline_exf_seaice truly single category (set MULTDIM=1).
34    o pkg/ecco:
35      - fix writing of output file DiagnosCost_ClimSalt/Theta
36        and DiagnosCost_DriftSalt/Theta (if multi-tiles per proc).
37    o pkg/seaice:
38      - add missing initialisation of COR_ICE array in dynsolver.F
39      - merging SEAICE_MULTICATEGORY define and undef cases. Now the same code is
40        compiled either way, and is tested in all exps (multidim was only tested
41        in lab_sea ad before).
42      - cosmetic change to prepare for future addition of ITD. no change to results.
43        no defaults change.
44      - added run time param SEAICE_multDim (7 for SEAICE_MULTICATEGORY, 1 otherwise).
45      - by lack of adequate verification experiments, I further used custom versions
46        of global_ocean.cs32x15 to test multicat or not, with pickup or not. All
47        should be correct.
48      - avoid recomputations in ad.
49    o array initialisation in adjoint mode:
50      1) pkg/mom_common/mom_calc_ke.F:
51        add full array initialisation of KE inside mom_calc_ke.F (ALLOW_AUTODIFF_TAMC):
52        The S/R which calls MOM_CALC_KE initialises KE but in some recomputation
53        part this initialisation is gone, resulting in Floating Point Exception
54        (caught by open64 compiler with debug option).
55      2) model/src/convective_weights.F
56        set output convectCount over the full array range (instead of doing
57        an update): this fix a similar issue when called within recomputation (adjoint)
58        which could by-pass the initialisation (normally done in the caller S/R).
59    o pkg/seaice:
60      - final version of turbulent flux params, as agreed at MIT ice meet:
61           SEAICE_mcPheePiston (default is ~ 0.000875)
62           SEAICE_mcPheeTaper (default is 0.)
63           SEAICE_frazilFrac (defualt is 1.)
64           SEAICE_mcPheeStepFunc (default is false)
65      - changes results at trunction error level
66      - ifdef SEAICE_EXTERNAL_FLUXES, disallow SEAICE_waterAlbedo
67    o added pkg/frazil:
68      - see frazil_description.tex for details
69      - verification experiment is global_with_exf/input.yearly; changes output.yearly.txt
70    o pkg/shelfice/shelfice_thermodynamics.F
71      - fix exponents for velocity dependent exchange coefficients: change
72        from 2/3(=0) to 0.66666666666666667
73      - move computation of velocity dependent exchange coefficients into
74        separate loop, so that it applies to both thermodynamics
75      - move some divisions by constants out of loops
76    
77    checkpoint63j (2012/02/16)
78    o pkg/seaice:
79      - overhaul of seaice_summary.F after feb 2012 clean-up of seaice_growth.F etc.
80      - SItracer:  added run time params, and allow coupling to ocn salinity.
81    o pkg/seaice: remove (almost) all divisions by constants within loops
82      in seaice_growth.F and seaice_solve4temp.F, this changes (only) the cg2d
83      results of global_ocean.cs32x15.seaice from 16 to 11 digits (but only
84      those, caused by 1/QI -> recip_QI) -> update output.seaice.txt,
85      output_adm.seaice_dynmix.txt and also lab_sea: output_adm.evp.txt
86    o pkg/seaice :
87      - simplify McPhee tapering, and allow to use it with SEAICEturbFluxFormula
88        = 1 or 2, using newly added run time parameter SEAICE_availHeatTaper.
89      - fix d_AREAbyATM, d_AREAbyOCN, d_AREAbyICE diags I broke in r1.148.
90      - add permanent SItflux diag that corresponds to TFLUX but includes
91        ice+snow. Hence SItflux-TFLUX should match the ice+snow heat budget.
92      - allow activation/testing of a fix for suspected missing term in
93        ocn-ice heat budget (to be confirmed). To test this, you want to
94        undef SEAICE_DISABLE_HEATCONSFIX, and then set the run time param
95        SEAICEheatConsFix to .TRUE. that also allows the 'SIaaflux' diagnostic.
96      - no change in results, fwd or ad.
97    o global_ocean.cs32x15/results: 3 changes following from the pkg/seaice commit below:
98      - switch to variable freezing point.
99           Results change : cg2d -> 1 digits; ad -> 3-6-6 digits.
100      - bug fix : the sublimation term that was missing is now activated.
101           Results change : cg2d -> 2 digits; ad -> 8-6-6 digits.
102      - bug fix : flooding sign term for SIsal0.NE.0.
103           Result change : cg2d -> 8 digits; ad -> 11-12-9 digits.
104    o pkg/seaice:
105      - unified freezing point treatment : the old SEAICE_VARIABLE_FREEZING_POINT
106        is now the default, and the old default constant freezing point is recovered
107        with SEAICE_tempFrz0    = -1.96,
108             SEAICE_dTempFrz_dS = 0.,
109      - retire SEAICE_freeze (= the old way of specifycing the constant freezing point)
110      - remove ALLOW_SEAICE_FLOODING brackets; run time switch is already there.
111      - bug fix (thanks to M. Losch) : the sublimation term that was missing is now
112        activated. To reproduce old results with this bug define SEAICE_DISABLE_SUBLIM.
113      - bug fix (silly me) : flooding sign term (seaice_growth.F r 1.149line 1211)
114        was wrong for SIsal0.NE.0. Changes cs32x15 results (see above item for detail).
115      - bug fix (thanks to O. Jahn) : area loss for melting  got messed up in
116        seaice_growth r149 for legacy branch (no results change).
117      - introduce SEAICE_CAP_SUBLIM : caps sublimation heat flux in solve4temp (code
118        from I. Fenty).
119      - results did not change except for global_ocean.cs32x15, mostly due to the
120        switch to variable freezing point (see above item for detail).
121    o pkg/thsice:
122      - fix and simplify interface to salt_plume pkg ; diagnose directly amount of
123        seawater freezing in thsice_calc_thickn (not used).
124    o pkg/seaice: turbulent flux term specification via run time params.
125      - replace CPP switches with run time switches to facilitate testing
126      - retired CPPs : MCPHEE_OCEAN_ICE_HEAT_FLUX,
127                       GRADIENT_MIXED_LAYER_TURBULENCE_FACTOR
128      - added runtime parameter : SEAICEturbFluxFormula
129      - move Mcphee constants to SEAICE_PARAMS.h
130      - seaice_readparms.F : read turbulent flux term params (SEAICEturbFluxFormula;
131                 SEAICE_availHeatFrac/Frz, or SEAICE_gamma_t/_frz if apply);
132                 remove seaice_summary call (moved to seaice_init_fixed)
133      - seaice_init_fixed.F : set SEAICE_availHeatFrac/Frz depending on
134        SEAICEturbFluxFormula, and seaice_summary call (moved from seaice_readparms)
135      - seaice_summary.F : add missing report of read turbulent flux term set up
136                           and SITRACER.
137      - seaice_check.F : check range; inform and stop if retired CPPs are used
138                         (incl. SEAICE_AGE).
139      - seaice_growth.F : unified use of SEAICE_availHeatFrac/Frz, without
140             CPP switch, same computation as before for the different options.
141      - change results at the truncation level.
142    o pkg/seaice:
143      - remove un-used parameters LAD & MAX_TICE ; add new run-time parameters:
144        useMaykutSatVapPoly (default=F), postSolvTempIter (default=2) and
145        SEAICE_wetAlbTemp (default=-1e-3). Remove option SEAICE_SOLVE4TEMP_LEGACY.
146      - update verification/*/input*/data.seaice:
147        to reproduce previous results with former #defined SEAICE_SOLVE4TEMP_LEGACY
148        code, set useMaykutSatVapPoly=T & postSolvTempIter=0 ;
149        and to reproduce previous results with former non-SOLVE4TEMP_LEGACY code,
150        set SEAICE_wetAlbTemp=0 & SEAICE_snowThick=0.
151    o pkg/seaice/seaice_solve4temp.F (SOLVE4TEMP_LEGACY):
152      - remove LEGACY code for solving for tsurf (A1,A2,A3) but maintain the same
153        algorithm (same choice: useMaykutPolySatVap=T, postSolvTempIter=0);
154        difference in results only due to machine truncation.
155      - remove MAX_TICE (tsurf is always =< TMELT anyway); keep MIN_TICE if using
156        MaykutPolySatVap; keep MIN_LWDOWN.
157      - adapt SEAICE_MODIFY_GROWTH_ADJ code (untested) to non-legacy formulation.
158      - update output of verification exp. lab_sea (4 fwd: 11 cg2d digits except hb87,
159        + 3 AD: 6 digits except evp) and offline_exf_seaice.seaice (12 digits).
160    o pkg/salt_plume:
161      - isolate saltPlumeFlux array exch into a specific S/R called from
162        do_oceanic_phys.F
163      - add interface to pkg/salt_plume (filling of saltPlumeFlux) in pkg/thsice.
164    o verification:
165      - move untested set-up to MITgcm_contrib/verification_other.
166    o pkg/seaice:
167      - retire old way of SEAICE_AGE. Now replaced with ALLOW_SITRACER.
168    o pkg/seaice:
169      - seaice_solve4temp.F (keeping results unchanged):
170        * add 2 future run-time params to select which saturation vapor pressure
171          formula is used and how post-iteration fluxes are set.
172          Temporary set these 2 params according to option SOLVE4TEMP_LEGACY;
173        * New piece of code (not used) to update surf. atmos. heat flux F_ia using
174          the linearized expression to stay consistent with tsurf finding.
175      - seaice_freedrift.F avoid floating exception in sqrt(y) since y=sqrt(x*x)-x
176        can be < 0.
177    o pkg/seaice/seaice_solve4temp.F (SOLVE4TEMP_LEGACY undef):
178      - remove from F_ia (and from it's derivative dFiDTs1) the contribution of
179        conductive heat flux F_c , and add it explicitly when updating tsurf as
180        solution of: Fc = Fia + d/dT(Fia - Fc) *delta.tsurf
181        so that now F_ia has a consistent meaning through the entire routine.
182        This causes differences at truncation level: update output of fwd exp.
183        global_ocean.cs32x15.seaice.
184    o pkg/seaice:
185      - lots of editing/cleaning in seaice_solve4temp.F + better documentation
186        of arrays, sign/direction of fluxes; no effect on results.
187      - replace hard coded 273.16 (=previous value of celsius2K) by celsius2K
188        in seaice_budget_ocean.F & seaice_solve4temp.F (SOLVE4TEMP_LEGACY part);
189        note: this should have been done before changing celsius2K default.
190      - to keep results unchanged, add back old value of celsius2K in verification
191        exp. input*/data : lab_sea (AD), offline_exf_seaice (fwd+AD) & seaice_obcs
192      - replace hard coded seawater freezing temp in seaice_solve4temp.F (part
193        SOLVE4TEMP_LEGACY) of 271.20 (=previous value of celsius2K + default
194        value of SEAICE_freeze) by celsius2K+SEAICE_freeze so that seawater
195        freezing temp is consistent with value in seaice_growth.F ; this causes
196        differences at machine truncation level: update lab_sea AD output (3/4).
197    o pkg/seaice:
198      - mask (in exf_init_fixed.F) atemp,aqh,evap,precip,runoff,lwflx,areamask
199        and climsst/sss even when using seaice (to prevent calculation that might
200        use SST on land); does not affect any verification exp.
201      - apply mask to taux,tauy (in seaice_get_dynforcing.F); update output
202        of lab_sea.fd & lab_sea.hb87 and global_ocean.cs32x15.seaice_dynmix.
203    o pkg/seaice/seaice_growth.F: add mask to avoid non-zero ice thickness
204      over land (non-legacy code)
205    o vectorize salt_plume package:
206      - add extra code to salt_plume_frac and salt_plume_tendency_apply_s
207      - this code computes plumebk everywhere (also over land), thus requires
208        code to avoid divisions by zero and catch the case of kLev=Nr.
209      - efficiency of salt_plume_frac is still sub-optimal
210    o tools (genmake2):
211      - fix makefile NAME specification (option: -makefile NAME) by adding
212        "-f $MAKEFILE" in few places where it was missing including makedepend
213        command (contribution from Paul).
214    
215    checkpoint63i (2012/01/24)
216    o model/src:
217      - add factorized versions of some EOS code to find_rho.F,
218        define USE_FACTORIZED_EOS to turn it on (default for TARGET_NEC_SX)
219    o model/src:
220      - add celsius2K to namelist PARM01; remove unused recip_rhoNil from PARAMS.h;
221      - change default celsius2K from 273.16 to 273.15
222      - to keep results unchanged, add back old value of celsius2K in verification
223        exp. input*/data : aim.5l_cs, 1D_ocean_ice_column, lab_sea (fwd),
224         global_ocean.cs32x15(seaice) & cpl_aim+ocn(input_atm).
225  o model/src: add a little initialisation trick to find_rho.F and find_alpha.F  o model/src: add a little initialisation trick to find_rho.F and find_alpha.F
226    to make TAF generate vectorizable code    to make TAF generate vectorizable code
227  o pkg/seaice/seaice_evp.F: add code (copied from CICE) that avoids underflows.  o pkg/seaice/seaice_evp.F: add code (copied from CICE) that avoids underflows.

Legend:
Removed from v.1.1578  
changed lines
  Added in v.1.1615

  ViewVC Help
Powered by ViewVC 1.1.22