/[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.1224 by jmc, Sat Jan 23 20:28:01 2010 UTC revision 1.1253 by jmc, Fri Apr 16 18:39:40 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 non-hydrostatic:  o pkg/exch2:
8     change tile to processor setting (case nSy*nPy > 1): allows default model mapping
9     (myX and myYGlobalLow) to be used for simple (1 facet, no blank tile) config.
10    
11    checkpoint62e (2010/04/15)
12    o pkg/obcs:
13      - fix wrong index in OBCS_SPONGE_V for Eastern-OB (reported by David Hebert).
14    o pkg/dic:
15      -fix bug in fe_chem.F for multi-tile (nSx*nSy > 1) set-up;
16        (note: not presently tested in any forward verification exp.)
17       update tutorial_global_oce_biogeo AD output file.
18    o pkg/exf:
19      - account for the variation of albedo as a function of zenith angle
20        by defining ALLOW_ZENITHANGLE in EXF_OPTIONS.h
21    o build_options:
22     - rename "linux_ia64_ifort+mpi_ice_nas" to "linux_amd64_ifort+mpi_ice_nas"
23    o pkg/dic:
24      change DIC atmos-CO2 box (method 3, dic_int1=3) initialisation & restart:
25      - use binary pickup file for restart;
26      - initialise atmos-CO2 box from dic_pCO2 parameter;
27      - fix multi-threaded.
28    o pkg/rbcs:
29     - clean-up RBCS code: add RBCS_OPTIONS.h file ; fix multi-threaded ;
30       change (+ fix IO calls) type of array RBC_mask from _RL to _RS.
31     - add RBCS to exp4 passive tracer 01 (rbcs was previously untested)
32       and update output.txt
33    o pkg/kpp:
34     - add diagnostics for KPP non-local flux of Temp, Salinity and pTracers;
35     - change diagnostic of KPP non-local term: output average of KPPghat*KPPdiffKzS
36       (= ratio of KPP non-local (salt) flux relative to surface-flux) when
37       using pkg/timeave & pkg/diagnostics (diag 'KPPghatK' replaces 'KPPghat ');
38     - change pkg/offline to read-in average KPPghat*KPPdiffKzS from file
39       KPP_ghatKFile (instead of the average of KPPghat from file KPP_ghatFile).
40    o pkg/offline:
41      fix bug in S/R OFFLINE_FIELDS_LOAD regarding surfaceForcing conversion factor
42      (bug was added in version 1.10 on 2007-08-23).
43    o pkg/offline:
44      - no need to specify periodicExternalForcing, etc ... to use offline pack
45      - offline input files no longer just single prec --> parameter offlineLoadPrec
46    o verification/lab_sea:
47      change AD test to multi-tile setup and update all 4 AD output.
48      NOTE: while cost function values remain very similar,
49      gradients are very different, although gradient checks are self-consistent
50      Should try to get to the bottom of this (cost function summation order?)
51    o pkg/dic:
52      in carbon_chem.F, replace log10 (AUTODIFF) with explicit form to avoid
53      a weakness of TAF that drops part of double precision in log10 derivative.
54      <= changes removed since problem has been fixed in current TAF version 1.9.71
55      update AD output of exp. tutorial_dic_adjoffline & tutorial_global_oce_biogeo.
56    o pkg/ecco:
57      add missing "_d 0" in cost_readers.F, cost_readtopex.F & cost_readtopexmean.F
58      update all 4 lab_sea AD output.
59    
60    checkpoint62d (2010/03/22)
61    o build_options:
62      remove '-r8' (and '-i4') from linux_*pgf and linux_*ifort optfiles.
63    o remove unbalanced quote (single or double) in commented line of source code
64      (may cause some warning with some preprocessor/makedepend versions).
65    o pkg/seaice:
66      fix seaice_model.F for adjoint (gael) and update AD results of experiments
67       lab_sea (std + evp + noseaicedyn) and offline_exf_seaice.
68    o testreport:
69      add option '-runonly' (short: '-ro') to just do the run part (without make).
70    o eesupp: remove JAM communication code (obsolete).
71    o add option to genmake2 & testreport to switch "_RS" type to "real*4"
72      (if allowed in CPP_EEOPTIONS.h); update default CPP_EEOPTIONS.h and return
73      to default CPP_EEOPTIONS.h for exp. inverted_barometer & solid-body.cs-32x32x1
74      (update also the output).
75    
76    checkpoint62c (2010/03/02)
77    o tools/build_options :
78       move (some) old optfiles from build_options/ to build_options/unsupported/
79    o model/src and pkg/exf
80       surface relaxation -- separating data and data.exf options
81       The point is to ensure that we specify the surface relaxation
82       either in data or in data.exf (but not half and half) and to
83       avoid an accidental relaxation to 0 (which happened if a time
84       scale was specified but the file name was left empty)
85    o model/src model/inc and pkg/mom_common
86       ALLOW_3D_VISCAH/ALLOW_3D_VISCA4 => 3D specification of Viscosity
87       => addition to the viscosity field as computed by others schemes
88    o tools/build_options:
89      - rename "_generic_mpi" -> "+mpi_generic" (like other "+mpi" optfile)
90        but keep the former optfile for few weeks for smooth transition
91    o pkg/ecco
92      - allow user defined cost function contributions
93            CPP: ALLOW_USERCOST_CONTRIBUTION
94            USAGE: compute contributions in cost_usercost_all.F
95      - note: this is identical to what ALLOW_GENCOST_CONTRIBUTION once was.
96          the two options are complementary.
97    o pkg/smooth
98      - migration from contrib to the main repository
99    
100    checkpoint62b (2010/01/26)
101    o pkg/monitor:
102      - change back mon_printstats_rl.F & mon_stats_rl.F and add a stop
103        (in case someone forgot to update customized pieces of code)
104    o nonHydrostatic:
105    - add Non-hydrostatic free-surface form (selectNHfreeSurf=1)(not fully tested);    - add Non-hydrostatic free-surface form (selectNHfreeSurf=1)(not fully tested);
106    - add a simple 2-D experiment (short_surf_wave) to test it.    - add a simple 2-D experiment (short_surf_wave) to test it.
107  o pkg/icefront:  o pkg/icefront:
# Line 22  o cleaning: Line 119  o cleaning:
119    - comment out maskH definition (replaced by maskInC)    - comment out maskH definition (replaced by maskInC)
120  o pkg/monitor:  o pkg/monitor:
121    - change mon_printstats_rl.F & mon_stats_rl.F (were similar to mon_writestats_rl    - change mon_printstats_rl.F & mon_stats_rl.F (were similar to mon_writestats_rl
122      & mon_calc_stats_rl) to be the RL pendant to mon_printstats_rs & mon_stats_rs.      & mon_calc_stats_rl) to be the RL equivalent of mon_printstats_rs & mon_stats_rs.
123    
124  checkpoint62a (2010/01/15)  checkpoint62a (2010/01/15)
125  o model/src:  o model/src:

Legend:
Removed from v.1.1224  
changed lines
  Added in v.1.1253

  ViewVC Help
Powered by ViewVC 1.1.22