/[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.1327 by mlosch, Fri Nov 5 08:13:29 2010 UTC revision 1.1382 by dimitri, Sat Feb 26 00:10:51 2011 UTC
# Line 5  $Name$ Line 5  $Name$
5      ==============================      ==============================
6    
7  o pkg/seaice:  o pkg/seaice:
8    o remove SEAICE_OLD_AND_BAD_DISCRETIZATION-code, add a test to   - redefined actual sea ice age to be ICEAGE/HEFF ifdef SEAICE_AGE_VOL
9    o pkg/seaice (seaice_growth v 1.113):
10     - reverting seaice_growth to v 1.111 in order to have code with exact bit
11       compatibility with MITgcm_contrib/ifenty/Fenty_seaice_thermo_code_merge
12       CPP option SEAICE_OCN_MELT_ACT_ON_AREA removed in v 1.112 is reintroduced
13       runtime flag SEAICEareaFormula is kept but is inactive
14    o model/src:
15     - add new param to scale curvilinear grid distance and area when using
16       a different sphere radius from the grid-files.
17     - test/check multi-threads EXCH applied to local variable (cg2d_x)
18    
19    checkpoint62s (2011/02/15)
20    o pkg/seaice (seaice_growth v 1.112):
21     - introduce SEAICEareaFormula run time parameter, which selects the recipe for
22       computing the ice cover tendency from effective thickness tendencies. Include
23       Ian Fenty's formula.
24     - remove 'undef SEAICE_OCN_MELT_ACT_ON_AREA' which may now be achieved using
25       SEAICEareaFormula.
26     - simplify notations for the various d_HEFF/d_AREA terms.
27    o pkg/gmredi:
28     - add Boundary-Value-Problem bolus transport (Ferrari etal, OM 2010) code
29       from Christopher Wolfe (UCSD); add partial cell factor in vertical derivative;
30       add a verification test-run (front_relax.bvp) to test GM_useBVP.
31    o pkg/seaice (seaice_growth v 1.111):
32     - for SEAICE_DO_OPEN_WATER_GROWTH, replace Gael's implementation with Ian's.
33     - the new SEAICE_DO_OPEN_WATER_MELT allows open-water air-sea heat fluxes to
34       also melt ice.
35    o pkg/seaice:
36     - McPhee formula for Ice-Ocean fluxes (provided by Ian Fenty).
37     - can be used by #define MCPHEE_OCEAN_ICE_HEAT_FLUX in SEAICE_OPTIONS.h
38    o pkg/cheapaml:
39     - from Nico Wienders: New version of this package.
40    o pkg/flt:
41     - add CPP options to prevent floats to re-enter the opposite side of
42       a periodic domain (default: keep periodicity)
43    o pkg/gmredi:
44     - apply exchange to GM_PsiX,GM_PsiY to get valid values near CS-corners
45       (needed for multi-dim advection).
46     - switch on GM Advective form in global_ocean.cs32x15 and update output.txt
47    o model/src:
48     - fix wrong re-setting of addMass array (ALLOW_ADDFLUID) for atmospheric run.
49    o tutorial_tracer_adjsens
50     - extend to NLFS and replace maskC by hFacC
51       (change reference output accordingly)
52    
53    checkpoint62r (2011/01/24)
54    o testreport:
55     - add option -deloutp (-do) to remove output file after successful run
56     - add option -mfile (-mf) for MPI machile-file and for each test-exp,
57       extract exact list of procs from this file ; adjust COMMAND by
58       replacing TR_MFILE & TR_NPROC with local machile-file & Nb of MPI procs.
59    o pkg/ecco: replace old ineffective way of penalizing deviations from
60      first guess (of obcs) with code by Matt Mazloff
61    o pkg/ctrl: add code that allows the use of ALLOW_OBCS?_CONTROL without
62      exf/cal
63      - ctrl_init: fix initialisation (computation of diffrec) for obcs-ctrl
64        and handle case of obcs?period == 0
65        Not affected by these changes: There is still an inconsistency in
66        the computation of start/endrec for the obcs variables for ALLOW_CAL
67        defined (see comment by Menemenlis, 7-Mar-2003)
68      - make S/R ctrl_get_gen_rec return something meaningful even if
69        ALLOW_CAL is not defined
70      - ctrl_getobcs?: simplify code so that it does not need to use
71                       S/R exf_swapfields
72    o testreport:
73       allow to test MPI with different number of processors for each experiment:
74       create file "SIZE.h.mpi" in each build dir.
75       Note: update of "-command" argument not yet implemented.
76    o model/src, pkg/autodiff, pkg/ecco, pkg/seaice:
77      alleviate the need for additional 3D tapes when using
78      the non-inear free surface in the adjoint. This is done
79      by adding an 'update' of hfacc etc. to their current
80      value at the beginning of forward_step.F.
81    o pkg/seaice
82      seaice_lsr: move stress-divergence computations out of outer pseudo-
83      timestepping loop
84    o pkg/obcs/obcs_prescribe_read.F: move 'CALL OBCS_EXTERNAL_FIELDS_LOAD'
85      up, so that the calls of the ctrl_* subroutines are really at the end
86      of the routine.
87    o pkg/gmredi:
88      allow to specify a 2-D horizontal map and a 1-D vertical profil
89      as scaling factor for Isopycnal diffusivity (Redi) and GM diffusivity.
90    o pkg/seaice:
91      move lsr iterations from seaice_dynsolver to seaice_lsr.
92    o pkg/seaice:
93      reduce memory footprint of seaice mutldim advection tapes,
94      by using a 2D tape independent of the generic_advdiff ones,
95      and setting GAD_AREA=1 etc. rather than GAD_AREA=101 etc.
96    
97    checkpoint62q (2010/12/29)
98    o model/src:
99      - check horizontal grid-spacing for unset or zero/negative values.
100      - change AD test hs94.1x64x5 to be truly a 2-D set-up.
101    o pkg/flt:
102      - use (recent) mdsio S/R MDS_READVEC_LOC instead of local FLT_MDSREADVECTOR
103      - precision of input and output files set according to readBinaryPrec
104        and writeBinaryPrec (previously always 64.b), pickup remains at 64 bits.
105      - initial float position from tiled file was not converted to index space
106        (looks like a bug): fixed to make it similar to initial pos. global file.
107    o global_ocean.cs32x15:
108       change SIZE.h of AD set-up to get same tiling as with MPI.
109       Update output_adm, output_adm.thsice (pass@14) & output_adm.seaice (fail@11)
110    o model/src:
111       add flag to control printing of domain fields (bathymetry, hFac ...) in
112       ini_mask_etc (call to plot_fieds_xy*).
113    o pkg/thsice:
114       if useEXF, some forcing fields are not valid in overlap: fixed by computing
115       over the interior only + apply EXCH at the end (like with SEAICE advection).
116    o pkg/mdsio:
117      - add 2 arguments to S/R MDS_PASS_R4/8toRL/S for overlap size of buffer
118        to copy to/from, so that it can be used to replace MDS_PASS_WH_R8toRL/RS.
119      - change barrier call for safe multi-threads access to 3-D shared buffer.
120      - MDS_READ/WRITEVEC_LOC use buffers from MDSIO_BUFF_3D.h (instead of local ones)
121      - replace call to MDS_PASS_WH_R4/8toRL with call to MDS_PASS_R4/8toRL and
122        remove the 4 S/R MDS_PASS_WH_R4/8toRL/S.
123    o pkg/flt:
124      - add fourth-order Runge-Kutta integration
125      - add basic exch2 support (only 1 facet supported so far!)
126    o pkg/mdsio+rw:
127      new S/R to read local (or tile independent) vector (read counterpart of
128       mds_writevec_loc, and front-end write_glvec_rl/rs).
129    o global_ocean.cs32x15: additional input_ad.seaice experiment
130        that uses pkg/seaice rather than pkg/thsice.
131        (using multidim advection for seaice)
132    o towards more F95 syntax for array specification in namelist:
133      - change "data.diagnostics" (data.ptracers was changed before checkpoint62p)
134        of all verification experiments.
135           e.g.:    line: fields(1,3)='ETAN    ','ETANSQ  ',
136          was changed to: fields(1:2,3)='ETAN    ','ETANSQ  ',
137      - finish adding "-DNML_EXTENDED_F77" to DEFINES list in pgf77 and g77 optfiles
138    o global_ocean.cs32x15: additional input.seaice experiment
139        that uses pkg/seaice rather than pkg/thsice.
140    
141    checkpoint62p (2010/12/17)
142    o pkg/thsice: rename (ad tape index) iicekey as ticekey, and move it
143        to THSICE_SIZE.h to avoid conflict with pkg/seaice.
144    o pkg/seaice: add seaice_diffusion.f seaice_map_thsice.f to adjoint.
145        allow for use of multim. advection in seaice adjoint.
146    o pkg/seaice: add diagnostics for snow precipitation and sublimation flux
147      - first attempt to close budgets by taking into account the freshwater
148        flux implied by the sublimation of snow and ice. So far only the
149        volume budget is closed, turn on with soon-to-be-retired-again CPP-Flag
150        SEAICE_ADD_SUBLIMATION_TO_FWBUDGET
151    o eesupp/src:
152      new S/R with new option (NML_EXTENDED_F77) to change array specification
153      from F95 standard to commonly accepted extended F77 form.
154      This would allow to use F95 syntax in namelist (needed with gfortran 4.4.5)
155      and to revert back to the original syntax (with -DNML_EXTENDED_F77)
156      for less tolerant f77 compiler (e.g., pgf77, g77).
157    o globalFiles:
158      commented out in parameter file "data" since it's not safe with MPI
159      (e.g., wrong on aces); keep it if useSingleCpuIO=T (but not doing much
160      in this case); no longer commented out in restart test (tst_2+2).
161    o add adTapeDir to specify a special directory where adjoint tapes are
162      written/read (adread_adwrite.F). adTapeDir is specified in data/PARM05
163      and cannot be used together with mdsioLocalDir.
164    o nesting pkgs:
165      - packages_init_variables : put call to OBCS_INIT_VARIABLES in last position
166      - update Gianmaria's Nesting pkgs (from Contrib/nesting_sannino)
167      - add parameter files + utils dir + output from short run on beagle.
168    o pkg/seaice:
169        fix seaice_growth.F store directives; update results of exp. lab_sea.ad
170    o pkg/seaice: explicitly store tsurfloc in seaice_solve4temp.F to avoid
171      unnecessary copying in adjoint code, requires new parameter NMAX_ITER
172    
173    checkpoint62o (2010/11/25)
174    o pkg/exf:
175      - change CPP option EXF_VERBOSE to run-time logical param exf_verbose.
176    o pkg/seaice:
177      - seaice_ocean_stress: split a loop for better vectorization of the
178        adjoint code
179      - seaice_growth.F: fix bug in conservation of freshwater connected to
180        capping of heff, put contribution into d_HEFFbyNEG
181      - replace irritating parameters SEAICE_latentWater/Ice and SEAICE_sensHeat
182        by something more sensible (parameters that are what their name implies)
183      - change some defaults, so that by default exf-parameters are used for
184        things like rhoAir, cpAir,latent/sensible heat parameters, in order
185        to reproduce the old results, many data.seaice now contain funny values
186        for cpAir and latent heat of sublimation
187    o packages_readparms.F: move exf_readparms up in line so that
188        exf-parameters are visible for other packages (e.g. seaice)
189    o debugMode & debugLevel=2:
190      - differentiate between debugMode & debugLevel=2:
191        debugMode: controls printing of debug messages (sequence of S/R calls).
192        debugLevel: controls printing of algorithm intermediate results and stats.
193      - remove "if debugLevel=2 => debugMode" but keep "debugMode =>  debugLevel=2";
194        => allows to print debug-stats without all sequence of call messages.
195      - switch control of debug print from debugLevel to debugMode in many S/R.
196    o pkg/obcs (obcs-sponge):
197        fix bug that was introduced on Oct 25 (in dynamics.F v1.151): put back the
198        call to OBCS_PRESCRIBE_EXCHANGES (need to exch gU,gV when using obcs-sponge)
199    o pkg/generic_advdiff:
200      - record overlap minimum size for each advection scheme;
201      - refine criteria on overlap minimum size;
202      - check and stop (in gad_check) if overlap size is too small.
203    o pkg/obcs:
204      - with ptracers: remove multiple calls to obcs_apply_ptracer (only done
205        once, in ptracers_implicit.F)
206      - with seaice: remove test on empty file name in obcs_apply_seaice (always
207        apply OB values when tile has OB)
208    o model/src, coriolis setting:
209      - integer parameter "selectCoriMap" (=0,1,2) replaces 3 logical
210        useConstantF, useBetaPlaneF, useSphereF ; can now read coriolis from
211        files (selectCoriMap=3) with any grid.
212      - add parameter "fPrime" for constant second Coriolis coeff (default=0).
213    o pkg/seaice/seaice_growth.F:
214        a few cosmetic changes that reduce the number of lines of code
215    o pkg/obcs: add boundary conditions following Stevens (1990)
216      - the code follows old MOM/NAOSIM code
217      - so far it is only implemented for the eastern and western boundaries
218        and NOT for pTracers
219    o pkg/rbcs:
220      - replace rbcsInIter by rbcsForcingOffset, the time in seconds at the
221        beginning of the first rbcs forcing period.
222      - add option rbcsSingleTimeFiles that makes rbcs read forcing data like the
223        offline package, i.e., one file per time, labeled by iteration number;
224        deltaTrbcs sets the timestep with which the data was generated;
225        rbcsIter0 is the forcing iteration corresponding to rbcsForcingOffset.
226      - rbcsForcingCycle=0 makes forcing non-cyclic.
227      - make arithmetic safe for negative times and odd forcing periods.
228    
229    checkpoint62n (2010/11/09)
230    o pkg/seaice:
231        fix masking in free-drift S/R ; update results of exp. lab_sea.fd
232    o pkg/obcs:
233       New S/R to copy tracer value from the OB location to narrow band region
234        (width = same as overlap) beyond the OB: preserve OB value (needed for
235        high-order scheme) which were overwritten by EXCH call if in overlap
236        region. Applied to theta, salt, ptracer and advected seaice variables.
237       With seaice: use maskInC in similar way as in gad_advection.F,
238        in seaice_advection.F and advect.F.
239       Update output of experiment seaice_obcs and change exp4 to test OBCS with
240        4th order Adv.Scheme. for pasive salt and ptracer.
241    o tools/genmake2:
242      - when looking for an optfile (not specified), only search for Fortran compiler
243        (remove sym-link test + setting of CPP + makedepend check + C-compiler check)
244      - in get_fortran_c_namemangling: use "$CC $CFLAG" to compile C test programm
245        (instead of "$MAKE genmake_test.o" since an existing Makefile can be wrong)
246      - set default for CPP to "cpp -traditional -P" (was the case without specifying
247        an optfile, but otherwise default was just "cpp".
248      - comment out PLATFORM=$p_PLATFORM (no idea where p_PLATFORM comes from)
249      - when "CC" is not set in the optfile, look for possible C compiler
250        (instead of just setting CC=cc)
251      - put back version v.169 modif (from 2008/02/15), was dropped in v.173 changes:
252        => add a ".F" to ".o" rule for source files with no "#include" (such as
253           port_rand.F); otherwise, default ignores FOPTIM and just uses FFLAGS.
254      - move gfortran before g77 in list of possible Fortran compiler (consistent
255        with reference compiler switch from g77 to gfortran)
256    o pkg/seaice:
257      o remove SEAICE_OLD_AND_BAD_DISCRETIZATION-code, add a test to
258      seaice_check that stops the model, when the CPP flag is used.      seaice_check that stops the model, when the CPP flag is used.
259    o seaice_growth.F: make capping of ice volume conserving by returning the    o seaice_growth.F: make capping of ice volume conserving by returning the
260      capped ice as freshwater to EmPmR. This does not change the verification      capped ice as freshwater to EmPmR. This does not change the verification
# Line 36  o pkg/seaice: Line 285  o pkg/seaice:
285    Default (pkg/seaice/SEAICE_OPTIONS.h) is to define SEAICE_SOLVE4TEMP_LEGACY    Default (pkg/seaice/SEAICE_OPTIONS.h) is to define SEAICE_SOLVE4TEMP_LEGACY
286     but leave SEAICE_GROWTH_LEGACY undef ; For now, keep verification exp     but leave SEAICE_GROWTH_LEGACY undef ; For now, keep verification exp
287     unchanged (SEAICE_GROWTH_LEGACY defined in */code*/SEAICE_OPTIONS.h)     unchanged (SEAICE_GROWTH_LEGACY defined in */code*/SEAICE_OPTIONS.h)
   For OBCS, close southern and western boundaries for sea ice solver  
    based on myYGlobalLo and myXGlobalLo instead of OB_Js and OB_Iw.  
288  o pkg aim (2010/10/26):  o pkg aim (2010/10/26):
289    - Introduce ALLOW_INSOLATION, moving toward a more general incoming solar radiation    - Introduce ALLOW_INSOLATION, moving toward a more general incoming solar radiation
290      formulation with obliquity, eccentricity, ... as run-time parameters,      formulation with obliquity, eccentricity, ... as run-time parameters,

Legend:
Removed from v.1.1327  
changed lines
  Added in v.1.1382

  ViewVC Help
Powered by ViewVC 1.1.22