/[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.2041 by heimbach, Thu Aug 7 18:47:03 2014 UTC revision 1.2097 by mlosch, Fri Nov 28 14:19:20 2014 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/autodiff
8      - add extra exchanges in addummy_in_steppging also for mnc output
9    o pkg/seaice:
10      - add extra exchanges before dumping adjoint fields in seaice_ad_dump.F
11        to avoid stripes in the adjoint output (similar to addummy_in_stepping.F)
12    o pkg/obcs:
13      - add option to specify domain-connected piece Id along OB though files
14        (for now, only used to diagnose PhiVel; default =1 -> global correction)
15      - modify obcs_diag_balance.F to process each connected-part separately;
16        exclude OB where Id = 0 but keep the full divergence there (-> constant
17        Psi along this portion of OB and all inflow derived from grad(Phi))
18      - add example of OB-conect files in verification/so_box_biogeo/input.
19    o pkg/diagnostics:
20      - improve treatment of Open-Boundaries in Velocity-Potential calculation:
21      a) use non zero matrix element across OB and solve for Phi 1 grid point
22         outside OB (i.e, where tracer OBCS are applied).
23      b) global imbalance of inFlow/outFlow across OB: instead of modifying
24         velocity across OB, spread it uniformly along the OB in the RHS.
25    
26    checkpoint65g (2014/11/19)
27    o pkg/diagnostcis:
28      - add preconditioner off-diagonal factor (diagCG_pcOffDFac) as run-time param
29    o pkg/my82,pp81,kl10:
30      - fix ALLOW_3D_DIFFKR implementation (previously had no effect): use 3-D
31        field diffKr as background diffusivity to set minimum diffusivity value.
32    o pkg/seaice:
33      - add new parameter SEAICEuseEVPrev (for revisited EVP by
34        Bouillon et al 2013)
35      - add SEAICE_evpAlpha/Beta to namelist
36      - modify seaice_evp code to able to use SEAICEuseEVPrev. These changes
37        involve trivial re-ordering of divisions/multiplications that should not
38        have any effects, but ... they do change the results of lab_sea.hb87 so
39        that only 2 digits of agreement remain, in line with the general
40        instability/fragility of the evp-code. For now, I do not care and just
41        update the verification experiment
42    o pkg/ctrl : add generic pre-processing (xx_genarr2d_preproc etc)
43      - remove xx_genarr2d_numsmooth etc
44      - use xx_genarr2d_preproc etc instead
45      - carry out smooth_correl2D at initialization stage rather than during
46        time stepping.
47      - get smoothOpNb from xx_gentim2d_preproc
48    o global_oce_cs32 :
49      - add test of generic ecco capabilities.
50    o pkg/exf/exf_getsurfacefluxes.F :
51      - add to tmpUE/tmpVN rather than re-initializing them (conventional behavior).
52    o pkg/ctrl,ecco :
53      - omit un-necessary arguments to ctrl_cost_gen.F unless ECCO_CTRL_DEPRECATED
54        is defined.
55    o pkg/seaice: add diagnostics for Delta (deformation parameter)
56    o model/src:
57      - when ALLOW_3D_DIFFKR is defined, add a Warning if any of the vertical
58        diffusivity (background) is specified but ignored.
59    o verification:
60      - in testreport, convert hostname to lower case for default output dir name
61    o model, pkg : add useCTRL, useECCO parameters (on/off run time switch).
62    o pkg/dic: add modifications from Hajoon:
63      - add iron sedimentation flux function of the flux of PO4 out of bottom layer
64      - light attenuation: add self-shading effect by climatological Chlorophyll
65        (read from file).
66    o pkg/seaice/seaice_preconditioner.F : fix cpp flags, so that code also
67        compiles when SEAICE_ALLOW_DYNAMICS is undefined
68    o global_oce_llc90,cs32 : ecco_v4 verification exps now use separate
69        AUTODIFF_OPTIONS.h, CTRL_OPTIONS.h, ECCO_OPTIONS.h rather than
70        ECCO_CPPOPTIONS.h (i.e. replacing the deprecated, circumvoluted,
71        approach where CPP_OPTIONS.h includes an omnipotent
72        ECCO_CPPOPTIONS.h that superseeds pkgs '_OPTIONS.h').
73    o pkg/ctrl/ctrl_map_ini_genarr.F : include GMREDI_OPTIONS.h where
74        ALLOW_3D_KAPGM, ALLOW_3D_KAPREDI (to be added later) belong.
75    o pkg/seaice/SEAICE_SIZE.h : replace ALLOW_AUTODIFF_TAMC with ALLOW_AUTODIFF
76        to avoid needing AUTODIFF_OPTIONS.h anytime SEAICE_SIZE.h is included
77        (it seems that THSICE_SIZE.h, PTRACERS_SIZE.h have the same issue...)
78    o model/src, pkg/smooth, profiles, salt_plume, seaice, exf, ecco, ctrl :
79      add ECCO_OPTIONS.h, AUTODIFF_OPTIONS.h, CTRL_OPTIONS.h when needed
80      - ECCO_OPTIONS.h is needed when including ecco_cost.h, ecco.h
81      - AUTODIFF_OPTIONS.h is needed when including tamc.h, tamc_keys.h
82      - CTRL_OPTIONS.h is needed when including ctrl.h, optim.h, etc
83    o pkg/ctrl,ecco,exf :
84      - remove variables associated with NON-generic costs,
85        unless ECCO_CTRL_DEPRECATED is defined.
86      - remove NON-generic NON-obcs controls,
87        unless ECCO_CTRL_DEPRECATED is defined.
88    o pkg/ctrl : added ctrl_local_params.h
89    o pkg/ecco : added ecco_local_params.h
90    o verification : added ECCO_CTRL_DEPRECATED to most as and oad
91        experiments, which will progressively be removed once the
92        experiments are revised to use only generic controls/costs.
93    
94    checkpoint65f (2014/10/13)
95    o pkg/ctrl, ecco, seaice : minor changes in headers
96    o global_oce_llc90,cs32 : ecco_v4 verification exps now test generic
97        cost function and control capabilities added since checkpoint65c.
98    o pkg/ctrl: regroup all obcs ctrl variables in CTRL_OBCS.h.
99    o pkg/ecco: increase modularity and improve logic
100      - ecco_toolbox.F (new) : basic operations that are often used,
101        including ecco_zero, ecco_cp, ecco_cprsrl, ecco_diffmsk,
102        ecco_addcost, ecco_add, ecco_div, ecco_readbar.
103      - cost_gencal.F (new) : determine filnames and records.
104      - cost_genread.F, cost_generic.F : condense code using ecco_toolbox.
105      - cost_generic.F : use spzeroloc rather than hard-coded -9999,
106        and exploit the above functions leading to more compact code.
107      - cost_genread.F : rm un-necessary arguments, re-arrange args order.
108      - ecco_check.F, ecco_readparms.F : bring logic up to date (using_tpj,
109        using_ers, using_gfo, using_mdt is now only defined within gencost)
110    o pkg/ecco: extend generic cost capabilities
111      - pkg/ecco : added 3D gencost (ALLOW_GENCOST3D), added gencost
112        capabilities via gencost_preproc (+ _c,_i,_r related params),
113        gencost_posproc (+ _c,_i,_r related params), gencost_nrecperiod,
114        gencost_outputlevel arguments to cost_generic
115      - pkg/ecco/cost_genread.F (new) : interface between cost_generic
116        and active_read, making room for gencost_preproc to take effect.
117        Added preproc code ('climmon') to replace GENERIC_BAR_MONTH.
118      - pkg/ecco/cost_generic.F :
119        compute and store misfit maks*(model-data) in localdif that is
120        then used in cost and for output, output misfit if outlev.GT.0
121      - pkg/ecco/cost_averagesfields.F : depend on gencost_barskip
122        rather gencost_barfile for deciding whether to write barfile
123      - pkg/ecco/ecco_cost_driver.F : extract call to cost_profiles from cost_hyd
124      - pkg/ecco/ecco_cost_init_fixed.F : extract gencost weights from
125        ecco_cost_weights, re-activate ecco_summary, determine gencost_barskip
126      - pkg/ecco/ecco_summary.F : report gencost variables
127      - pkg/ecco/cost_gencost_customize.F : treat case of scatterometer costs
128    o pkg/sea/SEAICE_OPTIONS.h : add ALLOW_COST_ICE, ALLOW_SEAICE_COST_SMR_AREA
129    o pkg/ecco: internal re-organization
130      - resolve un-necessary dependancies within pkg/ecco and to pkg/ctrl
131        (rm includes of optim.h and ctrl.h, replace optimcycle with eccoiter,
132        mv relevant variables definition from ecco_cost.h to ecco.h,
133        make sure gencost routines only include ecco.h)
134      - throughout : add missing CCP switches, rm unused variables,
135        and rm un-necessary CPP switches
136      - throughout gencost routines : replace modelstartdate with
137        gencost_startdate when needed
138      - cost_bp_read.F : use arguments, instead of common blocs
139        so that it can be used also by (new) cost_gencost_bpv4.F
140      - ecco_init_varia.F : initialize RHOsumGlob_0, VOLsumGlob_0
141      - ecco_phys.F : compute etanFull
142      - ecco_readparms.F : rename using_topex as using_tpj, add
143        bpv4-grace to gencost list, initialize added parameters
144      - ecco_summary.F : include SIZE.h needed for augmented ecco.h
145    
146    checkpoint65e (2014/09/28)
147    o pkg/obcs:
148      - replaced the just-added CPP options with run-time variables
149        (see pkg/obcs/OBCS_PARAMS.h for details)
150    o pkg/obcs:
151      - add additional CPP options for sponge boundary layers
152        (see pkg/obcs/OBCS_OPTIONS.h for details)
153    o pkg/atm_phys:
154      - implement simple (obliquity only, assuming circular planet orbit)
155        seasonal cycle for incoming insolation ; used when run-time parameter
156        "select_incSW" is set to 1 ; by default (=0), uses old unchanged formula.
157    o pkg/exf, pkg/ecco, pkg/ctrl:
158      - add ctrlUseGen and .NOT.ctrlUseGen exclusive brackets
159      - activate gentim2d for xx_atemp,xx_aqh,xx_swdown,xx_lwdown,xx_precip
160      - implement gentim2d for xx_tauu, xx_tauv
161    o pkg/ctrl, pkg/ecco :
162      - fix and complement the generic controls implementation
163    o pkg/exf/exf_getclim.F, exf_getffields.F, exf_getsurfacefluxes.F,
164        pkg/shelfice/shelfice_thermodynamics.F,
165        verification/hs94.1x64x5/code_ad/ctrl_map_gentim2d.F,
166        verification/hs94.1x64x5/code_oad/ctrl_map_gentim2d.F :
167      - add weight in CTRL_GET_GEN calls
168    o pkg/ctrl :
169      - ctrl_get_gen.F : add weight as input parameter, and apply
170        it directly rather than using smooth_correl2Dw (to be retired).
171      - ctrl_map_gentim2d.F : add wgentim2d in CTRL_GET_GEN call
172    o pkg/ctrl :
173      - introduce run time switch ctrlUseGen (in ctrl.h, ctrl_check.F,
174        ctrl_init_variables.F, ctrl_readparms.F, ctrl_summary.F)
175      - re-activate ctrl_summary (call in ctrl_init.F)
176    o pkg/ctrl/ctrl_cost_gen.F :
177      - fix CCP brackets, remove un-necessary myiter, mytime
178    o pkg/ecco, pkg/ctrl :
179      - remove cost_genctrl.F (now pkg/ctrl/ctrl_cost_driver.F)
180      - remove cost_forcing_gen.F (now pkg/ctrl/ctrl_cost_gen2d.F)
181      - add ctrl_cost_driver.F (replaces pkg/ecco/cost_genctrl.F)
182      - add ctrl_cost_gen2d.F (replaces pkg/ecco/cost_forcing_gen.F)
183    
184    checkpoint65d (2014/09/15)
185    o pkg/ctrl/CTRL_GENARR.h, ctrl_readparms.F :
186      - add xx_genarr2d_bounds,xx_genarr3d_bounds,
187        xx_genarr2d_numsmooth, xx_genarr3d_numsmooth
188    o pkg/ctrl/ctrl_map_ini_genarr.F :
189      - remove compilation failure
190      - replace hard coded example
191      - use ctrl_map_ini_gen2D, 3D
192    o pkg/ctrl/ctrl_pack.F, ctrl_unpack.F :
193      - on/off switch based upon xx_genarr2d_weight,3d
194    o src/packages_init_variables.F :
195      - regroup pkg/estimation calls
196      - remove CTRL_MAP_INI, CTRL_MAP_INI_ECCO
197        (moved to ctrl_init_variables)
198    o cost/cost_init_varia.F :
199      - remove ecco_cost_init_varia
200        (moved to ecco_init_varia)
201    o ctrl/ctrl_init_variables.F :
202      - add CTRL_MAP_INI, CTRL_MAP_INI_ECCO
203      - add CTRL_MAP_INI_GENARR, SEAICE_CTRL_MAP_INI
204    o ctrl/ctrl_map_ini.F :
205      - remove ctrl_map_ini_genarr, seaice_ctrl_map_ini
206        (moved to ctrl_init_variables)
207    o ctrl/ctrl_map_ini_ecco.F :
208      - remove ECCO_PHYS (mv to ecco_init_varia)
209      - remove seaice_ctrl_map_ini (mv to ctrl_init_variables)
210    o ecco/ecco_ad_diff.list :
211      - add ecco_init_varia.f
212    o ecco/ecco_init_varia.F
213      - new routine
214    o pkg/streamice:
215      - move call to STREAMICE_INITIALIZE_PETSC from the_model_main.F
216        to streamice_init_fixed.F ; fix setting of STREAMICEisOn.
217      - from model/src, only call pkg/streamice routines if useStreamIce is TRUE.
218    o pkg/generic_advdiff:
219      - fix bug causing negatives in GAD_SMOLARKIEWICZ_HACK, introduced 8/8/2014.
220    o pkg/exf:
221      - exf_getffields.F : add xxg_atemp, xxg_aqh, xxg_swdown, xxg_lwdown,
222         xxg_precip capability
223      - exf_wind.F : no need for ALLOW_WSPEED_CONTROL cpp switch
224    o pkg/ctrl:
225      - ctrl_pack.F, ctrl_unpack.F : omit (un)packing of undefined xx_gentim2d
226    o model/src/load_fields_driver.F :
227      - move call to CTRL_MAP_GENTIM2D ahead of BULKF_FIELDS_LOAD, EXF_GETFORCING
228        so xx_gentim2d can be applied to e.g. exf fields in a timely manner.
229    o OpenAD verification experiments:
230      - Include explicitly AUTODIFF_OPTIONS.h, COST_OPTIONS.h, and CTRL_OPTIONS.h
231        in src files (to enable to skip the ECCO_CPPOPTIONS.h);
232        for now, only in pkgs used in OpenAD verification experiments.
233      - Change all except one (halfpipe_streamice) OpenAD experiments to use pkg
234        specific option file (AUTODIFF_OPTIONS.h, COST_OPTIONS.h & CTRL_OPTIONS.h)
235        instead of using ECCO_CPPOPTIONS.h (with all relevant options in it).
236        This applies to both TAF (*/code_ad/) and OpenAD (*/code_oad/) tests.
237    o OpenAD verification tests:
238      - finish removing ALLOW_AUTODIFF_OPENAD (replaced by ALLOW_OPENAD);
239      - finish replacing ALLOW_AUTODIFF_TAMC by ALLOW_AUTODIFF (except for
240        tape/storage which are specific to TAF/TAMC) in pkgs used in OpenAD exp.
241      - leave ALLOW_AUTODIFF_TAMC undef in OpenAD verification tests (*/code_oad/)
242        and remove local copy of "tamc.h" (needed only if ALLOW_AUTODIFF_TAMC).
243    o model/src & generic_advdiff:
244      - change hard-coded loop-range in S/R APPLY_FORCING_T/S to set T & S
245        forcing over 0:sNx+1, 0:sNy=1 (instead of just 1:sNx,1:sNy): Model
246        dynamics requires valid tracer forcing only over tile interior but, for
247        some diagnostics, may need to extend it over 1 point in tile halo region.
248      - in gad_calc_rhs.F, update calls to gmredi_x/ytransport to get valid
249        tendency over i,j_Min,Max range. This allows to simplfy i,j_Min,Max
250        setting in temp/salt/ptracer_integrate.F
251    o pkg/dic:
252      - multiply tracer tendencies by maskInC (if ussing OBCS) before updating
253        gchem tracers: this allows to skip the 2nd call to OBCS_APPLY_PTRACER
254        in gchem_forcing_sep.F
255    o pkg/autodiff & obcs:
256      - add storage of current OB values for U & V (was already done for T & S).
257    
258    checkpoint65c (2014/08/30)
259    o pkg/dic:
260      - take out of dic_atmos.F the initialisation part (corresponding to istate=0)
261        and move it to new S/R DIC_INI_ATMOS ; also simplify the dependencies for
262        AD compilers (but still a Pb with multi-threading and Ajoint dependencies).
263    o verification:
264      - new experiment testing OBCS and DIC pkgs, using params & output from
265        tutorial_global_oce_biogeo but limited to a sub-domain around Drake
266        passage: take OBCS from the last year of a 2 yrs simulation and initial
267        conditions from t=1.yr while keeping the same forcing.
268    o model/src:
269      - when allowFreezing=T, only reset below freezing initial Temp to Tfreezing
270        (at any k) if checkIniTemp is not set to FALSE (default checkIniTemp=T).
271    o pkg/diagnostics (Stats-Diags):
272      - re-write S/R DIAGSTATS_CALC (more similar to TARGET_NEC_SX part) to:
273        a) refine region where stats are computed, excluding where arrhFac=0 ;
274        b) fix missing interior mask (use with OBCS) in 3-D fields statistics;
275        c) extend regional stats over the region edges (for U or V pt location).
276    o pkg/gchem:
277      - add a (2nd) call to OBCS_APPLY_PTRACER in gchem_forcing_sep.F (needed since
278        pkg/dic is currently changing/updating ptracers values beyond the OB).
279    o verification (hs94):
280      - convert Held & Suarez external_forcing.F (from hs94.cs, with Sigma-coords
281        bits) to apply_forcing.F and undef USE_OLD_EXTERNAL_FORCING in experiments
282        hs94.cs-32x32x5 and tutorial_held_suarez_cs ; also use the same version of
283        apply_forcing.F in 2D hs94 (fwd, ad & oad) but keep LatLon hs94 unchanged.
284    o pkg/ptracers:
285      - implement Adams-Bashforth on pTracers (instead of on tracer tendency),
286        switched on by setting PTRACERS_doAB_onGpTr=F (default set to doAB_onGtGs)
287      - change exp4 secondary test (input.nlfs) to test AB on T & S & pTracer
288        with AB-2 code (so that it get tested).
289    o model/src:
290      - allow to apply Adams-Bashforth on Temp & Salt (instead of on gT,gS)
291        with AB-2 code (previously only available with AB-3 code).
292        Also move the code (call to ADAMS_BASHFORTH S/R) form thermodynamics.F
293        to temp/salt_integrate.F (since the 2nd part of gt/sNm1 update is done
294        there, by calling CYCLE_AB_TRACER).
295    o pkg/generic_advdiff:
296      - change Tracer argument (drop bi,bj indices) in S/R GAD_CALC_RHS,
297        GAD_C2_ADV_R, GAD_U3_ADV_R, GAD_C4_ADV_R, GAD_DIFF_R, GAD_BIHARM_R
298        + also in GMREDI_X/Y/RTRANSPORT ; and update corresponding calls in
299        S/R temp/salt/ptracers_integrate.F
300    o model/src & pkg/ptracers:
301      - remove common block variables gT,gS (in DYNVARS.h), except when
302         USE_OLD_EXTERNAL_FORCING is defined; update TAF storage accordingly.
303      - remove common block variable gPtr.
304    o model/src & pkgs:
305      - change gTracer (and/or tracer) argument (drop bi,bj indices) in S/R
306         ADAMS_BASHFORTH(2&3), CYCLE_(AB_)TRACER, FREESURF_RESCALE_G,
307         IMPLDIFF, SOLVE_TRIDIAGONAL & _PENTADIAGONAL, GAD_SOM_ADVECT,
308         GAD_ADVECTION, GAD_CALC_RHS, GAD_IMPLICIT_R, TIMEAVE_CUMUL_DIF_1T
309      + change accordingly all calling S/R.
310      - use local temperature/salinity/ptracer tendency array (without bi,bj)
311        in S/R temp/salt/ptracers_integrate.F
312    o pkg/seaice:
313      - move computation of stress contributions to rhsU/V in s/r seaice_lsr
314        to separate s/r seaice_lsr_rhsu/v in order to be able to re-use code
315      - make u/vIceC local variables if SEAICE_CGRID is defined only to be used
316        in seaice_lsr
317      - seaice_lsr.F: make local 4D arrays UXX, VYY, etc 2D
318        in s/r seaice_lsr_calc_coeffs
319    o pkg/mdsio:
320      - in MDS_READ/WRITE_FIELD, stop if file-name (+prefix) is too long
321        (e.g., > MAX_LEN_MBUF -90 ) or, in INI_MODEL_IO, if mdsioLocalDir is
322        too long (e.g., > MAX_LEN_FNAM/2 )
323    
324    checkpoint65b (2014/08/12)
325    o pkg/matrix:
326      - pass, as argument, updated tracer field to S/R MATRIX_STORE_TENDENCY_EXP
327    o model/src:
328      - fix initialisation of geothermalFile; compile geothermal-flux code in
329        natl_box verification experiment.
330    o model/src & pkg/down_slope:
331      - push the k loop inside S/R TIMESTEP_TRACER (now called outside the k loop).
332      - in dwnslp_apply.F, update tracer tendency instead of the future tracer
333        field and call S/R DWNSLP_APPLY before TIMESTEP_TRACER; this affects
334        results at machine truncation level: update output of experiments
335        global_ocean.90x40x15.dwnslp (FWD) and lab_sea.noseaicedyn (AD).
336    o pkg/diagnostics (Stats-Diags):
337      - do not cumulate the full volume when DIAGNOSTICS_FILL is
338        called with bibjFlg < 0 (no increment of the counter for 2D/3D diag);
339        This fix the mean statistics when DIAGNOSTICS_FILL is called multiple
340        times (but Min,Max and StD are still wrong).
341    o model/src:
342      - add geothermal flux forcing: read in ini_forcing.F as time-constant
343        field "geothermalFlux" applied in S/R APPLY_FORCING_T (apply_forcing.F)
344    o model/src:
345      - move CYCLE_TRACER calls from tracers_correction_step.F to temp/salt/ptracer
346        _integrate.F so that, when leaving S/R THERMODYANMICS, theta,salt and pTrac
347        arrays are already updated while adjustments (filters, conv.adjustment) are
348        still applied later, in S/R TRACERS_CORRECTION_STEP.
349  o model/src:  o model/src:
350    - store in common bloc array "rhoInSitu" the virtual potential temperature    - store in common bloc array "rhoInSitu" the virtual potential temperature
351      anomaly that is used to compute geopotential: this make the atmos code      anomaly that is used to compute geopotential: this make the atmos code
352      more similar to ocean code which already uses rhoInSitu in calc_phi_hyd.F      more similar to ocean code which already uses rhoInSitu in calc_phi_hyd.F
   - add geothermal flux  
     read in ini_forcing.F as time-constant field geothermalFlux  
     applied in S/R APPLY_FORCING_T (apply_forcing.F)  
353  o pkg/seaice/seaice_lsr.F  o pkg/seaice/seaice_lsr.F
354    - rename integer variable ilcall to ipass (that's what it is called    - rename integer variable ilcall to ipass (that's what it is called
355      in the residual diagnostics      in the residual diagnostics
# Line 85  o model/src: Line 424  o model/src:
424    - collect T & S forcing tendency into local 2-D array (passed as argument to    - collect T & S forcing tendency into local 2-D array (passed as argument to
425      apply_forcing S/R); add 3-D diagnostics for temp & salt forcing tendency.      apply_forcing S/R); add 3-D diagnostics for temp & salt forcing tendency.
426      affects results at machine truncation level (e.g., ocean: if using      affects results at machine truncation level (e.g., ocean: if using
427      SHORTWAVE_HEATING and atmos:, if using FrictionHeating or (atm_Rq<>0)      SHORTWAVE_HEATING ; atmos: if using FrictionHeating or (atm_Rq<>0) moist
428      moist correction due to vertical advection).      correction due to vertical advection).
429    - update output of experiments: fizhi-cs-32x32x40 (13 digits),    - update output of experiments: fizhi-cs-32x32x40 (13 digits),
430      global_ocean.cs32x15 (fwd: icedyn, seaice, thsice, all 3 @ 11d; adm & tml:      global_ocean.cs32x15 (fwd: icedyn, seaice, thsice, all 3 @ 11d; adm & tml:
431      seaice_dynmix & thsice, fwd grd @ 3 & 8), hs94.1x64x5 (ad grd @ 13),      seaice_dynmix & thsice, fwd grd @ 3 & 8), hs94.1x64x5 (ad grd @ 13),
# Line 115  o pkg/seaice: more clean up Line 454  o pkg/seaice: more clean up
454      nearly a factor of 10 (but keep in mind there is mostly seaice code in      nearly a factor of 10 (but keep in mind there is mostly seaice code in
455      this experiment):      this experiment):
456      > size mitgcmuv_ad      > size mitgcmuv_ad
457      text    data        bss     dec        hex        text    data        bss     dec        hex
458      5100659 1216  220458952  225560827  d71c8fb      5100659 1216  220458952  225560827  d71c8fb
459      5339425 1200 1868783272 1874123897 6fb4dc79 (SEAICE_LSR_ADJOINT_ITER)      5339425 1200 1868783272 1874123897 6fb4dc79 (SEAICE_LSR_ADJOINT_ITER)
460      but only a moderate increase of 36% for global_ocean.cs32x15:      but only a moderate increase of 36% for global_ocean.cs32x15:
461      text    data        bss     dec        hex      text    data        bss     dec        hex

Legend:
Removed from v.1.2041  
changed lines
  Added in v.1.2097

  ViewVC Help
Powered by ViewVC 1.1.22