CVS log for MITgcm/doc/tag-index

(logo)

Help

(back) Up to [MITgcm] / MITgcm / doc

Request diff between arbitrary revisions / Display revisions graphically


Default branch: MAIN
Bookmark a link to: HEAD / (download)

Revision 1.1019 / (view) - annotate - [select for diffs] , Sat Aug 30 15:37:48 2008 UTC (6 days, 2 hours ago) by jmc
Branch: MAIN
CVS Tags: checkpoint61c, HEAD
Changes since 1.1018: +2 -1 lines
Diff to previous 1.1018
checkpoint61c

Revision 1.1018 / (view) - annotate - [select for diffs] , Sun Aug 24 21:03:51 2008 UTC (11 days, 20 hours ago) by jmc
Branch: MAIN
Changes since 1.1017: +5 -1 lines
Diff to previous 1.1017
o add option ALLOW_ADDFLUID and run-time selector "selectAddFluid"
  to add mass source/sink of fluid in the interior (3-D generalisation
  of oceanic real-fresh water flux).

Revision 1.1017 / (view) - annotate - [select for diffs] , Fri Aug 22 15:06:54 2008 UTC (2 weeks ago) by jmc
Branch: MAIN
Changes since 1.1016: +2 -1 lines
Diff to previous 1.1016
o vermix test experiment: switch from LINEAR EOS to MDJWF (not tested before)

Revision 1.1016 / (view) - annotate - [select for diffs] , Tue Aug 19 20:51:09 2008 UTC (2 weeks, 2 days ago) by jmc
Branch: MAIN
Changes since 1.1015: +8 -2 lines
Diff to previous 1.1015
o new pkg: down_slope

Revision 1.1015 / (view) - annotate - [select for diffs] , Wed Aug 13 14:12:04 2008 UTC (3 weeks, 2 days ago) by jmc
Branch: MAIN
Changes since 1.1014: +3 -1 lines
Diff to previous 1.1014
o move kSurfC,kSurfW 7 kSurfS from SURFACE.h to GRID.h (next to kLowC)

Revision 1.1014 / (view) - annotate - [select for diffs] , Mon Aug 11 21:45:14 2008 UTC (3 weeks, 3 days ago) by jmc
Branch: MAIN
Changes since 1.1013: +5 -1 lines
Diff to previous 1.1013
o change FIND_RHO to FIND_RHO_2D :
  pass arguments tFld & sFld as local (tile) 2D-arrays ; +fix EOS_CHECK.
o new pkg: cheapaml

Revision 1.1013 / (view) - annotate - [select for diffs] , Tue Aug 5 14:58:18 2008 UTC (4 weeks, 3 days ago) by jmc
Branch: MAIN
CVS Tags: checkpoint61b
Changes since 1.1012: +2 -1 lines
Diff to previous 1.1012
checkpoint61b

Revision 1.1012 / (view) - annotate - [select for diffs] , Sat Aug 2 22:12:23 2008 UTC (4 weeks, 5 days ago) by jmc
Branch: MAIN
Changes since 1.1011: +11 -2 lines
Diff to previous 1.1011
exch2:
  change index bounds in rx2_cube exchanges (new S/R: EXCH2_GET_UV_BOUNDS)
  comment out 3rd exch call and remove copy of V to U at SE & NE face-corners
  (both are no longer needed) in exch_uv: no effect in forward run; but
   get truncation error differences with adjoint exch.

Revision 1.1011 / (view) - annotate - [select for diffs] , Tue Jul 29 20:17:45 2008 UTC (5 weeks, 2 days ago) by jmc
Branch: MAIN
Changes since 1.1010: +6 -1 lines
Diff to previous 1.1010
o exch2:
 - change index-bounds storage (moved from target to local tile,
   more intuitive this way) ; rename/remove some variables.
 - change utils/exch2/matlab-topology-generator accordingly.

Revision 1.1010 / (view) - annotate - [select for diffs] , Tue Jul 29 17:42:35 2008 UTC (5 weeks, 3 days ago) by jmc
Branch: MAIN
CVS Tags: checkpoint61a
Changes since 1.1009: +2 -1 lines
Diff to previous 1.1009
checkpoint61a

Revision 1.1009 / (view) - annotate - [select for diffs] , Mon Jul 28 20:23:29 2008 UTC (5 weeks, 3 days ago) by jmc
Branch: MAIN
Changes since 1.1008: +4 -1 lines
Diff to previous 1.1008
o exch2/matlab-topology-generator:
  fix bug in index bounds for N-S internal exchange

Revision 1.1008 / (view) - annotate - [select for diffs] , Mon Jun 30 13:26:26 2008 UTC (2 months ago) by mlosch
Branch: MAIN
Changes since 1.1007: +3 -1 lines
Diff to previous 1.1007
make sure that the stuff that is written to msgbuf in mnc_handle_err
is not too long for msgbuf, in order to get a little more meaningfull
error messages ...

Revision 1.1007 / (view) - annotate - [select for diffs] , Thu Jun 26 13:43:25 2008 UTC (2 months, 1 week ago) by mlosch
Branch: MAIN
Changes since 1.1006: +4 -1 lines
Diff to previous 1.1006
fix syntax of awk so that testreport works smoothly even in the sun

Revision 1.1006 / (view) - annotate - [select for diffs] , Tue Jun 24 10:20:09 2008 UTC (2 months, 1 week ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint61
Changes since 1.1005: +2 -1 lines
Diff to previous 1.1005
Tagging checkpoint61
  Change default for TAF usage by removing argument '-nonew_arg'
  This changes TAF subroutine argument list (ordering of active var.)
  Omission of this flag leads to incompatibility w.r.t. TAMC
  To restore TAMC-compatibility, need following modifs:
  * use adoptfile tools/adjoint_options/adjoint_tamc_compatibility
  * use CPP option #define AUTODIFF_TAMC_COMPATIBILITY
  Tested TAF version is 1.9.22

Revision 1.1005 / (view) - annotate - [select for diffs] , Fri Jun 20 20:43:18 2008 UTC (2 months, 2 weeks ago) by heimbach
Branch: MAIN
Changes since 1.1004: +11 -1 lines
Diff to previous 1.1004
o autodiff
  Change default for TAF usage by removing argument '-nonew_arg'
  This changes TAF subroutine argument list (ordering of active var.)
  Omission of this flag leads to incompatibility w.r.t. TAMC
  To restore TAMC-compatibility, need following modifs:
  * use adoptfile tools/adjoint_options/adjoint_tamc_compatibility
  * use CPP option #define AUTODIFF_TAMC_COMPATIBILITY
  Tested TAF version is 1.9.22
  N.B.: exch2 hand-written adjoint code currently not TAMC compatible

Revision 1.1004 / (view) - annotate - [select for diffs] , Thu Jun 19 15:43:56 2008 UTC (2 months, 2 weeks ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint60
Changes since 1.1003: +6 -1 lines
Diff to previous 1.1003
checkpoint60
--->>> This is the last checkpoint for which generating the adjoint
--->>> is done via the TAMC-compatibility TAF-flag "-nonewarg"
--->>> by default.
--->>> Future checkpoints will ommit this flag by default.

Revision 1.1003 / (view) - annotate - [select for diffs] , Mon Jun 16 13:08:55 2008 UTC (2 months, 2 weeks ago) by jmc
Branch: MAIN
Changes since 1.1002: +3 -1 lines
Diff to previous 1.1002
os7mp changes

Revision 1.1002 / (view) - annotate - [select for diffs] , Wed Jun 11 18:32:27 2008 UTC (2 months, 3 weeks ago) by gforget
Branch: MAIN
Changes since 1.1001: +2 -1 lines
Diff to previous 1.1001
*** empty log message ***

Revision 1.1001 / (view) - annotate - [select for diffs] , Wed Jun 11 17:56:14 2008 UTC (2 months, 3 weeks ago) by gforget
Branch: MAIN
Changes since 1.1000: +2 -1 lines
Diff to previous 1.1000
*** empty log message ***

Revision 1.1000 / (view) - annotate - [select for diffs] , Wed Jun 11 17:31:22 2008 UTC (2 months, 3 weeks ago) by gforget
Branch: MAIN
Changes since 1.999: +3 -1 lines
Diff to previous 1.999
*** empty log message ***

Revision 1.999 / (view) - annotate - [select for diffs] , Sat May 31 15:53:51 2008 UTC (3 months ago) by gforget
Branch: MAIN
Changes since 1.998: +5 -1 lines
Diff to previous 1.998
*** empty log message ***

Revision 1.998 / (view) - annotate - [select for diffs] , Fri May 30 01:53:14 2008 UTC (3 months, 1 week ago) by gforget
Branch: MAIN
Changes since 1.997: +11 -1 lines
Diff to previous 1.997
*** empty log message ***

Revision 1.997 / (view) - annotate - [select for diffs] , Thu May 29 20:33:14 2008 UTC (3 months, 1 week ago) by jmc
Branch: MAIN
CVS Tags: checkpoint59r
Changes since 1.996: +2 -1 lines
Diff to previous 1.996
checkpoint59r

Revision 1.996 / (view) - annotate - [select for diffs] , Wed May 28 02:37:35 2008 UTC (3 months, 1 week ago) by jmc
Branch: MAIN
Changes since 1.995: +4 -1 lines
Diff to previous 1.995
pkg/mdsio/mdsio_facef_read.F & ini_cori.F: fix reading option for CS-grid

Revision 1.995 / (view) - annotate - [select for diffs] , Fri May 23 11:40:53 2008 UTC (3 months, 2 weeks ago) by mlosch
Branch: MAIN
Changes since 1.994: +2 -1 lines
Diff to previous 1.994
updating

Revision 1.994 / (view) - annotate - [select for diffs] , Thu May 22 11:22:13 2008 UTC (3 months, 2 weeks ago) by mlosch
Branch: MAIN
Changes since 1.993: +8 -4 lines
Diff to previous 1.993
updating

Revision 1.993 / (view) - annotate - [select for diffs] , Thu May 22 07:36:53 2008 UTC (3 months, 2 weeks ago) by mlosch
Branch: MAIN
Changes since 1.992: +8 -1 lines
Diff to previous 1.992
describe recent changes: let's see how this missing value business is
accepted by the user(s)

Revision 1.992 / (view) - annotate - [select for diffs] , Thu May 22 00:59:50 2008 UTC (3 months, 2 weeks ago) by dimitri
Branch: MAIN
Changes since 1.991: +3 -1 lines
Diff to previous 1.991
pkg/thsice/thsice_ini_vars.F added default initial values so that
thermodynamics sea ice solver does not blow up when some initial fields
are missing.  The important one is reasonable default values for enthalpy.

Revision 1.991 / (view) - annotate - [select for diffs] , Fri May 16 01:05:51 2008 UTC (3 months, 3 weeks ago) by jmc
Branch: MAIN
Changes since 1.990: +4 -1 lines
Diff to previous 1.990
o move from external_forcing_surf.F to ini_forcing.F
  the p-coord. hack consisting in using pLoad to set phi0surf ;
  update output of tutorial_global_oce_in_p (affected @ truncation level).

Revision 1.990 / (view) - annotate - [select for diffs] , Fri May 9 21:39:42 2008 UTC (3 months, 3 weeks ago) by dfer
Branch: MAIN
Changes since 1.989: +3 -1 lines
Diff to previous 1.989
*** empty log message ***

Revision 1.989 / (view) - annotate - [select for diffs] , Fri May 9 20:51:26 2008 UTC (3 months, 3 weeks ago) by jmc
Branch: MAIN
Changes since 1.988: +4 -1 lines
Diff to previous 1.988
  change option GAD_ALLOW_SOM_ADVECT to GAD_ALLOW_TS_SOM_ADV which only
  applies to files where Temperature & Salinity 2nd Order moments are used.

Revision 1.988 / (view) - annotate - [select for diffs] , Thu May 8 18:50:31 2008 UTC (3 months, 4 weeks ago) by jahn
Branch: MAIN
Changes since 1.987: +6 -1 lines
Diff to previous 1.987
update

Revision 1.987 / (view) - annotate - [select for diffs] , Tue May 6 18:02:20 2008 UTC (4 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint59q
Changes since 1.986: +2 -1 lines
Diff to previous 1.986
checkpoint59q

Revision 1.986 / (view) - annotate - [select for diffs] , Mon May 5 22:16:00 2008 UTC (4 months ago) by jmc
Branch: MAIN
Changes since 1.985: +3 -1 lines
Diff to previous 1.985
o pkg/mom_vecinv: Add energy & enstrophy conserving scheme (selectVortScheme=3)
   (from Sadourny, described by Burridge & Haseler, ECMWF Rep.4, 1977)

Revision 1.985 / (view) - annotate - [select for diffs] , Mon May 5 17:56:21 2008 UTC (4 months ago) by dfer
Branch: MAIN
Changes since 1.984: +8 -1 lines
Diff to previous 1.984
Refresh tutorial_global_oce_biogeo

Revision 1.984 / (view) - annotate - [select for diffs] , Tue Apr 29 20:43:54 2008 UTC (4 months, 1 week ago) by gforget
Branch: MAIN
Changes since 1.983: +2 -1 lines
Diff to previous 1.983
*** empty log message ***

Revision 1.983 / (view) - annotate - [select for diffs] , Mon Apr 28 13:25:30 2008 UTC (4 months, 1 week ago) by mlosch
Branch: MAIN
Changes since 1.982: +3 -2 lines
Diff to previous 1.982
updating

Revision 1.982 / (view) - annotate - [select for diffs] , Fri Apr 25 11:14:35 2008 UTC (4 months, 1 week ago) by mlosch
Branch: MAIN
Changes since 1.981: +4 -3 lines
Diff to previous 1.981
updating

Revision 1.981 / (view) - annotate - [select for diffs] , Thu Apr 24 20:41:27 2008 UTC (4 months, 1 week ago) by gforget
Branch: MAIN
Changes since 1.980: +2 -1 lines
Diff to previous 1.980
*** empty log message ***

Revision 1.980 / (view) - annotate - [select for diffs] , Thu Apr 24 18:39:28 2008 UTC (4 months, 1 week ago) by jmc
Branch: MAIN
Changes since 1.979: +4 -3 lines
Diff to previous 1.979
o remove "exp5" (replaced by tutorial_deep_convection).

Revision 1.979 / (view) - annotate - [select for diffs] , Thu Apr 24 07:23:20 2008 UTC (4 months, 1 week ago) by mlosch
Branch: MAIN
Changes since 1.978: +7 -2 lines
Diff to previous 1.978
updating

Revision 1.978 / (view) - annotate - [select for diffs] , Thu Apr 24 02:25:11 2008 UTC (4 months, 1 week ago) by jmc
Branch: MAIN
Changes since 1.977: +5 -1 lines
Diff to previous 1.977
o tutorial_deep_convection : updated

Revision 1.977 / (view) - annotate - [select for diffs] , Tue Apr 22 14:29:06 2008 UTC (4 months, 2 weeks ago) by mlosch
Branch: MAIN
Changes since 1.976: +2 -1 lines
Diff to previous 1.976
add a flag for restoring T and S underneath sea ice

Revision 1.976 / (view) - annotate - [select for diffs] , Mon Apr 21 10:37:38 2008 UTC (4 months, 2 weeks ago) by mlosch
Branch: MAIN
Changes since 1.975: +3 -1 lines
Diff to previous 1.975
updating

Revision 1.975 / (view) - annotate - [select for diffs] , Mon Apr 14 08:45:35 2008 UTC (4 months, 3 weeks ago) by mlosch
Branch: MAIN
Changes since 1.974: +2 -1 lines
Diff to previous 1.974
merge netcdf-support and diagnostics from Patrick Rosendahl into code

Revision 1.974 / (view) - annotate - [select for diffs] , Fri Apr 11 20:48:34 2008 UTC (4 months, 3 weeks ago) by dfer
Branch: MAIN
Changes since 1.973: +8 -1 lines
Diff to previous 1.973
*** empty log message ***

Revision 1.973 / (view) - annotate - [select for diffs] , Thu Apr 10 12:56:08 2008 UTC (4 months, 3 weeks ago) by jmc
Branch: MAIN
CVS Tags: checkpoint59p
Changes since 1.972: +9 -3 lines
Diff to previous 1.972
checkpoint59p

Revision 1.972 / (view) - annotate - [select for diffs] , Sun Apr 6 02:37:44 2008 UTC (5 months ago) by jmc
Branch: MAIN
Changes since 1.971: +4 -1 lines
Diff to previous 1.971
o pkg/dic: test for "pickup_dic" file when restarting ;
  if no pickup-file, can restart with a re-initialised pH (same as it did
  before) providing pickupStrictlyMatch is set to False.

Revision 1.971 / (view) - annotate - [select for diffs] , Sun Apr 6 01:05:05 2008 UTC (5 months ago) by jmc
Branch: MAIN
Changes since 1.970: +3 -1 lines
Diff to previous 1.970
o change argument list of S/R PTRACERS_WRITE_PICKUP & MYPACKAGE_WRITE_PICKUP
  + fix call to S/R GGL90_WRITE_PICKUP & DIC_WRITE_PICKUP

Revision 1.970 / (view) - annotate - [select for diffs] , Sat Apr 5 20:37:08 2008 UTC (5 months ago) by jmc
Branch: MAIN
Changes since 1.969: +6 -1 lines
Diff to previous 1.969
o add a "warning" (to Error msg file) when an Active Tracer is not using AB-2
  and staggerTimeStep is off (needed for stability of Internal-wave dynamics).

Revision 1.969 / (view) - annotate - [select for diffs] , Tue Apr 1 01:06:54 2008 UTC (5 months ago) by jmc
Branch: MAIN
Changes since 1.968: +6 -1 lines
Diff to previous 1.968
o pkg/mom_vecinv: - new parameter "selectVortScheme" to select which
   scheme to use for vorticty-term ;
 - compute upwindVorticity=T case within mom_vi_u/v_coriolis_c4.F
   (with default selectVortScheme, return to original discretisation)
 - remove weird combination (e.g.: upwindVorticity & highOrderVorticity)

Revision 1.968 / (view) - annotate - [select for diffs] , Wed Mar 26 09:10:05 2008 UTC (5 months, 1 week ago) by mlosch
Branch: MAIN
Changes since 1.967: +2 -1 lines
Diff to previous 1.967
updating

Revision 1.967 / (view) - annotate - [select for diffs] , Sun Mar 23 23:33:31 2008 UTC (5 months, 1 week ago) by jmc
Branch: MAIN
Changes since 1.966: +5 -1 lines
Diff to previous 1.966
o in mom_calc_visc, fix average value of viscAh_W & viscA4_W next to the
  bottom ; only used with variable horizontal viscosity and non-hydrostatic.
  also fix diagnostics VISCAHW & VISCA4W.

Revision 1.966 / (view) - annotate - [select for diffs] , Fri Mar 7 19:25:48 2008 UTC (5 months, 4 weeks ago) by jmc
Branch: MAIN
CVS Tags: checkpoint59o
Changes since 1.965: +6 -1 lines
Diff to previous 1.965
tag checkpoint59o

Revision 1.965 / (view) - annotate - [select for diffs] , Sun Mar 2 23:38:43 2008 UTC (6 months ago) by jmc
Branch: MAIN
Changes since 1.964: +2 -1 lines
Diff to previous 1.964
o dome/code/obcs_calc.F: avoid division by zero (detected using gfortran).

Revision 1.964 / (view) - annotate - [select for diffs] , Fri Feb 29 01:31:34 2008 UTC (6 months, 1 week ago) by mlosch
Branch: MAIN
Changes since 1.963: +3 -1 lines
Diff to previous 1.963
improve vectorizability by moving a few statements out of the main loop

Revision 1.963 / (view) - annotate - [select for diffs] , Wed Feb 27 23:33:15 2008 UTC (6 months, 1 week ago) by mlosch
Branch: MAIN
Changes since 1.962: +6 -1 lines
Diff to previous 1.962
  - convert potential temperature into in-situ temperature. This changes the
    isomip tests => update tests

Revision 1.962 / (view) - annotate - [select for diffs] , Wed Feb 27 04:35:59 2008 UTC (6 months, 1 week ago) by mlosch
Branch: MAIN
Changes since 1.961: +5 -1 lines
Diff to previous 1.961
first round of fixes to pkg/shelfice
  - sort out freshwater flux; convert freshwater fluxes to mass fluxes
    (kg/m^2/s), does not break tests, because in verification/isomip,
    rhoConstFresh=rhoConst (by accident)

Revision 1.961 / (view) - annotate - [select for diffs] , Mon Feb 25 20:59:01 2008 UTC (6 months, 1 week ago) by mlosch
Branch: MAIN
Changes since 1.960: +3 -1 lines
Diff to previous 1.960
document: add a flag writePickupAtEnd (default=true) to be able to suppress
writing a pickup at the last timestep

Revision 1.960 / (view) - annotate - [select for diffs] , Fri Feb 22 21:17:40 2008 UTC (6 months, 1 week ago) by gforget
Branch: MAIN
Changes since 1.959: +4 -1 lines
Diff to previous 1.959
*** empty log message ***

Revision 1.959 / (view) - annotate - [select for diffs] , Fri Feb 22 20:25:54 2008 UTC (6 months, 1 week ago) by dimitri
Branch: MAIN
Changes since 1.958: +3 -1 lines
Diff to previous 1.958
o pkg/obcs and pkg/exf: added capability to specify seaice open boundary
  conditions that have a different sampling frequency than S/T/U/V obcs

Revision 1.958 / (view) - annotate - [select for diffs] , Thu Feb 14 15:51:30 2008 UTC (6 months, 3 weeks ago) by jmc
Branch: MAIN
Changes since 1.957: +3 -1 lines
Diff to previous 1.957
o pkg/diagnostics (stats-diags):
  - fix global Min/Max in case 1 processor get only empty tiles

Revision 1.957 / (view) - annotate - [select for diffs] , Wed Feb 13 07:43:39 2008 UTC (6 months, 3 weeks ago) by mlosch
Branch: MAIN
Changes since 1.956: +8 -1 lines
Diff to previous 1.956
replace (4 times)
     make genmake_tc_1.o >> genmake_warnings 2>&1
with
     COMM="$CC $CFLAGS -c genmake_tc_1.c"
     echo $COMM >> genmake_warnings
     $COMM >> genmake_warnings 2>&1
to make genmake2 always see the value of CC as specified in the
optfile. This change may break testreport or building the code on some
platforms where the default value of CC does not point to anything
useful. In that case, setting CC will fix the problem.

Revision 1.956 / (view) - annotate - [select for diffs] , Tue Feb 12 23:18:18 2008 UTC (6 months, 3 weeks ago) by jmc
Branch: MAIN
Changes since 1.955: +5 -1 lines
Diff to previous 1.955
o generic_advdiff: - prather advection scheme (SOM) coded for CS-grid.
  - add diagnostics for 1srt & 2nd Order moments and sub-grid variance.
  - modify verification advect_cs test to test SOM-advection on CS-grid.

Revision 1.955 / (view) - annotate - [select for diffs] , Sat Feb 9 23:31:18 2008 UTC (6 months, 3 weeks ago) by gforget
Branch: MAIN
Changes since 1.954: +5 -1 lines
Diff to previous 1.954
*** empty log message ***

Revision 1.954 / (view) - annotate - [select for diffs] , Sat Feb 9 16:34:49 2008 UTC (6 months, 3 weeks ago) by jmc
Branch: MAIN
CVS Tags: checkpoint59n
Changes since 1.953: +2 -1 lines
Diff to previous 1.953
checkpoint59n

Revision 1.953 / (view) - annotate - [select for diffs] , Tue Feb 5 15:49:01 2008 UTC (7 months ago) by jmc
Branch: MAIN
Changes since 1.952: +8 -1 lines
Diff to previous 1.952
o pkg/diagnostics: for large number of diagnostics, store diagnostic mate
  number in dedicate array "hdiag":
  - new version of S/R DIAGNOSTICS_ADD2LIST : DIAGNOSTICS_ADDTOLIST
    with 1 more argument (mate number); modify old version DIAGNOSTICS_ADD2LIST.
  - many small changes (integer format) for large number of diagnostics
  - start to use DIAGNOSTICS_ADDTOLIST (necessary for diagnostics with
    a counter mate) in pkg diagnostics, ptracers, thsice & aim_v23.

Revision 1.952 / (view) - annotate - [select for diffs] , Tue Feb 5 13:34:12 2008 UTC (7 months ago) by mlosch
Branch: MAIN
Changes since 1.951: +11 -1 lines
Diff to previous 1.951
 add parameter rotateGrid and Euler angles EulerPhi/Theta/Psi. For
 usingSphericalGrid, this allows to define the rotated grid coordinates
 via phiMin/thetaMin/dxSpacing/dySpacing, etc., but then re-compute the
 geographical coordinates according to the inverse of the rotation defined
 by the Euler angles, so that Coriolis parameter and online-interpolation by
 exf works with the geographical coordinates on XC/YC/XG/YG.

 The three Euler angles PhiEuler, ThetaEuler, and PsiEuler
 define the rotation about the original z-axis (of an sphere
 centered cartesian grid), the new x-axis, and the new z-axis,
 respectively.
 Naturally, this feature does not work with all packages, so the
 some combinations are prohibited in config_summary (flt,
 flt_zonal, ecco, profiles), because there the coordinates are
 assumed to be regular spherical grid coordinates.

Revision 1.951 / (view) - annotate - [select for diffs] , Sat Feb 2 02:41:43 2008 UTC (7 months ago) by gforget
Branch: MAIN
Changes since 1.950: +5 -1 lines
Diff to previous 1.950
*** empty log message ***

Revision 1.950 / (view) - annotate - [select for diffs] , Fri Feb 1 11:06:33 2008 UTC (7 months ago) by mlosch
Branch: MAIN
Changes since 1.949: +3 -1 lines
Diff to previous 1.949
have mnc create marginally meaning full coordinate variables if
usingCurvilinearGrid and NOT EXCH2 (that is the grid indices)

Revision 1.949 / (view) - annotate - [select for diffs] , Thu Jan 31 09:58:41 2008 UTC (7 months ago) by mlosch
Branch: MAIN
Changes since 1.948: +3 -1 lines
Diff to previous 1.948
add a verification experiment that tests useEXFyearlyFields with
USE_EXF_INTERPOLATION defined

Revision 1.948 / (view) - annotate - [select for diffs] , Sun Jan 27 22:55:34 2008 UTC (7 months, 1 week ago) by jmc
Branch: MAIN
Changes since 1.947: +4 -1 lines
Diff to previous 1.947
o pkg/mypackage:
  - add example of read/write pickup for state-var ;
  - add entry points to the main code for state-vars diags & write-pickup.

Revision 1.947 / (view) - annotate - [select for diffs] , Fri Jan 25 16:03:06 2008 UTC (7 months, 1 week ago) by mlosch
Branch: MAIN
Changes since 1.946: +3 -1 lines
Diff to previous 1.946
  - add new subroutine that determines the file to read from for
    use*YearlyFields = .TRUE. and .FALSE.

Revision 1.946 / (view) - annotate - [select for diffs] , Fri Jan 25 11:23:06 2008 UTC (7 months, 1 week ago) by dimitri
Branch: MAIN
Changes since 1.945: +3 -1 lines
Diff to previous 1.945
o pkg/exf: rewrite of exf_getffieldrec.F to properly deal with year
  transitions for useExfYearlyFields

Revision 1.945 / (view) - annotate - [select for diffs] , Thu Jan 24 18:41:16 2008 UTC (7 months, 1 week ago) by mlosch
Branch: MAIN
Changes since 1.944: +6 -1 lines
Diff to previous 1.944
o pkg/obcs/exf: add useOBCSYearlyFields (=.FALSE.) to obcs with exf in
  analogy to useExfYearlyFields; rearrange obcs_prescribe_read: two new
  subroutines (which could be generated from a template, because they are
  almost identical) to save a few lines of code and may make it easier to
  change this bit; for now they are included in obcs_prescribe_read.F for
  simplicity

Revision 1.944 / (view) - annotate - [select for diffs] , Thu Jan 24 08:30:07 2008 UTC (7 months, 1 week ago) by mlosch
Branch: MAIN
Changes since 1.943: +4 -2 lines
Diff to previous 1.943
o finish vectorization of exf_interp for TARGET_NEC_SX
  by unrolling short inner k-loops by hand (arghhh!)

Revision 1.943 / (view) - annotate - [select for diffs] , Wed Jan 23 16:41:21 2008 UTC (7 months, 1 week ago) by mlosch
Branch: MAIN
Changes since 1.942: +6 -1 lines
Diff to previous 1.942
o pkg/exf:
  - add a little more diagnostic to exf_interp_read (in analogy to
    mds_read_field, can be turned off with debugLevel < debugLevA=1)
  - improve vectorizability of exf_interp for TARGET_NEC_SX, makes code
    ugly but fast (vectorization is not yet complete)

Revision 1.942 / (view) - annotate - [select for diffs] , Fri Jan 18 01:38:33 2008 UTC (7 months, 2 weeks ago) by dimitri
Branch: MAIN
Changes since 1.941: +2 -1 lines
Diff to previous 1.941
o pkg/obcs: replace obcs_apply_area/heff/hsalt/hsnow with obcs_apply_seaice

Revision 1.941 / (view) - annotate - [select for diffs] , Thu Jan 17 22:33:07 2008 UTC (7 months, 2 weeks ago) by dimitri
Branch: MAIN
Changes since 1.940: +3 -1 lines
Diff to previous 1.940
o pkg/seaice: moved DIFFERENT_MULTIPLE from seaice_model to seaice_dynsolver
  http://forge.csail.mit.edu/pipermail/mitgcm-devel/2008-January/003173.html

Revision 1.940 / (view) - annotate - [select for diffs] , Thu Jan 17 20:48:07 2008 UTC (7 months, 2 weeks ago) by dimitri
Branch: MAIN
Changes since 1.939: +2 -1 lines
Diff to previous 1.939
o verification/seaice_obcs: updated for restart test and latest options

Revision 1.939 / (view) - annotate - [select for diffs] , Wed Jan 16 09:48:41 2008 UTC (7 months, 2 weeks ago) by mlosch
Branch: MAIN
Changes since 1.938: +6 -1 lines
Diff to previous 1.938
  add a new flag SEAICEuseTEM to use a slightly different
  ice rheology (so-called truncated ellipse, that gets rid of tensile stress);
  for now this is only available for the C-grid code and also within
  #ifdef SEAICE_ALLOW_TEM, because this option may slow down the EVP code
  default is to not use it.

Revision 1.938 / (view) - annotate - [select for diffs] , Mon Jan 14 02:29:20 2008 UTC (7 months, 3 weeks ago) by jmc
Branch: MAIN
CVS Tags: checkpoint59m
Changes since 1.937: +2 -1 lines
Diff to previous 1.937
tag "checkpoint59m" (before the next "DocFest" or the next snow-storm ?)

Revision 1.937 / (view) - annotate - [select for diffs] , Sun Jan 13 05:35:54 2008 UTC (7 months, 3 weeks ago) by dimitri
Branch: MAIN
Changes since 1.936: +3 -1 lines
Diff to previous 1.936
reinserted comment that was accidentally deleted.

Revision 1.936 / (view) - annotate - [select for diffs] , Fri Jan 11 19:59:28 2008 UTC (7 months, 3 weeks ago) by dimitri
Branch: MAIN
Changes since 1.935: +3 -5 lines
Diff to previous 1.935
o pkg/seaice: use different time constant for melting (SEAICE_gamma_t)
  and freezing (SEAICE_gamma_t_frz) ice due to mixed layer temperature

Revision 1.935 / (view) - annotate - [select for diffs] , Thu Jan 10 23:32:15 2008 UTC (7 months, 3 weeks ago) by dimitri
Branch: MAIN
Changes since 1.934: +3 -1 lines
Diff to previous 1.934
o pkg/seaice/seaice_growth.F: use a different time constant for freezing
  ice due to supercooled sea water, hardwired to SEAICE_deltaTtherm/0.1

Revision 1.934 / (view) - annotate - [select for diffs] , Tue Jan 8 23:33:59 2008 UTC (7 months, 3 weeks ago) by jmc
Branch: MAIN
Changes since 1.933: +3 -1 lines
Diff to previous 1.933
o gad_som : fix flux output (& diagnostics) to have same units as other
  advection scheme fluxes (was previously multiplied by deltaT).

Revision 1.933 / (view) - annotate - [select for diffs] , Tue Jan 8 10:39:30 2008 UTC (7 months, 4 weeks ago) by dimitri
Branch: MAIN
Changes since 1.932: +4 -2 lines
Diff to previous 1.932
o added verification/seaice_obcs both to test seaice open boundaries
  and to provide an example matlab scrpt for generating them

Revision 1.932 / (view) - annotate - [select for diffs] , Sat Dec 22 17:44:49 2007 UTC (8 months, 2 weeks ago) by dimitri
Branch: MAIN
Changes since 1.931: +2 -1 lines
Diff to previous 1.931
o added verification/lab_sea/input.salt_plume

Revision 1.931 / (view) - annotate - [select for diffs] , Fri Dec 21 22:49:09 2007 UTC (8 months, 2 weeks ago) by atn
Branch: MAIN
Changes since 1.930: +3 -1 lines
Diff to previous 1.930
o pkg/salt_plume: clean up salt_plume_frac.F

Revision 1.930 / (view) - annotate - [select for diffs] , Fri Dec 21 02:54:34 2007 UTC (8 months, 2 weeks ago) by atn
Branch: MAIN
Changes since 1.929: +2 -1 lines
Diff to previous 1.929
o pkg/kpp: added saltplume diagnostics

Revision 1.929 / (view) - annotate - [select for diffs] , Fri Dec 21 01:40:28 2007 UTC (8 months, 2 weeks ago) by dimitri
Branch: MAIN
Changes since 1.928: +5 -1 lines
Diff to previous 1.928
o pkg/obcs and pkg/seaice:
  - do not set uice and vice to zero when OB*icefile are unspecified
  - OBCS_SEAICE_AVOID_CONVERGENCE is undefined by default
  - moved seaice tracer obcs after call to seaice_growth

Revision 1.928 / (view) - annotate - [select for diffs] , Tue Dec 18 16:19:53 2007 UTC (8 months, 2 weeks ago) by jmc
Branch: MAIN
Changes since 1.927: +3 -2 lines
Diff to previous 1.927
tag checkpoint59l was done before changes in pkg/salt_plume

Revision 1.927 / (view) - annotate - [select for diffs] , Tue Dec 18 05:34:41 2007 UTC (8 months, 2 weeks ago) by dimitri
Branch: MAIN
Changes since 1.926: +3 -1 lines
Diff to previous 1.926
o pkg/salt_plume: added various options for salt plume depth
  criterion and for vertical distribution of the salt

Revision 1.926 / (view) - annotate - [select for diffs] , Tue Dec 18 02:01:41 2007 UTC (8 months, 2 weeks ago) by jmc
Branch: MAIN
CVS Tags: checkpoint59l
Changes since 1.925: +2 -1 lines
Diff to previous 1.925
checkpoint59l

Revision 1.925 / (view) - annotate - [select for diffs] , Mon Dec 17 22:06:48 2007 UTC (8 months, 2 weeks ago) by jmc
Branch: MAIN
Changes since 1.924: +5 -2 lines
Diff to previous 1.924
o pkg/ptracers: new version of ptracers pickup:
  read meta file and write only fields which are needed to restart.
  ( same logic as main pickup file ; also using pickupStrictlyMatch )

Revision 1.924 / (view) - annotate - [select for diffs] , Fri Dec 14 21:52:01 2007 UTC (8 months, 3 weeks ago) by dimitri
Branch: MAIN
Changes since 1.923: +3 -2 lines
Diff to previous 1.923
  - reformulated availHeat in seaice_growth.F to be independent of AREA

Revision 1.923 / (view) - annotate - [select for diffs] , Thu Dec 6 09:02:24 2007 UTC (9 months ago) by mlosch
Branch: MAIN
Changes since 1.922: +7 -1 lines
Diff to previous 1.922
updating

Revision 1.922 / (view) - annotate - [select for diffs] , Wed Dec 5 23:57:44 2007 UTC (9 months ago) by dimitri
Branch: MAIN
Changes since 1.921: +3 -3 lines
Diff to previous 1.921
replaced EXF_OPTIONS.h CPP option EXF_SUBTRACT_UVVEL_FROM_UVWIND
with EXF_PARAM.h runtime parameter useRelativeWind

Revision 1.921 / (view) - annotate - [select for diffs] , Wed Dec 5 16:56:14 2007 UTC (9 months ago) by dimitri
Branch: MAIN
Changes since 1.920: +2 -1 lines
Diff to previous 1.920
o pkg/obcs: added OBCS_SEAICE_AVOID_CONVERGENCE constraint
C     When the prescribed open boundary conditions are incosistent with
C     forcing, for example, six-hourly forcing and daily or monthly sea
C     ice boundary conditions, ice convergence at edges can cause model
C     to blow up.  The above CPP option fixes problem, hence it is
C     turned on by default, but this is at the expense of less accurate
C     boundary conditions.

Revision 1.920 / (view) - annotate - [select for diffs] , Wed Dec 5 15:37:12 2007 UTC (9 months ago) by dimitri
Branch: MAIN
Changes since 1.919: +5 -3 lines
Diff to previous 1.919
pkg/seaice: removed some unused halos

Revision 1.919 / (view) - annotate - [select for diffs] , Wed Dec 5 08:17:05 2007 UTC (9 months ago) by mlosch
Branch: MAIN
Changes since 1.918: +3 -1 lines
Diff to previous 1.918
forgot to document my little change: Compiler directive for NEC SX computers

Revision 1.918 / (view) - annotate - [select for diffs] , Wed Dec 5 07:28:28 2007 UTC (9 months ago) by dimitri
Branch: MAIN
Changes since 1.917: +3 -1 lines
Diff to previous 1.917
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.917 / (view) - annotate - [select for diffs] , Tue Dec 4 23:58:16 2007 UTC (9 months ago) by jmc
Branch: MAIN
Changes since 1.916: +2 -1 lines
Diff to previous 1.916
no longer write pickup from THE_MODEL_MAIN but always from FORWARD_STEP

Revision 1.916 / (view) - annotate - [select for diffs] , Mon Dec 3 07:45:27 2007 UTC (9 months ago) by dimitri
Branch: MAIN
Changes since 1.915: +4 -1 lines
Diff to previous 1.915
o pkg/exf: added CPP option EXF_SUBTRACT_UVVEL_FROM_UVWIND for subtracting
  UVEL and VVEL from UWIND and VWIND prior to applying bulk formulae.

Revision 1.915 / (view) - annotate - [select for diffs] , Fri Nov 30 21:13:20 2007 UTC (9 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint59k
Changes since 1.914: +2 -1 lines
Diff to previous 1.914
checkpoint59k

Revision 1.914 / (view) - annotate - [select for diffs] , Thu Nov 29 16:29:12 2007 UTC (9 months, 1 week ago) by dimitri
Branch: MAIN
Changes since 1.913: +3 -1 lines
Diff to previous 1.913
o pkg/seaice: ICE2WATR=SEAICE_rhoIce/rhoConst for consistency between
  dynamics and thermodynamics. Set ICE2WATR=0.92 to reproduce older results.

Revision 1.913 / (view) - annotate - [select for diffs] , Wed Nov 28 16:52:16 2007 UTC (9 months, 1 week ago) by jmc
Branch: MAIN
Changes since 1.912: +3 -1 lines
Diff to previous 1.912
o fix un-initialised variable problem (in mom_vecinv & shap_filt):
  all experiments pass when compile with un-initilised var. checking option.

Revision 1.912 / (view) - annotate - [select for diffs] , Wed Nov 28 00:18:16 2007 UTC (9 months, 1 week ago) by dimitri
Branch: MAIN
Changes since 1.911: +2 -1 lines
Diff to previous 1.911
added pkg/salt_plume by gathering code, which were previously
spread around various files in model/inc and model/src
results remain numerically identical to before, as a first step
towards adding more options, etc., to this package

Revision 1.911 / (view) - annotate - [select for diffs] , Sun Nov 25 22:28:30 2007 UTC (9 months, 1 week ago) by jmc
Branch: MAIN
Changes since 1.910: +5 -1 lines
Diff to previous 1.910
o script to test restart (for now, in MITgcm_contrib/jmc_script)
o pkg/seaice: new read/write pickup version.
  read meta file and write only fields which are needed to restart.
  ( same logic as main pickup file ; also using pickupStrictlyMatch )

Revision 1.910 / (view) - annotate - [select for diffs] , Wed Nov 14 16:01:11 2007 UTC (9 months, 3 weeks ago) by mlosch
Branch: MAIN
Changes since 1.909: +2 -1 lines
Diff to previous 1.909
updating

Revision 1.909 / (view) - annotate - [select for diffs] , Tue Nov 13 22:20:29 2007 UTC (9 months, 3 weeks ago) by jmc
Branch: MAIN
Changes since 1.908: +9 -2 lines
Diff to previous 1.908
o lab_sea.hb87: modify the domain & update output.hb87.txt :
o pkg/rw: cleaning-up:
o pkg/mdsio: add new arguments to MDS_READ/WRITE_FIELD for reading/writing
  a set of consecutive levels in/from a 3-D array.

Revision 1.908 / (view) - annotate - [select for diffs] , Sat Nov 10 22:17:09 2007 UTC (9 months, 3 weeks ago) by jmc
Branch: MAIN
Changes since 1.907: +5 -1 lines
Diff to previous 1.907
o pkg/ptracers:
  use use a 2 characters string ioLabel to identify tracer (if more than 99 tracers).
  to-do: fix pkg/diagnostics when large number of diagnostics are defined.

Revision 1.907 / (view) - annotate - [select for diffs] , Fri Nov 9 15:42:54 2007 UTC (9 months, 3 weeks ago) by jmc
Branch: MAIN
CVS Tags: checkpoint59j
Changes since 1.906: +2 -1 lines
Diff to previous 1.906
checkpoint59j

Revision 1.906 / (view) - annotate - [select for diffs] , Thu Nov 8 23:01:44 2007 UTC (9 months, 4 weeks ago) by jmc
Branch: MAIN
Changes since 1.905: +5 -1 lines
Diff to previous 1.905
o in pkgs: dic, obcs, offline, rbcs:
  standard way to compute coeff. for time interpolation between 2 time reccords
  which retains full precision (& make results less dependent on compiler).
  update output of exp: tutorial_cfc_offline & tutorial_global_oce_biogeo.

Revision 1.905 / (view) - annotate - [select for diffs] , Wed Nov 7 11:13:21 2007 UTC (9 months, 4 weeks ago) by mlosch
Branch: MAIN
Changes since 1.904: +3 -1 lines
Diff to previous 1.904
updating

Revision 1.904 / (view) - annotate - [select for diffs] , Mon Nov 5 19:38:59 2007 UTC (10 months ago) by jmc
Branch: MAIN
Changes since 1.903: +4 -1 lines
Diff to previous 1.903
split PTRACERS.h in 2 header files: PTRACERS_FIELDS.h & PTRACERS_PARAMS.h
 (keep a temporary version of PTRACERS.h in verification/OpenAD/code_ad_openad
  to allow to compile customized code before the update)

Revision 1.903 / (view) - annotate - [select for diffs] , Mon Nov 5 16:02:31 2007 UTC (10 months ago) by jmc
Branch: MAIN
Changes since 1.902: +6 -1 lines
Diff to previous 1.902
o cleaning-up:
  - fix CPP instruction syntax in pkg/obcs
  - replace (some) call to MDSIO S/R with call to RW interface S/R ; and
    add #ifdef ALLOW_MDSIO elsewhere (allows to compile without pkg/mdsio)
  - fix some threads issue in IO parts.

Revision 1.902 / (view) - annotate - [select for diffs] , Fri Nov 2 14:50:30 2007 UTC (10 months ago) by jmc
Branch: MAIN
Changes since 1.901: +6 -4 lines
Diff to previous 1.901
add more comments about EmPmR units changes in coupled set-up

Revision 1.901 / (view) - annotate - [select for diffs] , Mon Oct 29 19:00:45 2007 UTC (10 months, 1 week ago) by dfer
Branch: MAIN
Changes since 1.900: +4 -1 lines
Diff to previous 1.900
About modifying pkg/dic

Revision 1.900 / (view) - annotate - [select for diffs] , Sun Oct 28 20:39:40 2007 UTC (10 months, 1 week ago) by jmc
Branch: MAIN
Changes since 1.899: +4 -1 lines
Diff to previous 1.899
o pkg/mom_fluxform: special version of momentum advection.

Revision 1.899 / (view) - annotate - [select for diffs] , Fri Oct 26 01:00:47 2007 UTC (10 months, 1 week ago) by dimitri
Branch: MAIN
Changes since 1.898: +3 -2 lines
Diff to previous 1.898
Added open boundary conditions capability for seaice UICE, and VICE
UICE and VICE are reset at the edges after calling the solver and
before advection/diffusion.  Needs testing.

Revision 1.898 / (view) - annotate - [select for diffs] , Tue Oct 23 15:19:50 2007 UTC (10 months, 1 week ago) by jmc
Branch: MAIN
Changes since 1.897: +20 -1 lines
Diff to previous 1.897
o new read/write pickup version:
  - for now, only implemented for main (mdsio) pickup file.
  - write out only what is needed to restart; merge pickup_nh , pickup_ph
    and main pickup together.
  - read meta file; read only what is needed to restart; stop if a field
    is missing (if pickupStrictlyMatch=T, = the default) or try to restart
    if it make sense (even if the restart is not perfect).
  - if no meta file, assume that pickup to read corresponds exactly to
    a pickup that would currently be written.
   - read pickup written in the old format (until checkpoint59i) if it
    recognizes an old meta file (no field-list).
  - add a meta file in exp. which starts from a pickup: 2 cases:
    a) minimal meta file (with just file precision) + pickupStrictlyMatch=F
     e.g.: global_ocean.90x40x15/input/pickup.0000036000.meta
    b) a meta file describing the content of the associated pickup file
     e.g.: tutorial_global_oce_biogeo/input/pickup.0004248000.meta
o pkg/mdsio & pkg/rw:
  - new routine to read a meta file ; new set of routine to read
    Multiple-fields file (with meta file).

Revision 1.897 / (view) - annotate - [select for diffs] , Tue Oct 23 07:25:28 2007 UTC (10 months, 2 weeks ago) by dimitri
Branch: MAIN
Changes since 1.896: +3 -1 lines
Diff to previous 1.896
added open boundary conditions capability for seaice HSNOW and HSALT
(code contributed by Michael Schodlok)

Revision 1.896 / (view) - annotate - [select for diffs] , Sun Oct 21 17:56:16 2007 UTC (10 months, 2 weeks ago) by jmc
Branch: MAIN
CVS Tags: checkpoint59i
Changes since 1.895: +2 -1 lines
Diff to previous 1.895
checkpoint59i

Revision 1.895 / (view) - annotate - [select for diffs] , Fri Oct 19 20:03:09 2007 UTC (10 months, 2 weeks ago) by heimbach
Branch: MAIN
Changes since 1.894: +8 -1 lines
Diff to previous 1.894
Update

Revision 1.894 / (view) - annotate - [select for diffs] , Fri Oct 19 19:34:20 2007 UTC (10 months, 2 weeks ago) by jmc
Branch: MAIN
Changes since 1.893: +4 -1 lines
Diff to previous 1.893
o pkg/kpp: add "_d 0" to real constant (if missing);
  update output of exp: natl_box (10.digits); vermix (std, 7.digits)
  and lab_sea, 3.FW (only 6,4,6 digits match) & AD (8.digits).

Revision 1.893 / (view) - annotate - [select for diffs] , Fri Oct 19 18:10:24 2007 UTC (10 months, 2 weeks ago) by jmc
Branch: MAIN
Changes since 1.892: +6 -1 lines
Diff to previous 1.892
o prepare for "clever pickup" implementation: add new header file "RESTART.h"
  for internal parameters related to restart process (formerly from PARAMS.h)
  and add startAB parameter to argument list of S/R ADAMS_BASHFORTH2.
o more standard interface to {PKG}_WRITE_PICKUP with pickup suffix passed
  as argument. (only atm2d & obcs write_pickup have not yet been updated)

Revision 1.892 / (view) - annotate - [select for diffs] , Sun Oct 14 23:30:04 2007 UTC (10 months, 3 weeks ago) by jmc
Branch: MAIN
Changes since 1.891: +6 -2 lines
Diff to previous 1.891
o pkg/monitor:
  - use GLOBAL_SUM_TILE instead of _GLOBAL_SUM
  - fix mon_stats_rs (statistics over the full domain, even where field is zero)
  - account for deep Atmosphere factor and density factor (anelastic)

Revision 1.891 / (view) - annotate - [select for diffs] , Thu Oct 11 09:30:34 2007 UTC (10 months, 3 weeks ago) by dimitri
Branch: MAIN
Changes since 1.890: +3 -2 lines
Diff to previous 1.890
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.890 / (view) - annotate - [select for diffs] , Wed Oct 10 11:25:20 2007 UTC (10 months, 3 weeks ago) by mlosch
Branch: MAIN
Changes since 1.889: +8 -2 lines
Diff to previous 1.889
updating

Revision 1.889 / (view) - annotate - [select for diffs] , Tue Oct 9 01:43:45 2007 UTC (10 months, 4 weeks ago) by jmc
Branch: MAIN
Changes since 1.888: +2 -1 lines
Diff to previous 1.888
o add missing cvs $Header:$ or $Name:$ in eesupp/*, pkg/* & verification/code*

Revision 1.888 / (view) - annotate - [select for diffs] , Fri Oct 5 09:54:31 2007 UTC (11 months ago) by mlosch
Branch: MAIN
Changes since 1.887: +2 -1 lines
Diff to previous 1.887
document recent changes

Revision 1.887 / (view) - annotate - [select for diffs] , Wed Oct 3 18:42:16 2007 UTC (11 months ago) by mlosch
Branch: MAIN
Changes since 1.886: +4 -1 lines
Diff to previous 1.886
o add new diagnostics to seaice: advective, diffusive fluxes (only for
  multidim-advection, for scheme 2 they are not filled) and transports,
  thermodynamic growth rates

Revision 1.886 / (view) - annotate - [select for diffs] , Mon Oct 1 18:30:47 2007 UTC (11 months ago) by jmc
Branch: MAIN
Changes since 1.885: +8 -1 lines
Diff to previous 1.885
o change units of EmPmR (inside the code) from m/s to kg/m2/s (mass flux) but
  leave input file unchanged. Affects results @ truncation level (cg2d match)
   and update output of experiments: lab_sea(6), global_ocean.90x40x15(10),
   global_ocean.cs32x15(11x3,10), natl_box(11), tutorial_global_oce_latlon(11)
  + adjoint results: global_ocean_ebm(11) and lab_sea (12).
  Next: will retire convertEmP2rUnit (simply using mass2rUnit instead).

Revision 1.885 / (view) - annotate - [select for diffs] , Sat Sep 29 20:37:19 2007 UTC (11 months, 1 week ago) by jmc
Branch: MAIN
CVS Tags: checkpoint59h
Changes since 1.884: +2 -1 lines
Diff to previous 1.884
checkpoint59h

Revision 1.884 / (view) - annotate - [select for diffs] , Fri Sep 28 06:46:13 2007 UTC (11 months, 1 week ago) by mlosch
Branch: MAIN
Changes since 1.883: +5 -2 lines
Diff to previous 1.883
update

Revision 1.883 / (view) - annotate - [select for diffs] , Thu Sep 27 13:42:59 2007 UTC (11 months, 1 week ago) by dimitri
Branch: MAIN
Changes since 1.882: +4 -2 lines
Diff to previous 1.882
Added comments, which describe the changes made in kpp_calc_diff_s & _t.F on
April 23, 2007.  These routines no longer update the vertical
diffusivity array (passed as argument) but are (re-) setting those
arrays.  Also changed order GMREDI_CALC_DIFF & KPP_CALC_DIFF_T in
calc_diffusivity.F and ptracers_calc_diff.F since now the order matters.

Revision 1.882 / (view) - annotate - [select for diffs] , Thu Sep 27 08:42:27 2007 UTC (11 months, 1 week ago) by mlosch
Branch: MAIN
Changes since 1.881: +2 -1 lines
Diff to previous 1.881
improve vectorization by moving if-statement out of loops

Revision 1.881 / (view) - annotate - [select for diffs] , Sat Sep 22 16:55:31 2007 UTC (11 months, 2 weeks ago) by dimitri
Branch: MAIN
Changes since 1.880: +2 -1 lines
Diff to previous 1.880
added the salt plume scheme (ALLOW_SALT_PLUME) to pkg/kpp
(code conttributed by An Nguyen)

Revision 1.880 / (view) - annotate - [select for diffs] , Fri Sep 21 20:37:11 2007 UTC (11 months, 2 weeks ago) by jmc
Branch: MAIN
Changes since 1.879: +5 -1 lines
Diff to previous 1.879
o testreport:
  - allow to test for Qnet & SeaIce monitor output; clean-up ALLOW_BULK_OFFLINE
    monitor & update offline_exf_seaice exp. output.
  - AD testing: pass/FAIL according to Grad. output accuracy (instead of Cost)

Revision 1.879 / (view) - annotate - [select for diffs] , Wed Sep 19 08:41:50 2007 UTC (11 months, 2 weeks ago) by mlosch
Branch: MAIN
Changes since 1.878: +10 -1 lines
Diff to previous 1.878
finally document this:
o pkg/seaice:
  - bug fix in the evp solver: boundary conditions were affected be
    masking of zMax/zMin (changes results)
  - minor bug fix in boundary conditions in seaice_calc_strainrates
    (changes results for no_slip)
  - seaice_lsr.F: make interpolation of eta dependent on boundaries
  - replace hardcoded lower limit for zeta (zMin) by runtime parameter
  - add a test to lab_sea, that tests the Hibler and Bryan (1987) ocean
    stress formulation and no-slip boundary conditions

Revision 1.878 / (view) - annotate - [select for diffs] , Tue Sep 18 20:29:09 2007 UTC (11 months, 2 weeks ago) by jmc
Branch: MAIN
Changes since 1.877: +3 -1 lines
Diff to previous 1.877
o pkg/ptracers: Temporary fix for PTRACERS_useGMRedi & PTRACERS_useKPP
  in gad_calc_rhs.F ; add few safety stops in initialisation phase.

Revision 1.877 / (view) - annotate - [select for diffs] , Tue Sep 18 20:18:12 2007 UTC (11 months, 2 weeks ago) by dimitri
Branch: MAIN
Changes since 1.876: +2 -1 lines
Diff to previous 1.876
A simple HSALT time stepping equation has been checked in.

Revision 1.876 / (view) - annotate - [select for diffs] , Mon Sep 17 23:12:40 2007 UTC (11 months, 2 weeks ago) by jmc
Branch: MAIN
Changes since 1.875: +8 -1 lines
Diff to previous 1.875
o pkg/thsice: use continuous power-law function for partition of energy

Revision 1.875