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

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

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


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

Revision 1.33 - (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
Changes since 1.32: +21 -1 lines
Diff to previous 1.32
added sea ice age tracer;  #define SEAICE_AGE in SEAICE_PARAMS.h


Revision 1.32 - (view) (download) (annotate) - [select for diffs]
Sat Oct 11 20:37:05 2008 UTC (15 years, 7 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint61e, checkpoint61f
Changes since 1.31: +4 -1 lines
Diff to previous 1.31
Make frWtrAtm global for FW balancing in presence of sea-ice,
and I need it outside of seaice code.
Also move DIAGNOSTICS_FILL(frWtrAtm ...
(hope I'm not making a betise).


Revision 1.31 - (view) (download) (annotate) - [select for diffs]
Tue Apr 8 03:01:55 2008 UTC (16 years, 1 month ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint59p, checkpoint59q, checkpoint59r, checkpoint60, checkpoint61, checkpoint61a, checkpoint61b, checkpoint61c, checkpoint61d
Changes since 1.30: +1 -27 lines
Diff to previous 1.30
More _IF fixes.


Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Sun Apr 6 03:13:40 2008 UTC (16 years, 1 month ago) by jmc
Branch: MAIN
Changes since 1.29: +5 -1 lines
Diff to previous 1.29
next fix: put all previous changes within #ifdef SEAICE_ALLOW_TD_IF


Revision 1.29 - (view) (download) (annotate) - [select for diffs]
Fri Mar 28 04:23:18 2008 UTC (16 years, 2 months ago) by heimbach
Branch: MAIN
Changes since 1.28: +2 -2 lines
Diff to previous 1.28
More fixes.


Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Thu Mar 27 19:53:14 2008 UTC (16 years, 2 months ago) by heimbach
Branch: MAIN
Changes since 1.27: +23 -1 lines
Diff to previous 1.27
Add Ian Fenty sea-ice thermodynamics modifications.
Currently this is in separate routines to enable alternative testing.
(relevant routines are ..._if.F)
CPP switch is via
#define SEAICE_ALLOW_TD_IF
I.F. code doesnt contain latest SEAICE_SALINITY code


Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Thu Feb 21 17:52:24 2008 UTC (16 years, 3 months ago) by dimitri
Branch: MAIN
CVS Tags: checkpoint59o
Changes since 1.26: +2 -2 lines
Diff to previous 1.26
fixed a comment


Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Wed Feb 6 13:35:12 2008 UTC (16 years, 3 months ago) by mlosch
Branch: MAIN
CVS Tags: checkpoint59n
Changes since 1.25: +3 -2 lines
Diff to previous 1.25
complete the functionality of starting from pickup even if nIter0=0
(did not work so far because of to generous if statement)


Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Thu Jan 17 23:18:39 2008 UTC (16 years, 4 months ago) by dimitri
Branch: MAIN
Changes since 1.24: +6 -4 lines
Diff to previous 1.24
removed uneeded arrays KGEO, GWATX, and GWATY from SEAICE_CGRID code


Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Wed Dec 5 07:28:29 2007 UTC (16 years, 5 months ago) by dimitri
Branch: MAIN
CVS Tags: checkpoint59l, checkpoint59m
Changes since 1.23: +7 -8 lines
Diff to previous 1.23
o pkg/seaice: removed SEAICE_FFIELDS.h and seaice_get_forcing.F
  seaice forcing fields can now be read only through pkg/exf


Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Sun Nov 25 21:37:37 2007 UTC (16 years, 6 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint59k
Changes since 1.22: +146 -127 lines
Diff to previous 1.22
always initialise all variables in common block.


Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Thu Oct 11 10:30:34 2007 UTC (16 years, 7 months ago) by dimitri
Branch: MAIN
CVS Tags: checkpoint59i, checkpoint59j
Changes since 1.21: +33 -64 lines
Diff to previous 1.21
o Added open boundary conditions capability for seaice HEFF and AREA
For time being this capability requires pkg/exf, pkg/obcs, and pkg/seaice
UICE and VICE are masked at the southern and western open boundaries, if
any, of the domain.  Eventually needs to be extended to SALT and SNOW.


Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Fri Sep 21 06:46:30 2007 UTC (16 years, 8 months ago) by dimitri
Branch: MAIN
CVS Tags: checkpoint59h
Changes since 1.20: +3 -2 lines
Diff to previous 1.20
define SEAICE_salinity as a fraction of the model's surface level salinity


Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Thu Sep 20 14:32:37 2007 UTC (16 years, 8 months ago) by dimitri
Branch: MAIN
Changes since 1.19: +13 -2 lines
Diff to previous 1.19
initial HSALT set to ICE2WATR*rhoConstFresh*SEAICE_salinity


Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Wed Sep 19 09:10:44 2007 UTC (16 years, 8 months ago) by mlosch
Branch: MAIN
Changes since 1.18: +2 -2 lines
Diff to previous 1.18
replace hardcoded lower limit for zeta (zMin) by runtime parameter


Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Sat Sep 15 01:38:59 2007 UTC (16 years, 8 months ago) by dimitri
Branch: MAIN
CVS Tags: checkpoint59g
Changes since 1.17: +23 -1 lines
Diff to previous 1.17
adding ice salinity HSALT as a prognostic variable


Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Fri Sep 14 02:07:37 2007 UTC (16 years, 8 months ago) by dimitri
Branch: MAIN
Changes since 1.16: +8 -35 lines
Diff to previous 1.16
changes for using pkg/seaice with pkg/obcs


Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Mon Aug 6 19:36:53 2007 UTC (16 years, 9 months ago) by dimitri
Branch: MAIN
CVS Tags: checkpoint59f
Changes since 1.15: +74 -38 lines
Diff to previous 1.15
Close southern and western boundaries for UICE/VICE when useOBCS=.TRUE.


Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Wed Jul 25 08:51:29 2007 UTC (16 years, 10 months ago) by dimitri
Branch: MAIN
CVS Tags: checkpoint59e
Changes since 1.14: +6 -5 lines
Diff to previous 1.14
added missing exchange for pkg/seaice OBCS mask


Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Tue Jul 24 23:14:47 2007 UTC (16 years, 10 months ago) by jmc
Branch: MAIN
Changes since 1.13: +2 -2 lines
Diff to previous 1.13
fix typo in latest check-in


Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Tue Jul 24 18:57:22 2007 UTC (16 years, 10 months ago) by dimitri
Branch: MAIN
Changes since 1.12: +2 -1 lines
Diff to previous 1.12
added a missing #inclulde "OBCS_OPTIONS.h" (bug fix by An Nguyen)


Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Wed Jul 18 23:07:38 2007 UTC (16 years, 10 months ago) by dimitri
Branch: MAIN
Changes since 1.11: +2 -2 lines
Diff to previous 1.11
oops


Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Wed Jul 18 22:53:34 2007 UTC (16 years, 10 months ago) by dimitri
Branch: MAIN
Changes since 1.10: +78 -12 lines
Diff to previous 1.10
applied OBCS T/S mask to HEFFM sea ice mask
This fixes pkg/seaice OBCS problem but in my
opinion this information should eventually be transferred
to the GRID.h arrays: hFacC, maskC, etc.


Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Thu Jun 21 04:06:21 2007 UTC (16 years, 11 months ago) by heimbach
Branch: MAIN
Changes since 1.9: +18 -17 lines
Diff to previous 1.9
Adding AREA, HEFF, HSNOW as control variables.


Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Wed Jun 20 14:08:22 2007 UTC (16 years, 11 months ago) by dimitri
Branch: MAIN
CVS Tags: checkpoint59d
Changes since 1.8: +20 -5 lines
Diff to previous 1.8
 - fixed problem with HSNOW initialization to avoid thick snow when AREA
   is initilized with small values - does not change lab_sea results.
 - added HsnowFile initialization capability
Modified Files:
doc/tag-index pkg/seaice/SEAICE_PARAMS.h
pkg/seaice/seaice_init_varia.F pkg/seaice/seaice_readparms.F


Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Fri Jun 8 08:03:05 2007 UTC (16 years, 11 months ago) by mlosch
Branch: MAIN
Changes since 1.7: +8 -1 lines
Diff to previous 1.7
initialise PRESS0, zmin, zmax as a function of AREA and HEFF


Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Tue Jun 5 16:01:22 2007 UTC (16 years, 11 months ago) by mlosch
Branch: MAIN
Changes since 1.6: +37 -6 lines
Diff to previous 1.6
 - make it possible to read AREA from a file, too.


Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Fri Apr 27 15:50:14 2007 UTC (17 years, 1 month ago) by jmc
Branch: MAIN
CVS Tags: checkpoint59a, checkpoint59b, checkpoint59c
Changes since 1.5: +1 -3 lines
Diff to previous 1.5
make pLoad & sIceLoad always available (but still only used if
      ATMOSPHERIC_LOADING is #define).


Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Tue Apr 24 11:23:42 2007 UTC (17 years, 1 month ago) by mlosch
Branch: MAIN
Changes since 1.4: +3 -4 lines
Diff to previous 1.4
  - rearrange fields for evp a little to avoid having to call a: too many
    exchanges and b: exchanges for stress trensor components which we do
    not have.


Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Tue Apr 17 16:13:53 2007 UTC (17 years, 1 month ago) by mlosch
Branch: MAIN
CVS Tags: checkpoint59
Changes since 1.3: +2 -2 lines
Diff to previous 1.3
o add new interface for atmospheric wind forcing (C-grid only)
 - new routine
 - two new field (taux, tauy for stress over ice)
 - removed one global field (DAIRN) for C-grid case only
 - small clean up
 - even remembered to update seaice_ad_diff.list


Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Sat Apr 14 22:19:34 2007 UTC (17 years, 1 month ago) by dimitri
Branch: MAIN
CVS Tags: checkpoint58y_post
Changes since 1.2: +6 -2 lines
Diff to previous 1.2
Initially set HSNOW to zero intead of 20 cm when HEFF is zero.
This does not change lab_sea experiments, which are initialized with
HEFF=1 everywhere, but it "will" change results for any experiment
that are initialized with partial open water domains.


Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Wed Dec 20 12:25:15 2006 UTC (17 years, 5 months ago) by mlosch
Branch: MAIN
CVS Tags: checkpoint58t_post, checkpoint58u_post, checkpoint58v_post, checkpoint58w_post, checkpoint58x_post
Changes since 1.1: +3 -3 lines
Diff to previous 1.1
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.1 - (view) (download) (annotate) - [select for diffs]
Sun Oct 22 01:11:02 2006 UTC (17 years, 7 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint58r_post, checkpoint58s_post
o split seaice_init into _fixed, _varia
o add first version of diagnostics interface
  (may need improvements, additions, etc)


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