/[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.1234 by jmc, Fri Mar 5 00:44:21 2010 UTC revision 1.1287 by mlosch, Mon Aug 2 10:34:13 2010 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/dic:
8      - small bug fix in insol for the unlikely case of a cartesian grid
9      - towards vectorizing the dic package: bio_export.F, car_flux.F, phos_flux.F
10        + now vectorize, which also removes adjoint recomputations;
11        + replace integer maksp1 by _RL maskp1
12    
13    checkpoint62i (2010/07/21)
14    o pkg/flt:
15      - with OBCS: stop floats which enter the OB region
16    o model/src:
17      - use tempVertAdvScheme & saltVertAdvScheme (instead of horizontal ones)
18        for implicit vertical advection.
19    o pkg/seaice:
20     - account for melting in seaice age evolution.
21     - remove double counting of seaice ridging effect on seaice age.
22    
23    checkpoint62h (2010/06/18)
24    o pkg/exch2:
25     - remove exch2_*xy_rx files: call was replaced with exch2_*3d_rx(myNz=1).
26    o tools/genmake2
27      - remove "-pdefault" option: redundant with the use of "packages.conf";
28      - remove file pkg/pkg_default : set the default as a pkg group
29        ("default_pkg_list") defined in pkg/pkg_groups;
30      - fix for case pkg/pkg_depend is missing (was hanging before);
31      - add option "-pgroups" to specify a different pkg_groups than the default.
32    o verification/adjustment.cs-32x32x1:
33       add a "minimal" set-up test (code_min & input_min) which only compiles
34       eesupp/src and the 2 pkgs (exch2 & debug) which don't need model/src & inc.
35    o tools/genmake2
36      - extend pkg_depend rules to model & eesupp (e.g., if model depend on [pkg]))
37      - fix details of checking for mnc & profile pkg when NetCDF is unavailable.
38    o pkg/exf: merge exf_bulk_largeyeager04 into exf_bulkformulae because these
39      files are nearly the same anyway.
40      Step 1: make exf_bulkformulae look like exf_bulk_largeyeager04:
41       - redefinition of tau(i,i) (by a factor of ustar)
42       - 1./exf(Const/T) -> exf(-Const/T) (big change in the results)
43       - replace rhonil by rhoConstFresh in computation of evap (bug fix)
44       - replace u/vstress=tau*rd*ws*cw by tau*rd*u/vwind (changes results)
45       - replace
46         rd(i,j)= rdn(i,j)/(exf_one - rdn(i,j)/karman*psimh )
47         shn    = sh(i,j,bi,bj)*rd(i,j)/rdn(i,j)
48         by
49         shn    = sh(i,j,bi,bj)/(exf_one - rdn(i,j)/karman*psimh )
50         (changes results)
51       -> exf_bulkformulae v1.22,
52          update verification experiments lab_sea, offline_exf_seaice, seaice_obcs
53          (lab_sea: output.hb87.txt 1.11, output.lsr.txt 1.25, output.salt_plume.txt 1.13,
54                    output.txt 1.63
55           offline_exf_seaice: output.seaicetd.txt 1.7
56           seaice_obcs: output.txt 1.10)
57      Step 2: do the actual merge and remove exf_bulk_largeyeager04.F
58       -> exf_bulkformulae v1.23,
59          unfortunately requires updating lab_sea.salt_plume (6 matching digits),
60          and global_ocean.cs32x15.icedyn (only 11 matching digits)
61      Also update output_adm of exp. lab_sea (all 4) and offline_exf_seaice.
62    o adjoint of exch-1:
63     - pass high-level EXCH S/R through TAF (eesupp/src/exch_ad_diff.list)
64       (note: was already like this when using EXCH-2) and remove flow dir
65       and hand-written AD version of high-level EXCH S/R (pkg/autodiff);
66     - provide flow-dir for low-level exch1 S/R (eesupp/src/exch1_ad.flow);
67     - update pkg/exch2 diff list.
68    
69    checkpoint62g (2010/05/19)
70    o eesupp/src (exch-1):
71     - split exch_rx.F into Forward S/R (exch1_rx.F) and Adjoint S/R (exch1_rx_ad.F)
72       and remove argument "simulationMode"; same thing for all exch_*rx_cube.F
73       (renamed to exch1_*rx_cube.F).
74     - change accordingly exch_*_rx.template and AD version in pkg/autodiff
75       to call new exch1 S/R ; update Makefile and .cvsignore.
76     - replace call to exch2_xy_rx S/R with exch2_*3d_rx(myNz=1) (will remove
77       exch2_xy_rx later)
78      Note: after updating your code, need to run "make clean" in eesupp/src
79    o test experiment bottom_ctrl_5x5:
80       new output_adm.txt with fewer grdchk & less monitor output.
81    o model/src:
82      remove the call to ini_cori in initialise_varia.F (just keep the usual one
83       in initialise_fixed.F). More consistent with coriolis & horizontal grid
84       beeing treated in the same way (ini_grid is not called a 2nd time).
85    o pkg/exf:
86      - rewrite exf_bulk_largeyeager04.F for better vectorization, changes
87      global_ocean.cs32x15/input.icedyn (11 digits of agreement), updated
88      - fix adjoint (used worked for ALLOW_ATM_WIND defined, works for this now)
89      - cosmetic changes to exf_bulkformulae.F to make it look more like
90        exf_bulk_largeyeager04.F
91    o eesupp/src (exch-1):
92      - Fix AD EXCH code for 2-D domain special cases (Nx=1 or Ny=1).
93      - Separate buffer filling and MPI sending: allow EXCH-1 to work for local
94        array (non-shared) when using MPI+MTH. Also reduces number of BARRIER
95        (even without using MPI).
96      - Message mode: move RecvAck setting (indicator of buffer being ready)
97        from send_put to recv_get S/R (was useless before, but not sure if
98        it's much more useful now);
99      - Switch the order of sync: MPI-proc 1rst and then threads;
100      - take out spin-waiting code (#undef EXCH_USE_SPINNING), use BARRIER instead.
101      - fix AD code for communication mode ='get' (but not used).
102    o model/src:
103      initialise dPhiHydX,dPhiHydY inside calc_grad_phi_hyd.F (so that TAF does
104      not drop it in S/R mddynamics, producing NaN in hs94.1x64x5 AD-test exp).
105    o utils/matlab/rdmnc.m: adapt to be able to use the generic matlab netcdf API
106    o pkg/ctrl: require a specific set of control variables and exf-flags for
107      adjoint of seaice (stop in ctrl_check.F if conditions are not satisfied)
108    o model/src:
109     a) 1rst version of a new driver S/R to turn-off output freq and flags after the
110       1rst forward sweep, to avoid over-writing output files during recomputations
111       recomputations (& grdchk); called from cost_final.F (& ctrl_init_ctrlvar.F ?)
112     b) 2nd version:
113      - add specific pkg S/R for seaice & ptracers (called from S/R TURNOFF_MODEL_IO);
114      - switch-off more output flags (exf_monFreq, chkPtFreq, dumpInitAndLast,
115         writePickupAtEnd) + seaice & ptracers output;
116      - do not switch off MNC flags (otherwise, won't get admonitor netcdf file)
117    o model/src:
118      - new S/R rotate_uv2en_rl (..._rs) that rotates vector fields.
119    o pkg/exch2:
120      - remove "simulationMode" from arg. list of S/R EXCH2_RX1,2_CUBE ;
121      - add argument "signOption" to EXCH2_RX1_CUBE (will be needed for SM exch).
122    o pkg/autodiff & exch2:
123      process exch_uv_agrid_3d_rx.f & exch2_uv_agrid_3d_rx.f through TAF
124      (for now, only if ALLOW_EXCH2 is defined).
125    o pkg/autodiff:
126      - include PACKAGES_CONFIG.h in exch*ad.flow & exch*ad.F
127        (not supposed to be in CPP_OPTIONS.h) to get ALLOW_EXCH2 defined correctly.
128       + clean-up comments (_RS is not always real*4)
129      - fix bug in ADEXCH_UV_3D_RX (without EXCH2, was calling the forward exch S/R)
130      - add a stop in ADEXCH_UV_AGRID_3D_RX if trying to use it with EXCH2:
131        was calling a forward exch2, which is wrong ; used in SEAICE & EXF pkgs.
132    o testreport (AD-tests):
133      no longer link files from dir "../input" (1rst link files from
134      "../input_ad.[xx]" if secondary test "xx" and then from "../input_ad")
135    
136    checkpoint62f (2010/04/29)
137    o model/src/the_main_loop.F:
138      adjust store directives for seaice evp and multicategory according to
139      pkg/ecco/the_main_loop.F
140    o adjoint:
141      global_sum_ad was incomplete (noted many times by many people ;)
142      nice description by Jean U. as follows:
143      * allreduce(var) in global_sum.F can be interpreted as
144        reduce(sum) followed by broadcast of sum.
145      * The adjoint of that is
146        sum(adjoint) followed by broadcast(summed adjoint value)
147        or in other words, allreduce(sum, adjoint vars)
148      We were missing the sum(adjoint)!
149      Benign, except(!) for "global" scalars appearing in tile loops (bi,bj)
150      (noted by J.M. Campin, e.g., in cost_ssh_mean, variable offset).
151      The fix should produce 16-digit accuracy between
152      single-CPU multi-tile (e.g. nSx=2, nPx=1) and
153      multi-CPU single-tile (e.g. nSx=1, nPx-2)
154      We'll probably change this yet again shortly
155    o eesupp/src:
156      - fix global_sum_r4 (wrong from previous modif in Jun 2009; ever used ?)
157    o pkg/icefront
158      - ALLOW_SUBGLACIAL_RUNOFF option adds capability for time-evolving
159        specification of addmass array based on a 2D field, which is added
160        at bottommost wet level at each horizontal location.
161    o model/src:
162     horizontal grid initialisation (other than curvilinear): add code for Exch2 IO
163     layout; (not always compatible with delX,delY setting; commented out for now).
164    o pkg/exch2:
165     change tile to processor setting (case nSy*nPy > 1): allows default model mapping
166     (myX and myYGlobalLow) to be used for simple (1 facet, no blank tile) config.
167    
168    checkpoint62e (2010/04/15)
169    o pkg/obcs:
170      - fix wrong index in OBCS_SPONGE_V for Eastern-OB (reported by David Hebert).
171    o pkg/dic:
172      -fix bug in fe_chem.F for multi-tile (nSx*nSy > 1) set-up;
173        (note: not presently tested in any forward verification exp.)
174       update tutorial_global_oce_biogeo AD output file.
175    o pkg/exf:
176      - account for the variation of albedo as a function of zenith angle
177        by defining ALLOW_ZENITHANGLE in EXF_OPTIONS.h
178    o build_options:
179     - rename "linux_ia64_ifort+mpi_ice_nas" to "linux_amd64_ifort+mpi_ice_nas"
180    o pkg/dic:
181      change DIC atmos-CO2 box (method 3, dic_int1=3) initialisation & restart:
182      - use binary pickup file for restart;
183      - initialise atmos-CO2 box from dic_pCO2 parameter;
184      - fix multi-threaded.
185    o pkg/rbcs:
186     - clean-up RBCS code: add RBCS_OPTIONS.h file ; fix multi-threaded ;
187       change (+ fix IO calls) type of array RBC_mask from _RL to _RS.
188     - add RBCS to exp4 passive tracer 01 (rbcs was previously untested)
189       and update output.txt
190    o pkg/kpp:
191     - add diagnostics for KPP non-local flux of Temp, Salinity and pTracers;
192     - change diagnostic of KPP non-local term: output average of KPPghat*KPPdiffKzS
193       (= ratio of KPP non-local (salt) flux relative to surface-flux) when
194       using pkg/timeave & pkg/diagnostics (diag 'KPPghatK' replaces 'KPPghat ');
195     - change pkg/offline to read-in average KPPghat*KPPdiffKzS from file
196       KPP_ghatKFile (instead of the average of KPPghat from file KPP_ghatFile).
197    o pkg/offline:
198      fix bug in S/R OFFLINE_FIELDS_LOAD regarding surfaceForcing conversion factor
199      (bug was added in version 1.10 on 2007-08-23).
200    o pkg/offline:
201      - no need to specify periodicExternalForcing, etc ... to use offline pack
202      - offline input files no longer just single prec --> parameter offlineLoadPrec
203    o verification/lab_sea:
204      change AD test to multi-tile setup and update all 4 AD output.
205      NOTE: while cost function values remain very similar,
206      gradients are very different, although gradient checks are self-consistent
207      Should try to get to the bottom of this (cost function summation order?)
208    o pkg/dic:
209      in carbon_chem.F, replace log10 (AUTODIFF) with explicit form to avoid
210      a weakness of TAF that drops part of double precision in log10 derivative.
211      <= changes removed since problem has been fixed in current TAF version 1.9.71
212      update AD output of exp. tutorial_dic_adjoffline & tutorial_global_oce_biogeo.
213    o pkg/ecco:
214      add missing "_d 0" in cost_readers.F, cost_readtopex.F & cost_readtopexmean.F
215      update all 4 lab_sea AD output.
216    
217    checkpoint62d (2010/03/22)
218    o build_options:
219      remove '-r8' (and '-i4') from linux_*pgf and linux_*ifort optfiles.
220    o remove unbalanced quote (single or double) in commented line of source code
221      (may cause some warning with some preprocessor/makedepend versions).
222    o pkg/seaice:
223      fix seaice_model.F for adjoint (gael) and update AD results of experiments
224       lab_sea (std + evp + noseaicedyn) and offline_exf_seaice.
225    o testreport:
226      add option '-runonly' (short: '-ro') to just do the run part (without make).
227    o eesupp: remove JAM communication code (obsolete).
228  o add option to genmake2 & testreport to switch "_RS" type to "real*4"  o add option to genmake2 & testreport to switch "_RS" type to "real*4"
229    (if allowed in CPP_EEOPTIONS.h); update default CPP_EEOPTIONS.h and return    (if allowed in CPP_EEOPTIONS.h); update default CPP_EEOPTIONS.h and return
230    to default CPP_EEOPTIONS.h for exp. inverted_barometer & solid-body.cs-32x32x1    to default CPP_EEOPTIONS.h for exp. inverted_barometer & solid-body.cs-32x32x1

Legend:
Removed from v.1.1234  
changed lines
  Added in v.1.1287

  ViewVC Help
Powered by ViewVC 1.1.22