/[MITgcm]/MITgcm/pkg/autodiff/AUTODIFF.h
ViewVC logotype

Log of /MITgcm/pkg/autodiff/AUTODIFF.h

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


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

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Sat Feb 18 19:39:50 2017 UTC (7 years, 3 months ago) by gforget
Branch: MAIN
CVS Tags: HEAD, checkpoint66e, checkpoint66f, checkpoint66g, checkpoint66h, checkpoint66i, checkpoint66j, checkpoint66k, checkpoint66l, checkpoint66m, checkpoint66n, checkpoint66o
Changes since 1.15: +2 -2 lines
Diff to previous 1.15
- need to store hs0/1, hl0/1 to avoid recomputation when ALLOW_READ_TURBFLUXES is defined


Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Wed Jan 18 21:56:32 2017 UTC (7 years, 4 months ago) by gforget
Branch: MAIN
CVS Tags: checkpoint66c, checkpoint66d
Changes since 1.14: +2 -2 lines
Diff to previous 1.14
- add saltflx0/1 to tape storage


Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Sat Aug 30 21:49:53 2014 UTC (9 years, 8 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint65d, checkpoint65e, checkpoint65f, checkpoint65g, checkpoint65h, checkpoint65i, checkpoint65j, checkpoint65k, checkpoint65l, checkpoint65m, checkpoint65n, checkpoint65o, checkpoint65p, checkpoint65q, checkpoint65r, checkpoint65s, checkpoint65t, checkpoint65u, checkpoint65v, checkpoint65w, checkpoint65x, checkpoint65y, checkpoint65z, checkpoint66a, checkpoint66b
Changes since 1.13: +2 -2 lines
Diff to previous 1.13
add storage of OB values for U & V (was already done for T & S)


Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Fri Aug 15 19:27:13 2014 UTC (9 years, 9 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint65c
Changes since 1.12: +3 -3 lines
Diff to previous 1.12
remove storage of gT & gS


Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Tue Aug 7 21:17:34 2012 UTC (11 years, 9 months ago) by gforget
Branch: MAIN
CVS Tags: checkpoint63r, checkpoint63s, checkpoint64, checkpoint64a, checkpoint64b, checkpoint64c, checkpoint64d, checkpoint64e, checkpoint64f, checkpoint64g, checkpoint64h, checkpoint64i, checkpoint64j, checkpoint64k, checkpoint64l, checkpoint64m, checkpoint64n, checkpoint64o, checkpoint64p, checkpoint64q, checkpoint64r, checkpoint64s, checkpoint64t, checkpoint64u, checkpoint64v, checkpoint64w, checkpoint64x, checkpoint64y, checkpoint64z, checkpoint65, checkpoint65a, checkpoint65b
Changes since 1.11: +8 -1 lines
Diff to previous 1.11
- added run time param dumpAdByRec : ad dump format switch.
    If true then write all records to one file per variable.
    Else write one file per record (remains the default).


Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Fri Jan 21 01:19:03 2011 UTC (13 years, 4 months ago) by gforget
Branch: MAIN
CVS Tags: checkpoint62r, checkpoint62s, checkpoint62t, checkpoint62u, checkpoint62v, checkpoint62w, checkpoint62x, checkpoint62y, checkpoint62z, checkpoint63, checkpoint63a, checkpoint63b, checkpoint63c, checkpoint63d, checkpoint63e, checkpoint63f, checkpoint63g, checkpoint63h, checkpoint63i, checkpoint63j, checkpoint63k, checkpoint63l, checkpoint63m, checkpoint63n, checkpoint63o, checkpoint63p, checkpoint63q
Changes since 1.10: +11 -1 lines
Diff to previous 1.10
- within WHTAPEIO, if tapeConcatIO then concatenate
  all lev2 tapes to one file, and lev3/lev4 accordingly.
  Those files (e.g tapes2.data) stay open all the way.
- to do this I add WHTAPEIO parameters in AUTODIFF.h, and
  introduce S/R autodiff_whtapeio_sync.F

- WHTAPEIO params are intialized in autodiff_ini_model_io.F
- autodiff_whtapeio_sync is called before autodiff_store and
  after autodiff_restore in the_main_loop.F
- autodiff_whtapeio_sync.F first open tape files if needed,
  and then it sets/resets the associated units/counters.
- adread_adwrite.F now passes tapeFileUnit and tapeSingleCpuIO to
  mdsio_read(write)_whalos.F, and it includes the loop over 2D slices.


Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Sat Oct 16 14:40:04 2010 UTC (13 years, 7 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint62m, checkpoint62n, checkpoint62o, checkpoint62p, checkpoint62q
Changes since 1.9: +2 -2 lines
Diff to previous 1.9
Add xx_snowprecip


Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Sat Oct 16 12:28:38 2010 UTC (13 years, 7 months ago) by heimbach
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8
Small changes (mostly for pkg/thsice)


Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Tue Aug 24 13:54:02 2010 UTC (13 years, 9 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint62j, checkpoint62k, checkpoint62l
Changes since 1.7: +2 -2 lines
Diff to previous 1.7
remove tabs


Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Mon Aug 9 16:05:22 2010 UTC (13 years, 9 months ago) by gforget
Branch: MAIN
Changes since 1.6: +5 -1 lines
Diff to previous 1.6
Storage directives allowing the use of
Adam-Bashforth-3 time stepping in adjoint.


Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Wed Jun 24 20:09:08 2009 UTC (14 years, 11 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint61r, checkpoint61s, checkpoint61t, checkpoint61u, checkpoint61v, checkpoint61w, checkpoint61x, checkpoint61y, checkpoint61z, checkpoint62, checkpoint62a, checkpoint62b, checkpoint62c, checkpoint62d, checkpoint62e, checkpoint62f, checkpoint62g, checkpoint62h, checkpoint62i
Changes since 1.5: +2 -2 lines
Diff to previous 1.5
Adjust store blocks following change of 3D to 2D arrays


Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Tue Jun 2 16:10:31 2009 UTC (14 years, 11 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint61p, checkpoint61q
Changes since 1.4: +2 -2 lines
Diff to previous 1.4
Add stressDivergenceX/Y to store.


Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Mon Oct 8 23:50:52 2007 UTC (16 years, 7 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint59i, checkpoint59j, checkpoint59k, checkpoint59l, checkpoint59m, checkpoint59n, checkpoint59o, checkpoint59p, checkpoint59q, checkpoint59r, checkpoint60, checkpoint61, checkpoint61a, checkpoint61b, checkpoint61c, checkpoint61d, checkpoint61e, checkpoint61f, checkpoint61g, checkpoint61h, checkpoint61i, checkpoint61j, checkpoint61k, checkpoint61l, checkpoint61m, checkpoint61n, checkpoint61o
Changes since 1.3: +2 -0 lines
Diff to previous 1.3
add missing cvs $Header:$ or $Name:$


Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Wed Sep 26 04:12:40 2007 UTC (16 years, 8 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint59h
Changes since 1.2: +1 -1 lines
Diff to previous 1.2
Include SEAICE_SALINITY in adjoint.


Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Wed Jun 27 22:14:28 2007 UTC (16 years, 11 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint59e, checkpoint59f, checkpoint59g
Changes since 1.1: +4 -4 lines
Diff to previous 1.1
Change storing orders and indices for exf.


Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Fri Jun 1 23:30:16 2007 UTC (16 years, 11 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint59c, checkpoint59d
Re-organized adjoint checkpointing according to Matt Mazloff
(but with modifs/completions/cleanups)
Storing is now bundled into large arrays to optimized I/O
(and second step in cleanup of the_main_loop)


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