/[MITgcm]/MITgcm/adjoint/makefile
ViewVC logotype

Log of /MITgcm/adjoint/makefile

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


Links to HEAD: (view) (download) (annotate)
Links to branch-exfmods-curt: (view) (download) (annotate)
Sticky Tag:

Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Thu Nov 14 22:37:39 2002 UTC (21 years, 4 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
Branch point for: branch-exfmods-curt
Changes since 1.24: +8 -1 lines
Diff to previous 1.24
Bringing differentiability up to date.


Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Tue Nov 12 20:39:46 2002 UTC (21 years, 4 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint46n_post
Changes since 1.23: +8 -5 lines
Diff to previous 1.23
Merging from release1_p8 branch:
o external_fields_load:
  - added this routine to TAF list
  - needed to make some common blocks global and additional storing
    along the same lines as exf package (checkpoint_lev?_directives.h)


Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Sun Jul 14 16:08:38 2002 UTC (21 years, 8 months ago) by heimbach
Branch: MAIN
CVS Tags: 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
Changes since 1.22: +19 -11 lines
Diff to previous 1.22
Merging adjoint makefile from release1.


Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Sun Mar 24 02:25:22 2002 UTC (22 years ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint44h_post, checkpoint45, checkpoint45a_post, checkpoint45b_post, checkpoint45c_post, checkpoint45d_post
Changes since 1.21: +5 -0 lines
Diff to previous 1.21
Updated list for new routines.


Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Mon Feb 11 21:54:05 2002 UTC (22 years, 1 month ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint44e_post, checkpoint44e_pre, checkpoint44f_post, checkpoint44f_pre, checkpoint44g_post, checkpoint44h_pre, chkpt44d_post
Branch point for: release1_final
Changes since 1.20: +3 -1 lines
Diff to previous 1.20
Assuming path for TAF and TAMC are known (e.g. in $path)
-> $TAF and $TAMC are default.


Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Thu Jan 17 16:55:25 2002 UTC (22 years, 2 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint44, checkpoint44b_post, checkpoint44b_pre, chkpt44a_post, chkpt44a_pre, chkpt44c_post, chkpt44c_pre
Changes since 1.19: +59 -22 lines
Diff to previous 1.19
* Updated adjoint/makefile
  o removed "_ecco" from names
  o added/modified forward mode options
  o added dependent vector option
  o tried SVD matrix computation (doesn't work;
    too much memory use by TAF)
* Updated flow directives related to FTL
* removed global_sum__g.F (not necessary)
* initialise forward mode anomalies in ctrl_unpack.F
  (so far "crude" initialization only).
* Added flag ALLOW_TANGENTLINEAR_RUN complememting
  ALLOW_ADJOINT_RUN
* driver routine the_model_main.F needs separate call
  to FTL routine G_THE_MAIN_LOOP with parameter list
  identical to THE_MAIN_LOOP (TAF doesn't remove arguments).
* added template file tangentlinear_model.F
  for forward mode.


Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Fri Jan 11 17:30:46 2002 UTC (22 years, 2 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint43a-release1mods, release1-branch-end, release1-branch_branchpoint, release1-branch_tutorials
Branch point for: release1-branch
Changes since 1.18: +2 -3 lines
Diff to previous 1.18
Added option  -nonew_arg to TAFFLAGS to retain consistency
between TAF 1.3... and previous versions.


Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Thu Nov 8 23:41:59 2001 UTC (22 years, 4 months ago) by heimbach
Branch: MAIN
Changes since 1.17: +0 -1 lines
Diff to previous 1.17
Removing ini_procs.f from AD list (doesn't have to and must not
be differentiated).


Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Thu Nov 8 20:57:51 2001 UTC (22 years, 4 months ago) by heimbach
Branch: MAIN
Changes since 1.16: +15 -0 lines
Diff to previous 1.16
Preparing adjoint of Held-Suarez:
- bugfix for storing in absence of CD code
- adding EXACT_CONSERV to AD list
- new routine ini_autodiff to add TAMC-specific initialisations
- adding Shapiro filter to AD list


Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Thu Sep 27 20:12:10 2001 UTC (22 years, 6 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint42, checkpoint43, release1_b1, release1_beta1
Branch point for: ecco-branch, release1, release1_coupled
Changes since 1.15: +8 -3 lines
Diff to previous 1.15
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.15 - (view) (download) (annotate) - [select for diffs]
Wed Sep 19 16:08:53 2001 UTC (22 years, 6 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint40, checkpoint41
Changes since 1.14: +1 -0 lines
Diff to previous 1.14
Updated to rearranged Adams-Bashforth.


Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Wed Sep 19 14:53:11 2001 UTC (22 years, 6 months ago) by heimbach
Branch: MAIN
Changes since 1.13: +2 -2 lines
Diff to previous 1.13
Target "adrestore" added to targets "adtaf" and "adtamc".


Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Wed Sep 12 14:07:00 2001 UTC (22 years, 6 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint40pre9
Changes since 1.12: +8 -2 lines
Diff to previous 1.12
Updating to new gad_... mom_... routines.


Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Wed Sep 5 17:41:52 2001 UTC (22 years, 6 months ago) by heimbach
Branch: MAIN
Changes since 1.11: +4 -0 lines
Diff to previous 1.11
Updated to code in c40pre8.


Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Tue Aug 21 16:21:17 2001 UTC (22 years, 7 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint40pre8
Changes since 1.10: +15 -2 lines
Diff to previous 1.10
o New package pkg/rw/ needed new flow directives for TAMC.
o Replacement of calc_mom_rhs by mom_fluxform and mom_vecinv
  needed update of adjoint/makefile and additional store directives
  in the_main_loop.F to cover all cases.


Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Wed Aug 15 14:12:48 2001 UTC (22 years, 7 months ago) by heimbach
Branch: MAIN
Changes since 1.9: +25 -10 lines
Diff to previous 1.9
Updates to generate tangent linear code.


Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Mon Aug 13 18:12:02 2001 UTC (22 years, 7 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint40pre6, checkpoint40pre7
Changes since 1.8: +7 -1 lines
Diff to previous 1.8
Extended list of code to be differentiated:
o added routines related to diffkr, kapgm
o added routines related to split into dynamics/thermodynamics.


Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Wed Aug 1 22:10:59 2001 UTC (22 years, 8 months ago) by heimbach
Branch: MAIN
Changes since 1.7: +2 -1 lines
Diff to previous 1.7
Missing routine in SRC list added.


Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Mon Jul 30 20:10:17 2001 UTC (22 years, 8 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint40pre4, checkpoint40pre5
Changes since 1.6: +1 -0 lines
Diff to previous 1.6
Added a flow directive file for ecco_check_exp.


Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Fri Jul 13 20:15:26 2001 UTC (22 years, 8 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint40pre3
Changes since 1.5: +1 -0 lines
Diff to previous 1.5
Added S/R forward_step.F


Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Fri Jul 13 15:05:51 2001 UTC (22 years, 8 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint40pre2
Changes since 1.4: +4 -0 lines
Diff to previous 1.4
Added more routines to be differentiated.


Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Fri Jul 13 13:25:44 2001 UTC (22 years, 8 months ago) by heimbach
Branch: MAIN
Changes since 1.3: +76 -14 lines
Diff to previous 1.3
o Updated makefile to incorporate new routines and flow directives
o Added "make adtaf" for usage of TAF instead of TAMC.
o Bug fix in adjoint_ecco_sed.com
o Removed some adjoint prototype code


Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Mon May 14 21:55:09 2001 UTC (22 years, 10 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint39, checkpoint40pre1
Changes since 1.2: +1 -1 lines
Diff to previous 1.2
Updated reference adjoint code and TAMC protocol for test case
verification/vero/.


Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Tue Apr 10 22:35:24 2001 UTC (22 years, 11 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint38
Changes since 1.1: +4 -2 lines
Diff to previous 1.1
See doc/tag-index and doc/notes_c37_adj.txt
Preparation for stand-alone autodifferentiability.


Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Sun Mar 25 22:33:51 2001 UTC (23 years ago) by heimbach
Branch: MAIN
CVS Tags: c37_adj
Modifications and additions to enable automatic differentiation.
Detailed info's in doc/notes_c37_adj.txt


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