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

Legend:
Removed from v.1.978  
changed lines
  Added in v.1.1162

  ViewVC Help
Powered by ViewVC 1.1.22