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

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

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


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

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Thu May 1 22:30:33 2003 UTC (21 years ago) by jmc
Branch: MAIN
CVS Tags: branchpoint-genmake2, checkpoint50c_post, 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_pre, checkpoint51j_post
Branch point for: branch-genmake2
Changes since 1.17: +3 -3 lines
Diff to previous 1.17
fix bug in convective adj. diagnostic (ConvectCount is a local array !)
and add time-average diagnostic of U*V and diff_Kr*theta


Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Fri Nov 15 03:01:21 2002 UTC (21 years, 5 months ago) by heimbach
Branch: MAIN
CVS Tags: branch-exfmods-tag, 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_post, checkpoint50b_pre, checkpoint50c_pre
Branch point for: branch-exfmods-curt
Changes since 1.16: +15 -14 lines
Diff to previous 1.16
differentiable version of checkpoint46n_post
o external_fields_load now part of differentiation list
o pressure needs multiple storing;
  would be nice to have store_pressure at beginning or
  end of forward_step, e.g. by having phiHyd global (5-dim.)
  (NB: pressure is needed for certain cases in find_rho,
  which is also invoked through convective_adjustment).
o recomputations in find_rho for cases
 'JMD95'/'UNESCO' or 'MDJWF' are OK.
o #define ATMOSPHERIC_LOADING should be differentiable
o ini_forcing shifted to begining of initialise_varia


Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Sat Nov 2 20:07:39 2002 UTC (21 years, 6 months ago) by mlosch
Branch: MAIN
CVS Tags: checkpoint46m_post, checkpoint46n_post
Changes since 1.15: +5 -5 lines
Diff to previous 1.15
o fixed the k-loop range for pressure coordinates: goes backwards from Nr
  to 2 (instead of Nr-1 to 1)


Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Fri Nov 1 22:00:33 2002 UTC (21 years, 6 months ago) by mlosch
Branch: MAIN
CVS Tags: checkpoint46l_post
Changes since 1.14: +29 -5 lines
Diff to previous 1.14
 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.14 - (view) (download) (annotate) - [select for diffs]
Wed Sep 18 16:38:01 2002 UTC (21 years, 7 months ago) by mlosch
Branch: MAIN
CVS Tags: checkpoint46g_post, checkpoint46h_post, checkpoint46h_pre, checkpoint46i_post, checkpoint46j_post, checkpoint46j_pre, checkpoint46k_post, checkpoint46l_pre
Changes since 1.13: +3 -3 lines
Diff to previous 1.13
o Include a new diagnostic variable phiHydLow for the ocean model
  - in z-coordinates, it is the bottom pressure anomaly
  - in p-coordinates, it is the sea surface elevation
  - in both cases, these variable have global drift, reflecting the mass
    drift in z-coordinates and the volume drift in p-coordinates
  - included time averaging for phiHydLow, be aware of the drift!
o depth-dependent computation of Bo_surf for pressure coordinates
  in the ocean (buoyancyRelation='OCEANICP')
  - requires a new routine (FIND_RHO_SCALAR) to compute density with only
    Theta, Salinity, and Pressure in the parameter list. This routine is
    presently contained in find_rho.F. This routine does not give the
    correct density for 'POLY3', which would be a z-dependent reference
    density.
o cleaned up find_rho
  - removed obsolete 'eqn' from the parameter list.
o added two new verification experiments: gop and goz
  (4x4 degree global ocean, 15 layers in pressure and height coordinates)


Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Thu May 30 22:48:33 2002 UTC (21 years, 11 months ago) by heimbach
Branch: MAIN
CVS Tags: 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_pre
Changes since 1.12: +3 -2 lines
Diff to previous 1.12
removed some f90 comments ("!")


Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Sun Mar 24 02:08:21 2002 UTC (22 years, 1 month ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint44h_post, checkpoint45, checkpoint45a_post, checkpoint45b_post
Changes since 1.11: +4 -1 lines
Diff to previous 1.11
Header file TR1.h was missing for case ALLOW_PASSIVE_TRACER.


Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Mon Mar 4 17:26:40 2002 UTC (22 years, 2 months ago) by adcroft
Branch: MAIN
CVS Tags: checkpoint44f_post, checkpoint44g_post, checkpoint44h_pre
Changes since 1.10: +9 -1 lines
Diff to previous 1.10
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.10 - (view) (download) (annotate) - [select for diffs]
Tue Feb 26 19:50:12 2002 UTC (22 years, 2 months ago) by adcroft
Branch: MAIN
CVS Tags: checkpoint44e_post, checkpoint44f_pre
Changes since 1.9: +33 -5 lines
Diff to previous 1.9
Re-wrote the convective mixing algorithm to use pre-calculated weights.

Uses two new routines:
 - convective_weights() calculates mixing factors A and B, called once
 - convectively_mixtracers() mixes a tracer (argument) using A and B
   and is called for each tracer

The old call to convect() is simply commented out for the time-being.
Similarly, convect.F still exists. I thought it prudent to leave them
around until the TAF/TAMC related bits are added.


Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Fri Jan 11 17:31:19 2002 UTC (22 years, 3 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint43a-release1mods, checkpoint44, checkpoint44b_post, checkpoint44b_pre, checkpoint44e_pre, chkpt44a_post, chkpt44a_pre, chkpt44c_post, chkpt44c_pre, chkpt44d_post, release1-branch-end, release1-branch_branchpoint, release1-branch_tutorials
Branch point for: release1-branch, release1_final
Changes since 1.8: +1 -5 lines
Diff to previous 1.8
Minor cleanup.


Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Wed Sep 26 18:09:14 2001 UTC (22 years, 7 months ago) by cnh
Branch: MAIN
CVS Tags: checkpoint41, checkpoint42, checkpoint43, ecco-branch-mod1, release1_b1, release1_beta1
Branch point for: ecco-branch, release1, release1_coupled
Changes since 1.7: +18 -10 lines
Diff to previous 1.7
Bringing comments up to data and formatting for document extraction.


Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Mon May 14 21:46:17 2001 UTC (22 years, 11 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint39, checkpoint40, checkpoint40pre1, checkpoint40pre2, checkpoint40pre3, checkpoint40pre4, checkpoint40pre5, checkpoint40pre6, checkpoint40pre7, checkpoint40pre8, checkpoint40pre9
Changes since 1.6: +9 -8 lines
Diff to previous 1.6
Modifications/fixes to support TAMC differentiability
(mostly missing or wrong directives).


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


Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Tue Mar 6 17:19:25 2001 UTC (23 years, 1 month ago) by jmc
Branch: MAIN
CVS Tags: checkpoint37, pre38-close, pre38tag1
Branch point for: pre38
Changes since 1.4: +11 -11 lines
Diff to previous 1.4
change Time-Average routine names (new package)


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


Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Sun Feb 4 14:38:46 2001 UTC (23 years, 2 months ago) by cnh
Branch: MAIN
CVS Tags: checkpoint35
Changes since 1.2: +2 -1 lines
Diff to previous 1.2
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.2 - (view) (download) (annotate) - [select for diffs]
Fri Feb 2 21:04:47 2001 UTC (23 years, 3 months ago) by adcroft
Branch: MAIN
Changes since 1.1: +100 -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, 3 months ago) by adcroft
Branch: MAIN
Branch point for: branch-atmos-merge
FILE REMOVED
file convective_adjustment.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