/[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.2176 by jmc, Wed Aug 26 13:50:38 2015 UTC revision 1.2274 by jmc, Thu Oct 6 00:50:19 2016 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/mom_commom & generic_advdiff:
8      - add deep atmosphere and anelastic scaling factor in implicit vertical
9        advection routines (mom_u,v_implicit_r.F & gad*_impl*_r.F).
10    o model/src:
11      - remove few unnecessary temp array copies in solve_tridiagonal.F
12        & solve_pentadiagonal.F
13    
14    checkpoint65z (2016/09/28)
15    o pkg/seaice: fix multithreading for seaice_fgmres.F
16      - remove unecessary variables from common blocks
17      - use extra dimension MAX_NO_THREADS for all variables of the Krylov space
18        basis, that are stored in commom blocks (including integer variable i1)
19      - clean up code a little by removing commented lines that refer to
20        original code
21      - turn on multi-threaded test for experiment offline_exf_seaice.dyn_jfnk.
22    o MITgcm manual:
23      - add uptodate pkg/ecco documentation to the manual (section 8.1; ecco.tex),
24        preliminary documentation for generic controls (8.3; ctrl.tex),
25        a placeholder for smooth (8.4; smooth.tex), and comment out the deprecated
26        ecco_costfunction.tex
27    o pkg/ecco:
28      - update and cleanup list of CCP options
29      - re-assign gencost_mask to specify masks rather than gencost_errfile; 'c'
30        is now always passed to cost_generic; gencost_mask is now MAX_LEN_FNAM
31      - add checks that retired run-time options are not used, and in relation
32        to gencost_mask and gencost_errfile
33      - finish deprecating gencost_scalefile, gencost_smooth2Ddiffnbt, and
34        gencost_nrecperiod
35      - fix m_eta computation for virtual salt flux case
36      - add m_horflux_vol case (selected via gencost_barfile) that computes
37        transports via cost_gencost_boxmean (gencost_flag=-3)
38      - use gencost_flag more systematically (i.e., avoid using gencost_name)
39        for code switches (aside from physical variable selection)
40    o pkg/seaice: make seaice_fgmres.F fit for multithreading; this first
41      attempt appears to be a bit of a hack and my need some repair down the road
42    o pkg/exf:
43      - interpolation near South Pole: fix criteria on input field latitude.
44    o pkg/icefront & pkg/exf:
45      - move setting of icefront Sub-Glacial RunOff forcing (currently unused)
46        from pkg/exf (read from data.exf) to pkg/icefront (read from data.icefront)
47    o pkg/exf:
48      - replace CPP option ALLOW_EXF_OUTPUT_INTERP with run-time parameter
49        "exf_output_interp" (in namelist: EXF_NML_04); change output file name
50        (add suffix "_out" instead of a prefix); keep same record number as in
51        input file but always write record 1 first (to avoid a STOP in I/O S/R).
52        Change output file content by writing interpolated field before applying
53        land-sea mask (helpful for debug).
54      - 2 compon. vector interpolation with rotation: apply scaling factor on
55        each compon. (Eastward and Northward) just before rotation.
56    o pkg/bling:
57      - Cleaned package. Removed not needed code and comments.
58      - adjoint example now works
59        (MITgcm_contrib/verification_other/global_oce_biogeo_bling/code_ad)
60    o pkg/ptracers:
61      - add Bruno Deremble's code to complete the linear surface correction
62        for tracer conservation;
63      - enabled for individual ptracers by PTRACERS_linFSConserve(iTr)=.TRUE.
64    
65    checkpoint65y (2016/07/29)
66    o pkg/debug (stats):
67      - change GLOBAL_SUM to GLOBAL_SUM_TILE (result independent of tile to
68        proc/thread mapping);
69      - fix Min & Max for case where 1 thread has only empty tiles;
70      - use RL variable to count number of wet grid points (with big domain,
71        can be too large to fit into integer*4).
72    o pkg/monitor:
73      - use RL variable to count number of wet grid points (but used only for del2)
74      - add new routine to compute Advective CFL within tracer time-stepping with
75        writing delayed until next monitor output.
76    o pkg/obcs:
77      - fix bug in OBCS_BALANCE_FLOW (OBCS_balanceFacN misspelled OBCS_balanceFacW)
78    o pkg/cal:
79      - calandar-dump: treat case myTime < timePhase in the same way as in
80        eesupp/src/diff_phase_multiple.F (when not using calandar-dump).
81    o pkg/dic & seaice:
82      - fix compilation of ocean component for coupled atm+ocn model with
83        seaice dynamics & dic.
84    
85    checkpoint65x (2016/06/11)
86    o add a license text file in main MITgcm tree.
87    o added pkg/bling:
88      - intermediate complexity biogeochemical model
89      - see bling_description.txt for details
90      - verification experiment is global_oce_biogeo_bling (for now, in
91        Contrib/verification_other/); tested daily on baudelaire with gfortran.
92      - add entry point in pkg/gchem for new pkg "bling".
93    o pkg/seaice: fix tensile stength computation
94      - replace global field tensileStrength by tensileStrFac
95      - tensileStrFac can be computed once in S/R seaice_init_varia
96      - fortunately that does not affect any verification results
97    
98    checkpoint65w (2016/05/12)
99    o pkg/ctrl/ctrl.h: fix a comma in common block list, so that code compiles
100         with ECCO_CTRL_DEPRECATED defined
101    o verification/global_ocean.cs32x15:
102      - change secondary test "viscA4" to also test "selectP_inEOS_Zc=3"
103        with "selectNHfreeSurf=1".
104    o model/src (non-hydrostatic free-surface):
105      - More "natural" expression of NH free-surface term (case selectNHfreeSurf=1):
106        was: tmpSurf/(1+tmpSurf); changed to: 1/(1+Gamma) with Gamma=1/tmpSurf.
107      - Calculate surface vertical velocity after 2-D solver adjustment (accounts
108        for EmPmR if RealFreshWaterFlux); used in RHS (cg3d_b) if exactConserv
109        and used to compute dPhiNH (in post_cg3d.F) if selectNHfreeSurf=1.
110        This fixes EmPmR contribution when selectNHfreeSurf=1 & RealFreshWaterFlux.
111      - Update output (changes at machine truncation level) of verification exp:
112        exp4 (11 digits for cg2d), global_ocean.cs32x15.viscA4 (11.d),
113        short_surf_wave (13.d) and tutorial_deep_convection.smag3d (12.d).
114    o pkg/seaice: ITD code
115      - fix picking up from a single category model by initialising
116        heff/area/hsnowITD = 0. in seaice_itd_pickup.F
117      - split a long warning message in seaice_check_pickup.F into two lines,
118        because NEC SX-ACE cannot deal with the long line.
119    o model/src:
120      - fix missing dPhiNH in pressure_for_eos.F (case: selectP_inEOS_Zc=3)
121    o pkg/seaice:
122      - add missing checks for SEAICE_ALLOW_KRYLOV and SEAICE_ALLOW_BOTTOMDRAG
123    o pkg/seaice:
124      - add basal stress as parameterisation for grounding ice
125        following Lemieux et al. (2015)
126      - turn on by setting new parameter SEAICEbasalDragK2 to a value
127        larger than 0. Lemieux et al. (2015) recommend 15.
128      - The adjoint complains with extra recomputations so there is also a
129        new cpp-flag SEAICE_ALLOW_BOTTOMDRAG that is undefined by default in
130        order to postpone the problem
131      - compile the new code in lab_sea
132    o verification/halfpipe_streamice:
133      - update both TAF and OpenAD adm output (machine truncation differences)
134    
135    checkpoint65v (2016/04/08)
136    o verification/advect_xz:
137      - increase overlap size from 3 to 4 and add new secondary test for PQM
138        advection scheme (with mono & wino limiter).
139      - change main exp. to test PPM (with weno limiter) adv.scheme on Temp.
140    o model/src:
141      - new parameters "top_Pres" & "seaLev_Z" (replacing Ro_SeaLevel and recently
142        added phi0Ref) to set vertical axis origin and phiRef origin;
143        keep Ro_SeaLevel for backward compatibility (with a warning).
144       According to coordinate and fluid type:
145        OCN in Z: top_Pres(Ref) (=rhoConst*PhiRef(1)), seaLev_Z (=rF(1), @ the top)
146        ATM in Z: top_Pres(Ref) (=rhoConst*PhiRef(1)), seaLev_Z (=rF(Nr+1) @ bottom)
147        OCN in P: top_Pres (=rF(Nr+1)), seaLev_Z (= PhiRef(Nr+1)/g, @ the top)
148        ATM in P: top_Pres (=rF(Nr+1)), seaLev_Z (= PhiRef(1)/g, @ the bottom)
149      - remove Ro_SeaLevel from ATM experiment parameter files;
150      - in tutorial_global_oce_in_p, remove Ro_SeaLevel and set top_Pres to the
151        complement; update output.txt (changes at machine truncation level).
152    o pkg/seaice/seaice_evp.F
153      - simplify computation of deltaZ and zetaZ to simple averaging following
154        Bouillon et al. (2013). This removes a lot of code, but also changes
155        verification experiment lab_sea.hb87 -> updated
156    
157    checkpoint65u (2016/03/14)
158    o pkg/generic_advdiff:
159      - from Darren: add PPM and PQM advection schemes (number 40-42 and 50-52)
160        with 2 types of limiter (see: Engwirda & Kelley, submit. to JCP);
161        Note (from Darren): unlimited PPM/PQM scheme (40 & 50) are just for
162        testing and not for actual use.
163    o model/src:
164      - add parameter "phi0Ref" to specify reference [pressure/geo] potential at
165        origin r = rF(1);
166      - add options (parameter selectP_inEOS_Zc) to select which pressure to use
167        in EOS for height coordinate: enable to include NH Pressure or to use
168        more accurate pressure vertical profile; options not linked to EOS type
169        (as previously, e.g., JMD95P/JMD95Z) but set default according to EOS type;
170      - start to implement variable gravity (along vertical): for now, only with
171        z-coords (not even z*).
172      - add Ideal Gas equation of state for height coordinate.
173      - update OpenAD output (affected at machine truncation level) of exp:
174        global_ocean.90x40x15, OpenAD (std) and tutorial_global_oce_biogeo.
175    o pkg/exf:
176      - add ALLOW_EXF_OUTPUT_INTERP cpp switch to output the result
177        of exf interpolation (before any rescaling, rotation or interpolation
178        to velocity point) for each field that gets loaded from file. This option
179        identically mimics the input file organization (e.g. record numbers in year
180        by year input files) besides the change in horizontal grid.
181      - add rotateStressOnAgrid run-time switch so that wind stress fields
182        can be provided on the A-grid in zonal/meridional direction and
183        rotated on the fly. This only applies to the case when the exf
184        interpolation is off and rotateStressOnAgrid is false by default.
185    o model/src:
186      - rename internal parameter "useDynP_inEos_Zc" to "storePhiHyd4Phys" (since
187        it's also used with pkg/atm_phys) and add few more parameters (but still
188        inactive, src code yet to come)
189    
190    checkpoint65t (2016/02/10)
191    o pkg/atm_phys:
192      - from Ruth Geen: add optical depth dependence on CO2 concentration.
193    o model/src:
194      - fix vertical inter/extra-polation of density factor rhoFacF (for anelastic)
195        for the case setCenterDr=T (delRc set from "data"); add output of rhoFacC&F.
196        Update output of exp. deep_anelastic (changes at truncation level).
197    o tools:
198      - add a hack in "remove_comments_sed" (used only with TAF) for recent
199        version of OpenMPI (shipped with FC.23): comment out the new header
200        file "mpif-sizeof.h" which causes problems to TAF.
201    o pkg/seaice:
202      - change the termination criterion so that maxits (SEAICElinearIterMax)
203        has an effect
204      - unify iteration parameters for implicit solvers (JFNK and Picard)
205        SEAICEnonLinIterMax replaces SEAICEnewtonIterMax/NPSEUDOTIMESTEPS
206        SEAICElinearIterMax replaces SEAICEkrylovIterMax/SOLV_MAX_ITER
207        SEAICEpreLinIterMax replaces SOLV_MAX_ITER in preconditioner
208        SEAICEpreNL_IterMax replaces NPSEUDOTIMESTEPS in preconditioner
209        SEAICEnonLinTol     replaces JFNKgamma_nonlin
210      - remove S/R SEAICE_FGMRES_DRIVER and put content into S/R SEAICE_JFKN
211      - add new Picard-Krylov solver, compile with SEAICE_ALLOW_KRYLOV and
212        use with SEAICEuseKrylov
213    o pkg/seaice/seaice_lsr.F
214        fix small bug: replace zetaZ by zetaZloc in S/R seaice_lsr_rhsu/v; only
215        relevant if SEAICEuseStrImpCpl=T, and even then it does not seem to have
216        an effect.
217    o pkg/seaice: add two new parameters
218      - SEAICEuseLSR to simplify the logic in seaice_dynsolver (this
219        parameter is not in any namelist)
220      - SEAICEusrPicardAsPrecon to allow s/r seaice_lsr to be used as
221        a preconditioner for the non-linear Newton iteration of the JFNK
222        solver
223    o pkg/seaice/seaice_lsr.F: replace 1./SEAICE_deltaTdyn with recip_deltaT,
224      affects some experiments at truncation level:
225      - global_ocean.cs32x15.icedyn (11 digits),
226      - global_ocean.cs32x15.seaice (11 digits),
227      - seaice_itd (12 digits), seaice_itd.lipscomb07 (12 digits) -> update
228      - also update global_ocean.cs32x15 adjoint and tangent-linear results
229    o pkg/salt_plume & pkg/thsice:
230      - for coupled  set-up with pkg/thsice in ATM and pkg/salt_plume in OCN,
231        connect salt_plume flux to ATM-OCN coupling pkgs interface:
232       a) in ATM: also cumulate salt-plume flux in S/R THSICE_SALT_PLUME (for
233         export to coupler interface) even without compiling pkg/salt_plume ;
234       b) in OCN: apply coupler salt-plume flux to pkg/salt_plume field
235         (saltPlumeFlux) just before exch call, in S/R SALT_PLUME_DO_EXCH.
236    o pkg/dic:
237      - use the updated seaice fraction (from seaice pkgs) for DIC forcing
238        instead of the previous time-step value ; done in new S/R DIC_FIELDS_UPDATE
239        called from the top of dic_biotic_forcing.F (instead of in DIC_FIELDS_LOAD);
240      - move also update with values from ATM-OCN Coupler in the same new S/R
241        (previously done in ocn_apply_import.F).
242    o tools/adjoint_options:
243      - specify explicitly "-f77" or "-f90" in default ad-optfile since TAF (default)
244        has been changed on Jan 14, 2016.
245    o pkg/ggl90:
246      - add alternative discretisation of vertical shear (off by default), to
247        compute the mean (@ grid-cell center) of vertical shear compon instead of
248        vertical shear of mean flow (@ grid-cell center).
249      - add correct parenthesis in ALLOW_GGL90_SMOOTH code to get the same truncated
250        results on adjacent faces of cubed-sphere grids; this fix the restart.
251    o pkg/atm_compon_interf:
252      - skip time-ave over cpl_atmSendFrq of Sea-Level Pressure (atmSLPr) and just
253        pass last value, stored directly before export to CPL ;
254        Note: this affects results of Coupled set-up where OCN uses useImportSLP=T
255      - remove atmSLPr from pickup files (no longer needed for restart)
256    
257    checkpoint65s (2016/01/13)
258    o eesupp & genmake2:
259       - first check for Function ETIME and, if it fails, then check for subroutine
260         ETIME and consistent output; use the appropriate version in timers.F
261    o model/src:
262      - to check restart test, add option to apply EXCH to U,V earlier, just before
263        integr_continuity; turned off by default.
264    o pkg/dic:
265      - remove CPP option USE_ATMOSCO2 (not needed)
266    o tools/tst_2+2:
267      - try to ignore difference between +0 and -0 in binary file, causing test
268        to fail for no good reason.
269    o eesupp & genmake2:
270      - put back modif from Jinxuan Zhu - change etime fct call to S/R call -
271        but also check (in genmake2) that test runs and returns meaningful results.
272    o coupler pkgs:
273      Finish implementation of optionally-exchanged variable switches (started on
274       Nov 12) with addition of few more exchanged fields, including 2-way exchange
275       of pkg/thsice vars to allow to use seaice dynamics (from pkg/seaice) & seaice
276       advection in OCN component; this requires sequential coupling.
277      coupler (pkg/atm_ocn_coupler):
278      - add argument msgUnit and iter number to CPL_SEND/RECV_ATM/OCN_FIELDS
279        routines (useful for debug).
280      - only export/import optionally exchanged fields (RunOff, seaice, Salt-Plume
281         flux, DIC fields) if corresponding switch is ON.
282      - add option to export RunOff to OCN (to use for DIC river input)
283      - add 2-way thSIce vars exchange; check for consistent cpl_sequential setting.
284      components (pkg/atm_ & ocn_compon_interf):
285      - to save memory space in ATM & OCN comp: add some #ifdef ALLOW_${PKG} around
286        optionally exchanged fields; add a check & stop in cpl_readparms.F.
287        ATMCPL.h: ALLOW_LAND for RunOff, ALLOW_THSICE for seaice, ALLOW_AIM for CO2;
288        OCNCPL.h: ALLOW_SALT_PLUME, ALLOW_DIC for DIC, ALLOW_THSICE for 2-W thsice.
289      - rename:   fracIce     -> sIceFrac_cpl (<- match coupler var name)
290        + in ATM: fracIceTime -> sIceFracTime ; seaIceTime -> sIceMassTime.
291      - add 2-way thSIce vars exchange ; add Salt-Plume flux ; add RunOff in OCN.
292      - hold in common block coupler optionally-exchanged variable switch
293        and set default "useImportXXX" accordingly; + check & stop if inconsistent.
294      - add diagnostics for all imported fields from coupler (in both OCN & ATM);
295        this is intended to replace the OCN cplFldtave.* output files (not updated
296        to contain new additional exchanged fields).
297    o pkg/dic:
298      - fix an other bug (also from 2014/08/30) in dic_atmos.F, in dic_int1=3 code.
299    o pkg/thsice:
300      - when coupled to ATM (useCoupler) with thSIce_skipThermo=T, skip reading
301        and writing of thsice pickup files.
302    o pkg/atm_compon_interf:
303      - move all field individual export-call out of cpl_export_import_data.F
304        into new S/R ATM_EXPORT_FIELDS
305    o pkg/atm_compon_interf:
306      - store state variables (for now, only thSIce fields) just before beeing
307        exported (in cpl_export_import_data.F, like on ocean side) instead of from
308        atm_store_my_data.F like all exported fluxes.
309      - new version of pickup_cpl: write field names into meta file and read meta
310        file to find field postion in pickup. Also only write/read fields meeded for
311        restart (same logic as main pickup file ; also using pickupStrictlyMatch)
312    o pkg/dic:
313      - fix bug (added on 2014/08/30) in dic_atmos.F for the case dic_int1= 2 or 3.
314    o pkg/seaice: add new parameter SEAICEpressReplFac to choose between
315        pressure replacement method (=1., default) or original Hibler (1979) (=0.)
316        value can be from domain [0,1] to average between the two methods
317    o pkg/atm_phys:
318      - allow to provide 2-d map of albedo and mixed-layer depth from files (but
319        hold fixed in time).
320    
321    checkpoint65r (2015/12/21)
322    o pkg/seaice:
323        fix bug in tridiagonal solvers for SEAICE_OLx/y>0, this affects the JFNK
324        solver (offline.dyn_jfnk) and global_ocean.cs32x15.seaice -> updated
325    o pkg/seaice:
326      - fix a bug in computing areaS in (J-J -> J-1) that affects runs
327        when SEAICEscaleSurfStress=.TRUE.,
328      - apply areaW and areaS in S/R seaice_calc_lhs
329    o pkg/atm_phys:
330      - add diagnostics for 3-D, Nr+1 levels diagnostics of radiative fluxes
331        (shortwave & longwave, net & downward) and diagnostics of temp. tendency
332        for individual contribution (convection, LSC cond, radiation)
333      - add Ruth Geen etal, GRL 2016, radiation options (see paper supp.
334        information); activated with: solar_exponent=0. and wv_exponent=-1.
335    o pkg/ggl90:
336      - within IDEMIX add upper limit for horizontal group velocity to
337        avoid instability problems in the explicit horizontal diffusion term for
338        long time steps or high resolution
339    o pkg/diagnostics:
340      - simplify setting of local-array size in diagstats_output.F: uses "numLevels"
341        (from DIAGNOSTICS_SIZE.h) to allow to write out more than Nr levels.
342    o testreport:
343      - remove "-v" (verbose option) in default mpirun command.
344    o pkg/seaice/seaice_growth:
345      - catch potential division by zero in ITD code, does not change
346        verification results
347    o pkg/ecco:
348      - retire old codes to the Attic. The calls to retired functions are
349        left in a commented form in case they ever need to be re-activated.
350      - ecco_check.F: issue warning if any old CPP option is
351        defined that corresponds to retired codes -- then stop.
352    o pkg/atm_compon_interf:
353      - change seaice fraction (use for OCN dic surf.flux) stored and sent to
354        coupler: use last time-step value instead of average over cplSendFrq_iter
355        time-step, similar to what is done for seaIceMass.
356        This will affect results (pkg/dic) of coupled ATM-OCN+dic set-up.
357    o eesupp & genmake2:
358      - from Jinxuan Zhu: change etime fct call to S/R call (fix gfortran ETIME);
359        <= remove until a fix is found for some ifort version on ia32 machine.
360    o pkg/seaice/seaice_evp:
361      - refine residual computation
362    
363    checkpoint65q (2015/11/18)
364    o pkg/seaice/seaice_evp:
365      - fix residual computations so that they no longer affect the actual
366        simulation code
367      - fix seaice_readparams to be able to actually set new parameters
368        SEAICEaEVPcStar and SEAICEaEVPalphaMin, also fix logic a little
369    o model/src:
370      - fix wrong truncation (single prec) from "FLOAT" function in expressions
371        like: deltaT*FLOAT(myIter) when myIter is large:
372         a) replaced by DFLOAT (if not seen by TAF);
373         b) remove "FLOAT" and use implicit type conversion (if seen by TAF).
374    o pkg/aim_v23:
375      - write/read the expected CO2 pickups (from S/R AIM_DO_CO2): fix reading
376        when pickupSuff is set ; do write rolling pickups + at the end of the run.
377    o pkg/atm_ocn_coupler + ocn_compon_interf:
378      - in prep for using pkg/seaice Dyn in coupled set-up, implement sequential
379        coupling option-1: ATM -(cpl)-> OCN and then OCN -(cpl)-> ATM ;
380        add corresponding call in DO_OCEANIC_PHYS.
381    o coupler pkgs:
382      Start a new way to set-up optionally-exchanged variables (previously, only
383       there for exchange_DIC): switch on/off from 1 place, at run-time, in coupler
384       data.cpl (new) instead of at compile time in ATMIDS.h & OCNIDS.h ;
385       send switch to ATM & OCN compon before reading their own "data.cpl" (so that
386       compononent param default can be set accordingly).
387      Note: this new switch (cpl_exchange_[xxx]) is not a per variable switch
388       but rather applies to a group a fields (going both ways like for DIC)
389       and corresponds to an option of coupling config.
390      coupler (pkg/atm_ocn_coupler):
391      - change parameter file from "data" to "data.cpl" (in cpl_read_params.F),
392        and read namelist directly (without eessup S/R calls) instead of
393        in the very un-flexible old way, 1 param per line, in fixed order;
394      - add error-counter to track errors (e.g., missing "data.cpl") and to stop
395        cleanly in CPL_CHECK_CPLCONFIG
396      - add new coupling-exchange selectors (some not yet active) including
397        cpl_exchange_DIC (to set to 3 to replace atmCpl_exchange_DIC=T in ATMIDS.h
398                                             and ocnCpl_exchange_DIC=T in OCNIDS.h);
399      - add 2 new S/R (CPL_SEND_ATM/OCN_CPLPARMS) to send coupler-params to each
400        component ; called directly from coupler.F, after comp. registrations;
401      - rename few variable-ID names (in ATMIDS.h & OCNIDS.h):
402         atm/ocnSeaIceName --> atm/ocnSIceMassName ; atm/ocnFCO2Name ->
403          -> atm/ocnCO2FluxName ; atm/ocnWSpdName --> atm/ocnWindSpdName
404      components (pkg/atm_ & ocn_compon_interf):
405      - add ATM/OCN_CPL_OPTIONS.h in component pkgs and include the corresponding
406        CPP header file in all pkg source files.
407      - move checking of comp. configs out of cpl_exch_configs.F into new S/R
408        ATM/OCN_CHECK_CPLCONFIG;
409      - add error-counter to track errors (e.g., in "data.cpl") and to stop
410        cleanly in ATM/OCN_CHECK_CPLCONFIG;
411      - add new S/R CPL_IMPORT_CPLPARMS to import coupling-exchange selectors
412        from coupler ; called from initialise_fixed.F, after PACKAGES_BOOT and
413        before PACKAGES_READPARMS;
414      verification/cpl_aim+ocn/:
415      - update ATMIDS.h & OCNIDS.h (in shared_code) and use new parameter file
416        "data.cpl" for coupler (in input_cpl).
417    o eesupp/inc:
418      - change the MPI-global-sum default (in CPP_EEOPTIONS.h) to:
419        #define GLOBAL_SUM_ORDER_TILES (only affects MPI built of global_sum_tile.F)
420        to always cumulate tile local-sum in the same order (still uses
421        MPI_Allreduce like standard code).
422      - in verification experiment code, remove local CPP_EEOPTIONS.h_mpi files
423        that are now identical to standard version (in eesupp/inc).
424    o pkg/shelfice:
425      - add SHELFICETransCoeffTFile for initializing spatially varying
426        heat and salt transfer coefficients
427    o pkg/atm_compon_interf & ocn_compon_interf:
428      - combine into 1 (new) S/R CPL_EXPORT_IMPORT_DATA the two previous
429        S/R CPL_EXPORT_MY_DATA & CPL_IMPORT_EXTERNAL_DATA
430      - move bi,bj loops inside S/R OCN_STORE_MY_DATA
431    o pkg/atm_ocn_coupler:
432      - initialise to zero ATMVARS.h & OCNVARS.h arrays.
433    o pkg/rbcs:
434      - select RBCS-mask for Temp & Salt the same way as for pTracer ; this allows
435        to compile with maskLEN=1 when all tracers use the same RBCS-mask.
436      - add a short report (to STDOUT) about RBCS-mask settings.
437    
438    checkpoint65p (2015/10/23)
439    o pkg/seaice/seaice_evp.F: fix store directives and key computations, since
440        there is no adjoint test for EVP, we don't know what it does to the adjoint
441        solution, but at least there are no more recomputation warnings left
442    o pkg/seaice/seaice_evp.F: slight modification of averaging so that EVP stands
443        a chance of giving the same results as a fully converged VP (JFNK) solver
444    o tools/adjoint_options/adjoint_diva:
445      - fix bug (typo) in Tang-Linear FLAGS setting for MPI + DIVA
446    o pkg/streamice:
447      - spotted bug in streamice_driving_stress using dyG where should have been dxG
448    o pkg/exf:
449      - remove STOP statement that prevented to use wind or (wind-)stress
450        interpolation for constant-in-time forcing fields (wind/stress period = 0).
451    o pkg/seaice:
452      - replace SEAICE_EVP_USE_ADAPTATION by run time parameters, requires
453        5 additionals 2D fields and 6 new store directives
454      - change logic in seaice_readparms.F: EVP code can now be turned on in
455        various ways, setting SEAICE_deltaTev is no longer required,
456        alternatively set SEAICE_evpAlpha/Beta, SEAICEuseEVPstar, SEAICEuseEVPrev,
457        or SEAICEaEVPcoeff
458    o pkg/shelfice/shelfice_thermodynamics.F
459      - redefining uLoc/vLoc to u/v, instead of 2u/v
460    o pkg/seaice/seaice_evp.F: introduce "adaptive EVP" by Madlen Kimmritz
461      - this is an intermediate state of a truely converging EVP that has
462        the potential of outperforming implicit VP methods, I do not recommend
463        using it yet.
464      - for now, "adaptive EVP" is turned on by setting SEAICE_EVP_USE_ADAPTATION
465        and all parameters are hardwired
466      - for convergence it still requires very smooth regularisations, that means,
467        if SEAICE_DELTA_SMOOTHREG is defined, deltaCreg=deltaC+deltaMin, which is
468        different from the VP case with deltaCreg=sqrt(deltaC**2+deltaMin**2); also
469        specific averaging appears to be required, still subject to tuning
470      - still needs cleaning and I need to turn parameter into runtime parameters
471      - add code to compute and print residuals of iteration, compile with
472        defining ALLOW_SEAICE_EVP_RESIDUAL to enable it
473    o pkg/seaice/seaice_evp.F: fix a bug (factor of four in front of e12Csq)
474      that entered with r1.54 on Sep04, 2015, -> update results
475    
476    checkpoint65o (2015/09/14)
477    o pkg/mom_vecinv & mom_common:
478      - add deep-atmosphere geometry factor in mom_calc_visc.F + in routines
479        called from there.
480      - add anelastic and deep-atmosphere geometry factor in pkg/mom_vecinv ; this
481        allows to use Vector-Invariant form in deep atmos and anelastic formulation
482    o pkg/seaice: introduce fast ice parameterisation following Itkin et al. (2015)
483      and Koenig-Beatty+Holland (2012)
484      - two new parameters SEAICE_tensilFac and SEAICE_tensilDepth
485      - global 2D field tensileStrength, computed in seaice_calc_ice_strength
486      - requires an extra input argument for S/R seaice_calc_viscosities
487      - tensileStrength's depth dependence is different from Itkin et al. (2015)
488        (to be changed and played with, for now exponential)
489    o pkg/seaice: introduce new parameter SEAICEscaleSurfStress (default = .FALSE.)
490      - if TRUE scale ice-ocean and ice-atmosphere stress acting on sea ice
491        by AREA according to Connelly et al. (2004), JPO.
492      - For EVP and the LSR solver, the implicit part of the drag term is
493        the only non-zero term in the denominator when there is no ice (which
494        prevented running the model with zero ice-ocean drag). If
495        SEAICEscaleSurfStress = .TRUE., this results in a division by zero
496        (or zero main diagonals BU/BV) which need to be caught. A practical
497        consequence is that for open water, the momentum equation reduce
498        to trivially 0 = 0 + 0 (for EVP). For LSR, BU/BV are reset to 1, if
499        they happen to be zero, often leading to a non-zero solution over
500        open water.
501    o pkg/seaice: revise EVP code (seaice_evp.F) in preparation for a more
502        efficient EVP method.
503      - introduce area-weighted averages for e12 (analogously to
504        seaice_calc_viscosities.F); this totally changes lab_sea.hb87 (2 digits
505        remain, but also changing the order of terms in the previous average
506        changed the results as much) -> update experiment
507      - add SEAICE_DELTA_SMOOTHREG code
508      - disentangle computation of zetaC/deltaC and zetaZ/deltaZ, also for
509        TEM-code
510      - adjust loop bounds so that only required fields are computed
511      - add new averaging code for zetaZ/deltaZ (again similar to
512        seaice_calc_viscosities.F), inactive by default for now (will change
513        results again), but will replace old code eventually
514  o eesupp/src:  o eesupp/src:
515    - add an other alternative for multi-proc GLOBAL_SUM (in global_sum_tile.F)    - add an other alternative for multi-proc GLOBAL_SUM (in global_sum_tile.F)
516      to always cumulate tile local-sum in the same order      to always cumulate tile local-sum in the same order
# Line 12  o eesupp/src: Line 519  o eesupp/src:
519      and should be faster than GLOBAL_SUM_SEND_RECV code.      and should be faster than GLOBAL_SUM_SEND_RECV code.
520    - switch almost all verification experiments that use GLOBAL_SUM_SEND_RECV    - switch almost all verification experiments that use GLOBAL_SUM_SEND_RECV
521      (defined in CPP_EEOPTIONS.h_mpi) to GLOBAL_SUM_ORDER_TILES instead.      (defined in CPP_EEOPTIONS.h_mpi) to GLOBAL_SUM_ORDER_TILES instead.
522    - add CPP_EEOPTIONS.h_mpi with GLOBAL_SUM_ORDER_TILES defined in 13 more exp.:    - add CPP_EEOPTIONS.h_mpi with GLOBAL_SUM_ORDER_TILES defined in 14 more exp.:
523       aim.5l_cs, cheapAML_box, deep_anelastic, dome, fizhi-cs-32x32x40,       aim.5l_cs, cheapAML_box, deep_anelastic, dome, fizhi-cs-32x32x40,
524       fizhi-cs-aqualev20, global_ocean_ebm, matrix_example, natl_box,       fizhi-cs-aqualev20, fizhi-gridalt-hs, global_ocean_ebm, matrix_example,
525       solid-body.cs-32x32x1, tutorial_advection_in_gyre, tutorial_baroclinic_gyre       natl_box, solid-body.cs-32x32x1, tutorial_advection_in_gyre,
526       and tutorial_held_suarez_cs.       tutorial_baroclinic_gyre and tutorial_held_suarez_cs.
527    
528  checkpoint65n (2015/07/29)  checkpoint65n (2015/07/29)
529  o pkg/thsice:  o pkg/thsice:
# Line 346  o model/src & mom pkgs: Line 853  o model/src & mom pkgs:
853      just copy level Nr value to level Nr+1.      just copy level Nr value to level Nr+1.
854  o doc:  o doc:
855    - add notes form Abhisek Chakraborty on how to close Heat & Salt budgets.    - add notes form Abhisek Chakraborty on how to close Heat & Salt budgets.
856  o pkg/streamice:  o pkg/shelfice:
857    - shelfice_init_varia.F, shelfice_init_fixed.F, shelfice_readparms.F,    - shelfice_init_varia.F, shelfice_init_fixed.F, shelfice_readparms.F,
858      SHELFICE.h: move array shelficemass to init_varia, initialise      SHELFICE.h: move array shelficemass to init_varia, initialise
859      from array shelficemassinit, which is set in init_fixed and      from array shelficemassinit, which is set in init_fixed and

Legend:
Removed from v.1.2176  
changed lines
  Added in v.1.2274

  ViewVC Help
Powered by ViewVC 1.1.22