/[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.390 by jmc, Sun Nov 21 22:22:31 2004 UTC revision 1.806 by mlosch, Tue May 1 21:41:11 2007 UTC
# Line 1  Line 1 
1  $Header$  $Header$
2    $Name$
3    
4      Notes on tags used in MITgcmUV      Notes on tags used in MITgcmUV
5      ==============================      ==============================
6    
7    o pkg/seaice
8     - check for inconsistent evp parameter/cpp-flag combination
9     - remove leftover errIO flat for obsolete name list error handling
10    
11    checkpoint59a
12    o pkg/seaice: some parameter clarifications and a little bit of clean up
13    o pkg/thsice: rename run-time parameters:
14       himin       -> hIceMin
15       himin0      -> hThinIce
16       hihig       -> hThickIce
17       i0          -> i0swFrac
18       transCoef   -> bMeltCoef
19       frac_energy -> fracMelting
20      add new parameters: hNewIceMax, fracFreezing, dhSnowLin
21       with default values (for now) that do not change the results.
22      remove old version of thsice vars advection in pkg/seaice.
23    o in FFIELDS.h:
24      - replace #ifndef ALLOW_EXF  by #ifndef EXCLUDE_FFIELDS_LOAD
25      - make pLoad & sIceLoad always available (but still only used if
26         ATMOSPHERIC_LOADING is #define).
27    o pkg/kpp: replaced _KPP_RL with _RL
28    o bug fixes for vertical diffusivity computations when both KPP and
29        3D diffusivity arrays are used.
30    o pkg/seaice: fix bug in evp solver, while doing that
31      - change (improve?) discretization of stress computations for both
32        cgrid-lsr and evp solver
33      - add a new routine to compute strain rates
34      - the above changes lab_sea results
35      - add no slip conditions for evp solver (off by default), lsr-version
36        may follow
37      - fix exchange for shear at Z-points (does not change lab_sea)
38      - retire SEAICEuseEVP, instead turn on EVP by setting SEAICE_deltaTevp
39        (to force the user to pick a time step since there is not "safe" way
40        of choosing it)
41      - add principal stress diagnostics
42      - rearrange fields for evp a little to avoid having to call a: too many
43        exchanges and b: exchanges for stress trensor components which we do
44        not have.
45      - modify Hibler+Bryan (1987) stress coupling so that it reuses information
46        of evp, complete rewrite for lsr case (latter is does not yet work
47        in all cases)
48    o pkg/kpp: add code to have mixing in shelf ice caverns
49      - add myThid to all kpp routines (long overdue)
50    
51    checkpoint59
52    o pkg/exf:
53      - fix wind-stress location: defined on A-grid (if ALLOW_ATM_WIND &
54        ALLOW_BULKFORMULAE or USE_EXF_INTERPOLATION), otherwise, defined on C-grid
55      - move exf header files from lower_case.h to UPPER_CASE.h ;
56        add missing cvs Header & Name
57      - add adjoint routines and flow dirs for newly used exch_uv_agrid routines
58      - add namelist param. selectStressGridPosition, exf_monFreq
59      - retire many _CLIM routines, and remove data.exf_clim
60        + params moved to data.exf
61        + climsst, climsss now handled by exf_set_gen, i.e.
62          climss?period=0 refers to constant field,
63          climss?period=-12 to monthly forcing
64      - split up namelists in data.exf
65    o pkg/seaice:
66      - remove seaice_exch and seaice_exch_uv
67      - remove superfluous exchange of theta
68      - add myThid to seaice_budget_ocean/ice
69      - add new interface for atmospheric wind forcing (C-grid only)
70        + new routine
71        + two new field (taux, tauy for stress over ice)
72        + removed one global field (DAIRN) for C-grid case only
73    o pkg/thsise
74      - 2nd set of modifs for thsice adjoint in conjunction with exf
75    o enable runtime flag useEXF (useCAL is set to .T. if useEXF=.T.)
76    
77    checkpoint58y_post
78    o Added capability for latitudinal dependence of Bryan and Lewis, 1979
79      vertical diffusivity, similar to that in MOM4; turned on using
80      #define ALLOW_BL79_LAT_VARY in CPP_OPTIONS.h and specified using
81      diffKrBL79*, diffKrBLEQ*, and BL79LatVary in runtime data file.
82    o Added capability for 3D specification of background vertical diffusion
83      coefficient.  This is done by (i) #define ALLOW_3D_DIFFKR
84      in CPP_OPTIONS.h and (ii) specifying file diffKrFile in runtime
85      "data" file that contains the 3D vertical diffusivity coefficients.
86    o ice dynamics (pkg/seaice) with thsice thermodynamics:
87      - add code within pkg thsice to advect & diffuse sea-ice fields
88      similar to (and will replace) what has been added in  seaice_advdiff.F,
89      but: - conserving Mass, Heat & Salt.
90           - better when using non-linear advection scheme (not yet fully tested)
91           - can also be used in atmospheric set-up (for now, only the diffusion).
92    
93    checkpoint58x_post
94    o IO option for global-file compact format:
95      - add options when generating topology (utils/exch2/matlab-topology-generator)
96      - add I/O capability (pkg/mdsio).
97      - adapt utils/matlab/rdmds.m to read this format.
98      for now long-line format not yet supported by pkg/mdsio (& exch2).
99    o shelfice: add a few diagnostics
100    
101    checkpoint58w_post
102    o p-coord. non-hydrostatic using reference profile for w <-> omega conversion:
103      rVel2wUnit & wUnit2rVel are computed from reference profile Tref,Sref
104      (and replace horiVertRatio in NH code).
105      Update output of exp.: tutorial_global_oce_in_p (useNHMTerms !)
106                         and tutorial_plume_on_slope (sensitive to truncation)
107    o seaice: if ALLOW_ATM_WIND is undefined use wind stress
108      directly to drive seaice model (C-grid only)
109    o exf: when input wind-stress (#undef ALLOW_ATM_WIND):
110     - reintroduce computation of wind from stress,
111     - compute tau (in exf_bulkformulae.F) from windstress averaged to
112       mass points to avoid tau = 0
113     - fix serious bug: (1/3) in Fortran is not the same as (1./3.)
114    o rdmnc.m: make it work with "global" files created with gluemnc
115    o rdmnc.m : some improvements in dealing with singleton dimension
116      (tested on all testreport mnc output files).
117    o genmake2: disable pkg/profiles if netcdf test fails.
118    o cpl_aim+ocn exp.: use consistent rhoConstFresh in Atm & Ocn; update output.
119    o move call to cal_readparms up to make calendar parameters/variable available
120      to all packages
121    
122    checkpoint58v_post
123    o change EOS (from POLY3 to JMD95P) in global_ocean.90x45x15 to get
124      useDynP_inEos_Zc tested.
125    o pkg/exf: changes to properly interpolate/mask/scale initial fields
126    o utils/matlab/cs_grid/read_cs: routines to speed up reading of CS510 fields
127      and portions thereof.  See read_cs.txt for description and examples.
128    o utils/matlab/cs_grid/bk_line: to compute transport through passages,
129      add a script (grt_circ_bkl.m) to generate broken-line between 2 points,
130      following the great-circle arc between those 2 points.
131    o trap un-initialized variable with pathscale compiler on weddell.mit.edu
132      (thanks to Constantinos): fix few problems and get (almost) all exp to pass.
133    o 2nd-Order Moment Advection Scheme (Prather, 1986): first check-in
134     - enable by setting #define GAD_ALLOW_SOM_ADVECT (in GAD_OPTIONS.h)
135     - used without limiter (AdvScheme=80) or with Prather limiter (AdvScheme=81)
136     - still needs work (not working with some options ; efficiency to improve)
137       and serious testing.
138     - use this scheme for temperature & salinity in 2 advection test exp.:
139       advect_xy & advect_xz, respectively.
140    
141    checkpoint58u_post
142    o new test-exp: fizhi-cs-32x32x40 (40 levels) to replace the 10 levels.
143    o move call to INI_FORCING from PACKAGES_INIT_VARIABLES to INITIALISE_VARIA.
144    o testreport: add option "-skipdir" to skip some test.
145    o exf: when input wind-stress (#undef ALLOW_ATM_WIND), by-pass turbulent
146      momentum calculation.
147    o gad_advection: fix vertAdvecScheme (if different from advectionScheme)
148    o some cleaning: usePickupBeforeC35 no longer supported ; remove this option.
149      remove checkpoint.F and the_correction_step.F (no longer used);
150      do the k loop inside CYCLE_TRACER (supposed to be more efficient).
151    o add option (linFSConserveTr) to correct for tracer source/sink due to
152      Linear Free surface
153    o pkg/seaice: fix a bug in the flooding algorithm: turn off the snow machine
154    o pkg/thsice: fix reading mnc-pickups
155    
156    checkpoint58t_post
157    o pkg/diagnostics: fix multi-threaded output (when singleCpuIO=F)
158    o pkg/mdsio:
159     - clean-up mdsio_readfield.F & mdsio_writefield_new.F and
160       move to new files: mdsio_read_field.F (S/R MDS_READ_FIELD) &
161       mdsio_write_field.F (S/R MDS_WRITE_FIELD);
162     - fix multi-threaded singleCpuIO option in MDS_WRITE_FIELD
163     - collect old S/R  in one file: mdsio_rw_field.F (now just a call to
164       either MDS_READ_FIELD or MDS_WRITE_FIELD )
165     - new S/R (to replace MDSWRITEMETA), which allows to write more
166       informations (variable names, time ...) to meta files.
167     - modify rdmds.m to give back the meta file content.
168    o pkg/diagnostics: change vertical interpolation to be safer, and more
169       flexible (define p-levels to interpolate to in data.diagnostics);
170      add argument to S/R DIAGNOSTICS_GET_POINTERS to catch the right
171       diagnostic pointer.
172    o pkg/seaice: more cleaning up of seaice_growth, added many comments
173    o pkg/exf: put runoff0 and runoff1 into the appropriate common block
174    o fix multi-category seaice:
175     - change cpp flag SEAICE_MULTILEVEL to more meaningful name:
176       SEAICE_MULTICATEGORY
177     - fix short wave heat flux
178    o pkg/seaice: change default (SEAICE_OPTIONS.h): use C-grid dynamics
179       and allow to use EVP solver. Change forward lab_sea: test both EVP
180       solver and LSR solver, and use C-grid dynamics (like lab_sea adjoint)
181    o Initial check-in of lab_sea adjoint
182      (very similar to natl_box_adjoint/code_seaice)
183      * used C-grid and EVP solver
184      * used KPP, GM/Redi
185      * uses inAdExact=.TRUE.
186      * gradient checks fail for both ADM and TLM
187        due to sensitive snow melt code in seaice_grwoth (look for "JZ")
188        f.d. gradients actually seem more problematic than ADM, TLM gradients;
189        issue is related to forward mismatch between g77 an ifort
190    o pkg/seaice: overhaul of thermodynamics
191     - growth.F and groatb.F are replaced by new routine seaice_growth.F
192     - budget.F is replaced by two new routines seaice_budget_ocean/ice.F
193     - move a few global fields out of SEAICE.h into seaice_growth.F and
194       make them 2D (FICE/QNETO/ ...)
195     - remove FO (it is the same as QNETO)
196     - introduce a few local fields to avoid modifying external fields such
197       as atemp, etc.
198    
199    checkpoint58s_post
200    o pkg/exf: moved exf_init_runoff.F to exf_init.F and exf_set_gen.F
201      changed exf_set_gen.F so that
202        genperiod=0 means input file is one time-constant field and
203        genperiod=-12 means input file contains 12 monthly means
204    o CG2D: use pre-computed solver main-diagonal (stored in common block);
205      this affects truncation error ; generate new output file for exp. which
206      fails: exp4(12d), fizhi-cs-aqualev20(12d), front_relax(10d),
207        global_ocean.90x40x15(10d), global_ocean.cs32x15(10d).thsice(11d).viscA4(10d),
208        ideal_2D_oce(10d), internal_wave(09d), isomip.htd(11d), matrix_example(07d),
209        MLAdjust(4x11d,12d), natl_box(11d), rotating_tank(12d),
210        tutorial_global_oce_in_p(10d), tutorial_plume_on_slope(11d),
211        vermix(12d).ggl90(12d).my82(11d).opps(12d).pp81(11d)
212    o start implementation of deep-atmosphere and anelastic formulation
213    o verification: remove 2nd copy of input files and use script "prepare_run"
214      to make a symbolic link to the 1rst copy (reduce downloaded size by ~81.M)
215    o mom_common/vecinv/fluxform: fix a few initialisation isssues
216    o profiles: fix for multithreaded case
217    
218    o diagnostics: rename few diags:
219      s/'PRESSURE'/'RCENTER '/g
220      s/'TICE    '/'oceFreez'/g
221      s/'TAUX    '/'oceTAUX '/g
222      s/'TAUY    '/'oceTAUY '/g
223      s/'SWFLUX  '/'oceQsw  '/g
224      s/DIFx/DFxE/g
225      s/DIFy/DFyE/g
226      and add few ocean-forcing diagnostics:
227      atmPload, sIceLoad, oceQnet, oceFWflx, oceSflux, surForcT & surForcS
228    o modifications to pkg/seaice/growth.F and budget.F, which change results of
229      lab_sea experiment: HSNOW was sometimes treated as effective and sometimes
230      as actual snow thickness.  It now refers everywhere to effective snow
231      thickness, meaning that for non-zero AREA, actual thickness is HEFF/AREA.
232    
233    checkpoint58r_post
234    o modifications to pkg/seaice/growth.F, which change results of
235      lab_sea experiment: fixes pertain to melting snow over open water, to
236      masking EVAP under sea ice, and to using the correct AREA variable for
237      computations of EVAP, PRECIP, HSNOW, and GHEFF
238    o add ability to read bathy, salt, and theta using MNC (off by def)
239    o add flooding algorithm and advection of HSNOW for pkg/seaice;
240      both are turned off by default and do no change any results
241    o seaice advection with pkg/thsice: a step toward the use of non-linear
242      advection scheme, but #ifdef or commented out for now (requires more EXCH).
243    o use standard version of PTRACERS_INI_VARIA in tutorial_tracer_adjsens
244      (identical results) and the standard version of EXTERNAL_FIELDS_LOAD
245      in natl_box (affects results @ truncation level: update output.txt)
246    o multi-threading and IO:
247      - replace some call to MDSIO S/R by the corresponding READ/WRITE_FLD S/R.
248      - remove most of BEGIN_MASTER/ END_MASTER around READ/WRITE_FLD S/R calls
249        (needed to work with SingleCpuIO): tested in all verif. exp.
250    o GAD: use simpler DST3 formulation as default (old version left within #ifdef)
251      affects the results (but none of the verification test uses this scheme).
252    o Adding some pkg/diagnostics capability to pkg/seaice
253      (will certainly be subject to changes)
254    o ctrl: adding new control variables:
255      lwflux, lwdown, evap, snowprecip, apressure, runoff
256    
257    checkpoint58q_post
258    o added CPP_EEOPTIONS.h flag DISABLE_MPI_READY_TO_RECEIVE.  Speeds up
259      1/6-deg Southern Ocean configuration by 8% on IBM Datastar and
260      high_res_cube configuration by 4% on Columbia.
261    o clean-up multi-threaded problems (reported by debugger tcheck on ACES);
262      add (in global_with_exf/code) a version of EXF_INTERP_READ without
263      dynamical allocation (seems to work in multi-threaded).
264    o new function "MASTER_CPU_IO" (=T if master thread & master CPU, if using
265      single CPU io) so that TAF does not have to see EESUPPORT.h
266    o pkg/seaice: implement sea-ice loading (when using RealFreshWaterFlux)
267    
268    checkpoint58p_post
269    o obcs: stop if obcs is used with useCDscheme = .true.
270    o shelfice:
271     - fix a sign error so that no slip at shelfice interface works
272     - remove stop for combination non-hydrostatic code and shelfice. That does
273       not mean, that the results are correct, but at least they are numerically
274       stable
275    o diagnoctics: modify UVELPHI and VVELPHI to include hfac (i.e. mass-weighted)
276    o added adjoint exch routined for all exch*3d* routines
277      and updated flow directives
278    
279    checkpoint58o_post
280    o replace calls to EXCH_Z & EXCH_UV_AGRID: use the new _3D_ version ;
281      remove old subroutines (_XY_ & _XYZ_); update the adjoint version.
282    o change controling S/R for writing pickup file (new S/R do_write_pickup)
283      and clean-up reading/writing of pickup files.
284    o fix local version of read/write pickup (NH part) in rotating_tank/code
285    o simplify EXCH interface:
286     - change _XYZ_ interface to _3D_ subroutine (with 3rd dim in argument list)
287     - not often used EXCH S/R (exch_z, exch_uv_agrid): keep only the _3D_ version
288    o added the regrid package
289    o shelfice:
290     - add a simple boundary layer scheme to reduce noise
291     - fix the indexing in shelfice_u/v_drag so that there will be actually drag
292    
293    checkpoint58n_post
294    o fix globalArea multi-threaded calculation: need to apply GLOBAL_SUM to
295       local variable (not in common block).
296    o lot of small changes for multi-threaded. Most tests (using OMP & ifort) pass.
297      - still problems with pkgs: mnc, exp2, dic, cal, exf (and probably more);
298      - still BEGIN_MASTER/END_MASTER to remove around READ/WRITE_FLD S/R calls
299        to work with SingleCpuIO.
300    o add "_d 0" to real constant of pkg/cfc subroutines ;
301       update exp. cfc_exemple & tutorial_cfc_offline output files.
302    o multi-threading and IO:
303      - all threads call READ_FLD S/R (needed if using SingleCpuIO):
304        (no BEGIN_MASTER/ END_MASTER around the call, but inside MDSIO S/R.
305      - barrier before and after reading.
306      - stop if other than master is calling MDS_WRITELOCAL (if #undef IO_THREAD_SAFE)
307      - avoid using MDS_WRITELOCAL for LAND pkg output.
308      - new S/R AIM_WRITE_PHYS (replaces AIM_WRITE_LOCAL) to write AIM physics
309        common-block variables ; Allows multi-threading with master-thread IO.
310    o change default MAX_NO_THREADS from 32 to 4 ;
311      and stop cleanly when MAX_NO_THREADS is too small.
312    o add S/R BAR_CHECK to check multi-threaded barrier synchronization
313    
314    checkpoint58m_post
315    o add a Non-Hydroatatic test (with 3-D Coriolis, NHMTerms, biharmonic Visc.
316       and side-drag) on CS-grid : global_ocean.cs32x15.viscA4
317    o make "tutorial_global_oce_latlon" from standard "global_ocean.90x40x15" exp.
318       keep global_ocean.90x40x15 (for AD testing) with former secondary test
319       (".qshyd") as the main test (mv output.qshyd.txt to output.txt)
320    o CVS modules: update MITgcm_verif_basic; remove MITgcm_verif_ocean & _verif_atmos;
321        add MITgcm_tutorials (= code + all the tutorials)
322    o ecco, option to compute cost for total ssh (mean+anom)
323    o consistent with addition of ptracer and ssh in pkg/profiles
324    o profiles: adding ptracer and ssh
325    o testreport: change multi-test output-file name
326      (from output.txt.{name} to output.{name}.txt)
327    o profiles: now ok for mutli-tiles case
328    o seaice: add 4 parameters for different advection schemes for area,
329      (effective) seaice thickness, enthalphy, and snow height. Their default
330      is the standard parameter SEAICEadvScheme
331    o calc_gw:
332     - add cosFacU in zonal viscous flux (harmonic.visc.).
333     - put back side-drag (call new S/R MOM_W_SIDEDRAG) and output.txt.
334       of tutorial_plume_on_slope.
335    o obcs_calc.F : fix index Pb in OBSeta & OBNeta (Thanks to Gianmaria).
336    o calc_gw: true flux-form, account for horizontal grid spacing.
337      update rotating_tank results, but not plume_on_slope (affected at
338      truncation level, 11 digits).
339    
340    checkpoint58l_post
341    o calc_gw:
342     - take bi,bj loops outside calc_gw to fix Pb with local array KappaRU,V
343     - remove side-drag for now (need to fix it); update plume_on_slope results.
344     - fix for partial-cell & non-uniform dz; update plume_on_slope results.
345    o commit code to make SST/SSS weights spatially variable
346      (based on either variable in-situ or variable initial T/S weights)
347    o pkg/ecco:
348      * commit code to relax deviations of xx_theta, xx_salt to 5*sigma,
349        now based on horizontally varying weights wthetaLev, wsaltLev
350      * cost_averagesflags now returns year indices in addition to day, month
351      * sflux balance is performed on annual basis
352        (sflxumm, sfluxmm2, bal_sfluxmm)
353      * for SSH anomaly, separate more cleanly contrib from T/P, ERS, GFO,
354        including separate counting and multipliers
355    o pkg/rbcs
356      * add all necessary infrastructure for pkg/rbcs levN adjoint checkpointing
357    
358    checkpoint58k_post
359    o testreport:
360     - always build in dir. "build" (if not there, mkdir build instead of building
361       & running in input)
362     - run in dir run (if it exists), in build otherwise.
363     - call prepare_run (if input/prepare_run exists)
364     - run multi-threaded test (with new option: "-mth") if file input/eedata.mth exists.
365    o pkg/exf modifications to interpolation and rotation routines for more
366       reasonable treatment of North Pole singularity: for tracers North Pole
367       value is set to northernmost zonal-mean value, for zonal velocity it is
368       set to zero, and for meridional velocity it is set to northernmost value.
369    o pkg/exf/exf_check_range.F
370     - add tile index to diagnostics and move stop statement to the very
371       end of the routine.
372    o pkg/diagnostics: (diagnostics_main_init.F)
373      define title of isomorphic variables according to the current config.
374    o pkg/thsice with pkg/seaice dynamics:
375    - fix domain of computation (interior only, required for exf) and do exchanges
376    - seaice-dynamics forcing: add atmospheric and seaice loading to SSH gradient
377    o towards a standard way of dealing with multi-threading in MONITOR
378      and ${PKG}_MONITOR (all except ptracers_monitor) subroutines.
379    o Pass variable viscosities (vertical and horizontal, e.g., KPP or Leith)
380       to W momentum equation in nonhydrostatic and quasihydrostatic runs.  
381    o make exf_monitor & seaice_monitor independant of the main (dynamics) monitor.
382    o pkg/seaice: fix SEAICEuseEVPpickup parameter (put it in a commom block)
383    o generic_advdiff: DST advection S/R : use local copy of velocity to compute CFL
384       (problems ? with gradient check in bottom_ctrl_5x5 adjoint test)
385    o tracer advection:
386     - clean-up and simplify calc_common_factors.F
387     - make a local copy of velocity and pass it (as u,v,r_Trans) to DST tracer
388       advection subroutine (but still not used within DST advection S/R)
389    o rename pkg aim_ocn_coupler to atm_ocn_coupler (later on, will be used without aim)
390    
391    checkpoint58j_post
392    o new driver S/R: LOAD_FIELDS_DRIVER to load external forcing fields
393      from file (collects calls previously in FORWARD_STEP)
394    o move call to SEAICE_MODEL from FORWARD_STEP to DO_OCEANIC_PHYS
395    o adjoint store dir. adjusted accordingly
396    o genmake2
397      replace target "ad_taf" by $(EXE_AD) ; add $(EXE_AD) to the make CLEAN list.
398    
399    checkpoint58i_post
400    o pkg/seaice: add parameter that allows to scale/turn off effect of seaice
401      on wind stress (SEAICEstressFactor defaults to 1.)
402    o Total number of Timers is finite (<=40): comment out 2 non-essential one
403      in the_main_loop.F to avoid Pb (e.g., when running fizhi test)
404    o vector_invariant: fix highOrderVorticity(=4.th.Order) advection
405      on CS-grid: no longer loosing mass.
406    o exf & curvilinear-grid: no longer modify longitude xC & xG.
407    o pkg/ggl90: fix sloppy output and fix a bug
408    o pkg/seaice: added SEAICEuseEVPpickup parameter
409      - Set to false in order to start EVP solver with
410        non-EVP pickup files when using SEAICEuseEVP
411      - fix sign error in diffusion in seaice_calc_rhs
412    
413    checkpoint58h_post
414    * Modifications for bottom topography control
415      o replace hFacC by _hFacC at various places
416      o replace ALLOW_HFACC_CONTROL by ALLOW_DEPTH_CONTROL
417      o add non-self-adjoint cg2d_nsa
418      o update autodiff support routines
419      o re-initialise hfac after ctrl_depth_ini
420      o works for 5x5 box, doesnt work for global_ocean.90x40x15
421    * Adding verification for 5x5 box (4-layer) bottom topography control
422    
423    checkpoint58g_post
424    o pkg/diagnostics: implement "periodic averaging diagnostics" (e.g.,
425       used for mean seasonal cycle, mean diurnal cycle); add an example
426       in verification/global_ocean.cs32x15/input.thsice/data.diagnostics
427    o pkg/ggl90:
428      - add parameter (minimum surface kinetic energy)
429      - fix bug (avoiding division by zero)
430    o couple pkg/thsice to pkg/seaice:
431      - modify advection in seaice to accomodate new scalar fields to be advected
432      - only muliDimAdection scheme work with seaice/thsice
433      - mapping of thsice-variables to seaice-variables, back and forth
434      - does not break the verification experiments, but does not give the
435        desired results either
436    o pkg/seaice
437      - make (default) second order advection a bit less confusing?
438    
439    checkpoint58f_post
440    o couple pkg/thsice and pkg/exf (as a preparation for coupling pkg/thsice
441      to pkg/seaice):
442      - new routines thsice_map_exf and thsice_get_exf provide the interface
443      - add an additional formal parameter to thsice_solve4temp
444    o pkg/exf:
445      - add new fields wspeed, snowprecip (to be able to couple to thsice)
446      - correct Stefan-Boltzmann constant
447      - new parameter for longwave surface emittance
448      - separate some stuff from exf_bulkformulae into new routines  
449        exf_radiation, exf_wind
450      - add new parameters and constants: longwave emissivity for ocean, ice
451        and snow, evaporation parameters over ice
452      - decouple wind/stress computation from ALLOW_BULKFORMULA: always compute
453        either wind from stress or stress from wind
454    o pkg/thSIce:
455    - split thsice_step_fwd.F in 2 S/R: thsice_step_temp.F & thsice_step_fwd.F
456    - put i,j loops inside S/R: THSICE_ALBEDO, THSICE_SOLVE4TEMP, THSICE_EXTEND
457       and THSICE_CALC_THICKN
458    - for now, call to THSICE_GET_BULKF remains inside i,j loops.
459    - add CPP option: ALLOW_DBUG_THSICE and header file THSICE_DEBUG.h
460      to make debugging easier.
461    - affects results (@ truncation level) of global_ocean.cs32x15.thsice: update output
462    o pkg/bulk_force:
463      - clean-up comments and parameters ;
464      - add new Bulk-Formulae from Large and Yeager, 2004, NCAR/TN-460+STR ;
465    o fix bug in aim+thsice albedo: snow & ice thickness arguments were switched;
466      generate new output for test-experiment: aim.5l_cs.thSI
467    o results_ad : rename "output.txt_adm" to "output_adm.txt" and change
468      testreport accordingly
469    
470    checkpoint58e_post
471    o SEAICE_CGRID adjoint done
472    o R_STAR adjoint implemented.
473      * Seems to just work (based on global_ocean.90x40x15/code_ad_nlfs/ )
474      * need to sort out init. of h0facc, etc.
475    o Make pkg/profile fully independent of ecco,cost, etc. stuff
476      to be able to use it in pure forward.
477    
478    checkpoint58d_post
479    o upgrade simple test-experiment to tutorial example:
480     step.1: duplicate the experiment and (step.2) will remove the old copy.
481      tutorial_barotropic_gyre      <- copy of exp0     (R1:barotropic_gyre_in_a_box)
482      tutorial_baroclinic_gyre      <- copy of exp1     (R1:baroclinic_gyre_on_a_sphere)
483      tutorial_global_oce_latlon    <- empty for now    (R1:global_ocean_circulation)
484      tutorial_global_oce_biogeo    <- copy of dic_example
485      tutorial_deep_convection      <- almost like exp5 (R1:nonhydrostatic_deep_convection)
486      tutorial_plume_on_slope       <- copy of plume_on_slope
487      tutorial_tracer_adjsens       <- copy of carbon   (R1:tracer_adjoint_sensitivity)
488      tutorial_global_oce_optim     <- empty for now (David ?)
489      tutorial_global_oce_in_p      <- copy of global_ocean_pressure
490     some tutorials (R1) were already checked-in under tutorial_examples in release1_branch
491    o correct a sign problem in cost_scat.F
492    o obcs and ptracers: fix boundary conditions for advections schemes
493      with larger stencil
494    o thsice adjoint: start
495    o mom_vecinv: add ISOTROPIC_COS_SCALING flags to mom_vi_hdissip for
496      completeness
497    o mom_fluxform: fixing the mutual use of ISOTROPIC_COS_SCALING
498      and COSINEMETH_III, add comments in default CPP_OPTIONS.h
499    o ptracers adjoint:
500      * avoid extensive recomputatations
501      * fix missing re-init. of gptr (missed by TAF)
502    o obcs: add a flag (OBCSprintDiags, defaults is true) that allows
503      me to turn off the excessive output to STDOUT that this package produces
504    o move NH metric terms & 3.D Coriolis S/R to pkg/mom_common
505      and add those terms in Vector-Invariant formulation.
506    o in ctrl pkg, if ALLOW_CAL, use monthly mean controls
507      if the control period (xx_hfluxperiod etc) is 0
508    o in profiles pkg, clean routines and fix details
509    o in ecco pkg, reading ssh data:
510      fix problem in case the model does not start at iter0=0
511    o fix mnc-pickup/restart for ptracers
512    o new package prifiles:
513      code to compute profile-based cost by Gael Forget
514      (modifs in ecco, ctrl, autodiff)
515    o Benign bug fix in initialization (spotted by M. Mazloff) of
516      ctrl_set_globfld_xz.F ctrl_set_globfld_yz.F
517    
518    checkpoint58c_post
519    o adjoint: finish NLFS adjoint and provide reference output in
520      verification/global_ocean.90x40x15/results_ad_nlfs
521    o seaice: add an EVP solver following Hunke and Dukowicz (1997) and the
522      documentation of CICE. Turn on by defining SEAICE_ALLOW_EVP in
523      SEAICE_OPTIONS.h and SEAICEuseEVP=.true. in data.seaice. Works only
524      with SEAICE_CGRID defined.
525    o move calendarDumps from "data" to "data.cal" and clean-up the code
526      with a simple call to pkg/cal S/R: CAL_TIME2WRITE
527    o add useEXF & useCAL flags (for now, set in hard-coded way)
528    o add S/R to compute NH-metrics terms & Coriolis f' in vertical momentum
529      (were missing in NH mode, and wrong in quasihydrostatic mode).
530      waiting for Chris updated version of calc_gw to add those CALLs.
531    o fix bug in quasihydrostatic S/R ;
532      add a test for this option: global_ocean.90x40x15.qshyd
533    o new S/R "SET_PARMS": set parameters that might depend on the use of some pkgs.
534      (called from INITIALISE_FIXED, after INI_PARMS & PACKAGES_READPARAMS)
535    o add on/off flag useOffLine for package OFFLINE
536    o seaice:
537      - modify advection so that it works also on the C-grid
538      - extend loop ranges in seaice_lsr and seaice_dynsolver; fixes
539        problem in multi-tile runs with C-grid
540      - add flags for clipping ice velocities and/or masking solver forcing
541      - fix drag (ocean on ice) formulation and a bug that caused noise in the
542        C-grid solver
543      - added a few comments to seaice_diffusion.F
544      - separate C-grid and B-grid versions more cleanly (UVM and seaiceMaskU/V
545        are now exclusive)
546      - add a new ocean-ice stress coupling method (Hibler and Bryan, 1987) which
547        required re-ordering the code a little:
548       + make DAIRN global variable (defined in SEAICE)
549       + move computation of the viscosities eta and zeta into a new separate
550         routine (because I need to recompute them in seaice_ocean_stress.F)
551    
552    checkpoint58b_post
553    o AIM+thSIce: fix sign of Short-Wave through the Ice ;
554      update output.txt of exp. aim.5l_cs.thSI
555    o various mnc cleanups and improvements:
556      + shrink lookup tables by factor of ~4
557      + better error reporting when running out of lookup space
558      + able to handle longer path/file names (up to 500 chars)
559    o adjoint:
560      - Another overhaul of store dirs. for NLFS to eliminate  "hidden" recomputations.
561      - TBD: "hidden" mom_vecinv recomp. in dynamics
562    o change forcing_In_AB to affects both T,S forcing and Momentum forcing
563     (allow to differentiate between forcing components using new integer flags:
564      momForcingOutAB=1/0 & tracForcingOutAB=1/0)
565     and add new flag to put Dissipation tendency out of Adams-Bashforth.
566    o ecco
567      - enable trend removal from SSH anomaly obs.
568    o adjoint
569      - a fix for PmEpR when #undef EXACT_CONSERV
570      - fix of "hidden" recomp. in thermodynamics (no TAF warnings)
571      - try to fix "hidden" recomp. in forward_step for NLFS
572        (NLFS seems broken sometimes after I checked it in)
573    o seaice:
574     - add c-grid version of the dynamic solver:
575       + three new routines that are the c-grid substitute lsr, dynsolver
576         and ostres
577       + put a few fields that were local to dynsolver into global common
578         blocks, so that I can move the computation of stresses etc into
579         seaice_lsr (saves coding but may break the adjoint).
580     - replace more hardwired parameters by runtime parameters
581     - add ice masks that mask the rhs of the implicit solvers where there
582       is no ice (commented out in seaice_dynsolver, because i am not sure
583       if this works properly), eventually this should replace the clipping
584       of ice velocities in seaice_dynsolver to +/-40cm/s.
585    o remove the BUILD_INFO.h include from CPP_EEOPTIONS.h and explicitly
586      include it only where its needed
587    o move balancing of fluxes before the call of external_forcing_surf
588    o seaice:
589      - correct units of turning angles (now they are really in degrees)
590      - move computation of GWATX/Y out of main routine into dynsolver
591      - initialize GWATX/Y in seaice_init
592    o Apply mask on Fresh-Water flux (needed for SSH forcing).
593      update output.txt of exp. global_ocean_ebm & cpl_aim+ocn (affects cg2d residual)
594    o seaice: add runtime flags for turning angles (default to zero)
595    o Adding runtime parameter to exf/, ctrl/, to remove on-the-fly global mean
596      and trend from exf forcing and ctrl control adjustments
597    o fix variable aliasing in gad_calc_rhs that cannot be handled by TAF
598      (since checkpoint57x_post)
599    o change the default rotation period to 86164.s = the Earth rotation
600    o 1rst implementation of Implicit IGW using the 3-D solver (use3Dsolver=T)
601      and based on a reference stratification. Tested within hs94.cs-32x32x5.
602    o seaice advection: add code for choosing between the default (2nd order
603      central differences) and multiDim advection schemes provided by
604      pkg/generic_advdiff
605    o seaice:
606      - removed all references to SEAICE_GRID.h fields from
607        dynsolver, advect, diffus, lsr, without changing the results of lab_sea
608        (cubed-sphere configuration will change a little)
609      - grid computations in seaice_init are obsolete now.
610      - cleaned up code a little so that is easier to read (hopefully).
611      - added new (better?) discretizations of default advection and diffusion
612        (turn on with SEAICEuseFluxForm)
613      - replace 1 in 3d global fields by kSurface in growth.F
614      
615    checkpoint58a_post
616    o seaice:
617      - bug fix in advect.F
618    o shelfice:
619      - separate shelfice load anomaly from pload (breaks with time
620        dependent forcing), => introduce constant field shelficeLoadAnomaly.
621        Its default is 0., but it may be computed more cleverly from (unknown)
622        t- and s-profiles (tRef, sRef) and actual EOS. For now this has to be
623        done offline. A good approximation of the pressure load anomaly is
624        necessary to avoid large initial adjustment processes underneath
625        deep-reaching shelfice.
626      - small fix in ISOMIP shelfice_thermodynamics
627      - add more sophisticated thermodynamics of Hellmer (1989), this is
628        now the default
629      - give a few constants more intuitive names
630    o add code to balance EmPmP and Qnet at the end of do_ocean_physics. Useful
631      if bulk formulae are used in long integration (especially EmPmR). Turn
632      on with balanceEmPmR = .true. or balanceQnet = .true. in data, PARM01
633      if balancePrintMean, the imbalance that is substracted is printed to
634      STDOUT.
635    o fix bug (typo) in obcs_apply_eta.F
636    o add a new package shelfice which enables us to model the circulation
637      underneath shelf-ice with draughts of hundreds of meters.
638     - works
639     - to do: + include improved thermodynamics
640              + check whether kSurfC (from model/inc/SURFACE.h) can be used
641                instead of new field kTopC
642              + can we use topoFile, Ro_surf and existing code in ini_depth.F
643                instead of new field R_shelfIce and new code in ini_depth.F
644                and ini_mask_etc.F?
645              + adjust vertical mixing schemes?
646    o seaice pkg:
647     - add a cpp-flag to include a simple formula for a salinity dependent
648       freezing point of sea water at the surface
649     - change the contents of SEAICE_TEST_ICE_STRESS_1 so that zonal and
650       meridional stresses are now different (and hopefully correct)
651    o AIM pkg: change threshold on large-scale condensation to conserve Heat.
652       update results of aim.5l_LatLon test ; fix title & units of AIM diagnostics
653       and  change 3 diagnostics names (OSR,OSRCLR,KM -> TSR,TSRCLR,DRAG)
654    o pkg/diagnostics: add options and parameters for regional-statistics
655       diagnostics ; define regions by reading a region-mask from a file
656       (might add other options later)
657    o pkg/bulk_force:
658     - add option and parameters to use AIM surface-flux formulae.
659     - Change loading part: S/R BULKF_FIELDS_LOAD only take care of bulkf_fields ;
660       others forcing fields (defined in PARM05, parameter file "data") are loaded
661       from S/R EXTERNAL_FIELDS_LOAD, as usually (with useBulkforce = T or F).
662     - initialise all bulkf_fields in bulkf_init.F ; do in-lining of exf_bulkcdn.F
663     - use the right EXCH call for uwind,vwind (to work on CS-grid).
664     - re-arrange header files (move parameters from BULKF.h to BULKF_PARAMS.h)
665       and parameters (note: calcWindStress replaces .NOT.readwindstress).
666     - cleaner interface with pkg/thSIce (new S/R THSICE_GET_PRECIP).
667    
668    checkpoint58
669    o add "--embed-source" option to genmake2 which, when the supporting
670      tools can be compiled (as determined by genmake2) will turn on the
671      embed_files package which then embeds the entire MITgcm source code
672      (*.[fFhc] + Makefile) used for the build within the executable
673      - requested by CNH but off by default
674      - adds a paltry <9MB to the mitgcmuv executable in most cases
675      - only writes the output when useEMBEDSRC in eedata is true
676    o clean up 3-dim. relaxation codes:
677      * Fix I/O inconsistency in pkg/rbcs: replace precFloat32 by readBinaryPrec
678      * Remove 3-dim. relaxation code from pkg/exf (now use only pkg/rbcs)
679      * Thanks to Tom Haine for testing!
680    
681    checkpoint57z_post
682    o make CG3D solver compatible with Free-surface at k > 1 (p-coordinate):
683      affects output (@ truncation level) of exp. plume_on_slope ; updated.
684    o fix the pickup behavior for obcs in combination with ptracers
685    o fix a bug in ptracers_external_fields_load
686    o no AB-2 at the first iteration for Gw (consistent with Gu,Gv,Gt,Gs ...)
687      affects results of NH experiments (but all our NH tests have Gw[it=1]==0 !!)
688    o transfered surface NH pressure to eta field (if exactConserv).
689    o gmredi: fix bugs in slope tapering ldd97 (depthZ had the wrong sign)
690         and update lab_sea output.txt file.
691    o completing 3-dim. relaxation code: additional term
692         1/tau*( theta(i,j,k) - thetaStar(i,j,k) )
693      in S/R EXTERNAL_FORCING_T (file external_forcing.F)
694      * At compile time, in "EXF_OPTIONS.h" set
695          #define  ALLOW_CLIMTEMP_RELAXATION
696          #define  ALLOW_CLIMSALT_RELAXATION
697      * At runtime in "data", under &PARM03 set (e.g., units in seconds)
698          tauThetaClimRelax3Dim = 15552000.0,
699          tauSaltClimRelax3Dim  = 15552000.0,
700      * 3 cases:
701          1) Use a constant-in-time 3-dim. field
702          2) Provide 12 3-dim. fields corresponding to Jan., ... , Dec.
703          3) Real-time relax. to time-evolving prescribed field
704    o Adding Laplacian-type smoothness constraint on
705      initial and boundary (forcing) controls (ic, bc)
706      * enable at compile-time via
707        ALLOW_SMOOTH_IC_COST_CONTRIBUTION, ALLOW_SMOOTH_BC_COST_CONTRIBUTION
708      * enable at run-time via mult_smooth_ic = 1, mult_smooth_bc = 1
709      * Absolute scale somewhat unclear so far
710      * no area weighting was included since no other cost term does so far
711    
712    checkpoint57y_post
713    First step for a NLFS adjoint
714    o initially suppress rStar (new flag DISABLE_RSTAR_CODE)
715    o new init. routines for calc_r_star, calc_surf_dr
716    o still need to deal with ini_masks_etc
717    o testreport seemed happy
718    checkpoint57y_pre
719    
720    o obcs: always reset wVel & eta (to zero or prescribe it) at the OBs.
721    o add new package rbcs (for relaxing ptracers at boundaries/depth/surface etc)
722    o add new offset feature to offline pkg (plus minor cleanup)
723    o cfc fixes for final year of integration
724    o clean up GCHEM_OPTIONS.h/DIC_OPTIONS.h (all options should
725      be in GCHEM_OPTIONS).
726    
727    checkpoint57x_post
728    o fix testreport Pb in multiple test experiment.
729    o cleanup our namelist syntax in verification:
730      - make it more F95 standards compliant (some work still needed)
731      - allows the vast majority of our tests to work with gfortran
732    o Non-Hydrostatic:
733     - put all NH variables (formerly in DYNVARS.h & GW.h) in NH_VARS.h
734     - fix exchange calls for CS-grid using the new EXCH_S3D_RL.
735    o Allow to apply AB on T,S rather than on AB(gT,gS):
736     - implemented within #ifdef ALLOW_ADAMSBASHFORTH_3
737     - use the same arrays (gtNm,gsNm) to hold tracer field at previous
738       time-steps (if AB(T,S)) and tendencies (if AB(gT,gS)).
739     - need a "clever" read_pickup to restart from the other AB formulation
740    o move local commom bloc /GlobalLo/ (used for singleCpuIO) in EESUPPORT.h
741    o remove some unused variables (reduces number of compiler warnings)
742    o adjoint
743      * Disable useVariableViscosity for adjoint for time being
744        (there are a number of extensive recomputations)
745      * Initialize certain variables needed for adjoint
746    
747    checkpoint57w_post
748    o pkg/mdsio: use MAX_LEN_FNAM (instead of hard coded 80) for file-names
749                 fix the singleCpuIO RS version of MDSWRITEFIELD
750       and add a WARNING if using globalFiles=T with multi-processors.
751    o write grid-file(s) in only one format (MDS or MNC): default=MNC (if
752      using MNC); can force MDS output by setting writegrid_mnc=F in data.mnc
753    o tracer advection scheme:
754      add DST-2 (=Lax-Wendroff) & 1rst order upwind schemes (the way to get
755       those 2 schemes before, changing GAD_FLUX_LIMITER.h + to recompile,
756       was not very convenient).
757      add implicit version for DST-3 & DST3_Flux_Limit vertical advection;  
758       (further tests needed for the implicit DST & Flux-Limiter schemes).
759    o PTRACERS: added namelist parameter PTRACERS_ref in analogy to tRef
760      and sRef for convenience, handy, when you want to initialize
761      ptracers in a large domain with a constant non-zero value. Also,
762      untangle ptracers_init.F a little.
763    
764    checkpoint57v_post
765    o change dome exp. to use variable viscosity in side-drag terms.
766    o remove all the files from the cfc_offline test since they are now
767      incorporated into tutorial_cfc_offline which has been producing
768      identical results for a few days of testing
769    o add new parameter: sideDragFactor to enable half-slip-side BC
770      and change side-drag S/R to use viscosity from mom_calc_visc
771      (can switch back by setting sideDragFactor=0.); affects results at
772      truncation level; regenerate output for exp.: global_ocean.cs32x10(x3),
773       global_ocean_ebm, global_ocean_pressure, matrix_example & MLAdjust(x5).
774    o vorticity & strain are now computed without masking, to account for
775      no-slip-side BC in variable viscosity calculation ; mask is applied
776      anyway later on, before computing advection/coriolis terms.
777    o modify exp4 to test new obcs support for reading from external files
778      and for passive tracers
779    o fix behavior of ptracers_monitor when monitor output is written to a
780      netcdf-file; still not independent of monitor.F (writes in the same
781      file).
782    o change default value of tRef (put a uniform, meaningful value for ocean
783      & atmos) and initialize sRef (was missing, as Martin mentioned).
784    o Redefine viscC?Leith*.  Change the coefficients of Leith viscosity
785      to be proportional to enstrophy dissipation length.  Thus,
786       viscC?leith?_new=pi*(viscC?leith?_old)^(1/3)
787      This is now consistent with Smagorinsky and with the manual.
788    
789    checkpoint57u_post
790    o OBCS and PTRACERS: add open boundary support for passive tracers
791      - either use homogenous (pseudo) v.Neumann conditions or prescribe
792        OB-values from file; this is not different from the way theta and salinity
793        are treated
794      - however, Orlanski-radiation conditions are not supported, and the model
795        will stop if you use pTracers and Orlanski at the same time.
796      - beefed up the rountine obcs_external_fields_load: now only those open
797        boundary values are overwritten with values from files for which there
798        are really files, otherwise the OB-fields remain untouched. This makes
799        it possible to use different OBs at different ends of the domain (as
800        with EXF)
801    o reduce number of exch calls in shap_filt (s2).
802    o CS-grid: fix divergence contribution to Leith viscosity. Affects (@
803      truncation level) 4/5 MLAdjust test results (11&12 digits match).
804    
805    checkpoint57t_post
806    o test biharmonic viscosity + no-slip with exp: global_ocean.cs32x15.viscA4
807    o finish adding brackets (coriolis S/R, vecinv) in multi-terms sum to get
808      same truncation, independent of the face number: affects affects several
809      test. exp.: Update global_ocean.cs32x15 (+.thsice) & MLAdjust (all 5).
810    o fix bug in mom_v_sidedrag (biharmonic viscosity was counted 2 times);
811      note that biharmonic viscosity + no-slip was not tested in any experiment.
812    o fix bug in non-linear free-surf side-drag ; generate new output for
813      global_ocean.cs32x15(+.thsice) & global_ocean_pressure.
814    o make mnc honor the writeBinaryPrec flag for most kinds of output
815    o eesupp: split EEPARAMS into EESIZE/EEPARAMS and add a vector global sum
816    o minor change in averaging W (mom_vi_?_vertshear.F) that affects truncation
817      error; update output from global_ocean.cs32x15(+.thsice) & MLAdjust (all 5).
818    o add brackets in multi-terms sum to get same truncation, independent of
819      the face number (manage to get exactly same value of gU,gV at the cs-edge)
820      affects several test. exp. Update global_ocean.cs32x15 (+.thsice).
821    o Clean, new version of mom_calc_visc.  Adds a new feature, viscAhRemax
822      and viscA4Remax, which allow one to limit the minimum viscosity by specifying
823      a maximum grid-scale Reynolds number.  Also, changes all length calculations
824      in the case of grid anisotropy to geometric mean of dx**2 and dy**2.
825      Suggested values of viscosity parameters found in mom_calc_visc.
826      Many new viscosity diagnostics available.
827    
828    checkpoint57s_post
829    o Add clearing-house for viscosity calculations, mom_calc_visc and
830      correct numerous bugs in LeithD and Smagorinsky discretizations.  
831      mom_calc_visc now allows for Smagorinsky, Leith and LeithD to be
832      used simultaneously, and to be used in mom_vecinv and mom_fluxform.
833      Mom_vecinv can be used with standard viscous calculation (mom_vi_hdissip.F)
834      and with Strain-Tension viscous term calculation (mom_hdissip.F).  
835      The Strain-Tension form is now called with useStrainTensonVisc=.true.
836      ViscAhStrain and viscAhTension are now retired.
837    o diagnostics "VISCAHD" & "VISCA4D" replace "VISCAH" & "VISCA4".
838    o In response to JMC's bug report, genmake2 now ignores any soft-links
839      that it finds in the *current* directory when searching for files.
840      Soft-links found in any other source directories will still work as
841      they did before.
842    o add HAVE_SETRLSTK define and useSETRLSTK flag (eedata) which calls
843      a C routine to unlimit the stack size
844    o mnc-ify pkg/aim snapshot vars
845    o mnc-ify pkg/land as requested by Daniel
846    o various changes to mnc including:
847      - all files use the new "BASENAME[[.ITER].{t|f}NUM].nc" format
848      - output can now be grouped so that all files within a group
849          change the ITER portion of their names in lock-step together
850      - can now read ("global") PER-FACE (in addition to PER-TILE) files
851          and works with both EXCH1 and EXCH2 (but needs more testing)
852      - writing works for all verification test cases w/ g77 on Linux
853    
854    checkpoint57r_post
855    o make MNC variable initialization happen earlier
856    o add diagnostics for (almost) each term of the momentum Eq.
857    o remove SST,SSS,UVEL_k2,VVEL_k2 diagnostics.
858    o move pkg timeave out of pkg-groups "oceanic" & "atmospheric" (pkg/pkg_groups)
859    o remove MINIMAL_TAVE_OUTPUT option ;
860      add "dumpInitAndLast" to replace "nodumps" (and MINIMAL_TAVE_OUTPUT).
861    o move some basic S/R (used elsewhere in the code) from pkg/mdsio to eesupp/src
862      allows to compile without pkg/mdsio (& test successfully hs94.1x64x5)
863    o add MNC output for adjoint of EXF (adexf), SEAICE (adseaice)
864    o add time-dependent SST, SSS control
865    o cost terms in ecco/ modularized (new cost_generic.F)
866    o cost_averages routines are modularized (new cost_averagesgeneric.F)
867    o new infrastructure for seaice model vs. obs misfits in seaice/
868      * driver from the_main_loop.F is seaice_cost_driver.F
869      * first term is AREA vs. SMR observation misfit (ALLOW_SEAICE_COST_SMR_AREA)
870      * gradient check in Exp. 6a of natl_box_adjoint/
871    o natl_box_adjoint input_seaice for Lab. Sea now available online via wget
872      (see README file)
873    
874    checkpoint57q_post
875    o fix initialisation Pb in calc_gw (get NANs in exp5 with g77)
876    o fix annoying months-old bug in mnc/mdsio output for seaice pkg
877      - bug was reported by Jean-Michel and Ian Fenty
878    o fix initialization Pb in AIM-Ocean coupled model (aim_sice2aim.F)
879      update exp. cpl_aim+ocn output.
880    o Implement 4-level checkpointing: AUTODIFF_4_LEVEL_CHECKPOINT
881      Needed for high-res. runs with large global files
882      to be able to limit tapelev size
883    o Changed some tests for adjoint:
884      * carbon/ now tests AUTODIFF_2_LEVEL_CHECKPOINT
885      * natl_box_adjoint/code_bulk/ tests AUTODIFF_4_LEVEL_CHECKPOINT
886      * global_ocean.90x40x15/ back to default 3-level checkpointing
887    o Modifications to enable scripted COMMON to MODULE conversion
888      * verification/OpenAD/code/ has necessary scripts and description;
889      * converts, compiles and runs successfully;
890    
891    checkpoint57p_post
892    o reading of delXfile & delYfile moved from ini_parms.F to ini_grid.F
893    o move ${PKG}_MNC_INIT from ${PKG}_READ_PARAMS to ${PKG}_INIT_FIXED
894      (already the case for some pkgs, including recent MNC_init, e.g. thsice)
895    o call CALC_GW from DYNAMICS (instead of from FORWARD_STEP)
896    o Dissipation & phiHyd gradient are always added to gU,gV in timestep.F
897      (was already the case for dissipation with mom_vecinv,
898       and also the case for grad.PhiHyd when staggered-timeStep)
899      This will allow to put dissipation out-off the AB time-stepping.
900     Unfortunately, affects truncation error. Update output of exp. that "fails"
901      (cg2d matching number) and leave the others for later: front_relax(10),
902      global_ocean_pressure(10),ideal_2D_oce(10),internal_wave(9),lab_sea(12),
903      matrix_example(7!),natl_box(12),plume_on_slope(11),vermix(12x3,11x2).
904    
905    checkpoint57o_post
906    o fix MNC/MDSIO flags in PTRACERS so that (1) it works, and
907      (2) its ready to be documented during the 20050801 DocFest
908    o MNC-ify the gmredi package -- tested and works w/ and w/o mnc
909      for ideal_2D_oce and lab_sea on linux_ia32_g77
910    o set to #undef CTRL_SET_OLD_MAXCVARS_30
911      in global1x1_tot/code_seaice_adj to access indices 32, 33
912      (worth another tag)
913    
914    checkpoint57n_post
915    o adding precip control xx_precip 32
916    o adding swflux control xx_swflux 33
917    o Replacing 10 forcing penalty cost routines by 1 generic.
918    o Implementing partitioning in time-mean and variable adjustment
919      for atmos. state.
920    o Time-mean constant error is now read in data.ecco (instead of hard-coded)
921    o in natl_box_adjoint:
922      * updated exp 1 to 10
923        (but does not have time-mean vs. variable split results yet)
924    o updated global1x1/*_seaice_adj/
925      to incorporate latest changes
926    o enable useSingleCpuIO for mdsio vector routines
927      (applies in particular to tapelev I/O)
928    o removed inefficient K-loop in all active_file*control*.F
929    
930    checkpoint57m_post
931    o re-arrange exp. adjustment.cs-32x32x1 (adjust_nlfs.cs-32x32x1 merge into)
932      and advect_cs (use EXCH-2 and standard cs-32 grid files).
933    o pkg/exch2: filling of face-corner halo regions is optional
934      (ifdef W2_FILL_NULL_REGIONS) and is turned off by default.
935    
936    checkpoint57l_post
937     tag before updating tutorials (pre-release-2)
938    o add cos & sin of grid-direction orientation angle (curvilinear grid only,
939       for output and interpolation of input fields onto model grid)
940    o fix radius in mom_v_metric_cylinder.F (wrong by dy/2).
941       Affects results of exp. rotating_tank ; update output.txt.
942    o pkg/diagnostics: 2 new S/R to fill a diagnostics using a scaling factor
943          and taking the square quantity and/or using a fraction-weight field.
944    o fix aim_diagnostics_init.F mate numbers.
945    o add mnc output capability to diagnostics/diagstat and update
946      our cvsignore files for the ACSII output generated
947    
948    checkpoint57k_post
949    o lab_sea now uses diagnostics package and provides a suite of
950      new EXF diagnostics output.
951    
952    checkpoint57j_post
953    o exf
954      * bug fix in exf_bulkformulae for psimh (spotted by Eliyahu Biton):
955        Bracket missing in eqn. for psimh (eqn. 7 of Large & Pond, 1982);
956        terms -2*ATAN(x) + pi/2 were added to both stable and unstable case.
957      * extended diagnostics output
958        - now includes all EXF variables
959        - hs, hl moved to common block
960        - separate S/R for diagnostics, called after ctrl vector is added
961        - name changed for EXFsw -> EXFswnet, EXFlw -> EXFlwnet
962        - EXFqnet contains true Qnet (i.e. includes qsw)
963      * updated verif. lab_sea, global_with_exf
964      * Rearranging hflux (exf_mapfields -> exf_getforcing)
965        to ensure that diagnostics sees a true EXFqnet
966    o add matlab scripts for CS-grid vectors (in utils/cs_grid)
967    o diagnostics pkg: change pointers so that 1 diagnostic can be used
968      several times with different frequencies.
969    o mnc-ify the thsice package as requested by Daniel Enderton
970      - the monitor--MNC output needs work
971      - many attributes need to be added (most are currently blank)
972    o mnc-ify theaim_v23 package as requested by Daniel Enderton
973      - many attributes need to be added (most are currently blank)
974    o remove "groundAtK1" & "rkFac" (replaced by usingPCoords & -rkSign)
975    o add Sadourny like discretization to the 4th.O vorticity advection scheme
976    o fix bug in rStar code (calc_r_star.F) when used with topo/bathy.
977      update output.txt from: aim.5l_cs (& .thSI), cpl_aim+ocn,
978         fizhi-gridalt-hs and global_ocean.cs32x15 (& .thsice).
979    o fix few little things to avoid floating error with -ftrapuv (ifort v9)
980     (ini_spherical_polar_grid.F, calc_r_star.F, monitor/mon_surfcor.F)
981    
982    checkpoint57i_post
983    o Diagnostics package was changed: diagnostic allocation is now deactivated
984      by setting an empty file name in the namelist (used to be by setting 0 frequency)
985    o momentum advection (VI form) options: activate 4th.O vorticity Coriolis ;
986      add 1rst Order upwind vertical Shear.
987    o add a quick fix for A/B checkpointing in OFFLINE mode
988    o add IGNORE_TIME define and -ignore_time option to genmake2 as an
989      end-run around the C/Fortran linking horror in eesup/src/timers.F
990    o added pkg/runclock: allows user to terminate run based on wall clock
991    o added non-hydrostatic scaling parameter: nh_am2
992    o pkg/my82: futile attempt to make results compiler-independent by adding
993      some "_d 0", etc. no effect.
994    o for mnc output, fill the 'T' coordinate var with myTime and create a
995      separate 'iter' variable for iteration count
996    o pkg/diagnostics:
997      add new capability: output of Global/Regional & per-level statistics ;
998      tested against monitor output (including land & thSIce) on various exp.
999    o make seaice-pkg I/O type flags (MNC/MDS) more standard.
1000    
1001    checkpoint57h_done
1002      tag after changing user customized files (DIAGNOSTICS_SIZE.h,
1003      data.diagnostics, data.gchem, data.ptracers) is done.
1004    
1005    o pkg/diagnostics: prepare for Global/Regional statistics.
1006      add 2nd namelist in data.diagnostics and update DIAGNOSTICS_SIZE.h
1007    o remove "baseTime" (no used) from arg. list of DIFF_BASE_MULTIPLE
1008      and rename it: DIFFERENT_MULTIPLE
1009    
1010    checkpoint57h_post
1011    o move tIter0 from data.gchem to PTRACERS_Iter0 in data.ptracers
1012    o pkg/diagnostics: change output frequency, now in seconds (instead
1013      of Nb of iterations). This requires to change data.diagnostics.
1014    checkpoint57h_pre
1015    
1016    o in mnc, let the user create the output dir if both mnc_outdir_date
1017      and mnc_outdir_num are false
1018    o add fflags() to pkg/diagnostics which allows one to specify, on a
1019      per-file basis, the file precision [default behavior is unchanged]
1020    o added diagnostics to pkg/kpp, including computation of mixed layer
1021      depth based on a temperature/density criterion
1022    o updated verification/natl_box to test the new pkg/kpp diagnostics
1023    o bugs fixed (with useAbsVorticity=T & with useJamartMomAdv=T)
1024    o test AB-3 code with 4th.Order advection scheme (advect_xy/input.ab3_c4)
1025    o fix mnc flags in pkg/seaice so that they are "owned" by seaice,
1026      not mnc -- this mistake was found by JMC and is now corrected
1027    
1028    checkpoint57g_post
1029    o add Adams-Bashforth 3rd Order time stepping:
1030      - default remains AB-2 (#undef ALLOW_ADAMSBASHFORTH_3)
1031      - not yet implemented with NH, CD_Scheme, pTracers, MNC_pickup ...
1032    checkpoint57g_pre
1033    
1034    o make lambda[Theta,Salt]ClimRelax spatially varying
1035      (default remains spatially uniform constant based on tau)
1036    o added new control variables
1037      * init. uVel, vVel, etanN
1038      * lambda[Theta,Salt]ClimRelax
1039    o separate masks used for ctrl_pack/unpack 'from write_grid' output
1040      (suggested by G. Forget)
1041    
1042    checkpoint57f_post
1043    o add parameter "baseTime" = model base time = time at iteration zero
1044      new function DIFF_BASE_MULTIPLE (replace DIFFERENT_MULTIPLE) to
1045      account for baseTime shift
1046    o move Coriolis arrays from PARAMS.h to GRID.h
1047    checkpoint57f_pre
1048    
1049    o mnc-ifying the seaice package
1050    o introduced an alternative length scale calculation for use in the limiting
1051      maximum viscosity (off by default, see mom_vi_hdissip.F for details)
1052    o S/R ptracers_calc_diff: argument list bug for CALL KPP_CALC_DIFF_S
1053    o added modified Leith scheme with viscosity proportional to grad(Hdiv)
1054      as well as grad(vort3).  Made it compatible with both approximate form
1055      for the cubed sphere and full form of these gradients.  Added flag
1056      useFullLeith to select between approximate and full form.  
1057    o add "d0" in getcon.F to reduce differences between compilers/platforms
1058      update output.txt of exp. fizhi-gridalt-hs
1059    o change port_rand funtion to allow to set the seed.
1060    o fix obscure MNC bug involving conversion between reals and integers
1061      - it caused no problems with certain (eg. gcc, ifc) compilers but the
1062        new version is now more standards-compliant
1063    o adjoint-related modifications
1064      * gad_dst3_adv_?: to be able to use advscheme=30 in adjoint
1065      * gad_calc_rhs: fool adjoint, revert to advscheme=30 in reverse when using 33
1066      * mom_vi_hdissip: to be able to use Leith scheme in adjoint
1067    
1068    checkpoint57e_post
1069    o Adding eddy stress controls a la Ferreira et al.
1070    checkpoint57e_pre (actually was tagged: eckpoint57e_pre)
1071    
1072    o fizhi pkg: fix AtoC and CtoA when called with same input & output array
1073      update output.txt of exp. fizhi-gridalt-hs
1074    o add more "Z" dimensions and associated coordinate vars to MNC
1075    o pkg/exf: added twoDigitYear capability for option useExfYearlyFields
1076    o parameter calendarDumps: when set, approximate months (30-31 days) and years
1077      (360-372 days) for parameters chkPtFreq, pChkPtFreq, taveFreq, SEAICE_taveFreq,
1078      KPP_taveFreq, and freq in pkg/diagnostics are converted to exact calendar
1079      months and years.  Requires pkg/cal.
1080    o diagnostics: add pickup functionality
1081      - off by default for backwards compatibility
1082      - current version only uses MDSIO -- MNC will be added
1083    o allow to use pkg diagnostics for LAND pkg output & Shapiro Tendencies.
1084    o pkg/shap_filt: fix for multi-tiles per face (CS-grid with EXCH2)
1085    
1086    checkpoint57d_post
1087    o pkg/thsice used in the ocean: fix tile Pb related to sIceLoad forcing
1088    o modify verification/ideal_2D_oce so that it tests the creation of mnc
1089      output from the diagnostics package
1090    o temporary fix in EXCH2_UV: add a 3rd call to fix the 24.tiles CS-grid set-up
1091    o make genmake2 more portable by using ".$FS" instead of ".f" for more
1092      of the test compilations (eg. IBM xlf on Mac OSX w/HFS filesys)
1093    o add coordinate variables to the MNC output from the diagnostics package
1094    o change MNC-flags default value: true when useMNC=TRUE
1095    o add a "readgrid_mnc" flag to MNC and give model/src/ini_curvilinear_grid.F
1096      the ability (off by default) to read the grid information using MNC
1097    o lab_sea: use LSR_ERROR=1.E-12 for testing ; update output.txt
1098    o diagnostics: fix a bug (sub-set of levels); keep full precision when averaging
1099    o do snap-shot diagnostics at the middle of the time-interval (instead of
1100      at the end).
1101    o update exp. aim.5l_cs (use default LAND_OPTIONS.h file) and add
1102      new test for AIM with thSIce + slab-ocean
1103    o cpl_aim+ocn test: update output (optfile & default GMREDI_OPTIONS.h)
1104    o move state variable diagnostics to the beginning of the time step ;
1105      (note: still needs some work specially for snap-shot diagnostics)
1106      duplicate & replace UVELVVEL diagnostics with UV_VEL_C & UV_VEL_Z
1107    
1108    checkpoint57c_post
1109    o Change testing option (-ieee) to get closer agreement between g77 & ifort
1110    o generate new output.txt files on faulks with g77 & the new -ieee option
1111    checkpoint57c_pre
1112    
1113    o add "_d 0" in freeze ; change some "FLOAT" to "DFLOAT" and went back (TAF);
1114      update output.txt of exp. global_ocean.90x40x15
1115    o fix in ini_eos.F (one "_d 0" was missing): now g77 & ifc give much closer
1116      results; update global_ocean_pressure & global_ocean.cs32x15 output.txt
1117    o add saltFlux(+File) forcing capability with periodicExternalForcing
1118    o allow to use pkg diagnostics for GM-Redi & ThSIce output
1119    o diagnostics_fill: fill in up to sNx+1 or sNy+1 (if U,V or Z pt) for mnc.
1120    o improvements for the MNC output from DIAGNOSTICS:
1121      - correct handling of the unlimitied dimension
1122      - all dims now have associated coordinate variables
1123      - variables located at U, V, and Corner ("Z") points are now written
1124        with the correct horzontal dimensions (eg. 'Xp1', 'Yp1') so that
1125        *all* data points are output
1126    o added seaice_summary.F and removed obsolete ALLOW_SEAICE's from pkg/seaice
1127    o added pkg/seaice/seaice_monitor.F
1128    o mdsio_readfield.F can now read files visible only to master MPI process.
1129    o pkg/seaice: some test code for ice-modified ocean stress
1130    o exf_getffields interpolation defaults to bilinear for all scalar forcing
1131      fields (remains bicubic for wind velocity and stress).  This avoids, e.g.,
1132      spurious negative numbers for precipitation and humidity.  Will cause
1133      some small numerical differences for integrations using pkg/exf/exf_interp.F.
1134    o pkg/ctrl/
1135      * Add ctrlvec diagnostics in pack/unpack for nondimensional I/O
1136        May be enabled via doPackDiag
1137      *  introduce z-scaling of
1138         + gradient (doZscalePack) and
1139         + control (doZscaleUnpack)
1140    o pkg/mdsio/
1141      * enable useSingleCpuIO for state estimation (ctrl_pack/unpack) mdsio_gl.F
1142      * N.B.: leave tiled I/O for tapelev (i.e. mds...vector)
1143    
1144    checkpoint57b_post
1145    o simplify options in diagnostics_fill arguments (remove weird combinations)
1146    o fix MNC coordinate variables so that they now contain per-face index
1147      values (instead of xC,xG,yC,yG values) when run with EXCH2 since, in
1148      general, EXCH2 grids are only aligned to a "local" coordinate system
1149    o test diagnostics pkg in dic_example (no output) and ideal_2D_oce (with ouput)
1150    o Implement instantaneous output within pkg diagnostics:
1151      setting a negative frequency in data.diagnostics produces
1152     "snap-shot" output (as opposed to time-average if freq > 0)
1153    o move out off EQUIVALENCE all diagnostics that fizhi does not use ;
1154      NOTE: change ptracer diagnostics name: use 2 characters to work with
1155            more than 9 tracers. Add also diagnostics of advect & diffus flux.
1156    o more CF compliance: convert all MNC 'iter' variables to 'T' so that it
1157      becomes the coordinate variable for the 'T' dimension
1158    o add CF-style coordinate variables to MNC
1159      - just a first cut:  numbers are meaningless on the cubesphere and
1160        missing along the T axis but otherwise it works!
1161    o add surface flux diagnostics: TAUX, TAUY, TFLUX, TRELAX, TICE, SFLUX, SRELAX
1162    o pkg/thSIce: read initial state from 6 files ; allow monitor to use MNC.
1163    o add diagnostics of advective & diffusive flux for T & S (pTracers coming soon)
1164      this is based directly on what the model compute, so that the content of
1165      each diagnostics might be affected by switching options (e.g., implicitDiffusion)
1166    o small changes for diagnostics (gad_biharm_?.F, arguments of S/R impldiff.F)
1167    o clean up build options files for SunOS, in particular
1168      - remove -traditional from xmakedepend
1169      - change -xarch=v9 to -xarch=native for f77
1170      - restore use of make (not gmake)
1171      - add CC=gcc if using g77
1172    o changes per discussion of AM, JMC, & EH3 today:
1173      - move redundant "grid" variables out of "state" -- in preparation of
1174        creating proper CF-style coordinate variables and in recognition
1175        that any/all grid variables can be easily copied (eg. w/NCO) from
1176        the grid files into any of the other NetCDF files
1177      - *always* output grid variables with MDSIO (this will eventually be
1178        changed)
1179      - output MNC grid file if useMNC is true
1180    o every instance of _END_MASTER() has been found and replaced with
1181      _END_MASTER( myThid ) in order to satisfy certain picky Sun
1182      preprocessors
1183    o re-arrange diagnostics pkg initialisation:
1184     - allow each package to extend the available diagnostics list
1185     - add some checking and fix small problems (multi-threaded, ...)
1186     - new S/R diagnostics_fill (replace fill_diagnostics):
1187       look through the short list of active diag. (instead of the long list)
1188       create function DIAGNOSTICS_IS_ON to tell if a diagnostics is active
1189    
1190    checkpoint57a_post
1191    o this set of changes restores TAMC compatibility
1192      tested for global_ocean.90x40x15 adjoint on trough
1193      (what a pain)
1194    
1195    checkpoint57a_pre
1196    o some modifs in tools/build_options for sunos
1197    o call ctrl_pack for ctrl at end for optimcycle=0
1198    
1199    checkpoint57
1200    o add horizontal bi-harmonic viscosity for vertical velocity
1201      - new parameter viscA4W (defaults to viscA4)
1202      - affects only non-hydrostatic code
1203      - to be done: no-slip lateral boundary conditions
1204    o switch back to "sflux = sflux - runoff" in exf_getforcing.F
1205    o implement Implicit Vertical advection for pTracers
1206    o depth convergence accelerator: replace deltaTtracer by dTtracerLev(k)
1207      (implemented also for implicit vertical diffusion & advection)
1208    o OBCS: extend application of tracer open boundary conditions
1209      to a strip beyond the boundary of width Olx/Oly
1210    o add call monitor to TAF set of required calls (flow directives)
1211      and include in natl_box_adjoint
1212    o untangle a few ifdefs related to cost, ctrl, autodiff
1213      untangel a few ALLOW_ECCO_OPTIMIZATION
1214    o Apply Cooper & Haines representative estimates also at sub-surface (k=Nr)
1215      (theta2, salt2 in ecco_cost_weights)
1216    
1217    checkpoint56c_post
1218    o OBCS as control variables
1219      - update ctrl_ad_diff.list, obcs_ad_diff.list
1220      - remove balance of obcs controls from default
1221      - fix index bug nobcs in ctrl_init
1222      - fix dummy fields filen in ctrl_pack
1223      - add dummy weights for obcs
1224    o lsopt: comment out fort.94 output
1225    o optim:
1226      - remove unnecessary header files
1227      - adjusted namelists
1228      - add xerbla.F to Makefile
1229    o exf:
1230      - multiple modifications of exf_check_range
1231      - unit change in exf_init_runoff from [m/year] to [m/s]
1232    o mdsio:
1233      - i/o-vector change debugLevel from debLevA to debLevB
1234    
1235    checkpoint56b_post
1236    o collect all ptracers output in an new routine (PTRACERS_OUTPUT) that
1237      is called from DO_THE_MODEL_IO
1238      - rename PTRACERS_STATV_WRITE to PTRACERS_WRITE_TIMEAVE
1239      - introduce new parameter PTRACERS_dumpFreq (defaults to dumpFreq)
1240      - clean up PTRACERS_WRITE_TIMEAVE a little
1241    o add another verification experiment that tests both the cfc-pkg and
1242      the gchem-pkg with GCHEM_SEPARATE_FORCING undefined, that is with
1243      reactive tendencies treated inline with regular timestepping
1244    o testreport previously did a lousy job of comparing small numbers, so
1245      we (Ed and Martin) changed the  way the cut-off of 1.e-12 is
1246      implemented in the little c-progam tmp_cmpnum.c which is embedded in
1247      testreport.
1248    o ptracers_monitor: bug fix for MPI
1249    
1250    checkpoint56a_post
1251    o GCHEM: finish reorganizating the package
1252      - forward_step calls GCHEM_CALC_TENDENDY, which computes gchemTendency
1253        (introduces another 3D-array for each passive tracer, but only if
1254        GCHEM_SEPARATE_FORCING is undefined. For GCHEM_SEPARATE_FORCING
1255        gchemTendency is not needed because the timestep is done separately)
1256      - gchemTendency is added to gPtr in GCHEM_ADD_TENDENCY
1257      - GCHEM is now---more or less cleanly---separate from PTRACERS
1258      - to bo done: handling of surfaceForcingPtr that is needed for KPP not
1259        so clear to me how that should be done in a general way.
1260    o CFC: improve formatting of output in CFC_ATMOS
1261    o PTRACERS:
1262      - rename GCHEM_MONITOR to PTRACERS_MONITOR and call it from MONITOR, so
1263        that ALL experiments with ptracers enable can be checked. This makes
1264        GCHEM_MONITOR obsolete.
1265      - include a runtime parameter PTRACERS_monitorFreq that defaults to
1266        monitorFreq
1267      - set default PTRACERS_write_mdsio to false if PTRACERS_write_mnc is true
1268    o add PTRACERS (PTR0[1-5]) to testreport output
1269    o exf_check_range:
1270      * default changed to .TRUE.
1271      * will check values for niter0 if debLevA, every timestep if debLevB
1272      * STOP in exf_check_range if 'out of range'
1273      * range chosen generous to allow for potential extema
1274      TBD: a version with stricter range
1275           permitted range would be runtime parameters
1276  o GMredi:  o GMredi:
1277    - fix ldd97 slope limit ; extend valid domain of Psi-Bolus ;    - fix ldd97 slope limit ; extend valid domain of Psi-Bolus ;
1278    - change S/R GRAD_SIGMA to be valid in the overlap on CS-grid.    - change S/R GRAD_SIGMA to be valid in the overlap on CS-grid.
# Line 11  o GCHEM: Line 1281  o GCHEM:
1281    - move call to GCHEM_FORCING_SEP, so that it is now called before    - move call to GCHEM_FORCING_SEP, so that it is now called before
1282      the blocking exchanges to avoid computing halos in GCHEM_FORCING_SEP      the blocking exchanges to avoid computing halos in GCHEM_FORCING_SEP
1283    - introduced a useGCHEM runtime flag and applied it everywhere.    - introduced a useGCHEM runtime flag and applied it everywhere.
1284      - renamed PTRACERS_SEPARATE_FORCING to GCHEM_SEPARATE_FORCING;
1285        this flag is now only visible within GCHEM-pkg routines.
1286      - moved gchem_forcing_int temporarily into ptracers_forcing, this will
1287        be replaced by a 3D array that is computed before thermodynamics; for
1288        this, the tracer ID iTracer had to be included into the parameter list
1289        of ptracers_forcing
1290      - set up forward_step to call gchem_forcing, that will replace
1291        gchem_forcing_int in ptracers_forcing
1292      - cleaning up
1293  o small cleaning of exch2: remove files that are also in eesupp/src  o small cleaning of exch2: remove files that are also in eesupp/src
1294    
1295  checkpoint56  checkpoint56

Legend:
Removed from v.1.390  
changed lines
  Added in v.1.806

  ViewVC Help
Powered by ViewVC 1.1.22