/[MITgcm]/MITgcm/pkg/seaice/seaice_ad_check_lev3_dir.h
ViewVC logotype

Log of /MITgcm/pkg/seaice/seaice_ad_check_lev3_dir.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.21 - (view) (download) (annotate) - [select for diffs]
Thu Oct 25 19:43:44 2012 UTC (11 years, 6 months ago) by heimbach
Branch: MAIN
CVS Tags: HEAD, 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, checkpoint65c, 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, checkpoint66c, checkpoint66d, checkpoint66e, checkpoint66f, checkpoint66g, checkpoint66h, checkpoint66i, checkpoint66j, checkpoint66k, checkpoint66l, checkpoint66m, checkpoint66n, checkpoint66o
Changes since 1.20: +2 -1 lines
Diff to previous 1.20
Add averaging variable


Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Thu Apr 19 16:06:42 2012 UTC (12 years ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint63m, checkpoint63n, checkpoint63o, checkpoint63p, checkpoint63q, checkpoint63r, checkpoint63s, checkpoint64
Changes since 1.19: +4 -1 lines
Diff to previous 1.19
Part two of ECCO-CLIVAR code merges.
Completes merge of seaice area relax. code.
Requires unified CPP option EXF_ALLOW_SEAICE_RELAX
to be set in EXF_OPTIONS.h since this pkg controls its I/O
(and avoids second CPP option in SEAICE_OPTIONS.h)


Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Mon Mar 5 15:21:44 2012 UTC (12 years, 2 months ago) by gforget
Branch: MAIN
CVS Tags: checkpoint63k, checkpoint63l
Changes since 1.18: +1 -4 lines
Diff to previous 1.18
- merging SEAICE_MULTICATEGORY define and undef cases. Now the same code is compiled either
  way, and is tested in all exps (multidim was only tested in lab_sea ad before).
- cosmetic change to prepare for future addition of ITD. no change to results. no defaults change.
- by lack of adequate verification experiments, I further used custom versions of
  global_ocean.cs32x15 to test multicat or not, with pickup or not. All should be correct.

- details :
  - added SEAICE_multDim run time param to be able to switch from single to multi cat.
  - "ifdef SEAICE_MULTICATEGORY" switches are replaced with "IF (SEAICE_multDim.GT.1) THEN".
  - "DO IT=1,MULTDIM" is replaced with "DO IT=1,SEAICE_multDim" in seaice_growth.F. For pickups and
    initializations I kept full loops (did not want to mess with the somewhat funky TICE/TICES pickup logic).
  - homogeneize seaice_growth names (heffActualP->heffActualMult and latentHeatFluxMaxP->latentHeatFluxMaxMult).
  - in growth, add extra MULTDIM dimension in all relevant local fields (needed to simplify logic, and get taf to behave).
  - clean-up growth/solve4temp interface by adding ticeInMult (TSURFin entering solve4etmp)
  and ticeOutMult (TSURFout leaving solve4temp). update seaice_solve4temp accordingly.
  - avoid recomputations (added store directives and clear logic of solve4temp input/output).


Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Fri Mar 2 18:53:07 2012 UTC (12 years, 2 months ago) by heimbach
Branch: MAIN
Changes since 1.17: +8 -1 lines
Diff to previous 1.17
Prepare adjoint of SITRACER


Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Thu Nov 3 00:27:05 2011 UTC (12 years, 6 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint63e, checkpoint63f, checkpoint63g, checkpoint63h, checkpoint63i, checkpoint63j
Changes since 1.16: +20 -1 lines
Diff to previous 1.16
Add seaice obcs


Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Fri Jan 14 01:34:58 2011 UTC (13 years, 3 months ago) by gforget
Branch: MAIN
CVS Tags: checkpoint62r, checkpoint62s, checkpoint62t, checkpoint62u, checkpoint62v, checkpoint62w, checkpoint62x, checkpoint62y, checkpoint62z, checkpoint63, checkpoint63a, checkpoint63b, checkpoint63c, checkpoint63d
Changes since 1.15: +2 -2 lines
Diff to previous 1.15
o model/src, pkg/autodiff, pkg/ecco, pkg/seaice:
 alleviate the need for additional 3D tapes when using
 the non-inear free surface in the adjoint. This is done
 by adding an 'update' of hfacc etc. to their current
 value at the beginning of forward_step.F.


Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Fri Dec 17 04:02:25 2010 UTC (13 years, 4 months ago) by gforget
Branch: MAIN
CVS Tags: checkpoint62p, checkpoint62q
Changes since 1.14: +8 -1 lines
Diff to previous 1.14
-avoid recomputation.
-add seaice_diffusion.f seaice_map_thsice.f to adjoint.
-allow use of multidim advection in ad runs.


Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Fri Oct 2 13:55:53 2009 UTC (14 years, 7 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint61w, checkpoint61x, checkpoint61y, checkpoint61z, checkpoint62, checkpoint62a, checkpoint62b, checkpoint62c, checkpoint62d, checkpoint62e, checkpoint62f, checkpoint62g, checkpoint62h, checkpoint62i, checkpoint62j, checkpoint62k, checkpoint62l, checkpoint62m, checkpoint62n, checkpoint62o
Changes since 1.13: +5 -1 lines
Diff to previous 1.13
Add tices


Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Tue Oct 9 00:10:13 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, checkpoint61p, checkpoint61q, checkpoint61r, checkpoint61s, checkpoint61t, checkpoint61u, checkpoint61v
Changes since 1.12: +2 -0 lines
Diff to previous 1.12
add missing cvs $Header:$ or $Name:$


Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Fri Sep 28 00:52:18 2007 UTC (16 years, 7 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint59h
Changes since 1.11: +4 -0 lines
Diff to previous 1.11
Adding code for seaice export (and others in future)
sensitivity calculation.


Revision 1.11 - (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, checkpoint59e, checkpoint59f, checkpoint59g
Changes since 1.10: +3 -23 lines
Diff to previous 1.10
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)


Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Tue Apr 24 21:17:47 2007 UTC (17 years ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint59a, checkpoint59b
Changes since 1.9: +2 -0 lines
Diff to previous 1.9
o Remove recomputations after latest modifs
o EVP TLM and ADM gradient checks completely wrong (1.E34)


Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Wed Dec 20 12:25:15 2006 UTC (17 years, 4 months ago) by mlosch
Branch: MAIN
CVS Tags: checkpoint58t_post, checkpoint58u_post, checkpoint58v_post, checkpoint58w_post, checkpoint58x_post, checkpoint58y_post, checkpoint59
Changes since 1.8: +1 -1 lines
Diff to previous 1.8
o fix multi-category seaice:
 - change cpp flag SEAICE_MULTILEVEL to more meaningful name:
   SEAICE_MULTICATEGORY
 - fix short wave heat flux
o replace field areaLoc by scalar variable


Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Thu Dec 14 23:23:55 2006 UTC (17 years, 4 months ago) by heimbach
Branch: MAIN
Changes since 1.7: +5 -0 lines
Diff to previous 1.7
seaice adjoint, part 2 (SEAICE_ALLOW_EVP).


Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Thu Jun 15 17:01:09 2006 UTC (17 years, 10 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint58j_post, checkpoint58k_post, checkpoint58l_post, checkpoint58m_post, checkpoint58n_post, checkpoint58o_post, checkpoint58p_post, checkpoint58q_post, checkpoint58r_post, checkpoint58s_post
Changes since 1.6: +3 -0 lines
Diff to previous 1.6
o Ported new load_fields_driver structure over to ECCO
o adjusted exf and seaice store directives accordingly


Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Fri Apr 28 22:53:15 2006 UTC (18 years ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint58e_post, checkpoint58f_post, checkpoint58g_post, checkpoint58h_post, checkpoint58i_post
Changes since 1.5: +0 -1 lines
Diff to previous 1.5
o SEAICE_CGRID adjoint, part 2.
  (all stores seem to be sorted out, but NANs in adjoint).


Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Thu Apr 27 12:41:51 2006 UTC (18 years ago) by heimbach
Branch: MAIN
Changes since 1.4: +8 -3 lines
Diff to previous 1.4
First stab at SEAICE_CGRID.


Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Mon Dec 27 20:34:11 2004 UTC (19 years, 4 months ago) by dimitri
Branch: MAIN
CVS Tags: checkpint57u_post, checkpoint57c_post, checkpoint57c_pre, checkpoint57d_post, checkpoint57e_post, checkpoint57f_post, checkpoint57f_pre, checkpoint57g_post, checkpoint57g_pre, checkpoint57h_done, checkpoint57h_post, checkpoint57h_pre, checkpoint57i_post, checkpoint57j_post, checkpoint57k_post, checkpoint57l_post, checkpoint57m_post, checkpoint57n_post, checkpoint57o_post, checkpoint57p_post, checkpoint57q_post, checkpoint57r_post, checkpoint57s_post, checkpoint57t_post, checkpoint57v_post, checkpoint57w_post, checkpoint57x_post, checkpoint57y_post, checkpoint57y_pre, checkpoint57z_post, checkpoint58, checkpoint58a_post, checkpoint58b_post, checkpoint58c_post, checkpoint58d_post, eckpoint57e_pre
Changes since 1.3: +0 -2 lines
Diff to previous 1.3
o added seaice_summary.F and removed obsolete ALLOW_SEAICE's from pkg/seaice


Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Thu Nov 6 22:13:00 2003 UTC (20 years, 6 months ago) by heimbach
Branch: MAIN
CVS Tags: branch-netcdf, checkpoint51u_post, checkpoint52, checkpoint52a_post, checkpoint52a_pre, checkpoint52b_post, checkpoint52b_pre, checkpoint52c_post, checkpoint52d_post, checkpoint52d_pre, checkpoint52e_post, checkpoint52e_pre, checkpoint52f_post, checkpoint52f_pre, checkpoint52h_pre, checkpoint52i_post, checkpoint52i_pre, checkpoint52j_post, checkpoint52j_pre, checkpoint52k_post, checkpoint52l_post, checkpoint52l_pre, checkpoint52m_post, checkpoint52n_post, checkpoint53, checkpoint53a_post, checkpoint53b_post, checkpoint53b_pre, checkpoint53c_post, checkpoint53d_post, checkpoint53d_pre, checkpoint53f_post, checkpoint53g_post, checkpoint54, checkpoint54a_post, checkpoint54a_pre, checkpoint54b_post, checkpoint54c_post, checkpoint54d_post, checkpoint54e_post, checkpoint54f_post, checkpoint55, checkpoint55a_post, checkpoint55b_post, checkpoint55c_post, checkpoint55d_post, checkpoint55d_pre, checkpoint55e_post, checkpoint55f_post, checkpoint55g_post, checkpoint55h_post, checkpoint55i_post, checkpoint55j_post, checkpoint56, checkpoint56a_post, checkpoint56b_post, checkpoint56c_post, checkpoint57, checkpoint57a_post, checkpoint57a_pre, checkpoint57b_post, ecco_c52_e35, hrcube4, hrcube5, hrcube_1, hrcube_2, hrcube_3
Branch point for: netcdf-sm0
Changes since 1.2: +12 -111 lines
Diff to previous 1.2
o merging from ecco-branch
o updated/extended some store directives for seaice


Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Sat Nov 1 04:50:02 2003 UTC (20 years, 6 months ago) by edhill
Branch: MAIN
CVS Tags: checkpoint51r_post, checkpoint51s_post, checkpoint51t_post
Branch point for: branch-nonh
Changes since 1.1: +2 -2 lines
Diff to previous 1.1
 o convert all "INCLUDE_EXTERNAL_FORCING_PACKAGE" defines to the
   more consistent ALLOW_EXF
 o passed all the basic verification tests on shelley


Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Fri Oct 10 22:39:43 2003 UTC (20 years, 7 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint51j_post, checkpoint51k_post, checkpoint51l_post, checkpoint51l_pre, checkpoint51m_post, checkpoint51n_post, checkpoint51n_pre, checkpoint51o_post, checkpoint51o_pre, checkpoint51p_post, checkpoint51q_post
Branch point for: checkpoint51n_branch, tg2-branch
o Moving pkg-specific flow directives to corresponding pkg
o Moving pkg-specific differentiation list to corresponding pkg
o Moving pkg-specific checkpoint-lev storing to corresponding pkg
conventions are
- pkg_ad.flow
- pkg_ad_diff.list
- pkg_ad_check_lev?_dir.h


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