/[MITgcm]/MITgcm/verification/plume_on_slope/results/output.txt
ViewVC logotype

Log of /MITgcm/verification/plume_on_slope/results/output.txt

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


Links to HEAD: (view) (download) (annotate)
Sticky Tag:

Revision 1.14
Fri Apr 21 19:23:31 2006 UTC (17 years, 11 months ago) by jmc
Branch: MAIN
CVS Tags: HEAD
Changes since 1.13: +0 -0 lines
FILE REMOVED
exp. plume_on_slope has been moved to verification/tutorial_plume_on_slope


Revision 1.13 - (view) (download) (annotate) - [selected]
Tue Dec 20 20:50:53 2005 UTC (18 years, 3 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint57z_post, checkpoint58, checkpoint58a_post, checkpoint58b_post, checkpoint58c_post, checkpoint58d_post
Changes since 1.12: +488 -400 lines
Diff to previous 1.12
change CG3D solver to work with Free-surface at k > 1 (p-coordinate):
 affects output (@ truncation level) ; updated.


Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Sat Jul 30 23:13:05 2005 UTC (18 years, 8 months ago) by jmc
Branch: MAIN
CVS Tags: checkpint57u_post, checkpoint57p_post, checkpoint57q_post, checkpoint57r_post, checkpoint57s_post, checkpoint57t_post, checkpoint57v_post, checkpoint57w_post, checkpoint57x_post, checkpoint57y_post, checkpoint57y_pre
Changes since 1.11: +376 -341 lines
Diff to previous 1.11 , to selected 1.13
dissipation & phiHyd gradient are always added to gU,gV in timestep.F
 This affects truncation error. Update output of exp. that "fails".


Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Fri Feb 4 19:49:50 2005 UTC (19 years, 1 month ago) by jmc
Branch: MAIN
CVS Tags: checkpoint57d_post, checkpoint57e_post, checkpoint57f_post, checkpoint57f_pre, checkpoint57g_post, checkpoint57g_pre, checkpoint57h_done, checkpoint57h_post, checkpoint57h_pre, checkpoint57i_post, checkpoint57j_post, checkpoint57k_post, checkpoint57l_post, checkpoint57m_post, checkpoint57o_post, eckpoint57e_pre
Changes since 1.10: +346 -346 lines
Diff to previous 1.10 , to selected 1.13
changes in cg3d (sum over each tile first) affect the results ; updated


Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Thu Jan 27 17:24:59 2005 UTC (19 years, 2 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint57c_post
Changes since 1.9: +627 -513 lines
Diff to previous 1.9 , to selected 1.13
updated after changing g77 default testing option


Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Tue May 25 07:55:54 2004 UTC (19 years, 10 months ago) by mlosch
Branch: MAIN
CVS Tags: checkpoint53d_post, checkpoint53f_post, checkpoint53g_post, checkpoint54, checkpoint54a_post, checkpoint54a_pre, checkpoint54b_post, checkpoint54c_post, checkpoint54d_post, checkpoint54e_post, checkpoint54f_post, checkpoint55, checkpoint55a_post, checkpoint55b_post, checkpoint55c_post, checkpoint55d_post, checkpoint55d_pre, checkpoint55e_post, checkpoint55f_post, checkpoint55g_post, checkpoint55h_post, checkpoint55i_post, checkpoint55j_post, checkpoint56, checkpoint56a_post, checkpoint56b_post, checkpoint56c_post, checkpoint57, checkpoint57a_post, checkpoint57a_pre, checkpoint57b_post, checkpoint57c_pre
Changes since 1.8: +682 -682 lines
Diff to previous 1.8 , to selected 1.13
o updating two verification results because of bug fixes in calc_gw.F


Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Wed May 19 08:42:00 2004 UTC (19 years, 10 months ago) by mlosch
Branch: MAIN
CVS Tags: checkpoint53c_post, checkpoint53d_pre
Changes since 1.7: +804 -792 lines
Diff to previous 1.7 , to selected 1.13
o changes to calc_gw.F
 - bug fix for w^2 term near the bottom boundary
 - (hopefully) improve the lateral slip boundary condtions for use with
   partial/looped cells
 - because the bug fix changes two verification experiments anyway (exp5
   and plume on slope), change the lateral boundary condition from half slip
   to the value of no_slip_sides
o update the verification experiments exp5 and plume_on_slope


Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Fri Feb 6 20:21:06 2004 UTC (20 years, 1 month ago) by adcroft
Branch: MAIN
CVS Tags: checkpoint52j_post, checkpoint52j_pre, checkpoint52k_post, checkpoint52l_post, checkpoint52l_pre, checkpoint52m_post, checkpoint52n_post, checkpoint53, checkpoint53a_post, checkpoint53b_post, checkpoint53b_pre
Changes since 1.6: +451 -468 lines
Diff to previous 1.6 , to selected 1.13
Changed the order of operations for global sums of arrays.
 o this *DOES* change output
   - the following results are updated by this change:
        exp4 front_relax global_ocean.cs32x15 global_ocean_pressure
        ideal_2D_oce internal_wave natl_box plume_on_slope
   - changes are primarily due to different cg2d residuals but in some
     the Eta field changes and this changes other fields
 o the global sum used to accumulate sequentially over all tiles on a single
   process and then the result be passed to _GLOBAL_SUM()
 o now we create a sum per tile and accumulate the sums
   - this should fix differences in sum for two tiles on 1 or 2 processors
   - this may help when using more than2 tiles but is not guaranteed
   - introducing a gather operation in GLOBAL_SUM() will fix differences
     for multiple tiles but only for fixed tiles configurations
   - an array based sum function is needed to make this independent of
     tile configuration


Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Wed Dec 10 16:25:57 2003 UTC (20 years, 3 months ago) by adcroft
Branch: MAIN
CVS Tags: checkpoint52d_post, checkpoint52e_post, checkpoint52e_pre, checkpoint52f_post, checkpoint52f_pre, checkpoint52h_pre, checkpoint52i_post, checkpoint52i_pre
Branch point for: netcdf-sm0
Changes since 1.5: +660 -534 lines
Diff to previous 1.5 , to selected 1.13
Re-tiled many experiments so as to allow valid multi-processor testing
 o single processor configurations now have multiple tiles
 o multi-processor configurations now have the same number of tiles as
   the single processor config. but distrubuted
 o all output for T,S,U,V were unchanged but the cg2d output was sensitive
   to the re-tiling for some expts. Namely:
    adjustment.128x64x1, exp4, exp5 front_relax, natl_box and plume_on_slope


Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Fri Jan 24 17:24:33 2003 UTC (21 years, 2 months ago) by jmc
Branch: MAIN
CVS Tags: branch-netcdf, branchpoint-genmake2, checkpoint48a_post, checkpoint48b_post, checkpoint48d_post, checkpoint48d_pre, checkpoint48e_post, checkpoint48f_post, checkpoint48g_post, checkpoint48h_post, checkpoint48i_post, checkpoint49, checkpoint50, checkpoint50a_post, checkpoint50b_post, checkpoint50b_pre, checkpoint50c_post, checkpoint50c_pre, checkpoint50d_post, checkpoint50d_pre, checkpoint50e_post, checkpoint50e_pre, checkpoint50f_post, checkpoint50f_pre, checkpoint50g_post, checkpoint50h_post, checkpoint50i_post, checkpoint51, checkpoint51a_post, checkpoint51b_post, checkpoint51b_pre, checkpoint51c_post, checkpoint51d_post, checkpoint51e_post, checkpoint51f_post, checkpoint51f_pre, checkpoint51g_post, checkpoint51h_pre, checkpoint51i_post, checkpoint51i_pre, checkpoint51j_post, checkpoint51k_post, checkpoint51l_post, checkpoint51l_pre, checkpoint51m_post, checkpoint51n_post, checkpoint51n_pre, checkpoint51o_post, checkpoint51o_pre, checkpoint51p_post, checkpoint51q_post, checkpoint51r_post, checkpoint51s_post, checkpoint51t_post, checkpoint51u_post, checkpoint52, checkpoint52a_post, checkpoint52a_pre, checkpoint52b_post, checkpoint52b_pre, checkpoint52c_post, ecco_c52_e35
Branch point for: branch-genmake2, branch-nonh, checkpoint51n_branch, tg2-branch
Changes since 1.4: +443 -365 lines
Diff to previous 1.4 , to selected 1.13
Updated (affected by changes in vertical advect. of momentum).


Revision 1.1.4.2 - (view) (download) (annotate) - [select for diffs]
Thu Jul 11 22:46:27 2002 UTC (21 years, 8 months ago) by jmc
Branch: release1
CVS Tags: release1_p10, release1_p11, release1_p12, release1_p12_pre, release1_p13, release1_p13_pre, release1_p14, release1_p15, release1_p16, release1_p17, release1_p5, release1_p6, release1_p7, release1_p8, release1_p9
Branch point for: release1_50yr
Changes since 1.1.4.1: +1095 -226 lines
Diff to previous 1.1.4.1 , to branch point 1.1 , to next main 1.14 , to selected 1.13
o updated after fix applied in gad_advection.F (surface correction term)
  (corresponds to checkpoint44g_post in MAIN branch)


Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Thu Jul 11 22:30:29 2002 UTC (21 years, 8 months ago) by jmc
Branch: MAIN
CVS Tags: branch-exfmods-tag, checkpoint45d_post, checkpoint46, checkpoint46a_post, checkpoint46a_pre, checkpoint46b_post, checkpoint46b_pre, checkpoint46c_post, checkpoint46c_pre, checkpoint46d_post, checkpoint46d_pre, checkpoint46e_post, checkpoint46e_pre, checkpoint46f_post, checkpoint46g_post, checkpoint46g_pre, checkpoint46h_post, checkpoint46h_pre, checkpoint46i_post, checkpoint46j_post, checkpoint46j_pre, checkpoint46k_post, checkpoint46l_post, checkpoint46l_pre, checkpoint46m_post, checkpoint46n_post, checkpoint47, checkpoint47a_post, checkpoint47b_post, checkpoint47c_post, checkpoint47d_post, checkpoint47d_pre, checkpoint47e_post, checkpoint47f_post, checkpoint47g_post, checkpoint47h_post, checkpoint47i_post, checkpoint47j_post, checkpoint48, checkpoint48c_post, checkpoint48c_pre
Branch point for: branch-exfmods-curt
Changes since 1.3: +241 -229 lines
Diff to previous 1.3 , to selected 1.13
cg2d outputs are very sensitive in this exp. and change
   when using recip_dx*,recip_dy* instead of /dx*,/dy* in orlanski_east.F


Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Sat Jun 15 03:43:23 2002 UTC (21 years, 9 months ago) by jmc
Branch: MAIN
Changes since 1.2: +1025 -86 lines
Diff to previous 1.2 , to selected 1.13
more output (monitorfreq=1) but numerical results are unchanged.


Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Tue Mar 5 15:20:27 2002 UTC (22 years ago) by jmc
Branch: MAIN
CVS Tags: checkpoint44g_post, checkpoint44h_post, checkpoint44h_pre, checkpoint45, checkpoint45a_post, checkpoint45b_post, checkpoint45c_post
Changes since 1.1: +226 -203 lines
Diff to previous 1.1 , to selected 1.13
updated after fix applied in gad_advection.F (surface correction term)


Revision 1.1.4.1 - (view) (download) (annotate) - [select for diffs]
Tue Feb 26 16:05:24 2002 UTC (22 years, 1 month ago) by adcroft
Branch: release1
CVS Tags: release1_chkpt44d_post, release1_p1, release1_p2, release1_p3, release1_p4
Changes since 1.1: +1 -1 lines
Diff to previous 1.1 , to selected 1.13
Merging changes on MAIN between checkpoint43 and checkpoint43a-release1mods
Command: cvs -q update -jcheckpoint43 -jcheckpoint43a-release1mods -d -P

These changes are most of the changes between c43 and c44 except those
that occured after "12:45 11 Jan 2002". As far as I can tell it is
checkpoint43 with the following mods:

  o fix bug in mom_vi_del2uv
  o select when filters are applied ; add options to zonal_filter (data.zonfilt)  o gmredi: fix Pb in the adiabatic form ; add options (.e.g. Bolus advection)
  o update AIM experiments (NCEP input files)
  o improve and extend diagnostics (Monitor, TimeAve with NonLin-FrSurf)
  o added some stuff for AD
  o Jamar wet-points

This update does not contain the following mods that are in checkpoint44

  o bug fix in pkg/generic_advdiff/
    - thread related bug, bi,bj arguments in vertical advection routines
  o some changes to pkg/autodiff, pkg/cost, pkg/exf, pkg/ecco,
    verification/carbon and model/src/ related to adjoint
  o some new Matlab scripts for diagnosing model density
    - utils/matlab/dens_poly3.m and ini_poly3.m

The list of exclusions is accurate based on a "cvs diff". The list of
inclusions is based on the record in doc/tag-index which may not be complete.


Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Tue Nov 27 15:16:34 2001 UTC (22 years, 4 months ago) by adcroft
Branch: MAIN
CVS Tags: checkpoint43a-release1mods, checkpoint44, checkpoint44b_post, checkpoint44b_pre, checkpoint44e_post, checkpoint44e_pre, checkpoint44f_post, checkpoint44f_pre, chkpt44a_post, chkpt44a_pre, chkpt44c_post, chkpt44c_pre, chkpt44d_post, release1-branch-end, release1-branch_branchpoint, release1-branch_tutorials, release1_final_v1
Branch point for: release1, release1-branch, release1_final
Diff to selected 1.13
New expt: gravity plume on slope (as used by slegg@whoi.edu)


This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.22