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

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.102

  ViewVC Help
Powered by ViewVC 1.1.22