/[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.90 - (hide annotations) (download)
Wed Oct 9 01:11:56 2002 UTC (21 years, 6 months ago) by jmc
Branch: MAIN
Changes since 1.89: +5 -1 lines
* S/R aim_initialise.F replace S/R aim_init from file aim_do_inphys.F:
 - read AIM physics parameters from a file (data.aimphys)
 - set defaults values = F.Molteni paper (Clim.Dyn., 2002)

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

  ViewVC Help
Powered by ViewVC 1.1.22