/[MITgcm]/MITgcm/doc/tag-index
ViewVC logotype

Annotation of /MITgcm/doc/tag-index

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.91 - (hide annotations) (download)
Tue Oct 22 13:30:40 2002 UTC (21 years, 6 months ago) by mlosch
Branch: MAIN
Changes since 1.90: +10 -1 lines
 fixed the verification/global_ocean.90x40x15 experiment:
 - new bathymetry (the world according to A., JMC, and M.)
 - new initial fields and forcing fields (*.bin files)
 - new POLY3.COEFFS (for the next release one should switch to a full
   equation of state: JMD95P or MDJWF)
 - fixed several errors and redundancies in the data file
 - experiment uses looped cells
 - added matlab directory with diagnostic scripts for plotting of output

1 mlosch 1.91 $Header: /u/gcmpack/MITgcm/doc/tag-index,v 1.90 2002/10/09 01:11:56 jmc Exp $
2 cnh 1.1
3     Notes on tags used in MITgcmUV
4     ==============================
5 mlosch 1.91
6     o fixed the verification/global_ocean.90x40x15 experiment:
7     - new bathymetry (the world according to A., JMC, and M.)
8     - new initial fields and forcing fields (*.bin files)
9     - new POLY3.COEFFS (for the next release one should switch to a full
10     equation of state: JMD95P or MDJWF)
11     - fixed several errors and redundancies in the data file
12     - experiment uses looped cells
13     - added matlab directory with diagnostic scripts for plotting of output
14 jmc 1.90
15     o S/R aim_initialise.F replace S/R aim_init from file aim_do_inphys.F:
16     - read AIM physics parameters from a file (data.aimphys)
17     - set defaults values = F.Molteni paper (Clim.Dyn., 2002)
18 jmc 1.89
19     checkpoint46j_post
20     o split calc_exact_eta in 2 S/R : integr_continuity & update_etaH
21     o move wVel computation at the end of the time step, in S/R integr_continuity
22     o create specific S/R to exchange T,S before DYNAMICS (for stagger time step)
23     o update timeave pkg for wVel diagnostic.
24     checkpoint46j_pre
25 mlosch 1.87
26 jmc 1.88 checkpoint46i_post
27     o Clean up AIM package (and keep the results unchanged):
28     include CPP_OPTION and use IMPLICT NONE in all routines ;
29     declare all the variables _RL ; use _d 0 for all numerical constants.
30     use ifdef ALLOW_AIM everywhere. And now AIM can be used with g77 !
31 mlosch 1.87
32     checkpoint46h_post
33     o cleaned up the use of rhoNil and rhoConst.
34     - rhoNil should only appear in the LINEAR equation of state, everywhere
35     else rhoNil is replaced by rhoConst, e.g. find_rho computes rho-rhoConst
36     and the dynamical equations are all divided by rhoConst
37     o introduced new parameter rhoConstFresh, a reference density of fresh
38     water, to remove the fresh water flux's dependence on rhoNil. The default
39     value is 999.8 kg/m^3
40     o cleanup up external_forcing.F and external_forcing_surf.F
41     - can now be used by both OCEANIC and OCEANICP
42     checkpoint46h_pre
43    
44     Added code to convert surface volume flux (fresh water) into
45     a mass flux when using P coordinates in the ocean (OCEANICP).
46     Note: It assumes you have set rho0=rhoConst=density of fresh water.
47 mlosch 1.86
48     checkpoint46g_post
49     o Include a new diagnostic variable phiHydLow for the ocean model
50     - in z-coordinates, it is the bottom pressure anomaly
51     - in p-coordinates, it is the sea surface elevation
52     - in both cases, these variable have global drift, reflecting the mass
53     drift in z-coordinates and the volume drift in p-coordinates
54     - included time averaging for phiHydLow, be aware of the drift!
55     o depth-dependent computation of Bo_surf for pressure coordinates
56     in the ocean (buoyancyRelation='OCEANICP')
57     - requires a new routine (FIND_RHO_SCALAR) to compute density with only
58     Theta, Salinity, and Pressure in the parameter list. This routine is
59     presently contained in find_rho.F. This routine does not give the
60     correct density for 'POLY3', which would be a z-dependent reference
61     density.
62     o cleaned up find_rho
63     - removed obsolete 'eqn' from the parameter list.
64     o added two new verification experiments: gop and goz
65     (4x4 degree global ocean, 15 layers in pressure and height coordinates)
66     checkpoint46g_pre
67 heimbach 1.85
68     checkpoint46f_post
69     o Enable tangent linear (forward mode) gradient checks:
70     - extended active file handling to g_... files
71     - added TANGENT_SIMULATION to theSimulationMode
72     - extended grdchk package accordingly
73     o added tangent linear setup in verification/carbon/code_ftl
74     o added adjoint setup in verification/front_relax/code_ad
75 mlosch 1.82
76 cnh 1.84 checkpoint46e_post
77 mlosch 1.83 o Added new equation of state -> MDJWF
78     - EOS of McDougall et al., 2002, JAOT, submitted
79     - caveat: the equation of state is only valid for a smaller (more
80     realistic?) range of values than JMD95P/Z and UNESCO
81     - added masks to the calculation of pressure in store_pressure
82     - added more check values for density in check_eos (ini_eos.F), some of
83     the old check values are out of the range of the MDJWF-eos, so don't
84     expect perfect matches for those
85 cnh 1.84 checkpoint46e_pre
86 mlosch 1.83
87 mlosch 1.82 checkpoint46d_post
88     o fixed store_pressure to work with both buoyancy relation = 'OCEANIC' and
89     'OCEANICP', also initialised field pressure correctly in ini_eos in the
90     case of pressure coordinates. eosType='JMD95Z' in
91     combination with buoyancyRelation='OCEANICP' now causes an error.
92     o Changed p = pressure(i,j,k,bi,bj) to p = pressure(i,j,kRef,bi,bj)
93     in find_alpha/beta.
94     checkpoint46d_pre
95    
96     o Changed p = pressure(i,j,k,bi,bj) to p = pressure(i,j,kRef,bi,bj)
97     so that JMD95Z and JMD95P give approptiate static stability in find_rho.
98 adcroft 1.81
99     checkpoint46c_post
100     o Changes necessary for ocean in p-coordinates
101     - Added new buoyancy relation = 'OCEANICP'
102     - Added new parameters = gravitySign (this used to be contained inside
103     the factor dRdZ which I added when we first switched to R coordinates).
104     X GM/Redi is not compatible (yet)
105     X bottom drag and no-slip need to be debugged.
106     checkpoint46c_pre
107 mlosch 1.80
108     checkpoint46b_post
109     o Added new equation of state -> JMD95Z and JMD95P
110 mlosch 1.83 - EOS of Jackett and McDougall, 1995, JAOT
111 mlosch 1.80 - moved all EOS parameters into EOS.h
112     - new routines ini_eos.F, store_pressure.F
113     o Added UNESCO EOS, but not recommended because it requires
114     in-situ temperature (see JMD95)
115     o Modified formatting for knudsen2.f in utils/knudsen2 and added
116     unesco.f to be used with POLY3
117     checkpoint46b_pre
118 mlosch 1.79
119     checkpoint46a_post
120     o Added (atmospheric) pressure loading
121     - new field in FFIELDS.h, etc...
122     - new cpp flag ATMOSPHERIC_LOADING
123     o Changed hFacC to _hFacC in calc_phi_hyd.F
124     o Added SHORTWAVE_HEATING to some files for consistency
125     checkpoint46a_pre
126 heimbach 1.78
127     checkpoint46
128     further merges from release1_p5
129     o new ctrl package
130     - adopted from ECCO environment to enable optimization
131     - added Eliassen Palm fluxes to controls
132     o added Eliassen Palm flux controls to gradient check package
133     o cost package
134     - Compatible with new ctrl package
135     - added Eliassen Palm cost hooks
136     - modif's of existing cost functions
137     o Adjoint-related bug fixes in kpp:
138     - kpp_calc: sore of kpphbl avoids recomputation/call to S/R kppmix
139     - kpp_routines: store of Rib avoids partial recomputation bug of TAF.
140     o autodiff package
141     - flow directives:
142     + new for S/R do_the_model_io
143     + enhanced for S/R checkpoint
144     + new gmredi.flow
145     - Introduced CPP option ALLOW_AUTODIFF_MONITOR to
146     disable adcommon.h/g_common.h by default.
147     - fixed problem for adjoint of global_max
148     o modified verification/carbon/
149     o New setup for adjoint of global_ocean
150     o added hooks for Eliassen Palm fluxes (dynamics.F, ini_fields.F)
151     o cleaned TAF keys iikey, idkey (dynamics.F, thermodynamics.F)
152     o incorporated hooks for sponge layer code (external_forcing.F)
153    
154 jmc 1.77 checkpoint45d_post
155     o import 2 fixes from release1_p5 (CG2D.h & packages_readparms.F)
156 jmc 1.76 o use recip_dx*,recip_dy* instead of /dx*,/dy* in orlanski_E,W,N,S
157     (affects plume_on_slope "cg2d" output)
158 jmc 1.77 o add new parameter deltaTfreesurf for free-surface time stepping
159     o exchange gT,gS when using staggerTimeStep & GM & Oly<4
160 jmc 1.75 o NONLIN_FRSURF: rescale gNm1 to get a better conservation with A-B
161 jmc 1.74 o change phiMin in exp1 (to agree with documentation)
162     o add new flags:
163     - T,S forcing inside/outside Adams-Bashforth
164     - turn off temp,salt advection and/or forcing
165     - for each tracer, define internal flag for multiDimAdvection & A-B
166     o monitor: change definition of KE to check conservation of Energy
167 heimbach 1.73
168     checkpoint45c_post
169     o Removed f90 comments ("!")
170     o Modified initialisations to enable exf package for MITgcm
171     (without invoking ECCO_PACKAGE).
172     o modifications to gradient check package (Martin Losch)
173     - enable centered differences
174     - modified format of standard output
175 heimbach 1.72
176     checkpoint45b_post
177     o cleaned exchange calls in cg2d
178     o Included CPP option ALLOW_AUTODIFF_MONITOR in forward_step
179     o included CPP option SINGLE_LAYER_MODE in thermodynamics
180     to configure barotropic setup (Martin Losch)
181     o moved some initialisations within bi,bj loop in dynamics
182     (TAF flow dependency)
183     o in initialise_varia, moved call packages_init_variables
184     before convective_adjustment_init
185     (corresponding adjustment of TAF tape initialisation).
186     o in calc_diffusivity/calc_viscosity extended domain to full overlap.
187 jmc 1.70
188 jmc 1.71 checkpoint45a_post
189     o compute Rho over the whole domain (extend iMin,jMin indices)
190     o specific exchange for X-slice domain (case Ny=1)
191 jmc 1.70 o argument futureIter of S/R obcs_calc missing in exp4 & internal_wave /code
192     o solve_for_pressure : set cg2d_x to zero where OBCS are applied
193 jmc 1.67
194 heimbach 1.69 checkpoint44h_post = checkpoint45
195     o Fix to restore differentiability:
196     place at which packages_init_variables is called in
197     initialise_varia is crucial for reverse control flow.
198     o modifications in GMRedi to enable stable adjoint
199     (corresponding modif's in thermodynamics, dynamics)
200     o added missing hook for sponge layer code in external_forcing
201     o modified test cost functions
202     o storing in gad_advection (plus removal of write(0,*)!
203     o missing headers TR1.h added in convective_adjustment routines
204     o errorMessageUnit set non-equal zero in eeboot
205     (conflict on some platforms, e.g. IBM SP3)
206     o modified carbon verif.
207    
208     checkpoint44h_pre
209 jmc 1.68 o vertical grid option: allow to put the Interface at the middle between
210     2 cell-centers ; replace delZ in pkg/kpp by drF.
211 jmc 1.67 o GM Advective form: Tracers are advected using the residual transport (=
212     Euler+GM-bolus); set param GM_AdvSeparate=T to return to previous form.
213 jmc 1.66
214     checkpoint44g_post
215     o fix surface correction term in multiDimAdvection (affects plume_on_slope
216     results) ; ifdef missing in thermodynamics.F
217 adcroft 1.65
218     checkpoint44f_pre,checkpoint44f_post
219     o added PTRACERS package
220     This allows an arbitrary number of passive tracers to be integrated
221     forward simultaneously with the dynamicaly model.
222     + Implemented so far:
223     - basic forward algorithm (time-stepping, advection, diffusion, convection)
224     - I/O and checkpointing
225     - GM/Redi *but* using the GM/Redi coefficient of Salt
226     + Not implemented so far:
227     - KPP
228     - OBCS
229     + No specific example supplied (yet) but global_ocean.90x40x15 has the
230     necessary data.ptracer file. Simply use -enable=ptracers and uncomment
231     line in data.pkg.
232     + This package is disabled by default since it increases storage.
233    
234 jmc 1.60
235 adcroft 1.64 o testscript: added -cleanup option
236 jmc 1.63 o Shap_filt: a) new shap_filt S/R to use no-slip BC with S2 filter
237     b) enable to filter 2D fields.
238 adcroft 1.62
239     checkpoint44e_pre,post
240     o re-wrote convective adjustment to use pre-calculated weights
241     Affects: model/src/convective_adjustment.F, convective_adjustment_ini.F
242     Adds: model/src/convective_weights.F, convectively_mixtracer.F
243     Original calls to convect() still in place.
244 heimbach 1.61
245     chkpt44d_pre,post
246     o added missing EXCLUDE_MONITOR flags
247     o changed "e" to "_d" in gmredi_slope_limit, gmredi_slope_psi
248     (incompatible typ in MIN/MAX expressions caused problems
249     on IBM SP3)
250     o in genmake added variable MAKEDEPEND
251     plus resetting for case SunOS
252     o added timer_stats.c routine for IBM SP3
253     o removed variables in dynamics
254     !!! I forgot to create tag chkpt44d_pre !!!
255     !!! But chkpt44d_pre = chkpt44c_post !!!
256 jmc 1.63
257     o real fresh water flux implemented with non-linear free-surface.
258 heimbach 1.58
259 jmc 1.59 chkpt44c_pre,post
260     o few fix (mask in shap_s2, EmPmR in external_field_load,
261     USE_NATURAL_BCS in solve_for_P);
262     o add arguments myIter & myTime to S/R obcs_calc & solve_for_P
263    
264 heimbach 1.58 checkpoint44b_pre/_post
265     o merge of relevant stuff from the ecco-branch:
266     - genmake: removed $S64 overwrite for case SunOS
267     - pkg/exf: update and corrections for field swapping and obcs
268     - pkg/ecco: parameter lists for the_model_main, the_main_loop
269     harmonized between ECCO and MITgcm
270     - pkg/autodiff: added flow directives for obcs, mdsio_gl_slice
271     updated checkpointing_lev... lists for obcs
272     - model/src: minor changes in forward_step, plot_field
273     added directive for divided adjoint in the_main_loop
274     - pkg/mdsio: added mdsio_gl_slice
275 jmc 1.57
276     o check parameters & config (chkpt44a_pre,post)
277 jmc 1.56 o OBC and NonLin_FrSurf.
278    
279 heimbach 1.55 checkpoint44
280 jmc 1.54 o fix bug in mom_vi_del2uv
281 jmc 1.56 o select when filters are applied ; add options to zonal_filter (data.zonfilt)
282     o gmredi: fix Pb in the adiabatic form ; add options (.e.g. Bolus advection)
283     o update AIM experiments (NCEP input files)
284     o improve and extend diagnostics (Monitor, TimeAve with NonLin-FrSurf)
285 heimbach 1.55 o added some stuff for AD
286 adcroft 1.53
287     checkpoint43
288     o added two new advection tests
289     o added global 4x4 degree ocean test
290     o added test of H&S94 with free surface on cube
291     o some final mods for gradient check, adjoint,...
292 heimbach 1.52
293     checkpoint42
294     Fixed AD-related problems:
295     o Store directives up-to-date with re-arranged Adams-Bashforth
296     (mainly thermodynamics.F)
297     o New store directives for multi-dim. advection schemes
298     * new CPP flag ALLOW_MULTI_DIM_ADVECTION
299     * new common block and key passkey
300     (mainly gad_advection.F)
301     o Modified store directives for split of dynamics/thermodynamics
302     for the case ALLOW_KPP
303     o Cleaned argument list for timestep_tracer.F
304 adcroft 1.51
305     checkpoint41
306     o re-formatted/added comments in prologues of key subroutines
307     to work with protex
308 heimbach 1.47
309 adcroft 1.50 checkpoint40
310     o moved calc_gs, calc_gt and calc_tr1 back to model/src
311     o added FLT (floats) package from Arne along with demo. experiment
312     o re-arranged Adams-Bashforth scheme for tracers to allow easier
313     implementation of forward-in-time forcing terms
314     o more mods for non-linear free-surface including new variable
315     o modified multi-dim method to work on cube
316     o bug fix in KPP (from DM)
317    
318 adcroft 1.49 checkpoint40pre9
319     o added DST advection schemes
320     o fix MPI bug on SGI's
321     o modifications for non-linear free-surface
322     o fixed conditionals for fixed flow/passive tracer only mode
323     o added tension/strain form of stress tensor
324     o changes to commenting of arguments for TAF/TAMC
325     o added/updated many matlab scripts
326 adcroft 1.50 o added multi-dimensional advection method for tracers
327 adcroft 1.49
328 adcroft 1.48 checkpoint40pre8
329 heimbach 1.47 o new package rw/
330     Added method for dumping intermediate local arrays:
331     mdsio_writetile - same as mdsio_writefield except works from inside
332     bi,bj loop
333     mdsio_writelocal - same as mdsio_writetile except works for local
334     arrays
335     write_local_r? - higher-level wrapper for mdsio_writelocal
336     Controlled by diagFreq. Defaults to zero (ie. no dumps)
337     Example given at end of mom_vecinv.F that dumps some local arrays.
338     o replaced calc_mom_rhs.F by mom_fluxform.F/mom_vecinc.F to
339     control flux-form versus vector invariant code.
340     Switch is runtime flag vectorInvariantMomentum (defaults to false)
341     or genmake -DISABLE ...
342     o TAMC-related update to cope with mom_fluxform.F/mom_vecinc.F
343     (additional storing is now needed for case vecinv;
344     currently nothing implemented to switch this storing off
345     in case fluxform is used since no CPP flag available).
346 heimbach 1.46
347     checkpoint40pre7
348     o bug fix in dynamics.F
349     calc_viscosity called before k=1,Nr loop.
350     o added some #ifdef's ALLOW_PASSIVE_TRACER
351     o cleaned initialisations in ctrl_map_ini
352     related to TAF
353 heimbach 1.45
354     checkpoint40pre6
355     o split dynamics into thermodynamics & dynamics
356     o corresponding split of calc_diffusivity into
357     calc_diffusivity, calc_viscosity
358     (kpp_calc_diff, kpp_calc_visc).
359     o Added diffkr, kapgm to control variables
360     o bug fix in gmredi_slope_limit for ldd97
361 adcroft 1.44
362     checkpoint40pre5
363     o proper initialization of Adams-Bashforth time stepping
364     + uses forward step for very first step of model (iter=0)
365     o re-generated *all* output since almost all output is modified by this
366     change (sorry but we've been putting this one off for about 2 years)
367     + natl_box, aim.5l_Equatorial_Channel and aim.5l_zon-ave were
368     *not* regenerated since they are already out of date and I don't
369     want to create the impression that they are suddenly working.
370     o removed KAP stuff for DEC's
371     o modified/added many .cvsignore files in */code and */input
372     o added new expt "solid-body.cs-32x32x1"
373     + this uses an alternative form of ini_curvilinear_grid.F which
374     is not necessarily any better than the current one...
375 heimbach 1.43
376     checkpoint40pre4
377     o added re-initialisations of utrans,vtrans,rtrans in
378     calc_common_factors which are crucial for TAF.
379     o extended iMin,jMin range for calc_common_factors,
380     calc_diffusivity
381     o added option ALLOW_PASSIVE_TRACER
382     o a few minor updates and fixes
383    
384 heimbach 1.42 checkpoint40pre3
385     o created calc_gtr1.F for gad package
386     o split the_main_loop and re-introduced forward_step
387     o some recomputations of nIter0 for TAMC
388    
389 heimbach 1.41 checkpoint40pre2
390     o Updated to latest branch of AJA, JMC
391     o Added gradient check package
392     o Added routines for passive tracer handling
393     o Added carbon sequestration sensitivity experiment
394    
395 heimbach 1.39 checkpoint39
396     o Modifications and fixes to support TAMC
397     (mainly missing or wrong directives)
398     o Corrected common blocks when fooling TAMC to produce adjoint I/O
399     in addummy_in_stepping
400     o Updated verification/vero/ (bug fixes in code/, correct pickups in input/)
401     o Enabled "sliced" (xz-,yz-) exchanges, needed for obcs.
402     o Included following packages:
403     cal: calendar
404     exf: external forcing
405     ecco: essential routines to control use of cal, exf
406     (NB: this is not the full ECCO environment)
407 heimbach 1.40 o disabled some packages by default in genmake
408 heimbach 1.39
409 heimbach 1.38 checkpoint38
410     o see notes_c37_adj.txt
411     o corrected wrong layer index in external_forcing_t
412     o replaced the_main_loop/forward_step by the_main_loop
413     o removed forceoutput from write_state
414     (replaced criteria for initial/final state)
415     o added runtime flag for pre-C35 pickups: usePickupBeforeC35
416 jmc 1.36
417 jmc 1.37 checkpoint37
418     o mdsio.F routine split and packaged in pkg/mdsio
419     (mdsio.F and mdsio_gl.F still exist in eesupp/src but are not
420     used unless genmake -disable=mdsio)
421     o allow a more precise surface-geopotential gradient for the atmosphere
422     taking into account the change in space of Alpha (=1/rho) at the surface.
423     o variable "etaN" (replace cg2d_x) is the surface R-anomaly [r unit]
424     (ocean: sea surface height [m] / atmos: surface pressure anomaly [Pa])
425     o Change units: Phi_Hydrostatic (=phiHyd), Phi_Surface(=cg2d_x) and
426     Phi_NonHydrostatic (=cg3d_x), all have now the dimension of a potential
427     [m2/s2] (pressure/rhoConst in the ocean ; Geo-Potential in the atmosphere).
428     o Time-Average diagnostics defined as a pseudo package "timeave".
429     o pickup files : old pickup (before c35) did not work with new code (c35
430     and after) unless activating 2 commented lines in initialise-varia.
431     o Non-Hydrostatic pickup file Pb fixed.
432     o bug with Rigid-lid version (since c35) fixed.
433    
434 jmc 1.36 checkpoint36
435 jmc 1.37 o implement Crank-Nickelson barotropic time-stepping
436 jmc 1.36 o recover Time-Average diagnostics
437     o fix Pb in checkpoint (PR#19)
438     o AIM become a standard package ; clean unused CPP_kees
439 jmc 1.35
440     checkpoint35
441     o subtantial rewrite of dynamics.f
442     o allows staggered time-stepping
443     o packaged obcs, aim (Atmospheric Physics), zonal_filt, shap_filt
444     o added bottom drag (linear + quadratic)
445 heimbach 1.33
446     checkpoint34
447     o Modified exchange routines for correct reverse simulation.
448     o Added verification output to comply with bug fix in impldiff.F
449     as of c33 (exp2, natl_box).
450     o Corrected store directives in dynamics.F
451     o Corrected array boundaries in impldiff.F
452     o Corrected array dimensions in gmredi.
453     Added temporary scalars to avoid storage by TAMC (gmredi, kpp).
454 heimbach 1.34 o Added routine GLOBAL_SUM_INT to global_sum.F
455 heimbach 1.33 o Added mdsio_gl.F for ECCO purposes.
456 adcroft 1.32
457     checkpoint33
458     o Fixed bug in lower BC in impldiff.F
459     o Fixed confusion about units of forcing arrays in FFIELDS.h
460     namely Fu,Fv,Qnet,Qsw,EmPmR:
461     - Removed verification/natl_box/code/external_fields_scale.F
462     (did not differ from that in model/src)
463     - Changed units of fu,fv,Qnet,Qsw,EmPmR back to proper units
464     (see FFIELDS.h for description)
465     - Scale fu,fv,Qnet,Qsw,EmPmR when used in external_forcing_surf.F,
466     kpp_calc.F and kpp_transport_t.F
467     - Removed model/src/external_fields_scale.F and calls to it
468     - verification/natl_box uses flux data with "atmospheric" sign so
469     a special version of external_fields_load.F is used to
470     change the data as it's read in. This way, the arrays
471     have the right units and signs at all times tha a user could
472     possibly use them.
473     o Corrected genmake to delete a temporary file during configuration
474 heimbach 1.31
475     checkpoint32
476     o Scaling of forcing fields moved from external_forcing.F to
477     external_fields_scale.F, called directly after loading fields.
478     o Surface relaxation terms added to surface tendency fields in
479     extra subroutine.
480     o impldiff.F changed to avoid storing by TAMC of huge intermediate
481     fields.
482     o Changes in GMRedi to comply with packaging structure.
483     o Modifications and bug fixes in KPP package.
484     o Verification experiment for KPP added (verification/nat_box/)
485 heimbach 1.30
486     checkpoint31
487     o Packages interface brought in line with defined standard
488     -> new routines packages_...F
489     -> changes in initialise_fixed.F, initialise_varia.F
490     -> enables initialisation interface for ECCO package
491     o Rescaling of external forcing fields immediately after read
492     (removed from external_forcing.F)
493     -> new: surface_fields_scale.F
494     -> affects ini_foorcing.F, external_fields_load.F
495     o Computation of surface tendencies before tendency updates.
496     -> new: external_forcing_surf.F
497     o Change of variable names useGMRedi, useKPP, useECCO
498     o Further changes in dynamics.F, impldiff.F for TAMC
499     o Tested for experiments 0, 2, 4.
500     - not yet tested for GMRedi.
501     - not yet tested for KPP.
502 adcroft 1.29
503     checkpoint30
504     o Updates for OBCs
505     o New experiment for test OBCs (internal_wave)
506     o New output.txt in verification/exp4/results/
507     o Updates for KPP: calculation of viscosity corrected, new variables
508     kpp_dumpFreq and kpp_taveFreq
509     o CPP'd calls to system routines for TARGET_CRAY_VECTOR (P.H.)
510     and entry for T90 in genmake
511 adcroft 1.28
512     checkpoint29
513     o packaged KPP and GM/Redi
514 heimbach 1.27
515     checkpoint28
516     o Corrected initialization of hFacMin for difference vertical coordinates
517     o Modified calculation of partial cell thickness to more robust algorithm
518     o config_summary.F: replaced write_1D_... by write_0D_...
519     read_write.F: added subroutines write_0D_...
520     o routines calc_common_factors, calc_gs, calc_gt, calc_phi_hyd, find_rho:
521     included some initialisations required for TAMC.
522     o routine calc_isoslopes: modified sqrt computation to make it
523     differentiable for zero argument.
524     o routines dynamics, impldiff:
525     included store directives and tape key computations required for TAMC.
526     o ALL TAMC related changes are between ifdef ALLOW_AUTODIFF_TAMC
527 adcroft 1.26
528     checkpoint27
529     o fixed calc_isoslopes() to so that cancellation of terms in tensor
530     formulation works properly with variable resolution.
531     o restructured the calling tree between the_model_main() and dynamics()
532     o split initialise() into initialise_fixed() and initialise_varia()
533     o introduced initialization file pSurfInitFile for free surface (cg2d_x)
534     in new routine ini_psurf()
535 adcroft 1.25
536     checkpoint26
537     o moved some #ifdef in optional routines to encompass everything
538     except the argument declarations. This was using up some memory.
539     o fixed macros like _ADT to work with both versions of Linux cpp
540     o cleaned up some unused and uninitialized variables
541     (helps when debugging with strict compile options)
542     o split up CPP_EEOPTIONS.h into options and macros
543     (macros are now in eesupp/inc/CPP_EEMACROS.h)
544     o patch for 2 processor JAM mode
545 adcroft 1.24
546     checkpoint25
547     o updates for OBCs and NH
548     o dramatically reduced memory usage
549     o added "JAM" routines for use on Artic network
550     o parameterization of convection by implicit vertical diffusion
551     o added a diagnostic of convective index
552     o moved call to calc_divg_hat() from dynamics() to solve_for_pressure()
553     (this is was partly for OBCs and NH but also in anticipation of
554     an explicit free-surface option)
555     o initial state input files for U and V
556 adcroft 1.23
557     checkpoint24
558     o Removed some spurious "REAL"s
559     o Updated KPP to latest version from JPL
560     o Added a COS(latitude) in horizontal viscosity
561 adcroft 1.22
562     checkpoint23
563     o Added del^4 diffusion for salt and temperature
564     o Multiple minor fixes (implicit none's, arguments to global_sum, etc.)
565 adcroft 1.21
566     checkpoint22
567     o Made many small changes: implicit none, format(i5), etc...
568     o Introduced KPP mixing scheme (compiles and runs but *not* tested)
569 adcroft 1.20
570     checkpoint21
571     o Introduced new I/O package that supports direct-access records (mdsio.F)
572     o Split-up mid-level I/O routines
573     o Updated input data for experiments 0,1,2,4 and 5
574     o Finally removed the genmake.* scripts (everyone seems happy with genmake)
575 adcroft 1.18
576 adcroft 1.19 checkpoint20
577     o Tidied up open-boundaries some more
578     o Added non-hydrostatic code
579     o Fixed some input data
580     o Modified MPI start-up to work in "coupled" context.
581    
582 adcroft 1.18 checkpoint19
583     o Tidied up directory structure for verification experiments.
584     o Added new code for open boundaries.
585     o Corrected advective terms near boundaries.
586     o Added CPP flag for "old UV" geometry and corrected spherical geometry.
587     o Implemented free-slip/no-slip BCs and del^4 dissipation.
588 adcroft 1.19 o Split default parameters out of ini_parms.F into set_defaults.F.
589 cnh 1.17
590     checkpoint18
591     o Further changes for optional code generation with
592     CPP - ugh!
593 cnh 1.16
594     checkpoint17
595     o Beginning to incorporating modularity
596     for supporting atmos. and ocean configs.
597     o Small changes for TAMC complinace
598     o New ultra simple test case. Barotropic box
599     configuration "exp0".
600 cnh 1.15
601     checkpoint16
602     o Minor changes to exchange routines to support
603     accumulation in reverse mode. Adjoint of an
604     assignment is an addition.
605     o Changes to support compilation by TAMC (LR(1)
606     syntax) and by g77 under Linux ( 72 character
607     limit ).
608 cnh 1.14
609     checkpoint15
610     Rewrote exchange routines to allow
611     o General tile <-> tile connectivity.
612     o TAMC reverse mode flag ( is this really needed? )
613     o Variable width overlap and exchange region widths.
614     o Hooks for sharing data via DMA, Arctic, Memory Channel,
615     shmput/shmget, VIA, SYSV shmem and every other cool
616     communication method.
617 cnh 1.13
618     checkpoint14
619     Consistent isomorphism chages made. These allow dynamical core
620     to support both pressure and meters as a vertical coordinate.
621 cnh 1.12
622     checkpoint13
623     Release which corrects global_max problem and a couple
624     of KGM time-averaging diagnostic errors. Also contains
625     a double-gyre experiment setup as well as the baseline
626     4 degree global template. The double gyre template is
627     organised to allow it to be applied automatically to
628     the baseline configuration.
629 adcroft 1.11
630     branch-point-rdot
631     A few tidy-ups have been made bt the real point of this
632     check-point (excuse the pun) is to allow a branch to be
633     made for the purposes of adding the rDot alterations.
634     I don't want to commit the rDot to the main-trunk until
635     we've actually tested it...
636 cnh 1.10
637     checkpoint12
638     Tidy up and added generic genmake script (formerly
639     configure script).
640     Released to testers.
641 adcroft 1.9
642     checkpoint11
643     Re-arranged initialise() and introduced ini_vertical_grid()
644     and ini_masks_etc().
645 adcroft 1.8
646     checkpoint10
647     Introduced the configure script.
648     Separated out the diags package.
649     Added template for writing time-averages of tile/intermediate quantities.
650     Updated SIZE.h in exp2 and made the data big-endian.
651 adcroft 1.7
652     checkpoint9
653     MPI fix. Filename changes (meta/data). salbin*y stuff.
654     General tidy-up.
655     SST.bin SSS.bin added to verification/exp2
656 adcroft 1.6
657     checkpoint8
658     Inludes time-dependant forcing and time-averaging.
659     Works at 4x4 and 2.8125x2.8125 global
660    
661     checkpoint7-4degree-ref
662     Branch from checkpoint7. Released for application to
663     global modeling and general modeling - process studies, regional
664     model etc..
665     Configured for verification/exp2 - 4 degree global, two process.
666 cnh 1.5
667     checkpoint7
668     Created by cnh
669     Simple 4 degree global simulation
670     configuration.
671     Includes climatological wind,
672     hydrography, bathymetry etc
673     Does not include Heat Flux and E-P
674 cnh 1.4
675     checkpoint6
676     Created by cnh
677     merged checkpoint5 with CD and
678     spherical polar code.
679     Still some problems with GM Redi
680     abd full topography.
681 cnh 1.3
682     checkpoint5
683     Created by AJA
684     contains updates to GM Redi
685     and reordered timestepping loop
686     for Implicit Diffusion.
687 cnh 1.2
688     checkpoint4
689     Created by cnh
690     Contains memory saving macros ( _rdxc etc..) for when
691     grid variations are limited.
692     Contains polynomial coeffs for EOS and knudsen program
693     for generation.
694    
695 cnh 1.1 checkpoint3
696     Created by cnh
697     Added extra flags for runtime options
698     Added this file
699     Added implicit free-surface
700     Added pre-conditioner
701     Put compare01 into repository ( compare01/... )
702     Put data and eedata into repository ( verification/exp1 )
703    
704     checkpoint2
705     Created by AJA
706     Added GM/Redi
707    
708     checkpoint1
709     Created by AJA
710     Restructured kloop in dynamics.F
711     Added non-linear EOS
712    
713 cnh 1.2 baseline
714     Original checked in code
715 cnh 1.1

  ViewVC Help
Powered by ViewVC 1.1.22