/[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.23 by adcroft, Mon Aug 2 15:39:41 1999 UTC revision 1.90 by jmc, Wed Oct 9 01:11:56 2002 UTC
# Line 3  $Header$ Line 3  $Header$
3      Notes on tags used in MITgcmUV      Notes on tags used in MITgcmUV
4      ==============================      ==============================
5    
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    
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    
17    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    
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    
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    
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    
67    checkpoint46e_post
68    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    checkpoint46e_pre
77    
78    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    
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    
99    checkpoint46b_post
100    o Added new equation of state -> JMD95Z and JMD95P
101      - EOS of Jackett and McDougall, 1995, JAOT
102      - 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    
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    
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    checkpoint45d_post
146    o import 2 fixes from release1_p5 (CG2D.h & packages_readparms.F)
147    o use recip_dx*,recip_dy* instead of /dx*,/dy* in orlanski_E,W,N,S
148      (affects plume_on_slope "cg2d" output)
149    o add new parameter deltaTfreesurf for free-surface time stepping
150    o exchange gT,gS when using staggerTimeStep & GM & Oly<4
151    o NONLIN_FRSURF: rescale gNm1 to get a better conservation with A-B
152    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    
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    
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    
179    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    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    
185    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    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    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    
205    checkpoint44g_post
206    o fix surface correction term in multiDimAdvection (affects plume_on_slope
207      results) ; ifdef missing in thermodynamics.F
208    
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    
226    o testscript: added -cleanup option
227    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    
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    
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    
248    o real fresh water flux implemented with non-linear free-surface.
249    
250    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    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    
267    o check parameters & config (chkpt44a_pre,post)
268    o OBC and NonLin_FrSurf.
269    
270    checkpoint44
271    o fix bug in mom_vi_del2uv
272    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    o added some stuff for AD
277    
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    
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    
296    checkpoint41
297    o re-formatted/added comments in prologues of key subroutines
298      to work with protex
299    
300    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    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    o added multi-dimensional advection method for tracers
318      
319    checkpoint40pre8
320    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    
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    
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    
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    
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    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    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    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     o disabled some packages by default in genmake
399    
400    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    
408    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    checkpoint36
426     o implement Crank-Nickelson barotropic time-stepping
427     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    
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    
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     o Added routine GLOBAL_SUM_INT to global_sum.F
446     o Added mdsio_gl.F for ECCO purposes.
447    
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    
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    
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    
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    
503    checkpoint29
504     o packaged KPP and GM/Redi
505    
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    
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    
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    
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    
548  checkpoint24  checkpoint24
549   o Removed some spurious "REAL"s   o Removed some spurious "REAL"s
550   o Updated KPP to latest version from JPL   o Updated KPP to latest version from JPL

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.90

  ViewVC Help
Powered by ViewVC 1.1.22