/[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.123 by jmc, Fri Jan 24 17:55:25 2003 UTC revision 1.209 by heimbach, Mon Nov 17 23:45:57 2003 UTC
# Line 3  $Header$ Line 3  $Header$
3      Notes on tags used in MITgcmUV      Notes on tags used in MITgcmUV
4      ==============================      ==============================
5    
6    checkpoint52a_post
7    o modifications to make FREEZE (_SURFACE) flux visible to pkg/kpp
8      - moved surfaceTendencyTice from pkg/seaice to main code
9      - subroutine FREEZE_SURFACE now limits only surface temperature
10        and is called in FORWARD_STEP (if allowFreezing=.TRUE.)
11        => new output.txt for global_ocean.cs32x15 & global_with_exf
12      - keep the old version of FREEZE for backward compatibility;
13        global_ocean.90x40x15 left unchanged using useOldFreezing=.TRUE.
14      - corresponding modifs for TAF directives
15    o added surface flux output variables to TIMEAVE_STATVARS
16    o time-averaged output for pkg/ptracers
17    o fix problem with ECCO-related divided adjoint
18      snapshot file was missing some ad-variables,
19      but no warning issued by TAF
20    
21    checkpoint52a_pre
22    o some bug fixes for #undef REAL4_IS_SLOW
23    
24    checkpoint52 = ecco_c52_e35
25    o after testing adjoints of checkpoint51u_post
26    
27    checkpoint51u_post
28    o this is the post-merge tag of the ecco-branch
29      (needs another clean checkout and re-testing)
30    o various natl_box_adjoint configs and results
31      but no input fields
32    o obcs adjoint not yet merged!
33    o adding ECCO global 1x1 and 2x2 degree configs
34    o updated/extended some store directives for seaice
35    o pkg/ecco now containes ecco-specific part of cost function
36    o top level routines the_main_loop, forward_step
37      supersede those in model/src/
38      previous input data.cost now in data.ecco
39      (new namelist ecco_cost_nml)
40    o in ctrl/ cleaned some cross-dependencies and updated CPP options
41    
42    checkpoint51t_post
43    o this is the pre-merge tag of the ecco-branch
44    
45    checkpoint51s_post
46    o cleanup: removed various obsolete #define-s
47    o pkg/grdchk
48      - renamed 'ph-grd 3' to 'grad-res'
49      - merged from ecco-branch
50        (remaining bug fixes for obcs gradient checks)
51      - additional high-precision output for testreport
52        (grep for 'precision_grdchk_result')
53    
54    checkpoint51r_post
55    o cleaned up or removed CPP_OPTIONS.h files
56    o updated results for some of the tests to reflect the new
57      optfiles (-ieee: -O0 instead of -O3)
58    
59    checkpoint51q_post
60    o cd_code:
61      - moved cd_scheme.F -> cd_code_scheme.F
62      - separate read_checkpoint from cd_code_ini_vars.F
63      - separated cd_code part from write_checkpoint
64      - updated AD_SOURCE, generated .flow
65      - added CD_CODE_VARS.h to the_main_loop
66      - Moving cd_code specific store dir.s to pkg/cd_code
67    o ctrl package totally restructured
68      - pack/unpack now optional and decoupled from
69        xx_/adxx_ I/O
70      - ctrl_pack/unpack cleaned
71        (new routines ctrl_init_ctrlvar.F, pkg/ctrl/ctrl_init_wet.F)
72      - confined inclusion of AD_CONFIG.h to where necessary.
73    o genmake2: changed AD dependencies from SRCFILES to AD_FILES
74    
75    checkpoint51p_post
76    o create initial cd_code package
77      - WARNING: the initialization of fields within packages
78        is broken because INI_FIELDS (where READ_CHECKPOINT is
79        called) is called *before* PACKAGES_INIT_VARIABLES.
80        This seems to be backwards since
81        1) its important to initially zero the entire field including
82           the "halo" region
83        2) zeroing needs to be done *before* reading pickup info
84           and the pickup call might or might not happen in any
85           particular run
86      - this needs an overhaul for R2
87    o cleanup verification/*/code/GMREDI_OPTIONS.h
88    o cleanup testreport
89    
90    checkpoint51o_post
91    o bringing AD-related verif's up to date with genmake2
92      - carbon/
93      - global_ocean.90x40x15/
94      - hs.94.1x64x5/
95      - (front_relax/ )
96    o (more) consistent directory structure for AD-related verif.'s
97    o cleaning ALLOW_GRADIENT_CHECK -> ALLOW_GRDCHK
98    o cleaning some ALLOW_TANGENTLINEAR_RUN -> ALLOW_AUTODIFF
99    o bug fix in find_alpha.F for MDJWF:
100      - modif. to alpha = 1/D*( dN/dT - rho*dD/Dt) to account for
101        change rho -> rho-rhoConst
102      - replace call find_rho to find_rhonum
103    o initialisation of rFlx extended to full array (required by TAF)
104      and shifted to thermodynamics
105    o removed PTRACERS.h in ptracers routine
106    o added surfacetendencyPtr to S/R parameter list pracers_forcing
107    o Correcting initialisations for fVerU, fVerV.
108    o helping TAF to recognize dependency on kUp for
109      fVerU, fVerV
110    o Replacing delZ by delR in pkg/ctrl/
111    checkpoint51o_pre
112    
113    o undid all of cp51 pending some cleanups and discussion
114    o added the [#include "AD_CONFIG.h"] statement to all files that need
115       it for adjoint/tl #defines
116     o re-worked the build logic in genmake2 to support AD_CONFIG.h
117     o removed tools/genmake since it no longer works
118    
119    checkpoint51n_post
120    o modifications to make FREEZE flux visible to pkg/kpp
121      - moved surfaceTendencyTice from pkg/seaice to main code
122      - FREEZE & EXTERNAL_FORCING_SURF moved to FORWARD_STEP
123      - subroutine FREEZE now limits only surface temperature
124        (this means new output.txt for global_ocean.90x40x15,
125         global_ocean.cs32x15, and global_with_exf)
126    o added surface flux output variables to TIMEAVE_STATVARS
127    
128    checkpoint51n_pre
129    o added "#undef ALLOW_USE_MPI" support to eesupp/src/gather_2d.F
130    o added [#include "AD_CONFIG.h"] to all files that use the following
131      defines:
132      - ALLOW_ADJOINT_RUN
133      - ALLOW_TANGENTLINEAR_RUN
134      - ALLOW_ECCO_OPTIMIZATION
135    
136    checkpoint51m_post
137    o incorporating changes to get TAMC/TAF working in genmake2
138      - added new TAMC/TAF targets to the Makefile
139      - various cleanups related to package handling
140      - these changes should have no impact on the forward model
141    
142    checkpoint51l_post
143    o changes to pkg/cal and pkg/exf that allow and speed-up long integrations
144     - faster algorithm for cal_addtime.F
145     - higher precision arithmetic, where needed
146     - pkg/exf *startdate variables changed from calendar date to
147       model integration time
148    
149    checkpoint51l_pre
150    o add salt flux to forcing fields (used when salty sea-ice forms or melts)
151    o enable to apply restoring on S & T only in a latitude band.
152    o update output (external_forcing_surf modif. change truncation errors)
153       global_ocean.cs32x15, global_ocean_pressure, lab_sea, natl_box
154    
155    checkpoint51k_post
156    o change default to: useNHMTerms=.FALSE.
157     - new output.txt for atmos. exp (NHMTerms were wrong but now turned off):
158       adjustment.128x64x1, aim.5l_Eq_Ch, aim.5l_LatLon, hs94.128x64x5, hs94.1x64x5
159     - new output.txt for idealized oceanic exp (NHMTerms are now turned off):
160        exp1, ideal_2D_oce
161     - change data file of oceanic exp (leave the results unchanged for now)
162       exp2, global_ocean[90x40x15,pressure,with_exf], lab_sea, natl_box
163    o set gravitySign automatically according to the vertical coordinate used
164      (and change sign: back to "logical" value: +1 when R increases downward)
165    o added an include barrier to the default CPP_OPTIONS.h and
166      removed the #include "PACKAGES_CONFIG.h" from it
167    o fix a bug in mom_fluxform (from chk51j_post)
168    
169    checkpoint51j_post
170    o Added some AD-related initialisations in mom_vecinv/ mom_fluxform/
171    o adjusted some flow directives (dynamics, thermodynamics)
172    o added cubed-sphere case to test cost function
173    o heckpoint_lev?_directives.h now include
174      pkg-specific directives, whenever those are enabled.
175    o Moving pkg-specific flow directives to corresponding pkg
176      Moving pkg-specific differentiation list to corresponding pkg
177      Moving pkg-specific checkpoint-lev storing to corresponding pkg
178      ---> conventions are
179           - pkg_ad.flow
180           - pkg_ad_diff.list
181           - pkg_ad_check_lev?_dir.h
182    
183    checkpoint51i_post
184    o merge of the branch-genmake2
185      - knowingly breaks the older genmake
186      - automatic generation of all ALLOW_${PKG_NAME} defines
187      - new testreport supersedes older testscript
188    o large number of package inclusion and header cleanups
189    checkpoint51i_pre
190    
191    o new output for adjoin of global ocean vector invariant
192    o fix for checkpoint of thermodynamic seaice and bulk_force
193    o Steph gchem various cleanups
194    
195    checkpoint 51h_pre
196    o fixed some single quotes
197    o modify gchem pkg to be more versatile
198    o modifications to clean up dic pkg
199    o add pkg/cfc
200    
201    checkpoint51g_post
202    o provide links for ARPACK and ADM*TLM
203    o start removing verification/vero/
204    o update AD-related stuff
205      (in particular some IF-statements in model/src/ routines)
206    o adding to verification/global_ocean.90x40x15/ adjoint of
207      vector invariant setup
208    
209    checkpoint51f_post
210    o update advect_xz/output.txt (left from chekpoint50f_pre, ini_vel modif)
211    o Mods and bug fixes to pkg/cal, pkg/exf, etc., needed for computation
212      of tracer Green's fucntions for ocean inversion project.
213    
214    checkpoint51f_pre
215    o Added on-the-fly spatial interpolation capability
216        "USE_EXF_INTERPOLATION" to pkg/exf.
217      - This is a temporary Cartesian-grid hack until
218        the super-duper ESMF coupler becomes available.
219      - See verification/global_with_exf/README for usage example.
220      - Removed obsolete EXFwindOnBgrid and SEAICEwindOnCgrid
221        flags and modified pkg/seaice accordingly.
222    o Bug fix to pkg/ptracers, pkg/generic_advdiff/gad_calc_rhs.F,
223        and pkg/kpp/kpp_transport_ptr.F for dealing with tracer
224        non-local transport term.
225    
226    checkpoint51e_post
227    o pkg/mom_vecinv:
228      - changes related to hFac: use S/R from aim.5l_cs/code (coriolis & vort.advec)
229      - add time-ave diagnostic of vorticity advection.
230    o add diagnostic (instantaneous) of Shapiro Filter effect for T,S & UV.
231    o atmospheric geopotential: - include water vapor effect;
232                                - use p^kappa in p* scaling.
233    o land pkg: read initial state from files.
234    o AIM : add stratospheric drag in the upper level
235    
236    checkpoint51d_post
237    o change function ILNBLNK (=> last non-blank char.) to return zero
238      (instead of the string length) when the string. char is empty
239    o fix bug in dxV,dyU definition of cubed-sphere grid (ini_curvilinear_grid)
240    o modif's to restore TAMC compatibility
241      - avoid "_d" constructs in PARAMETER declarations
242      - avoid interrupting lines by comment lines
243    o Use cluster local disks for purely local I/O
244      vs. globally visible disks needed for ctrl stuff
245      (merged from ecco-branch)
246      - new active_file_loc... and mdsio_..._loc routines
247      - affected packages: autodiff, ctrl, grdchk, mdsio
248    
249    checkpoint51c_post
250    o introducing integer flag debugLevel
251      - debLevZero: suppress all output
252      - debLevA: standard
253      - debLevB: equivalent to current debugMode=.TRUE.
254    o introducing pathname variable mdsioLocalDir for mdsio
255      that can be specified at runtime
256      (relevant for cluster I/O to local disk)
257    `
258    >>>checkpoint51b_post
259    adjoint of ptracers
260    o disentangled ALLOW_PTRACERS using new ALLOW_GCHEM
261    o extended state in checkpoint_lev?, etc.
262    o alternative ctrl/cost with tr1 or ptracer
263    o new comlev1_bibj_ptracers
264    o new ptracers.flow
265    o made ptracers_forcing same as external_forcing_s
266    o added verification for adjoint with ptracers
267      - adm. grdchk fail so far
268      - tlm. grdchk OK
269      - checked tapelev/comlev recomputations: OK
270    <<<checkpoint51b_pre
271    
272    checkpoint51a_post
273    o added code for biogeochemistry package
274      - new pkgs: dic, gchem
275      - new subroutine in ptracers
276    o modify code for biogeo packages
277      - in model/src and pkg/ptracers
278    
279    checkpoint51
280    o merged improved packages from ecco-branch (ecco_c51_e34) to MAIN
281      - autodiff, ctrl, exf, grdchk, seaice
282      kept separate packages
283      - cost, ecco, obcs
284    o updating verification/internal_wave, verification/lab_sea
285      (all verif's pass on faulks.lcs.mit.edu RH7.3, g77)
286    
287    checkpoint50i_post
288    o Preparing next differentiable checkpoint and sync
289      of MAIN vs. ecco-branch
290      - 1st step: this one is differentiable
291      - 2nd step: next(! not this) checkpoint will have updated packages
292                  from ecco-branch)
293    
294    checkpoint50h_post
295    o new package "land": provide surface BC for AIM.
296    o pkg/ptracers: apply exchange to all tracers after reading a pickup.
297    o AIM: use true log-P extrapolation for near surface temp (= as in
298        F.Molteni paper) ; update aim.5l_cs output.
299    o New variable in PARM03 for more flexible pickups
300    o somewhat cleaned package initialisation sequence for
301      ctrl/ cost/ ecco/ in packages_... routines
302    
303    checkpoint50g_post
304    o merged with release1_p17 (pkg/seaice and verification/lab_sea)
305      - added SEAICE_MULTILEVEL for 8-category sea-ice thermodynamics
306      - LSR sea-ice dynamic solver moved to SouthWest B-grid location and
307        made the default because of faster convergence than ADI
308    
309    checkpoint50f_post
310    o exf totally restructured
311      - replaced all exf_set_ routines by one generic exf_set_gen.F
312        and made sure it's still differentiable
313      - split exf_getffields.F into new exf_bulkformulae.F
314      - exf_inscal_/exf_outscal_ suffixes consistent with field names
315      - updated adjoint/makefile and relevant verif. accordingly
316    
317    checkpoint50f_pre
318     o AIM: near surface temp evaluated from Pot.Temp: fixed for Part Cell ;
319          + change Evap over land. (update aim.5l_cs output)
320     o added missing .cvsignores and made uniform across expts
321     o changed configuration of tidal_basin_2d expt
322     o added pkg/debug functions for tracing code in fatal crashes
323     o tidied pkg/monitor to use MONITOR_OPTIONS.h
324     o new fn in pkg/monitor to stop model if solution grows too big
325     o removed lots of single quotes from comments
326    
327    checkpoint50e_post
328    o make KPP work with PTRACERS
329     - fix gad_calc_rhs to call new routine kpp_transport_ptr, which is
330       nearly a copy of kpp_transport_s
331     - there is no analogue to SurfaceTendencyS, so I have to use
332       gPtr(of the surface layer) instead
333    o add a new platform SunFire+mpi (SunFire 15000) to genmake
334    checkpoint50e_pre
335    
336    checkpoint50d_post
337    o change kpp output from multiple-record state files to single-record state
338      files analogous to write_state.F
339    o reduce the output frequency of cg3d-related stuff to the monitor frequency,
340      analogous to the cg2d-related output.
341    o fix small problem with in ptracers_write_checkpoint.F: len(suff)=512,
342      so that writing to internal file fn (with length 512) fails.
343    checkpoint50d_pre
344    
345    checkpoint50c_post
346    o fix problem in ini_procs.F when using MPI (was there since checkpoint48f)
347    o add monitor diagnostic of vorticity (mon_vort3.F) and potential energy.
348    o add time-average diagnostic of U*V and vertical diffusive flux for theta.
349    o bug fixed in convective adjustment diagnostic (multi-tile set-up).
350    o 4th Order Adv scheme: return to previous (c40pre7) masking near boundaries.
351    
352    checkpoint50c_pre
353    Merging from release1_p13:
354    o bug fix for pkg/seaice dynamic solver
355    o Added SEAICE_initialHEFF to pkg/seaice
356    
357    checkpoint50b_post
358    o store u*,v* in gU,V instead of in guNm1,gvNm1
359    o in order to put the momForcing out of the Adams-Bashforth:
360      move forcing & CD-scheme calls from mom_fluxform & mom_vecinv
361      to timestep.F
362    o new flag "useCDscheme" (default=F); replace guCD,gvCD by local arrays
363    o re-generate output for highly sensitive test-exp:
364       global_ocean_pressure, ideal_2D_oce, lab_sea, natl_box
365    
366    checkpoint50b_pre
367    o restore the use of momAdvection & useCoriolis flags (mom_vecinv)
368    o corrected CPP option mismatch in exf_Bulk... functions for case
369      #define ALLOW_ATM_WIND && #undef ALLOW_ATM_TEMP
370    
371    checkpoint50a_post
372    o Bug fix for merging between c50 and KPP.
373      ikey was passed from thermodynamics to kpp_calc via
374      common block rather than being recomputed in kpp_calc,
375      in contradiction with new key itdkey.
376      New key ikppkey created, and tamc.h headers updated.
377    
378    checkpoint50
379    - 2nd step of merge with ecco-branch:
380      merge changes in ecco-branch back into main trunk
381    - bug fix in find_alpha
382    - more storing in gmredi_calc_tensor.F, kpp_routines.F
383    - avoid iterative loop in ini_pressure for ALLOW_AUTODIFF_TAMC
384    - merged some sliced AD support routines
385    
386    checkpoint49
387    merged from ecco-branch:
388    o exf:
389      - Enable initialisation of forcing fields to constant
390        (runtime) values.
391      - in exf_getffields.F
392        Reduce i-/j-loop to interior domain, discarding overlaps.
393        That also fixes wrong TAF-key computations for key_1, key_2
394        with bulf formulae.
395      - exf_init.F modify #ifdef for exf_init_evap
396      - exf_getffieldrec.F, ctrl_getrec.F
397        The following INT-usages are not safe:
398          fldsecs  = int(fldsecs/fldperiod)*fldperiod
399          fldcount = int(fldsecs/fldperiod) + 1
400        and were modified.
401    o autodiff: checkpoint_lev...
402      - updated storing for bulk formulae (some arrays were missing)
403      - added state for seaice package
404      - synchronized with main branch
405    o DIVA:
406      Modif.s in
407      - the_main_loop.F
408      - the_model_main.F
409      and added cost_final_restore.F cost_final_store.F
410      o With these changes, it is possible to fully separate
411        the first forward run to compute the cost function (mdthe_main_loop)
412        and adjoint runs over individual DIVA intervals (adthe_main_loop)
413        into separate model executions.
414        This enables better tuning of DIVA to given queue sizes.
415      o Loss of cost function value in consecutive DIVA runs is
416        fixed by storing to 'costfinal' file.
417      o Appropriate call of ctrl_unpack/_pack,grdchk_main at
418        beginning/end of adjoint integration is accounted for.
419      The current changes apply to TAF-1.4.26.
420      TAF has one remaining bug, requiring one manual change
421      (see MITgcm manual).
422    o cal: synchronized between MAIN and ecco-branch
423    
424    checkpoint48i_post
425    o Changes to restore differentiability of code w.r.t. previous tag
426      (mostly adding new routines to make list and replacing
427      pressure by totPhiHyd).
428    o Updated and merged grdchk package
429      - has both ADM and TLM checks
430      - works for single- and multi-proc.
431      - output cleaned
432      - worked successfully for parallel DIVA
433    o genmake:
434      - Adding -platform=SP4
435      - Modif. for DEC Alpha (many don't have makedepend; use mkdep instead).
436    o Modif. for DIVA:
437      ctrl_unpack should not be called in intermediate DIVA interval.
438      (similar thing would apply for active files such as
439      tbar, sbar, psbar, which should not be reinitialised;
440      only relevant for ecco-branch)
441    
442    checkpoint48h_post
443    o improve "ini_p_ground" when using finite difference form for calc_phi_hyd
444    o Added net flux to downward flux conversion to pkg/exf/exf_getffields.F
445    o Added SEAICE_initialHEFF to pkg/seaice
446    o ecco_the_model_main.F: SEAICE_WRITE_PICKUP must precede WRITE_CHECKPOINT
447    
448    checkpoint48g_post
449    --- EOS:
450    o compute locally the pressure for use in EOS: UNESCO, JMD95P, MDJWF
451      store total Potential in totPhyHyd for diagnostics & EOS.
452    o fix restart and overlap Pb when using Z-coord and EOS funct. of P
453    --- Pressure/geopotential gradient:
454    o use Ro_surf & R_low instead of hFac in cal_phi_hyd:
455    o NLFS + p-coord.: eta*Alpha' is not longer lagging 1.time-step behind
456      ( changes results of global_ocean_pressure )
457    o NLFS + z-coord.: add eta*Rho' contribution.
458    o accurate phiHyd when using interface-W at the middle between 2 centers
459     ( changes results of ideal_2D_oce )
460    o includes r* 2nd term in potential gradient.
461    
462    checkpoint48f_post
463    Merging from release1_p12:
464    o Modifications for using pkg/exf with pkg/seaice
465      - improved description of the various forcing configurations
466      - added basic radiation bulk formulae to pkg/exf
467      - units/sign fix for evap computation in exf_getffields.F
468      - updated verification/global_with_exf/results/output.txt
469    o Added pkg/sbo for computing IERS Special Bureau for the Oceans
470      (SBO) core products, including oceanic mass, center-of-mass,
471      angular, and bottom pressure (see pkg/sbo/README.sbo).
472    o Lower bound for viscosity/diffusivity in pkg/kpp/kpp_routines.F
473      to avoid negative values in shallow regions.
474      - updated verification/natl_box/results/output.txt
475      - updated verification/lab_sea/results/output.txt
476    o MPI gather, scatter: eesupp/src/gather_2d.F and scatter_2d.F
477    o Added useSingleCpuIO option (see PARAMS.h).
478    o Updated useSingleCpuIO option in mdsio_writefield.F to
479      work with multi-field files, e.g., for single-file pickup.
480    o pkg/seaice:
481      - bug fix in growth.F: QNET for no shortwave case
482      - added HeffFile for specifying initial sea-ice thickness
483      - changed SEAICE_EXTERNAL_FLUXES wind stress implementation
484    o Added missing /* */ to CPP comments in pkg/seaice, pkg/exf,
485      kpp_transport_t.F, forward_step.F, and the_main_loop.F
486    o pkg/seaice:
487      - adjoint-friendly modifications
488      - added a SEAICE_WRITE_PICKUP at end of the_model_main.F
489    
490    checkpoint48e_post
491    o New S/R for diagnostic of bottom pressure (phi0surf was missing in c48d_post)
492    o dynamics: change definition of computational domain & adapt mom_fluxform
493      accordingly ; when viscA4=0, allows to run the dynamics with Olx=Oly=2.
494    o following exp works with Olx=Oly=2 (and pass through checkbounds option):
495        adjust_nlfs.cs-32x32x1 adjustment.128x64x1 adjustment.cs-32x32x1
496        exp0 exp1 exp2 exp4 exp5 hs94.cs-32x32x5 hs94.128x64x5 hs94.1x64x5
497        global_ocean.90x40x15 global_with_exf global_ocean_pressure
498        inverted_barometer solid-body.cs-32x32x1
499      (high order AdvScheme and/or multiDimAd works with Olx=Oly=2 ? not sure)
500    
501    checkpoint48d_post
502    o in preparation for r*:
503     a) use pre-computed gradient of hydrostatic potential:
504        changes in timestep.F & mom_cdscheme.F affects results of ideal_2D_oce
505     b) move phi0surf from calc_phi_hyd to calc_grad_phi_hyd:
506        => affects results of glob_oce_pressure (different truncation error)  
507      update output.txt of ideal_2D_oce & global_ocean_pressure
508    
509    checkpoint48d_pre
510    o in preparation for r*:
511      new S/R (calc_grad_phi_hyd.F) to compute Hydrostatic potential gradient.
512      pass the 2 comp. of the grad. as arguments to momentum S/R.
513      but for the moment, only used if it does not change the results.
514    o add finite volume form of calc_phi_hyd for buoyancyRelation OCEANIC & OCEANICP
515    
516    checkpoint48c_post
517    Modifications in treatment of initial flux forcing controls
518    to avoid extra storing of flux fields.
519    
520    checkpoint48c_pre
521    o Added tidal_basin_2d experiment (currently 1D!)
522    o can use r* Coordinate with OBC (but Orlanski Rad. BC not yet implemented)
523    
524    checkpoint48b_post
525    o r* coordinate added in #ifdef NONLIN_FRSURF block.
526     (modification to pressure gradient not yet implemented)
527    o mom_fluxform: new S/R mom_calc_rtrans.F computes vertical transports
528      (for U & V) that are used for vertical advection of momentum.
529    
530  checkpoint48a_post  checkpoint48a_post
531  o In preparation for r*, use temp. array to compute vertical transport  o In preparation for r*, use temp. array to compute vertical transport
532     in flux-form momentum pkg. => change results of few test-exp.     in flux-form momentum pkg. => change results of few test-exp.

Legend:
Removed from v.1.123  
changed lines
  Added in v.1.209

  ViewVC Help
Powered by ViewVC 1.1.22