/[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.950 by mlosch, Fri Feb 1 11:06:33 2008 UTC revision 1.1169 by mlosch, Thu Oct 8 08:20:19 2009 UTC
# Line 4  $Name$ Line 4  $Name$
4      Notes on tags used in MITgcmUV      Notes on tags used in MITgcmUV
5      ==============================      ==============================
6    
7    o pkg seaice/autodiff:
8     left-over from removing the 3-time-level fields:
9     - small rearrangement of common blocks (SEAICE.h)
10     - fix field declaration in order to get meaningful output in
11       adseaice.*.nc (adcommon.h)
12    o pkg obcs:
13     - go through NH code only if nonHydrostatic=T
14     - fix restart for Orlanski (Hydrostatic; still to fix NH+Orlanski restart)
15     - move call to OBCS_CALC before SEAICE_MODEL which needs seaice-obcields
16       => Update output of experiment seaice_obcs
17     - useOBCSbalance: code is wrong with multi-tile / proc: add a stop.
18     - fix NH+Orlanski restart (add wvel OBC value in pickup file)
19     - fix restart for useOBCSprescribe + useEXF
20    o pkg ctrl
21     - make obcs as control parameter work also with useSingleCPUio
22     - replace a few sny and snx by Ny and Nx to be consistent with
23       ctrl_set_globfld_x/yz.F
24    o pkg seaice
25     - re-introduce global field frWtrAtm for the case of
26       ALLOW_MEAN_SFLUX_COST_CONTRIBUTION defined (SEAICE.h, seaice_growth.F)
27     - catch the case of an empty filename in seaice_cost_init_fixed.F
28    o pkg ecco:
29     - small bug fixes in the_main_loop
30      . fix order of monitor arguments
31      . change SEAICE_MULTILEVEL to SEAICE_MULTICATEGORY
32      . move include DYNVARS.h up outside the ALLOW_AUTODIFF_TAMC block so
33        that ALLOW_ECCO_FORWARD_RUN works with NONLIN_FRSURF
34     - replace cos(yc*deg2rad) by _rA in cost_mean_heat/saltflux.F, fix the
35       imbalance diagnostics for wmean_h/sflux = 0
36     - add actual values to f_obcsn/s/w/e in ecco_cost_final.F
37     - catch the case of empty filenames in ecco_cost_init_fixed.F
38       and ecco_readparms.F
39     - fix the logic of wsalt=0.and.wsalt2=0 to wsalt=0.or.wsalt2=0 (and theta)
40       to make this statement meaningfull in ecco_cost_weights.F
41    o pkg zonal_filt:
42      - change ZONAL_FILTER S/R interface (allows to filter 2-D fields)
43      - when using rStar, filter uVel*hFacW instead of uVel
44       (tested without topography: fix a Pb of growing instability with NLFS)
45    o pkg/aim/thsice:
46     -Add capacity to read a Q-Flux to be applied in slab-mixed layer thsice_slab_ocean.F
47      (works as SST restoring)
48    o pkg/thsice:
49     -add specific parameter for salt restoring in slab mixed-layer
50       (by default equal to the temperature restoring)
51    
52    checkpoint61v
53    o pkg/kpp:
54     -add double diffusive contributions as a hack, turned off by default
55      for now, and the code can be excluded with a CPP-flag
56      EXCLUDE_KPP_DOUBLEDIFF just as EXCLUDE_KPP_SHEAR_MIX
57     -add a verification experiments to "vermix" to test this code
58    o pkg/mom_common:
59      Move computation of length scales to mom_init_fixed.F (avoid recomputation
60      at each time-steps*levels).
61    o pkg/layers:
62      Created a new package for computing volume fluxes in temperature or
63      [not yet implemented] density layers, e.g. for calculating residual
64      overturning circulations.
65    o pkg/diagnostics:
66      implement a RS type version for the set of DIAGNOSTICS-FILL subroutines
67    o fix few RS/RL type mismatch (check with ifort 11.1 "-warn all" option)
68    o pkg/mdsio (& pkg/rw): rework high level S/R interface:
69      To avoid mixing type (RS/RL) of input/output array argument,
70      replace single mixed-type array with a pair from each type (RS/RL).
71    o setting pickupSuff force to start from a pickup (even if nIter0=0): this
72      is now implemented for all pkgs (previously only done for the main pickup)
73    
74    checkpoint61u
75    o pkg/obcs:
76      - change OB?eta from _RS to _RL and put them into a separate commen block
77      - add code to read OB?eta from a file via obcs_prescribe_read: the code
78        compiles and does not destroy any other experiments, the data is read
79        properly, but the code is not tested in actual applications
80    o ini_mnc_vars.F: if available (ALLOW_CAL), use startTime_1 and 2 to
81      create a meaningful unit attribute for the time coordinate variable
82    o pkg/ebm: add plenty of missing "_d 0" ;
83       update results of experiment global_ocean_ebm (fwd + adjoint tests)
84      Notes: several pieces of code only works for (very) specific set up
85       (domain size, lat range, etc ...); should be documented & stop if one
86       of those assumptions is not meet.
87    o pkg/seaice: add missing "_d 0" in HSNOW initialisation
88       update results of experiments: lab_sea (3 fwd tests + 2 adjoint tests)
89          and offline_exf_seaice (seaicetd + adjoint).
90    o add missing "_d 0" in ShortWave flux penetration (S/R SWFRAC):
91       update results of experiments: lab_sea (4 fwd tests + 3 adjoint),
92        seaice_obcs, global_ocean.cs32x15 (icedyn & thsice) and natl_box (x2).
93    o few changes to pass when compiling with strick checking of arguments
94       across S/R (allow to find few bugs in S/R calls).
95    o pkg/seaice:
96     - seaice_evp: move if-statement out of loop (TEM) at the cost of 11 new
97       2d-fields, for slightly better performance
98    
99    checkpoint61t
100    o pkg/seaice:
101     - remove unused variables in seaice_evp
102     - reduce number of SQRT in seaice_evp and seaice_calc_viscosities
103    o eeset_parms.F, open_copy_data_file.F & ini_parms.F:
104       named file replacing SCRATCH files (for TARGET_BGL & TARGET_CRAYXT):
105       each processor opens a different file (a fix from Matt).
106    o cg2d:
107       use simple EXCH (overlap size = 1 and ignore corners), like in cg3d.F :
108       this reduces number of EXCH calls by 2 when using exch2.
109       For now, keep previous size array for gc2d_nsa.F to avoid Pb with store
110       directives and missing simple EXCH (exch_s3d_rx) adjoint code.
111    o pkg/thsice:
112       add code for Near Infra-Red albedo (from Jeff)
113       (turned on with run-time flag: thSIce_calc_albNIR, in data.ice).
114    o ini_model_io:
115       move (from packages_readparms.F & initialise_fixed.F) to ini_model_io.F
116       MNC & MONITOR initialisation calls; move MNC calls from {pkg}_readparms.F
117       to {pkg}_init_fixed.F for {pkg}= kpp, seaice & shelfice.
118    
119    checkpoint61s
120    o pkg/exch2 (exch2_rxN_cube*):
121       remove last BARRIER (no need to synchronise after getting data from shared
122       buffer (get) as long as any change to buffer (put,recv) is between BARRIER)
123    o change tiling of natl_box (from 2 to 4 tiles) to get it tested with MPI+MTH
124      and generate new output (for the 2 tests) using default rotationPeriod.
125    o pkg/exch2:
126      - always call exch2_*_cube, not exch-1 anymore, if useCubedSphereExchange=F
127        (was already the case with AUTODIFF_EXCH2 defined)
128      - add bj in exch2 arrays and S/R.
129      - can now use pkg/exch2 for regular (non CS) set-up; switch test experiment
130        MLAdjust to exch2 (identical results except with MPI -> truncation diff);
131    o add pkg/longstep for ptracer timestep a multiple of U/V/T/S timestep
132      - adds deltaT argument to the subroutines TIMESTEP_TRACER DWNSLP_APPLY
133        GAD_ADVECTION GAD_CALC_RHS GAD_IMPLICIT_R GAD_SOM_ADVECT
134      - verification experiment natl_box.longstep
135    o build_options: ifort+mpi_aces optfile (following Constantinos advise):
136      allow different versions of ifort (8 or 9) and different versions
137       of mpi (mpich or mpich2) to be used with the same optfile.
138      requires to load a netcdf module and set MPI_INC_DIR (see comments inside
139       optfile). Change testing scripts (example_scripts/ACESgrid) accordingly.
140    o pkg/seaice:
141      fix previous modif (3-level field removed) for old-pickup reading
142    
143    checkpoint61r
144    o pkg/seaice:
145     - clean up the 3-time levels of UICE,VICE,HEFF,AREA in three steps:
146      1. introduce fields for time step (N-1)
147      2. do not use levels 2 and 3 anymore (but keep them)
148      3. replace 3D versions of UICE,VICE,HEFF,AREA by 2D versions. This
149         includes changes to pkg/thsice/thsice_get_velocity.F,
150         model/src/external_forcing_surf.F, pkg/obcs/obcs_apply_seaice.F, and
151         pkg/obcs/obcs_apply_uvice.F.
152     - completely remove code for leap-frog time stepping for second order
153       advection
154     - adjusted adjoint accordingly;
155       gradient checks have improved by an order of magnitude!
156    
157    checkpoint61q
158    o pkg/seaice: fix bug in free slip boundary conditons for LSOR solver
159     - the boundary conditions along open boundaries are unclear, because the
160       associated masks are set to zero and are thus treated as closed when
161       applying the slip-boundary conditions.
162     - move initialisation of grid variables from seaice_init_varia to _fixed
163    o adding doc/diags_changes.txt
164    o model/src:
165      do_the_model_io: rename few pkg S/R which are called from do_the_model_io,
166       to avoid "_diags" naming if no relation to pkg/diagnostics.
167      ini_theta,ini_salt: fix (at least compile the code) reading from NetCDF
168       file and only call PLOT_FIELD_XYZ if debugMode=T.
169      remove few PLOT_FIELD_XY calls outside initialisation.
170      remove few unnecessary BARRIER.
171    o pkg/salt_plume: add SaltPlumeSouthernOcean to allow disabling
172      of salt_plume package in Southern Ocean
173    o pkg/thsice:
174     - fix hOceMxL in overlap (needed for sea-ice advection);
175       update output of experiment global_ocean.cs32x15.icedyn.
176    o pkg/seaice:
177     - make the (placeholder-)tracer IceAge a little more meaningful
178      by avoiding ridging of age due to convergent ice flow
179     - add diagnostics for surface temperature, atmospheric and oceanic
180       heat flux, and atmospheric and oceanic ice growth
181    
182    checkpoint61p
183    o eesupp (global_max & global_sum):
184     - add one more element to buffer (start at index 0) for GL_MAX/SUM output;
185     - remove starting & endding barrier (no longer needed)
186    o pkg/mdsio, writelocal:
187       works also in multi-threaded when LOCBIN_IO_THREAD_SAFE is undefined
188       (remove the STOP): uses shared buffer IO to store data from all threads
189       and then let master-thread write nThreads tiles.
190    o pkg/mdsio (read/write field):
191     - tiled IO done in 1 piece (all levels at a time);
192     - new header file "MDSIO_BUFF_3D.h" with 3-D buffers.
193     - multi-threaded: allow to read/write local (non-shared) array
194       (was already working with singleCpuIO ; now works also without);
195       => no longer needs barrier call after reading a file (added inside
196       mds_read/write field).
197     - move barrier calls outside gather/scatter_2d to mds_read/write_field
198    o pkg/obcs/exf
199      - exf_getffieldrec.F: add a few ". _d 0" and
200                            add code to catch the case fldperiod = 0.  
201      - obcs_precribe_read.F: change if statements so that they match
202                              the variable type (_RL)
203      - add a separate exf_iprec_obcs to exf_set_obcs (by default equal to
204        exf_iprec) as part of namelist EXF_NML_01
205    o pkg/mdsio:
206      - read/write tiled (local) files: read/write 1-level tile chunk at a time
207        (instead of segment of length sNx); expected to speed up tiled IO.
208    o pkg/exch2:
209      - take buffer copy from/to array out of S/R exch2_send/recv into new
210        S/R exch2_put/get ; Exch of local variable now works with MPI+MTH
211        (tested by removing commom block statement in SOLVE_FOR_PRESSURE.h).
212      - ad version of send/recv no longer needed (but needs exch2_ad_put/ad_get)
213      - simplify argument list of S/R exch2_get_uv_bounds and exch2_get_scal_bounds
214        (which replaces exch2_get_recv_bounds & exch2_get_send_bounds) by
215        including Topology header file (and common blocks).
216      - implement EXCH_IGNORE_CORNERS in scalar exchange (rx1);
217        remove 2nd exch call in exch2_s3d_rx (no longer needed).
218      - document S/R arg. list (+ update some comments)
219    o pkg/seaice:
220      - added SEAICE_CLIM_AIR code, which permits modulation of surface air
221        temperature and humidity over sea ice based on climatological values.
222      - clean up computation of Hibler+Bryan (1987) stress coupling for the case
223        of LSR (this change is expected to change the results slightly because now
224        it uses slightly difference moduli from the second last LSR solution, but
225        that is more consistent with the stress computations; this part of the code
226        is not tested in the verification experiments)
227      - fix diagnostics for flux of ice in case of B-grid
228      - turn strain rates eij and press into global fields within global
229        common block in SEAICE.h for more straighforward diagnostics
230      - fix diagnostics for principal stress components, press, zeta, eta
231        to give something meaning full
232    o change tiling of global_ocean.cs32x15 (12 tiles, 32x16) and generate
233      new output (all 4 tests) using default rotationPeriod.
234    o pkg KPP:
235      - add flag (LimitHblStable) to avoid limiting BL depth under stable conditions
236      - fix vertical indices in RI_IWMIX (match between KPP grid from 0 to Nr+1
237        and normal grid from 1 to Nr)
238    o Fix computations of L4rdt in mom_calc_visc.F
239    o eesupp:
240      new S/R ALL_PROC_DIE (like EEDIE, without irrelevant threads err msg):
241      should be called before a "stop" if we know that all process are going
242      to stop; if one Proc does call this S/R, will hang in MPI_FINALISE.
243    
244    checkpoint61o
245    o pkg/exch2: change check_depths to issue just a warning (instead of error+stop)
246    o model/src/ini_curvilinear_grid.F:
247       compute angleSin/CosC when they are not read from a file
248    o pkg/seaice:
249       add pseudo time stepping for LSOR
250    o pkg/exch2:
251       temporary fix for exch2_s3d_rx; update results of exp. hs94.cs-32x32x5.impIGW
252    o pkg/seaice:
253       Adding separate sea ice albedo, drag coefficients, and HO in Southern
254       Ocean from those in Arctic Ocean.  See *_south in SEAICE_PARAMS.h
255    o SingleCpuIO:
256       fix bug put before chkp61n (May 11), when more than 2 MPI cpu are used.
257    o pkg/seaice:
258       put exchanged variable in (local) common block for MPI+Multi-Threads
259       to work (necessary with exch1, and for now with exch2 too).
260    o verification: to get more experiments tested with mpi, mth and mpi+mth,
261      change tiling of:
262       aim.5l_Equatorial_Channel, aim.5l_LatLon, dome, exp4, global_ocean.90x40x15,
263       hs94.cs-32x32x5, MLAdjust, offline_exf_seaice & tutorial_plume_on_slope
264      update output of exp:
265       exp4, global_ocean.90x40x15(+.dwslp), MLAdjust(all 5),
266       tutorial_plume_on_slope and hs94.cs-32x32x5 (use default rotationPeriod)
267      + ideal_2D_ocean: use default rotation period + test Global_Sum_SINGLECPU
268                       (note: output.txt generated on faulks using only 1 tile)
269    o eesupp & mdsio (SingleCpuIO):
270     - remove MISSING_TILE_IO (from MDSIO_OPTIONS.h), replaced by run-time
271       parameter "W2_useE2ioLayOut" (read from file "data.exch2").
272       Note: was not effective for globalFile & useSingleCpuIO=F; now fixed.
273     - move MDSIO_SCPU.h (pkg/mdsio) to EEBUFF_SCPU.h (eesupp/inc).
274     - fix GLOBAL_SUM_SINGLECPU when using Exch2; re-use same buffers and same
275       gather/scatter S/R as with SingleCpuIO (=> 1 less 2D global RL array).
276    o pkg/exch2:
277     - new code to set-up W2-Exch2 topology (replace matlab-topology-generator):
278       read parameter file "data.exch2" if it exists; otherwise try default regular
279       cube without blank-tile; new header file "W2_EXCH2_SIZE.h";
280     - update matlab-topology-generator (exch2_setup_cs6_print.m) to be compatible
281       with new code (not to be used, just as a backup solution).
282     - add examples (e.g., for lat-lon-cap_120) of parameter file "data.exch2"
283       in utils/exch2/input.
284    
285    checkpoint61n
286    o eesupp & mdsio (SingleCpuIO):
287      - move mapping to global io-buffer inside gather_2d/scater_2d: this save
288        memory (1 less 2D global RL array); skip 1 buffer copy; and only send/
289        receive real*4 array (instead of real*8) to read/write 32.bit files.
290        (new template for gather_2d/scater_2d, new set of S/R MDS_PASS_R4,8toRL,S
291         and remove new mapping S/R)
292    o pkg/mdsio: in preparation for topology-generator within pkg/exch2:
293      - Change declaration of SingleCpuIO buffer, reduced to only 1 dim.:
294        xyBuffer_size, which is set to W2_ioBufferSize from W2_EXCH2_PARAMS.h
295        when using exch2. Add S/R to map global io-buffer to global model array.
296      - uses exch2_global_Nx,y instead of exch2_domain_nxt,nyt.
297    
298    checkpoint61m
299    o write_utils : change WRITE_1D_R8 to WRITE_1D_RL
300      and add 3 other S/R for other types (R4,R8,RS).
301      Change calls to WRITE_0D/1D_R[4,8,S,L] to match the type of argument.
302    o eesupp/inc/CPP_EEMACROS.h (EXCH & GLOBAL_SUM/MAX macros):
303     - ensure suffix (_R4,_R8,_RS,_RL) correspondance between macro and S/R ;
304     - reduce number of macro definitions (keep only those which are used);
305       can always call directly the corrresponding S/R if needed.
306     - everywhere in the code: change macros (EXCH & GLOBAL_SUM/MAX) suffix
307       _R4/_R8 to _RS/_RL when applied to _RS/_RL variable.
308     Fixed wrong type of arg in:
309       atm2d/put_ocnvars.F cheapaml/cheapaml.F ocn_compon_interf/ocn_apply_import.F
310       ctrl/ctrl_map_ini_ecco.F seaice/seaice_do_diags.F seaice/seaice_model.F
311     To fix: global_sum of var in common block is wrong (multi-threaded) in:
312       dic/dic_atmos.F ebm/ebm_area_t.F ebm/ebm_zonalmean.F sbo/sbo_calc.F
313     To fix: aim_v23/aim_do_co2.F (BARRIER & GLOBAL_SUM within bi,bj loops)
314    o adjustment.cs-32x32x1: test "blank tiles" when compiling with mpi; 2nd
315      "nlfs" mpi test is going to stop when checking for unconnected tile egdes.
316    o eesupp/src: new S/R to stop everyone when 1 (or more) Proc. find an error
317    o pkg/exch2: new S/R EXCH2_CHECK_DEPTHS to check that unconnected tile
318      edges are closed (zero depth); might happen with "blank tiles";
319      for now, disabled if using OBCS.
320    o tools/gemake2: delete modifs from March 27-29 2009 (with option "-mpi":
321      link *_mpi files from "MODS" dir) to return to a strait-forward behavior.
322    o move read_write.F to write_utils.F ; new parameter (maxLengthPrt1D)
323      to reduce length of 1.D array print in STDOUT.
324    o adjustment.cs-32x32x1: changed to oceanic test with 1 continent
325      + use 48 tiles (16x8): this will allow to test "blank tiles".
326    o start to test MPI + multi-threaded (change testreport to skip tests
327      where number of tiles do not match).
328    o genmake2: add option "-omp" to turn on Open-MP ;
329      passed to testreport (if using -mth) ; merge few (*+mth) optfiles.
330    o pkg/exch2 (+ utils/exch2): ignore blank tiles (instead of removing them)
331      and keep the original tile numbering. Note: compatible with old
332      W2_EXCH2_TOPOLOGY.h & w2_e2setup.F topology files.
333    
334    checkpoint61l
335    o Overlaps had been forgotten in calculating ijk keys : fixed
336    o fix cyrus makedepend for gcc 4.4
337    o experiment fizhi-cs-aqualev20:
338      switching to new version of S/R GETPWHERE (#define TRY_NEW_GETPWHERE)
339      and generate new output. Note: new output is much closer to the old
340      one (v1.8) generated with pgf77 -O2 on Mar 14 2007 than it is from
341      the previous one (v1.9) generated with pgf77 -O0 on Jun 13 2007.
342    o pkg/fizhi:
343     - change to avoid indices going deliberately over array-bounds
344     - remove unnecessary MPI stuff
345     - perpetual spring equinox with "#define FIZHI_USE_FIXED_DAY"
346     - new version of S/R GETPWHERE available with #define TRY_NEW_GETPWHERE:
347       does not go over array-bounds and therefore returns reliable output.
348     - in fizhi_driver.F & fizhi_turb.F, fix "get_alarm" calls:
349       this S/R has 4 output arguments, which are used inside "get_alarm";
350       when it is called with the same variable "ndum" in place of several
351       output arguments, this produces weird side effect inside "get_alarm"
352      (e.g., datein=dates(n) is overwritten by timein=times(n) since both
353       datein & timein, resp. 2nd and 3rd arg., are pointed to the same "ndum"
354       address) and produces error.
355    o tools/gemake2: (March 27-29 2009)
356      with option "-mpi": link *_mpi files from "MODS" dir (this is what
357      testreport does).
358    o lab_sea experiment: change from 2x1 tiles to 2x2 tiles and regenerate output
359    o pkg/seaice: fix bug in new version of S/R SEAICE_LSR.F:
360       update lab_sea.lsr & lab_sea.salt_plume results
361    o pkg/seaice:
362      Major overhaul of the LSOR solver: change discretization from original
363      finite differences to finite volume. The old routine is still in the
364      file seaice_lsr.F and can be turned on with the CPP-flag
365      SEAICE_OLD_AND_BAD_DISCRETIZATION
366      Along with this change, the discretization of the strain rates is changed.
367      The same flag turns on the old discretization in seaice_calc_strainrates.F
368      All verification experiments with seaice are affected (except for
369      seaice_exf_offline); global_ocean.cs32x15/input.icedyn recovers the old
370      results by setting the above flag.
371      Further changes involve changes in defaults:
372      - ALLOW_FLOODING is defined and turned on by default
373      - SEAICEadvSnow = .true. is now the default
374      - SEAICEadvSalt = .true. is now the default
375      - SEAICEadvAge  = .true. is now the default
376      - SEAICE_clipVelocities  = .false. is now the default
377                                         (as per J. Zhang's recommendation)
378      - B-grid, and thus not tested: SEAICE_TEST_ICE_STRESS_1/EXPLICIT_SSH_SLOPE
379        is defined, SEAICE_TEST_ICE_STRESS_1 is renamed into SEAICE_BICE_STRESS
380      - seaice_growth: replace computation of UG by a simple copy from wspeed
381    
382    checkpoint61k
383    o pkg/seaice: a few bug fixes mostly concerning the metric terms:
384      seaice_lsr: fixed a few metric terms,
385                  affects lab_sea.lsr, lab_sea.salt_plume, seaice_obcs
386                  add more debugging diagnostics
387      seaice_evp: removed superfluous many metric terms of FV discretization
388                  of stress divergence
389                  affects lab_sea, lab_sea.hb87
390      seaice_ocean_stress: removed superfluous many metric terms of FV discretization
391                  of stress divergence for non-evp solver
392                  (this part is not tested anywhere)
393      seaice_calc_strainrates: fixed a bug in no-slip boundary conditions,
394                  they were effectively only half slip
395                  affects lab_sea.hb87
396      updated all relevant verification experiments (except lab_sea//output_adm.txt
397        which was left over, but fails at level 7 & 6)
398    
399    checkpoint61j
400    o pkg/seaice: turn a few hard wired parameters into run time parameters
401    o pkg/seaice/exf/monitor: turn netcdf coordinate variable T into model
402      time in seconds as promised by the usints in seaice_monitor and exf_monitor
403    o pkg/mnc: fix the coordinate variables for multi-tile curvi-linear grids
404      that are not cubed-sphere grids
405    o pkg/seaice: fix a bug for the rare case of SEAICE_VECTORIZE_LSR
406    o pkg/ctrl:
407      fix bug in ctrl_depth_ini.F (EXCH_XYZ was applied to 2-D field xx_r_low)
408    o non-hydrostatic (calc_gw.F):
409      fix viscA4 on CS-grid + fix diagnostics: Wm_Diss & Wm_Advec
410      update output of exp. global_ocean.cs32x15.viscA4
411    o remove backward compatibility for thetaMin,phiMin
412      (replaced by xgOrigin,ygOrigin on Jan 27, 2009)
413    o pkg/exf: fix a serious bug in exf_set_uv.F: do a rotation of the
414      interpolated wind field not only for curvilineargrid=.true., but also
415      for a rotated grid (rotateGrid=.true.)
416    o pkg/exf: add capability to bypass interpolation for runoff
417      by setting yet another CPP-flag
418    o eesupp/src, B-grid exchange:
419      add simple (6 tiles, non MPI) CS exch + standard interface S/R.
420    o autodiff
421      new CPP option ALLOW_TAMC_SINGLEPREC_COMLEV
422      allows to switch to single-prec common blocks;
423      corresponding switch occurs in tamc.h, integer isbyte
424      TAF store directivs "byte" and "kind" seem equivalent;
425      Most tamc.h have been updated correspondingly.
426    
427    checkpoint61i
428    o autodiff:
429      fix autodiff_sore/_restore indices for obcs
430      (spotted by I. Hoteit, M. Mazloff)
431    o pkg/autodiff, pkg/ctrl:
432      Add flag to reduce all tapelev I/O to single-prec.
433      In data.ctrl set
434        doSinglePrecTapelev = .TRUE.
435    o model/src/ini_curvilinear_grid.F, new grid-file format without EXCH2:
436      check in hack for SX8 compiler (for dxV, dyU); remove it afterwards.
437    o pkg/shelfice: fix bug with SHELFICEconserve flag, prepare for
438      real fresh water flux (not yet)
439    o pkg/mdsio & rw:
440     - add argument & option to S/R MDS_WRITEVEC_LOC (avoid Open/Close & write-meta)
441     - add simple interface S/R to MDS_WRITEVEC_LOC in pkg/rw: WRITE_GLVEC_RX.
442    o pkg/flt:
443     - replace FLT_INIT by 3-steps standard initialization S/R: readparms,
444       init_fixed & ini_varia.
445     - clean-up & simplify linear interpolation S/R:
446       move flt_bilinear.F -> flt_interp_linear.F ; add arg. myThid.
447     - fix some indices (mainly vertical index) ; add IMPLICIT NONE.
448     - more efficient I/O, using new options of MDS_WRITEVEC_LOC S/R.
449     - add vert. coordinate & horiz. indices to output files.
450     - change vertical position in initial condition, from index to depth [m].
451     - store horizontal (decimal) indices i,j in common block (instead of coord. x,y)
452       (easier to get to a curvilinear grid) ; delX,delY no longer used.
453    o pkg/ggl90: a few modifications:
454     - fix bottom boundary condition, and interpolation of KappaE
455       near top and bottom
456     - use same set of viscosity/diffusivity for TKE/momnetum/tracer
457     - add smoothing option as in Blanke and Delecluse (1993) (--> ALLOW_GGL90_SMOOTH)
458     - add a few options for mixing-length upper limit (--> mxlMaxFlag)  
459    o rename thetaMin,phiMin -> xgOrigin,ygOrigin
460      (maintain temporary backward compatibility, until next checkpoint)
461    
462    checkpoint61h
463    o pkg/diagnostics with "periodic averaging diagnostics":
464      fix S/R DIAGNOSTICS_COUNT ; hack diagnostics_out.F to get NetCDF output.
465    o pkg/my82: add missing "_d 0" ; update output of exp. vermix.my82
466    o pkg/obcs: fix loop ranges for balancing code
467    o pkg/flt:
468     - improve criteria for finding which tile owns a float.
469     - fix FLT_EXCH for case without MPI ; apply cyclic BC + fix also the MPI case.
470    o Add well-mixed CO2 box in aim_v23 (which includes changes in pkg
471      aim_compon_interf, ocn_compon_interf, gchem, and dic to get coupling
472      with ocean biogeo)
473    o pkg/flt:
474     - do some cleaning and fix the restart ;
475     - add output.txt in flt_example/results to get this pkg tested.
476    o genmake2: add an EXTENDED_SRC option and flag.
477       for now, cannot be turned on on command line (only through genmake_local)
478    o pkg/mdsio: read/write vector:
479     - singleCpuIO: fix RL/RS in MDSWRITEVECTOR by calling new S/R MDS_BUFFERtoRL/RS
480     - singleCpuIO=F: fix arrType & filePrec & _BYTESWAPIO in both MDSREADVECTOR
481       & MDSWRITEVECTOR by calling new S/R MDS_RD/WR_VEC_RL/RS.
482     - affects gradient of test-exp "bottom_ctrl_5x5" (not due to _BYTESWAPIO)
483      (drop to 4 digits matching for grad). But this test does not look very
484      reliable (was already failling on eddy, fc5, at 6.digits). Update output.
485    
486    checkpoint61g
487    o pkg/flt:
488      - move FLT_CPPOPTIONS.h to FLT_OPTIONS.h (standard name)
489       + make OPTIONS file more standard.
490      - rename S/R MDSREADVECTOR_FLT to FLT_MDSREADVECTOR (to mach src file name)
491      - fix _BYTESWAPIO CPP-Flag
492      - standard reading of file-parameter "data.flt"
493      - fix argument list of S/R FLT_RESTART
494      still need to fix _BYTESWAPIO in pkg/mdsio/mdsio_writevector.F
495    o pkg/obcs: fix a CPP-flag, bug reported by Jeff Blundell
496    o gather_2d.F/scatter_2d.F: suppress vectorisation on NEC SX in respond to
497      a still unfixed compiler/optimization bug
498    
499    checkpoint61f
500    o pkg/seaice, LSR solver: fix bug in GLOBAL_MAX calls ;
501      update results of global_ocean.cs32x15.icedyn test.
502    o move getcon.F from model/src to pkg/fizhi.
503    o pkg/exf: add parameter for extrapolation of temp up to the surface
504       and option to prevent negative evap (in bulk_largeyeager04 only).
505    o Prather Advection scheme: fix tracer conservation for divergent flow
506      (e.g., when using NonLin Free-Surface).
507    o kpp: retire KPPmld diagnostics --> use MXLDEPTH instead
508    o gmredi (Visbeck-variable-K):
509     - add more parameters to Visbeck-variable-K.
510     - use a 5 points average for dSigmaR in Visbeck-K calculation
511       (more "homogenous": same stencil and same weights as in dSigmaH)
512     - update output of ideal_2D_oce experiment.
513    o fix CPP-flag REAL4_IS_SLOW, when _RS expands into real*4
514      (#undef REAL4_IS_SLOW)
515     - pkg/mnc/mnc_cw_cvars.F: write _RS-grid variable as netcdf-real*4
516       coordinate variable
517     - pkg/monitor/monitor.F: call mon_printstats_rs for _RS variables
518       (surface forcing fields), removes some of the functionality
519     - model/src/write_grid.F: write _RS variables as RS-netcdf variables
520     - model/src/diags_oceanic_surf_flux.F: fix a few diagnostics, but
521       probably not all: copy _RS surface flux fields to RL field before
522       calling DIAGNOSTICS_FILL
523     - model/inc/CPP_EEMACROS.h: make the _EXCH_*_RS macros expand into
524       real*4 (CALL EXCH_*_RS) versions.
525     - tested in 2 experiments: inverted_barometer & solid-body.cs-32x32x1
526       (generate new output).
527    
528    checkpoint61e
529    o gmredi (Visbeck-variable-K):
530      - fix the "OLD_VISBECK_CALC" option + move the #undef to GMREDI_OPTIONS.h
531      - change computation of Visbeck-K where Slope > Smax :        
532        now: N*min(Slope,Smax) (similar to OLD_VISBECK_CALC with gkw91 taperFct)
533        previously was: M*sqrt(min(Slope,Smax)) ; update ideal_2D_oce output.
534    o bottom-drag in P-coord.: change units of bottomDragLinear & bottomDragQuadratic
535      to be the same as with Z-coord. (i.e., m/s & no-units respectively).
536    o calc_viscosity: fix index range (was wrong for CD-Scheme & explicit Visc)
537    o pkg gmredi, linear & fm07 tapering: put an upper limit on Slope^2 so that Kwz
538      does not become too large (to avoid precision problems in implicit-diffusion
539      solver); update ideal_2D_oce output.
540    o pkg ggl90:
541      - in ggl90_cal.F: compute only one set of visc/diff, used to
542        step forward TKE/T/S/momentum
543      - default value of GGL90viscMax/GGL90diffMax larger and equal (to
544        have Prandlt =1)
545    o gmredi (fm07):
546      - add lower limit on Transition layer thickness + lower limit on 1/lambda
547      - allow to set few more params from data.gmredi
548    o pkg ggl90:
549          - add missing sqrt(2) factor in computation of mixing length
550            scale in ggl90_calc.F
551            (see Eq. (2.35) in Blanke and Delecluse, JPO, 1993)
552    
553    checkpoint61d
554    o adjoint modifs
555      - adapt to new field rhoInSitu
556      - allow to revert from StoreDynVars2D, StoreDynVars3D
557        to individual fields
558        (switches AUTODIFF_USE_OLDSTORE_2D, AUTODIFF_USE_OLDSTORE_3D)
559    o store 3-D (in-situ) density in commom block (DYNVARS.h)
560     - save 1 rho computation.
561     - no longer modify T & S inland when using down_slope pkg.
562    o gad_som : allow to switch to SOM advection for T & S without corresponding
563      pickup files (using new S/R: MDS_CHECK4FILE).
564    o keep removing _BEGIN/_END_MASTER between MDSIO S/R call
565      (for useSingleCpuIO to work in multi-threaded)
566    o pkg/shelfice:
567     - disentangle parameters: retire shelfIceFile in data/PARM05 and substitute
568       with SHELFICEtopoFile in data.shelfice
569     - move code for reading ice shelf topography and modifying hFacC into separate
570       subroutines of the shelfice package
571     - separate initialisation of "fixed" and "variable" variables
572     - kTopC is not (yet) replaced by kSurfC, although this is possible
573    o fix broken diagnostic SIatmFW and changed the units from m/s to kg/m^2/s
574    o add initialisation of deepFac if using Pcoords (new S/R set_grid_factors)
575      and rename:
576      ini_phiref.F          --> set_ref_state.F  (+ set anelastic factors)
577      ini_reference_state.F --> load_ref_files.F (- set anelastic factors)
578    o change FIND_RHO_SCALAR : return rho (instead of rho - rhoConst)
579    
580    checkpoint61c
581    o add option ALLOW_ADDFLUID and run-time selector "selectAddFluid"
582      to add mass source/sink of fluid in the interior (3-D generalisation
583      of oceanic real-fresh water flux).
584    o pkg/monitor: fix recip_dr argument in mon_advcflw2 call (-> advcfl_W_hf_max)
585    o vermix test experiment: switch from LINEAR EOS to MDJWF (not tested before)
586    o new pkg: down_slope
587      density-driven downsloping flow parameterisation (Tellus, 1999, 412-430).
588      - presently, modify T & S inland (dwnslp_calc_rho.F).
589        can be avoided if rho was stored in common bloc and used in calc_phi_hyd.
590      - implementation for ocean in P-coords not tested.
591      - add secondary test to global_ocean.90x40x15 (input.dwnslp) to check this pkg.
592    o move kSurfC,kSurfW & kSurfS from SURFACE.h to GRID.h (next to kLowC)
593      (to facilitate conversion of oceanic pkg to p-coordinate).
594    o change FIND_RHO to FIND_RHO_2D :
595      pass arguments tFld & sFld as local (tile) 2D-arrays ; +fix EOS_CHECK.
596    o new pkg: cheapaml
597    
598    checkpoint61b
599    o exch2:
600      change index bounds in rx2_cube exchanges (new S/R: EXCH2_GET_UV_BOUNDS)
601      - no longer depend on the order sequence (N,S,E,W).
602      - 3rd exchange no longer needed (tested with 24 tiles).
603      - same modif to hand-written adjoint S/R (global_ocean.cs32x15: zero diff)
604      - exch_UV_A-grid readily available (but not yet tested).
605      comment out 3rd exch call and remove copy of V to U at SE & NE face-corners
606      (both are no longer needed) in exch_uv: no effect in forward run; but
607       get truncation error differences with adjoint exch.
608    o exch2:
609     - change index-bounds storage (moved from target to local tile,
610       more intuitive this way) ; rename/remove some variables.
611     - change utils/exch2/matlab-topology-generator & code_mods accordingly.
612    
613    checkpoint61a
614    o exch2/matlab-topology-generator:
615      fix bug in index bounds for N-S internal exchange (hard to tell if this
616      had any effect on the solution).
617    o pkg/mnc: small fix in mnc_handle_err: make sure that length of msgbuf
618      is exceeded
619    o testreport: modify syntax of awk, so that it works also with
620      awk, and not only with nawk and gawk
621    
622    checkpoint61
623    o autodiff
624      Change default for TAF usage by removing argument '-nonew_arg'
625      This changes TAF subroutine argument list (ordering of active var.)
626      Omission of this flag leads to incompatibility w.r.t. TAMC
627      To restore TAMC-compatibility, need following modifs:
628      * use adoptfile tools/adjoint_options/adjoint_tamc_compatibility
629      * use CPP option #define AUTODIFF_TAMC_COMPATIBILITY
630      Tested TAF version is 1.9.22
631      N.B.: exch2 hand-written adjoint code currently not TAMC compatible
632    
633    checkpoint60
634    --->>> This is the last checkpoint for which generating the adjoint
635    --->>> is done via the TAMC-compatibility TAF-flag "-nonewarg"
636    --->>> by default.
637    --->>> Future checkpoints will ommit this flag by default.
638    o pkg/generic_advdiff, os7mp: simplify and avoid division by zero.
639    o pkg/grdchk: Add gradient check to etan0 perturbations.
640    o pkg/exf: read ice area from file (#ifdef ALLOW_ICE_AREAMASK).
641    o pkg/autodiff: more flexibility in zeroadj.
642      model/src: modifying do_oceanic_phys.F accordingly.
643    o pkg/ctrl: Bounds for (kapgm,kapredi,eddypsi) parameter estimation.
644    o model/src and pkg/gmredi: GMREDI_WITH_STABLE_ADJOINT CPP option
645      special setup of gmredi for which the adjoint is stable
646      enough for parameter optimization.
647    o bridging the gap between eddy stress and GM.
648      -> eddyTau is replaced with eddyPsi (eddyTau = f x rho0 x eddyPsi)
649          along with a change in CPP option (now ALLOW_EDDYPSI).
650      -> when using GM w/ GM_AdvForm:
651          The total eddy streamfunction (Psi = eddyPsi + K x Slope)
652          is applied either in the tracer Eq. or in momentum Eq.
653          depending on data.gmredi (intro. GM_InMomAsStress).
654      -> ALLOW_EDDYPSI_CONTROL for estimation purpose.
655      The key modifications are in model/src/taueddy_external_forcing.F
656      pkg/gmredi/gmredi_calc_*F pkg/gmredi/gmredi_*transport.F
657    
658    checkpoint59r
659    o new S/R (pkg/mdsio/mdsio_facef_read.F) reading of sNx+1 x sNy+1 array
660      from per-face file (take S/R READSYMTILE_RS out of ini_curvilinear_grid.F);
661      fix option to read coriolis(@ cell-corner) from files with CS-grid.
662    o pkg/mnc: add some attributes to standard 1D-coordinate variables
663    o pkg/diagnostics: enforce missing_value attribute for scalar variables at
664      mass points, when using mnc for output
665      - add runtime parameter (missing_value, missing_value_int) to override
666        default (which is the value of getcon('UNDEF'))
667    o pkg/mnc: prepare mnc for the actual use of missing values with the
668      diagnostics package: small fix in mnc_cw_readwrite.template and more
669      initialisation of never used fields
670      - replace mnc_common.h and mnc_id_header.h with corresponding upper case
671      versions
672    o pkg/thsice/thsice_ini_vars.F added default initial values so that
673      thermodynamics sea ice solver does not blow up when some initial fields
674      are missing.
675    o move from external_forcing_surf.F to ini_forcing.F
676      the p-coord. hack consisting in using pLoad to set phi0surf ;
677      update output of tutorial_global_oce_in_p (affected @ truncation level).
678    o Freshen up a bit hs94.1x64x5, notably:
679      remove rotationPeriod and tRef=5*0. (adjoint only), and add
680      exactConserv=.TRUE.
681    o pkg/generic_advdiff:
682      change option GAD_ALLOW_SOM_ADVECT to GAD_ALLOW_TS_SOM_ADV which only
683      applies to files where Temperature & Salinity 2nd Order moments are used.
684    o pkg/ptracers: add second-order moment advection schemes (80 and 81);
685      this uses a dynamically allocated internal state data structure
686      (#define PTRACERS_ALLOW_DYN_STATE in PTRACERS_OPTIONS.h)
687      and requires a fortran 90 compiler
688    
689    checkpoint59q
690    o pkg/mom_vecinv: Add energy & enstrophy conserving scheme (selectVortScheme=3)
691       (from Sadourny, described by Burridge & Haseler, ECMWF Rep.4, 1977)
692    o Refresh tutorial_global_oce_biogeo, notably:
693      - change bathymetry (put back seamounts in ACC, use hFacs)
694      - change EOS (POLY3 --> JMD95Z)
695      - use Bryan-Lewis vertical diffusivity
696      - use multidimensional advection
697      - remove old virtual virtual in dic pkg, now done through ptracer pkg
698      - change a couple of parameters in dic pkg
699    o pkg/ctrl: change formula in adctrl_bound.F and add a parameter to ctrl_map_ini_gen.F
700    o pkg/obcs: change default to OBCSfixTopo = .true.,
701      - set OBCSfixTopo=.false. in exp4/input/data.obcs to reproduce old result
702      - replace "debugMode" with "debugLevel .GE. debLevB"
703    o implementation of TAF directives for gchem,cfc,dic
704    o remove "exp5" (replaced by tutorial_deep_convection).
705    o pkg/obcs: add code to fix topography gradients normal to open boundaries;
706      this requires computing the index fields OB_Jn/Js/Ie/Iw in obcs_readparms;
707      the code can be turned on by setting OBCSfixTopo = .true. in data.obcs
708      --> changes results in exp4, seaice_obcs
709    o tutorial_deep_convection :
710      update the set-up and increase resolution and domain size ; start
711      from pseudo initial conditions = output at t=120mn in order to see
712      something happening when running testreport.
713    o pkg/seaice: add os7mp as an advection scheme
714                  add check for advection schemes
715                  add a flag for restoring T and S underneath sea ice
716    o pkg/my82: add netcdf-support and diagnostics
717    o thsice pkg:
718      - Now hsMax limits snow height by turning it into ice following
719        flooding scheme (and now conserving energy)
720      - Slight rewriting of the formula in thsice_calc_thick.F
721      - Parameter rhowi eliminated to be replaced by floodFac = (rhosw-rhoi)/rhos
722      --> changes results of global_ocean.cs32x15.icedyn and global_ocean.cs32x15.thsice
723    
724    checkpoint59p
725    o gchem / dic / cfc :
726      - add useDIC, useCFC , read from "data.gchem" (& hold in GCHEM.h);
727      - add new parameter files: "data.dic" & "data.cfc" ;
728      - various re-arrangement in initialisation & header file ;
729      - fix tutorial_global_oce_biogeo for multi-threaded test.
730    o pkg/dic: test for "pickup_dic" file when restarting ;
731      if no pickup-file, can restart with a re-initialised pH (same as it did
732      before) providing pickupStrictlyMatch is set to False.
733    o change argument list of S/R PTRACERS_WRITE_PICKUP & MYPACKAGE_WRITE_PICKUP
734      + fix call to S/R GGL90_WRITE_PICKUP & DIC_WRITE_PICKUP
735    o add a "warning" (to Error msg file) when an Active Tracer is not using AB-2
736      and staggerTimeStep is off (needed for stability of Internal-wave dynamics).
737    o move out of PARAMS.h & data the last pieces of old-ptracer code: tauTr1ClimRelax,
738     & lambdaTr1ClimRelax ; put those 2 params in PTRACERS_PARAMS.h & data.ptracers
739       (note: not clear to me what lambdaTr1ClimRelax is still used for ...)
740    o pkg/mom_vecinv: - new parameter "selectVortScheme" to select which
741       scheme to use for vorticty-term ;
742     - compute upwindVorticity=T case within mom_vi_u/v_coriolis_c4.F
743       (with default selectVortScheme, return to original discretisation)
744     - remove weird combination (e.g.: upwindVorticity & highOrderVorticity)
745    o pkg/seaice: add a line to the summary to indicate grid type (B/C)
746    o in mom_calc_visc, fix average value of viscAh_W & viscA4_W next to the
747      bottom ; only used with variable horizontal viscosity and non-hydrostatic.
748      also fix diagnostics VISCAHW & VISCA4W.
749    
750    checkpoint59o
751    o dome/code/obcs_calc.F: avoid division by zero (detected using gfortran).
752    o change the loop ordering in most gad_*_adv_x.F to improve vectorization:
753      move a few statemens out the main loop into separate loops
754    o pkg/shelfice:
755      - sort out freshwater flux; convert freshwater fluxes to mass fluxes
756        (kg/m^2/s), does not break tests, because in verification/isomip,
757        rhoConstFresh=rhoConst (by accident)
758      - rearrange computation of tLoc, sLoc, pLoc to make code more efficient
759      - move S/R find_rho_scalar, pkg/ecco/sw_ptmp.F, pkg/ecco/sw_adtg.F into
760        new file model/src/seawater.F, so that they are available for all pkgs.
761      - convert potential temperature into in-situ temperature. This changes the
762        isomip tests => update tests
763    o add a flag writePickupAtEnd (default=true) to be able to suppress
764      writing a pickup at the last timestep
765    o tools/mpack-1.6 :
766      - disable automake (not working) and autoconf (not needed).
767      - update to version 1.6.4 which fix MD5 code on some 64 bits platforms
768        also cleaner with much less compilation warnings.
769    o pkg/profiles:
770      rename profiles_interp_mean_genericgrid as profiles_interp_mean_gg
771      (for "less than 32 characters name" compiler requirement)
772    o pkg/obcs and pkg/exf: added capability to specify seaice open boundary
773      conditions that have a different sampling frequency than S/T/U/V obcs
774    o pkg/diagnostics (stats-diags):
775      - fix global Min/Max in case 1 processor get only empty tiles
776    o genmake2: replace (4 times)
777         make genmake_tc_1.o >> genmake_warnings 2>&1
778      with
779         COMM="$CC $CFLAGS -c genmake_tc_1.c"
780         echo $COMM >> genmake_warnings
781         $COMM >> genmake_warnings 2>&1
782      to make genmake2 always see the value of CC as specified in the optfile.
783    o generic_advdiff: - prather advection scheme (SOM) coded for CS-grid.
784      - add diagnostics for 1srt & 2nd Order moments and sub-grid variance.
785      - modify verification advect_cs test to test SOM-advection on CS-grid.
786    o pkg/ctrl:
787      - Rewrite of ctrl_map_ini_ecco.F,
788        introducing a generic routine (ctrl_map_ini_gen.F).
789      - Modification of ctrl_bound/adctrl_bound handling control vector bounds.
790    
791    checkpoint59n
792    o pkg/diagnostics: for large number of diagnostics, store diagnostic mate
793      number in dedicate array "hdiag":
794      - new version of S/R DIAGNOSTICS_ADD2LIST : DIAGNOSTICS_ADDTOLIST
795        with 1 more argument (mate number); modify old version DIAGNOSTICS_ADD2LIST.
796      - many small changes (integer format) for large number of diagnostics
797      - start to use DIAGNOSTICS_ADDTOLIST (necessary for diagnostics with
798        a counter mate) in pkg diagnostics, ptracers, thsice & aim_v23.
799    o add parameter rotateGrid and Euler angles EulerPhi/Theta/Psi. For
800      usingSphericalGrid, this allows to define the rotated grid coordinates
801      via phiMin/thetaMin/dxSpacing/dySpacing, etc., but then re-compute the
802      geographical coordinates according to the inverse of the rotation defined
803      by the Euler angles, so that Coriolis parameter and online-interpolation by
804      exf works with the geographical coordinates on XC/YC/XG/YG.
805      Naturally, this feature does not work with all packages, so some
806      combinations are prohibited in config_summary (flt, flt_zonal, ecco,
807      profiles), because there the coordinates are assumed to be regular
808      spherical grid coordinates.
809    o pkg/gmredi,ctrl,ecco,autodiff,grdchk and model/src,inc:
810      - introduce isopycnal diffusion coefficient control.
811    o tools/adjoint_options:
812      - additional control vector components.
813  o pkg/mnc: have mnc create marginally meaning full coordinate variables  o pkg/mnc: have mnc create marginally meaning full coordinate variables
814    (that is the grid indices) if usingCurvilinearGrid and NOT EXCH2    (that is the grid indices) if usingCurvilinearGrid and NOT EXCH2
815  o pkg/mypackage:  o pkg/mypackage:
# Line 1973  o add two new packages Line 2779  o add two new packages
2779    - my82 (Mellor and Yamada, 1982) level 2 turbulence closure scheme    - my82 (Mellor and Yamada, 1982) level 2 turbulence closure scheme
2780    - these scheme operate in a similar manner as KPP (without ghat, of    - these scheme operate in a similar manner as KPP (without ghat, of
2781      course), however there is only one diffusivity that is used for both      course), however there is only one diffusivity that is used for both
2782      temperature and salinity (and passive tracers)ç      temperature and salinity (and passive tracers)
2783  o add offline package  o add offline package
2784  o add "verification/dic_example" which contains a dic-gchem-ptracer setup  o add "verification/dic_example" which contains a dic-gchem-ptracer setup
2785    provided by Stephanie Dutkiewicz    provided by Stephanie Dutkiewicz

Legend:
Removed from v.1.950  
changed lines
  Added in v.1.1169

  ViewVC Help
Powered by ViewVC 1.1.22