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

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

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


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

Revision 1.29 - (view) (download) (annotate) - [select for diffs]
Sun Feb 10 00:39:22 2002 UTC (22 years, 3 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint44e_post, checkpoint44e_pre, checkpoint44f_pre, chkpt44d_post, release1_final_v1
Branch point for: release1_final
Changes since 1.28: +14 -7 lines
Diff to previous 1.28
implement real fresh water flux with non-linear free-surface


Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Fri Feb 8 22:13:39 2002 UTC (22 years, 3 months ago) by jmc
Branch: MAIN
CVS Tags: chkpt44c_post
Changes since 1.27: +23 -17 lines
Diff to previous 1.27
o add include FFIELDS.h (needed for USE_NATURAL_OBC)
o IF(nonHydrostatic) was missing in an ALLOW_NONHYDROSTATIC bloc
o add argument myIter & myTime to S/R routine solve_for_pressure


Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Wed Sep 26 18:09:16 2001 UTC (22 years, 7 months ago) by cnh
Branch: MAIN
CVS Tags: checkpoint41, checkpoint42, checkpoint43, checkpoint43a-release1mods, checkpoint44, checkpoint44b_post, checkpoint44b_pre, chkpt44a_post, chkpt44a_pre, chkpt44c_pre, ecco-branch-mod1, ecco-branch-mod2, ecco-branch-mod3, ecco-branch-mod4, ecco-branch-mod5, ecco_c44_e16, ecco_c44_e17, ecco_c44_e18, ecco_c44_e19, ecco_c44_e20, ecco_c44_e21, ecco_c44_e22, ecco_c44_e23, ecco_c44_e24, ecco_c44_e25, ecco_c44_e26, ecco_c44_e27, ecco_ice1, ecco_ice2, icebear2, icebear3, icebear4, icebear5, release1-branch-end, release1-branch_branchpoint, release1-branch_tutorials, release1_b1, release1_beta1
Branch point for: c24_e25_ice, ecco-branch, icebear, release1, release1-branch, release1_coupled
Changes since 1.26: +17 -9 lines
Diff to previous 1.26
Bringing comments up to data and formatting for document extraction.


Revision 1.26 - (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.25: +20 -12 lines
Diff to previous 1.25
"Volume exact-Conservation" modified for
non-linear free-surface + Crank-Nickelson


Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Fri Jun 29 17:14:49 2001 UTC (22 years, 10 months ago) by adcroft
Branch: MAIN
CVS Tags: checkpoint40pre1, checkpoint40pre2, checkpoint40pre3, checkpoint40pre4, checkpoint40pre5, checkpoint40pre6, checkpoint40pre7, checkpoint40pre8, checkpoint40pre9
Changes since 1.24: +32 -11 lines
Diff to previous 1.24
Moved cg3d_x into DYNVARS.h and renamed it to phi_nh.
 - cg3d and cg2d now look more similar
 - output formatted to fit Chris's tastes (I think)


Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Wed Jun 6 15:14:06 2001 UTC (22 years, 11 months ago) by adcroft
Branch: MAIN
Changes since 1.23: +5 -1 lines
Diff to previous 1.23
Missed the IF(debugMode) around DEBUG stuff.


Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Wed Jun 6 14:55:45 2001 UTC (22 years, 11 months ago) by adcroft
Branch: MAIN
Changes since 1.22: +10 -1 lines
Diff to previous 1.22
Added a debugMode that uses same statistics stuff as monitor.F
Can be disabled with -DEXCLUDE_DEBUGMODE. Turn on at run-time
with debugMode=.true.  Default is enabled but off.


Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Tue May 29 14:01:37 2001 UTC (22 years, 11 months ago) by adcroft
Branch: MAIN
Changes since 1.21: +12 -17 lines
Diff to previous 1.21
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.21 - (view) (download) (annotate) - [select for diffs]
Tue Apr 10 22:35:25 2001 UTC (23 years, 1 month ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint38, checkpoint39
Changes since 1.20: +4 -6 lines
Diff to previous 1.20
See doc/tag-index and doc/notes_c37_adj.txt
Preparation for stand-alone autodifferentiability.


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


Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Fri Mar 9 20:45:09 2001 UTC (23 years, 2 months ago) by adcroft
Branch: MAIN
CVS Tags: checkpoint37
Branch point for: pre38
Changes since 1.18: +16 -2 lines
Diff to previous 1.18
Superficial change: moved the printing of residual and iterations up
from cg2d() to solve_for_pressure(). This is in preparation for more
useful/complete daignostics from the model as a whole.


Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Thu Mar 8 20:40:57 2001 UTC (23 years, 2 months ago) by jmc
Branch: MAIN
Changes since 1.17: +21 -22 lines
Diff to previous 1.17
all potentials (cg2d_x, cg3d_x, phiHyd) have units of P/rho in ocean AND atmos
  affects 2D and 3D solver (Matrix divided by g) for both atmos and ocean.


Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Tue Mar 6 16:57:10 2001 UTC (23 years, 2 months ago) by jmc
Branch: MAIN
Changes since 1.16: +38 -16 lines
Diff to previous 1.16
separate the state variable "eta" from the 2D solver solution cg2d_x


Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Tue Feb 20 15:08:34 2001 UTC (23 years, 2 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint36
Changes since 1.15: +2 -4 lines
Diff to previous 1.15
remove unused CPP_kee


Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Sun Feb 4 14:38:48 2001 UTC (23 years, 3 months ago) by cnh
Branch: MAIN
CVS Tags: checkpoint35
Changes since 1.14: +2 -1 lines
Diff to previous 1.14
Made sure each .F and .h file had
the CVS keywords Header and Name at its start.
Most had header but very few currently have Name, so
lots of changes!


Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Fri Feb 2 21:04:48 2001 UTC (23 years, 3 months ago) by adcroft
Branch: MAIN
Changes since 1.13: +4 -4 lines
Diff to previous 1.13
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.13 - (view) (download) (annotate) - [select for diffs]
Thu Jun 29 18:29:15 2000 UTC (23 years, 10 months ago) by adcroft
Branch: MAIN
CVS Tags: branch-atmos-merge-phase1, branch-atmos-merge-phase2, branch-atmos-merge-phase3, branch-atmos-merge-phase4, branch-atmos-merge-phase5, branch-atmos-merge-phase6, branch-atmos-merge-phase7, branch-atmos-merge-shapiro, branch-atmos-merge-start, branch-atmos-merge-zonalfilt, checkpoint30, checkpoint31, checkpoint32, checkpoint33, checkpoint34
Branch point for: branch-atmos-merge
Changes since 1.12: +13 -12 lines
Diff to previous 1.12
Removed inclusion of cg3d_x in cg2d_b. No change to solution.


Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Tue Mar 14 17:47:26 2000 UTC (24 years, 2 months ago) by adcroft
Branch: MAIN
CVS Tags: checkpoint25, checkpoint26, checkpoint27, checkpoint28, checkpoint29
Changes since 1.11: +142 -11 lines
Diff to previous 1.11
Various updates for OBCs and Non-hydrostatic routines.
 o OBCs now fits into time-stepping properly
 o div.G has been moved to solve_for_pressure()


Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Mon May 24 15:42:23 1999 UTC (24 years, 11 months ago) by adcroft
Branch: MAIN
CVS Tags: checkpoint23, checkpoint24
Changes since 1.10: +3 -1 lines
Diff to previous 1.10
Added CPP macro ALLOW_OBCS to include/exclude open boundary code.


Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Mon May 24 14:15:15 1999 UTC (24 years, 11 months ago) by adcroft
Branch: MAIN
Changes since 1.9: +5 -1 lines
Diff to previous 1.9
Moved the final exchange of pressure (cg2d_x or cg3d_x) from the
solve to solve_for_pressure.F so that the adjoint knows whats
going on.


Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Mon Mar 22 15:54:05 1999 UTC (25 years, 2 months ago) by adcroft
Branch: MAIN
CVS Tags: checkpoint20, checkpoint21, checkpoint22
Changes since 1.8: +74 -1 lines
Diff to previous 1.8
Modifications for non-hydrostatic ability + updates for open-boundaries.


Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Wed Dec 9 16:11:54 1998 UTC (25 years, 5 months ago) by adcroft
Branch: MAIN
CVS Tags: checkpoint19
Changes since 1.7: +2 -1 lines
Diff to previous 1.7
Added IMPLICIT NONE in a lot of subroutines.
Also corrected the recip_Rhonil bug: we didn't set it in ini_parms.F


Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Fri Nov 6 22:44:49 1998 UTC (25 years, 6 months ago) by cnh
Branch: MAIN
CVS Tags: checkpoint18
Changes since 1.6: +2 -2 lines
Diff to previous 1.6
Changes to allow for atmospheric integration builds of the code


Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Wed Oct 28 03:11:38 1998 UTC (25 years, 6 months ago) by cnh
Branch: MAIN
CVS Tags: checkpoint16, checkpoint17
Changes since 1.5: +4 -6 lines
Diff to previous 1.5
Changes to support
 - g77 compilation under Linux
 - LR(1) form of 64-bit is D or E for constants
 - Modified adjoint of exch with adjoint variables
   acuumulated.


Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Tue Jun 9 15:58:36 1998 UTC (25 years, 11 months ago) by adcroft
Branch: MAIN
CVS Tags: branch-point-rdot, checkpoint10, checkpoint11, checkpoint12, checkpoint13, checkpoint14, checkpoint15, checkpoint7, checkpoint8, checkpoint9
Branch point for: branch-rdot, checkpoint7-4degree-ref
Changes since 1.4: +2 -2 lines
Diff to previous 1.4
Various corrections:
 o do_gterm_blocking..() is fixed to work with new time-stepping
 o CPP_OPTIONS.h now contains #define ALLOW_CD


Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Mon Jun 8 21:43:02 1998 UTC (25 years, 11 months ago) by cnh
Branch: MAIN
CVS Tags: checkpoint6
Changes since 1.3: +24 -1 lines
Diff to previous 1.3
Merge of GM Redi and spherical polar and inplicit diffusion
and CD. Everything for a global run is now included, however,
still some discrepancies with GM Redi.


Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Fri Apr 24 02:10:21 1998 UTC (26 years ago) by cnh
Branch: MAIN
CVS Tags: checkpoint1, checkpoint2, checkpoint3, checkpoint4, checkpoint5, kloop1, kloop2, redigm
Changes since 1.2: +1 -2 lines
Diff to previous 1.2
$Id to $Header changes


Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Fri Apr 24 02:05:42 1998 UTC (26 years ago) by cnh
Branch: MAIN
Changes since 1.1: +2 -2 lines
Diff to previous 1.1
Further $Id to $Header conversions


Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Wed Apr 22 19:15:30 1998 UTC (26 years ago) by cnh
Branch: MAIN
Branch point for: cnh
Initial revision


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