/[MITgcm]/MITgcm/model/src/the_correction_step.F
ViewVC logotype

Log of /MITgcm/model/src/the_correction_step.F

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


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

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Fri Nov 1 22:00:33 2002 UTC (21 years, 7 months ago) by mlosch
Branch: MAIN
CVS Tags: branch-exfmods-tag, checkpoint46l_post, 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, checkpoint48a_post, checkpoint48b_post, checkpoint48c_post, checkpoint48c_pre, checkpoint48d_post, checkpoint48d_pre, checkpoint48e_post, checkpoint48f_post, checkpoint48g_post, checkpoint48h_post, checkpoint48i_post, checkpoint49, checkpoint50, checkpoint50a_post, checkpoint50b_pre
Branch point for: branch-exfmods-curt
Changes since 1.19: +5 -5 lines
Diff to previous 1.19
 made convective adjustment work with pressure coordinates:
 - changed the direction of k-loop in convective_adjustment.F for the
   case of pressure coordinates (OCEANICP,ATMOSPHERIC buoyancyRelation)
 - adjusted the reference pressure k-index in convective_adjustment.F
 - adjusted the convection condition in convect.F (in analogy to
   calc_ivdc.F)
 - convective_adjustment no longer computes anything on the halos
 - removed the warnings about negative salinity from find_rho.F and
   find_alpha.F; instead the new routine look_for_neg_salinity, called
   at the beginning of find_rho, find_alpha, and find_beta, does a
   check of the entire slice, if CPP-option
   CHECK_SALINITY_FOR_NEGATIVE_VALUES is defined


Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Mon Oct 7 16:24:45 2002 UTC (21 years, 7 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint46j_post, checkpoint46k_post, checkpoint46l_pre
Changes since 1.18: +10 -17 lines
Diff to previous 1.18
* split calc_exact_eta in 2 S/R : integr_continuity & update_etaH
* move wVel computation at the end of the time step, in S/R integr_continuity
* create specific S/R to exchange T,S before DYNAMICS (for stagger time step)
* update timeave pkg for wVel diagnostic ; put convertEmP2rUnit in PARAMS.h


Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Mon Mar 4 17:26:41 2002 UTC (22 years, 3 months ago) by adcroft
Branch: MAIN
CVS Tags: checkpoint44f_post, checkpoint44g_post, checkpoint44h_post, checkpoint44h_pre, checkpoint45, checkpoint45a_post, checkpoint45b_post, checkpoint45c_post, 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_pre
Changes since 1.17: +7 -1 lines
Diff to previous 1.17
Added PTRACERS package

This allows an arbitrary number of passive tracers to be integrated
forward simultaneously with the dynamicaly model.
 + Implemented so far:
    - basic forward algorithm (time-stepping, advection, diffusion, convection)
    - I/O and checkpointing
    - GM/Redi  *but*  using the GM/Redi coefficient of Salt
 + Not implemented so far:
    - KPP
    - OBCS
 + No specific example supplied (yet) but global_ocean.90x40x15 has the
   necessary data.ptracer file. Simply use -enable=ptracers and uncomment
   line in data.pkg. PTRACER01 then reproduces Salt exactly.
 + This package is disabled by default since it increases storage.


Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Fri Feb 8 22:06:52 2002 UTC (22 years, 3 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint44e_post, checkpoint44e_pre, checkpoint44f_pre, chkpt44c_post, chkpt44d_post, release1_final_v1
Branch point for: release1_final
Changes since 1.16: +1 -32 lines
Diff to previous 1.16
remove some store directives


Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Tue Dec 11 14:58:46 2001 UTC (22 years, 5 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint43a-release1mods, checkpoint44, checkpoint44b_post, checkpoint44b_pre, chkpt44a_post, chkpt44a_pre, chkpt44c_pre, release1-branch-end, release1-branch_branchpoint, release1-branch_tutorials
Branch point for: release1-branch
Changes since 1.15: +22 -10 lines
Diff to previous 1.15
add options to select where the filters apply in the time-step


Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Thu Sep 27 20:12:10 2001 UTC (22 years, 8 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint42, checkpoint43, ecco-branch-mod1, release1_b1, release1_beta1
Branch point for: ecco-branch, release1, release1_coupled
Changes since 1.14: +4 -5 lines
Diff to previous 1.14
Fixed AD-related problems:
o Store directives up-to-date with re-arranged Adams-Bashforth
  (mainly thermodynamics.F)
o New store directives for multi-dim. advection schemes
  * new CPP flag ALLOW_MULTI_DIM_ADVECTION
  * new common block and key passkey
  (mainly gad_advection.F)
o Modified store directives for split of dynamics/thermodynamics
  for the case ALLOW_KPP
o Cleaned argument list for timestep_tracer.F


Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Wed Sep 26 18:09:16 2001 UTC (22 years, 8 months ago) by cnh
Branch: MAIN
CVS Tags: checkpoint41
Changes since 1.13: +37 -29 lines
Diff to previous 1.13
Bringing comments up to data and formatting for document extraction.


Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Wed Sep 19 13:58:08 2001 UTC (22 years, 8 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint40
Changes since 1.12: +5 -4 lines
Diff to previous 1.12
"Volume exact-Conservation" modified for
non-linear free-surface + Crank-Nickelson


Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Mon Jul 30 20:23:09 2001 UTC (22 years, 10 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint40pre4, checkpoint40pre5, checkpoint40pre6, checkpoint40pre7, checkpoint40pre8, checkpoint40pre9
Changes since 1.11: +6 -2 lines
Diff to previous 1.11
Added CPP option ALLOW_PASSIVE_TRACER for TR1.h related fields.


Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Fri Jul 13 14:26:57 2001 UTC (22 years, 10 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint40pre2, checkpoint40pre3
Changes since 1.10: +8 -4 lines
Diff to previous 1.10
o Added grdchk package handling
o Added passive tracer handling


Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Mon Jun 25 20:38:15 2001 UTC (22 years, 11 months ago) by ljmc
Branch: MAIN
CVS Tags: checkpoint40pre1
Changes since 1.9: +3 -3 lines
Diff to previous 1.9
the default is now to call the filter after solve_for_pressure


Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Tue May 29 14:01:37 2001 UTC (23 years ago) by adcroft
Branch: MAIN
Changes since 1.8: +72 -22 lines
Diff to previous 1.8
Merge from branch pre38:
 o essential mods for cubed sphere
 o debugged atmosphere, dynamcis + physics (aim)
 o new packages (mom_vecinv, mom_fluxform, ...)


Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Mon May 14 21:46:17 2001 UTC (23 years ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint39
Changes since 1.7: +10 -6 lines
Diff to previous 1.7
Modifications/fixes to support TAMC differentiability
(mostly missing or wrong directives).


Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Sun Mar 25 22:33:53 2001 UTC (23 years, 2 months ago) by heimbach
Branch: MAIN
CVS Tags: c37_adj, checkpoint38
Changes since 1.6: +24 -2 lines
Diff to previous 1.6
Modifications and additions to enable automatic differentiation.
Detailed info's in doc/notes_c37_adj.txt


Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Thu Mar 8 20:32:35 2001 UTC (23 years, 2 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint37
Branch point for: pre38
Changes since 1.5: +9 -9 lines
Diff to previous 1.5
calc_grad_phi_surf (replace calc_grad_eta_surf) to get directly gradient of Phi_Surf


Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Tue Mar 6 17:15:28 2001 UTC (23 years, 3 months ago) by jmc
Branch: MAIN
Changes since 1.4: +6 -5 lines
Diff to previous 1.4
change in calling Time-Average routine (new package) ;
  and add etaN as argument of calc_grad_eta_surf


Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Wed Feb 14 22:51:27 2001 UTC (23 years, 3 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint36
Changes since 1.3: +8 -2 lines
Diff to previous 1.3
recover (after checkpoint35) time average output


Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Wed Feb 7 16:47:50 2001 UTC (23 years, 3 months ago) by adcroft
Branch: MAIN
CVS Tags: checkpoint35
Changes since 1.2: +4 -3 lines
Diff to previous 1.2
Added conditional for calling CORRECTION_STEP() to facilitate
fixed flow, passive trac expts.


Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Fri Feb 2 21:04:48 2001 UTC (23 years, 4 months ago) by adcroft
Branch: MAIN
Changes since 1.1: +124 -0 lines
Diff to previous 1.1
Merged changes from branch "branch-atmos-merge" into MAIN (checkpoint34)
 - substantial modifications to algorithm sequence (dynamics.F)
 - packaged OBCS, Shapiro filter, Zonal filter, Atmospheric Physics


Revision 1.1
Thu Jan 4 21:41:33 2001 UTC (23 years, 5 months ago) by adcroft
Branch: MAIN
Branch point for: branch-atmos-merge
FILE REMOVED
file the_correction_step.F was initially added on branch branch-atmos-merge.


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