/[MITgcm]/MITgcm/pkg/seaice/seaice_write_pickup.F
ViewVC logotype

Log of /MITgcm/pkg/seaice/seaice_write_pickup.F

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


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

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Tue May 27 15:24:00 2014 UTC (9 years, 11 months ago) by mlosch
Branch: MAIN
CVS Tags: HEAD, 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.22: +5 -5 lines
Diff to previous 1.22
remove parameter MULTDIM, replace with nITD and runtime parameter
SEAICE_multDim (still hard-wired to nITD if SEAICE_ITD is defined)


Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Tue Apr 29 01:53:29 2014 UTC (10 years ago) by jmc
Branch: MAIN
CVS Tags: checkpoint64w, checkpoint64x
Changes since 1.21: +3 -3 lines
Diff to previous 1.21
use specific pkg/rw S/R to read/write single level of multiple level array.


Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Mon Apr 28 15:20:34 2014 UTC (10 years ago) by mlosch
Branch: MAIN
Changes since 1.20: +3 -2 lines
Diff to previous 1.20
- remove TICE as a global variable and replace by a local variable
  tIce to handle the various restart options for SItices and SItice


Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Tue Feb 4 18:30:31 2014 UTC (10 years, 3 months ago) by mlosch
Branch: MAIN
CVS Tags: checkpoint64u, checkpoint64v
Changes since 1.19: +2 -2 lines
Diff to previous 1.19
  - rename recently introduced parameters from (wrong name) AB to
    BDF (backward difference time discretisation)
  - retire runtime parameters SEAICEuseAB2, SEAICE_abEps

The scheme is still experimental and does not work to my satisfaction,
but at least the name is not approprate


Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Thu May 30 14:07:19 2013 UTC (10 years, 11 months ago) by mlosch
Branch: MAIN
CVS Tags: checkpoint64i, checkpoint64j, checkpoint64k, checkpoint64l, checkpoint64m, checkpoint64n, checkpoint64o, checkpoint64p, checkpoint64q, checkpoint64r, checkpoint64s, checkpoint64t
Changes since 1.18: +12 -1 lines
Diff to previous 1.18
add Adams-Bashforth2 time discretization for ice dynamics;
so far only for JFNK-solver
 - requires an additional time level that is stored in the pickup
 - you can start with AB2 from a pickup without this time level with
   pickupStrictlyMatch = .false.


Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Mon May 6 17:53:39 2013 UTC (11 years ago) by jmc
Branch: MAIN
CVS Tags: checkpoint64h
Changes since 1.17: +24 -21 lines
Diff to previous 1.17
move all the ITD bits in one specific block (simpler); this also fixes the
 ITD pickup


Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Fri May 3 19:29:24 2013 UTC (11 years ago) by torge
Branch: MAIN
Changes since 1.16: +11 -12 lines
Diff to previous 1.16
correcting bug with nj counters in ITD case


Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Sun Jan 13 22:46:38 2013 UTC (11 years, 4 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint64c, checkpoint64d, checkpoint64e, checkpoint64f, checkpoint64g
Changes since 1.15: +3 -3 lines
Diff to previous 1.15
- add missing value argument to S/R MDS_WR_METAFILES argument list


Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Mon Oct 22 21:14:07 2012 UTC (11 years, 6 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint64a, checkpoint64b
Changes since 1.14: +19 -1 lines
Diff to previous 1.14
Step 1 of merging ice-thickness distribution (ITD) code from
MITgcm_contrib/torge/itd/code/ to main repository
(author: Torge Martin)


Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Mon Mar 5 15:21:45 2012 UTC (12 years, 2 months ago) by gforget
Branch: MAIN
CVS Tags: checkpoint63k, checkpoint63l, checkpoint63m, checkpoint63n, checkpoint63o, checkpoint63p, checkpoint63q, checkpoint63r, checkpoint63s, checkpoint64
Changes since 1.13: +13 -13 lines
Diff to previous 1.13
- 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.13 - (view) (download) (annotate) - [select for diffs]
Thu Feb 16 01:23:27 2012 UTC (12 years, 3 months ago) by gforget
Branch: MAIN
CVS Tags: checkpoint63j
Changes since 1.12: +2 -2 lines
Diff to previous 1.12
- simple propagation of SItrNumInUse.


Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Fri Feb 3 13:34:32 2012 UTC (12 years, 3 months ago) by gforget
Branch: MAIN
Changes since 1.11: +2 -13 lines
Diff to previous 1.11
- removal of the old way of seaice age tracer, which is now replaced by particular cases of SITRACER.
- retired params : SEAICEadvAge, SEAICEadvSchAge, SEAICEdiffKhAge, IceAgeTrFile.
- added to SITRACER : IceAgeTrFile, check pickups, monitor, output.


Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Tue Sep 27 00:08:03 2011 UTC (12 years, 7 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint63c, checkpoint63d, checkpoint63e, checkpoint63f, checkpoint63g, checkpoint63h, checkpoint63i
Changes since 1.10: +6 -38 lines
Diff to previous 1.10
Merge SItracer fields into single pickup.


Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Mon Sep 26 22:05:49 2011 UTC (12 years, 7 months ago) by heimbach
Branch: MAIN
Changes since 1.9: +2 -2 lines
Diff to previous 1.9
2nd fix (another one to come ;)


Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Mon Sep 26 21:19:25 2011 UTC (12 years, 7 months ago) by heimbach
Branch: MAIN
Changes since 1.8: +3 -3 lines
Diff to previous 1.8
Start fixing...


Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Mon Sep 26 18:23:10 2011 UTC (12 years, 7 months ago) by heimbach
Branch: MAIN
Changes since 1.7: +51 -6 lines
Diff to previous 1.7
Simple code for pickup of SItracer fields (#define ALLOW_SITRACER)
To be done:
* thorough testing of missing fields in S/R seaice_read_pickup
* thorough matching between generic tracers and specific fields used
  (e.g. volume-weighted age, area-weighted age, salinity, ...)


Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Thu Aug 25 22:19:17 2011 UTC (12 years, 8 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint63b
Changes since 1.6: +4 -2 lines
Diff to previous 1.6
in MDS_WR_METAFILES calls, replace "myTime" by a local copy into array of length 1
  (was caught by compiler syntax-check).


Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Thu Apr 28 02:06:31 2011 UTC (13 years ago) by ifenty
Branch: MAIN
CVS Tags: checkpoint62x, checkpoint62y, checkpoint62z, checkpoint63, checkpoint63a
Changes since 1.5: +2 -2 lines
Diff to previous 1.5
Renaming of compile time flag SEAICE_SALINITY to SEAICE_VARIABLE_SALINITY and
SEAICE_salinity to SIsalFRAC.

Added logical checks for the use of the retired variable names in
 seaice_readparms and seaice_check.

 ----------------------------------------------------------------------
 Modified Files:
 	pkg/autodiff/autodiff_restore.F pkg/autodiff/autodiff_store.F
 	pkg/obcs/obcs_apply_seaice.F pkg/seaice/SEAICE.h
 	pkg/seaice/SEAICE_OPTIONS.h pkg/seaice/SEAICE_PARAMS.h
 	pkg/seaice/seaice_ad_check_lev1_dir.h
 	pkg/seaice/seaice_advdiff.F pkg/seaice/seaice_check.F
 	pkg/seaice/seaice_diagnostics_state.F
 	pkg/seaice/seaice_growth.F pkg/seaice/seaice_init_varia.F
 	pkg/seaice/seaice_model.F pkg/seaice/seaice_monitor.F
 	pkg/seaice/seaice_output.F pkg/seaice/seaice_read_pickup.F
 	pkg/seaice/seaice_readparms.F pkg/seaice/seaice_write_pickup.F
 ----------------------------------------------------------------------


Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Wed Apr 20 01:34:27 2011 UTC (13 years ago) by jmc
Branch: MAIN
CVS Tags: checkpoint62w
Changes since 1.4: +7 -3 lines
Diff to previous 1.4
avoid un-used variables (placed within proper #ifdef)


Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Sat Mar 5 18:06:06 2011 UTC (13 years, 2 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint62u, checkpoint62v
Changes since 1.3: +14 -7 lines
Diff to previous 1.3
Start a seaice tracer-like code but for now confinded to ice age


Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Wed Jun 24 08:01:43 2009 UTC (14 years, 10 months ago) by mlosch
Branch: MAIN
CVS Tags: checkpoint61r, checkpoint61s, checkpoint61t, checkpoint61u, checkpoint61v, checkpoint61w, checkpoint61x, checkpoint61y, checkpoint61z, checkpoint62, checkpoint62a, checkpoint62b, checkpoint62c, checkpoint62d, checkpoint62e, checkpoint62f, checkpoint62g, checkpoint62h, checkpoint62i, checkpoint62j, checkpoint62k, checkpoint62l, checkpoint62m, checkpoint62n, checkpoint62o, checkpoint62p, checkpoint62q, checkpoint62r, checkpoint62s, checkpoint62t
Changes since 1.2: +5 -5 lines
Diff to previous 1.2
 third and step of replacing 3D versions of UICE,VICE,HEFF,AREA by 2D
 versions. Keep your fingers crossed.


Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Wed Dec 17 03:33:30 2008 UTC (15 years, 5 months ago) by dimitri
Branch: MAIN
CVS Tags: checkpoint61g, checkpoint61h, checkpoint61i, checkpoint61j, checkpoint61k, checkpoint61l, checkpoint61m, checkpoint61n, checkpoint61o, checkpoint61p, checkpoint61q
Changes since 1.1: +7 -1 lines
Diff to previous 1.1
added sea ice age tracer;  #define SEAICE_AGE in SEAICE_PARAMS.h


Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Sun Nov 25 21:39:32 2007 UTC (16 years, 5 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint59k, checkpoint59l, checkpoint59m, checkpoint59n, checkpoint59o, checkpoint59p, checkpoint59q, checkpoint59r, checkpoint60, checkpoint61, checkpoint61a, checkpoint61b, checkpoint61c, checkpoint61d, checkpoint61e, checkpoint61f
new version of seaice read/write pickup: Only write/read fields needed
for a restart.


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