/[MITgcm]/MITgcm/pkg/ecco/cost_hyd.F
ViewVC logotype

Log of /MITgcm/pkg/ecco/cost_hyd.F

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


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

Revision 1.42 - (view) (download) (annotate) - [select for diffs]
Tue Nov 24 21:26:31 2015 UTC (8 years, 5 months ago) by gforget
Branch: MAIN
CVS Tags: HEAD, 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.41: +14 -14 lines
Diff to previous 1.41
- cost_averagesfields.F, cost_hyd.F, ecco_cost_driver.F,
  ecco_cost_final.F: comment out calls to retired codes.
- ecco_ad_diff.list: remove retired codes from list.
- ecco_check.F: issue warning if any old CPP option is
  defined that corresponds to retired codes -- then stop.


Revision 1.41 - (view) (download) (annotate) - [select for diffs]
Thu Oct 29 03:41:06 2015 UTC (8 years, 6 months ago) by gforget
Branch: MAIN
CVS Tags: checkpoint65q
Changes since 1.40: +12 -8 lines
Diff to previous 1.40
- revised treatment of dimensional/adimensional cost switches.


Revision 1.40 - (view) (download) (annotate) - [select for diffs]
Mon Oct 26 13:26:43 2015 UTC (8 years, 6 months ago) by gforget
Branch: MAIN
Changes since 1.39: +3 -11 lines
Diff to previous 1.39
- resolve recent recomputations.


Revision 1.39 - (view) (download) (annotate) - [select for diffs]
Mon Oct 26 03:22:17 2015 UTC (8 years, 6 months ago) by gforget
Branch: MAIN
Changes since 1.38: +21 -6 lines
Diff to previous 1.38
- cost_hyd.F: replace calls to cost_theta0, cost_salt0, cost_etan0,
  cost_uvel0, cost_vvel0 with calls to ctrl_cost_gen3d/2d.
- cost_internal_params.F: replace calls to cost_tau_eddy, cost_kapgm,
  cost_kapredi, cost_diffkr, cost_bottomdrag, with ctrl_cost_gen2d/3d calls.


Revision 1.38 - (view) (download) (annotate) - [select for diffs]
Sat Oct 24 18:49:43 2015 UTC (8 years, 6 months ago) by gforget
Branch: MAIN
Changes since 1.37: +121 -8 lines
Diff to previous 1.37
- use generic codes in place of
cost_argo_theta, cost_ctdt, cost_xbt, cost_ctds
cost_argo_salt, cost_theta, cost_salt, cost_ReadTopexMean,
cost_ssh_mean, cost_readtopex, cost_readers, cost_readgfo.
cost_ReadTopexMean, cost_bp.
- remove calls to cost_sshv4 and cost_usercost_all


Revision 1.37 - (view) (download) (annotate) - [select for diffs]
Fri Oct 23 14:26:16 2015 UTC (8 years, 6 months ago) by gforget
Branch: MAIN
Changes since 1.36: +9 -9 lines
Diff to previous 1.36
- cost_generic.F: remove localbar, localweight from argument list


Revision 1.36 - (view) (download) (annotate) - [select for diffs]
Thu Oct 22 02:06:01 2015 UTC (8 years, 6 months ago) by gforget
Branch: MAIN
CVS Tags: checkpoint65p
Changes since 1.35: +5 -5 lines
Diff to previous 1.35
- cost_generic.F: add variaweight option, add localerrfile argument
- cost_gencost_all.F: carry over changes in cost_generic.F


Revision 1.35 - (view) (download) (annotate) - [select for diffs]
Sat Oct 18 18:15:44 2014 UTC (9 years, 7 months ago) by gforget
Branch: MAIN
CVS Tags: checkpoint65g, checkpoint65h, checkpoint65i, checkpoint65j, checkpoint65k, checkpoint65l, checkpoint65m, checkpoint65n, checkpoint65o
Changes since 1.34: +6 -1 lines
Diff to previous 1.34
- add CPP brackets around includes, to omit
  them altogether when they are not used.


Revision 1.34 - (view) (download) (annotate) - [select for diffs]
Mon Oct 6 14:09:03 2014 UTC (9 years, 7 months ago) by gforget
Branch: MAIN
CVS Tags: checkpoint65f
Changes since 1.33: +17 -9 lines
Diff to previous 1.33
- generalized pre/post-processing parameters (_c, _i, _l arrays
  replacing scalefile) from ecco_readparms to cost_generic
- replace 16 with MAX_LEN_FNAM in defining posproc, preproc
- cost_hyd.F, cost_gencost_all.F : update cost_generic calls
- ecco_summary.F : only report relevant pre/post-processing


Revision 1.33 - (view) (download) (annotate) - [select for diffs]
Fri Oct 3 15:01:07 2014 UTC (9 years, 7 months ago) by gforget
Branch: MAIN
Changes since 1.32: +14 -9 lines
Diff to previous 1.32
o pkg/ecco/cost_averagesfields.F : depend on gencost_barskip
  rather gencost_barfile for deciding whether to write barfile
o pkg/ecco/cost_generic.F : add outname argument (output file name),
  compute and store misfit maks*(model-data) in localdif that is
  then used in cost and for output, output misfit if outlev.GT.0
o pkg/ecco/cost_hyd.F, cost_gencost_all.F : add cost_generic arg
o pkg/ecco/ecco.h : add gencost_barskip
o pkg/ecco/ecco_cost_init_fixed.F : determine gencost_barskip
  (set to false if same barfile is already taken care of
  by other gencost, or if gencost_barfile is empty)
o pkg/ecco/ecco_summary.F : add gencost_barskip to summary
o pkg/ecco/cost_gencost_all.F, cost_hyd.F : rm AD recomputation


Revision 1.32 - (view) (download) (annotate) - [select for diffs]
Thu Oct 2 22:26:17 2014 UTC (9 years, 7 months ago) by gforget
Branch: MAIN
Changes since 1.31: +13 -17 lines
Diff to previous 1.31
- ecco.h, ecco_readparms.F, cost_generic.F, cost_gencost_all.F, cost_hyd.F :
  added run time params and/or passed as arguments : gencost_posproc,
  gencost_scalefile, gencost_nrecperiod, gencost_outputlevel.
- cost_generic.F, cost_genread.F :
   added preproc code ('climmon ') to replace GENERIC_BAR_MONTH
- cost_genread.F : fix array dimension
- ecco_cost_init_fixed.F : re-activate ecco_summary
- ecco_summary.F : report gencost variables


Revision 1.31 - (view) (download) (annotate) - [select for diffs]
Wed Oct 1 16:00:49 2014 UTC (9 years, 7 months ago) by gforget
Branch: MAIN
Changes since 1.30: +4 -2 lines
Diff to previous 1.30
- seaice_cost_final.F : fix ALLOW_COST_ICE case
- SEAICE_OPTIONS.h : document ALLOW_COST_ICE, ALLOW_SEAICE_COST_SMR_AREA
- cost_hyd.F : add SEAICE_OPTIONS.h, where ALLOW_SEAICE_COST_SMR_AREA is defined


Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Wed Oct 1 12:54:04 2014 UTC (9 years, 7 months ago) by gforget
Branch: MAIN
Changes since 1.29: +5 -9 lines
Diff to previous 1.29
- ecco.h : remove un-needed CCP options, add gencost_preproc, add 3D gencost
- cost_generic.F : move active_read calls to cost_genread (new) and setup
  generic pre-processing framework (via new preproc argument).
- cost_genread.F (new) : interface between cost_generic and active_read

- added 3D gencost involves : cost_averagesfields.F,
  cost_averagesinit.F, cost_gencost_all.F, ecco.h,
  ecco_check.F, ecco_cost_init_fixed.F, ecco_readparms.F
  (ALLOW_GENCOST3D, gencost_is3d, gencost_pointer3d,
   gencost_bar3d, gencost_mod3d, gencost_wei3d)
- added gencost_preproc involves : cost_gencost_all.F,
  cost_genread.F, cost_generic.F, cost_hyd.F, ecco_readparms.
  and ... pkg/seaice/seaice_cost_driver.F

- ecco_cost_driver.F : move cost_profiles here
- cost_hyd.F : remove cost_profiles from here
- ecco_cost_weights.F : remove gencost weights from here
- ecco_cost_init_fixed.F : more gencost weights here
- ecco_cost_final.F : 0. _ d 0 fixes


Revision 1.29 - (view) (download) (annotate) - [select for diffs]
Mon Sep 22 21:33:42 2014 UTC (9 years, 7 months ago) by gforget
Branch: MAIN
CVS Tags: checkpoint65e
Changes since 1.28: +5 -1 lines
Diff to previous 1.28
- pkg/ecco/cost_forcing.F, cost_hyd.F, cost_internal_params.F :
  add .NOT.ctrlUseGen exclusive brackets -- ctrl_cost_driver
  is used instead when ctrlUseGen is .TRUE.
- pkg/ecco/ecco_cost_final.F : print f_genarr3d to stdout


Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Fri Aug 15 09:27:03 2014 UTC (9 years, 9 months ago) by atn
Branch: MAIN
CVS Tags: checkpoint65c, checkpoint65d
Changes since 1.27: +8 -1 lines
Diff to previous 1.27
add cost contribution for sigmaR (drhodr)


Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Sun Sep 30 20:33:55 2012 UTC (11 years, 7 months ago) by gforget
Branch: MAIN
CVS Tags: 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.26: +5 -1 lines
Diff to previous 1.26
ecco_cost.h
        - add using_cost_altim, using_cost_sst,using_cost_bp,using_cost_scat
          to allow for run time switch of main cost terms. Those switches
          are further reset to false if files are missing (ecco_check.F)
cost_gencost_all.F
        - using_cost_altim, using_cost_sst
cost_hyd.F
        - using_cost_sst
ecco_check.F
        - restrict maxNumDays test to relevant cases
        - add ECCO_CHECK_FILES S\R that test whether the input binary files
          are there, and otherwise switch off the corresponding run
          time flag. Rather than do the full run then crash in ecco_cost_driver.
        - thus reset using_cost_bp, using_cost_altim, using_cost_sst,
          using_cost_scat if necessary.
ecco_cost_driver.F
        - using_cost_altim, using_cost_bp, using_cost_scat
ecco_cost_init_fixed.F
        - remove tpTimeMask etc. bloc when not needed (i.e. undef ALLOW_NEW_SSH_COST)
ecco_cost_weights.F
        - dont try to read data_errfile if it is not there
        - using_cost_sst, using_cost_altim, using_cost_bp, using_cost_scat
ecco_readparms.F
        - activate using_cost_sst, using_cost_altim, using_cost_bp, using_cost_scat
        - also activate using_topex, using_ers, and using_gfo


Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Fri Aug 10 19:45:26 2012 UTC (11 years, 9 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint63r, checkpoint63s
Changes since 1.25: +4 -4 lines
Diff to previous 1.25
include ECCO_OPTIONS.h instead of COST_CPPOPTIONS.h


Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Mon Aug 6 20:41:54 2012 UTC (11 years, 9 months ago) by heimbach
Branch: MAIN
Changes since 1.24: +2 -1 lines
Diff to previous 1.24
Clean up inclusions of CTRL_SIZE.h


Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Fri Jun 22 02:04:06 2012 UTC (11 years, 10 months ago) by gforget
Branch: MAIN
CVS Tags: checkpoint63o, checkpoint63p, checkpoint63q
Changes since 1.23: +2 -2 lines
Diff to previous 1.23
- add run-time switch usePROFILES.


Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Tue Dec 6 01:36:03 2011 UTC (12 years, 5 months ago) by mmazloff
Branch: MAIN
CVS Tags: checkpoint63g, checkpoint63h, checkpoint63i, checkpoint63j, checkpoint63k, checkpoint63l, checkpoint63m, checkpoint63n
Changes since 1.22: +2 -2 lines
Diff to previous 1.22
Fix start date for seaice cost


Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Thu Sep 8 19:55:54 2011 UTC (12 years, 8 months ago) by mmazloff
Branch: MAIN
CVS Tags: checkpoint63c, checkpoint63d, checkpoint63e, checkpoint63f
Changes since 1.21: +4 -4 lines
Diff to previous 1.21
Fix startdate bug spotted by Ganesh


Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Sun Mar 13 22:24:42 2011 UTC (13 years, 2 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint62u, checkpoint62v, checkpoint62w, checkpoint62x, checkpoint62y, checkpoint62z, checkpoint63, checkpoint63a, checkpoint63b
Changes since 1.20: +21 -1 lines
Diff to previous 1.20
Merging Benny Cheng code for init. etan, uvel, vvel controls
Fix weight handling


Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Sat Feb 6 11:30:16 2010 UTC (14 years, 3 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint62c, checkpoint62d, checkpoint62e, checkpoint62f, checkpoint62g, checkpoint62h, checkpoint62i, checkpoint62j, checkpoint62k, checkpoint62l, checkpoint62m, checkpoint62n, checkpoint62o, checkpoint62p, checkpoint62q, checkpoint62r, checkpoint62s, checkpoint62t
Changes since 1.19: +5 -5 lines
Diff to previous 1.19
More code for GENCOST.


Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Sat Feb 6 02:43:03 2010 UTC (14 years, 3 months ago) by heimbach
Branch: MAIN
Changes since 1.18: +5 -5 lines
Diff to previous 1.18
Preparing usage of generic cost function terms.
Enable with CPP option
#ifdef ALLOW_GENCOST_CONTRIBUTION
First usage is adding air-sea flux constraints when using bulk controls.
---> NOT YET READY FOR PRIME TIME <---


Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Fri Nov 20 22:29:08 2009 UTC (14 years, 5 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint61z, checkpoint62, checkpoint62a, checkpoint62b
Changes since 1.17: +4 -1 lines
Diff to previous 1.17
o Adding I. Fenty seaice cost extensions (after minor cleanup)
  - smrsst, smrsss
  - based on modified seaice_cost_driver (not yet checked into CVS)
  - new runtime "clamp" parameters SEAICE_clamp_salt, SEAICE_clamp_theta


Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Mon Oct 26 00:41:23 2009 UTC (14 years, 6 months ago) by gforget
Branch: MAIN
CVS Tags: checkpoint61y
Changes since 1.16: +1 -21 lines
Diff to previous 1.16
completion of the bottom pressure (GRACE) cost term


Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Wed Jun 17 15:15:20 2009 UTC (14 years, 11 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint61q, checkpoint61r, checkpoint61s, checkpoint61t, checkpoint61u, checkpoint61v, checkpoint61w, checkpoint61x
Changes since 1.15: +2 -2 lines
Diff to previous 1.15
Fix nnztbar parameter for case ALLOW_DAILYSST_COST_CONTRIBUTION
(spotted by M. Mazloff)


Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Wed May 13 19:27:20 2009 UTC (15 years ago) by zhc
Branch: MAIN
CVS Tags: checkpoint61o, checkpoint61p
Changes since 1.14: +3 -3 lines
Diff to previous 1.14
daily sst


Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Wed May 13 13:39:38 2009 UTC (15 years ago) by heimbach
Branch: MAIN
Changes since 1.13: +23 -2 lines
Diff to previous 1.13
Enable easy way for daily SST cost.


Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Sat Oct 18 12:52:20 2008 UTC (15 years, 7 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint61e, checkpoint61f, checkpoint61g, checkpoint61h, checkpoint61i, checkpoint61j, checkpoint61k, checkpoint61l, checkpoint61m, checkpoint61n
Changes since 1.12: +36 -1 lines
Diff to previous 1.12
Another call.


Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Tue Oct 9 00:02:50 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
Changes since 1.11: +10 -9 lines
Diff to previous 1.11
add missing cvs $Header:$ or $Name:$


Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Thu Sep 20 22:01:37 2007 UTC (16 years, 7 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint59h
Changes since 1.10: +21 -1 lines
Diff to previous 1.10
Preparing bottom pressure cost for time-varying GRACE data.


Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Thu Sep 20 18:23:33 2007 UTC (16 years, 7 months ago) by heimbach
Branch: MAIN
Changes since 1.9: +8 -1 lines
Diff to previous 1.9
Adding cost function for daily Florida Strait transport.


Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Tue Apr 25 16:43:06 2006 UTC (18 years ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint58e_post, checkpoint58f_post, checkpoint58g_post, checkpoint58h_post, checkpoint58i_post, checkpoint58j_post, checkpoint58k_post, checkpoint58l_post, checkpoint58m_post, checkpoint58n_post, checkpoint58o_post, checkpoint58p_post, checkpoint58q_post, checkpoint58r_post, checkpoint58s_post, checkpoint58t_post, checkpoint58u_post, checkpoint58v_post, checkpoint58w_post, checkpoint58x_post, checkpoint58y_post, checkpoint59, checkpoint59a, checkpoint59b, checkpoint59c, checkpoint59d, checkpoint59e, checkpoint59f, checkpoint59g
Changes since 1.8: +2 -2 lines
Diff to previous 1.8
More robust ifdefs until this is cleaned up


Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Thu Mar 23 23:06:48 2006 UTC (18 years, 1 month ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint58d_post
Changes since 1.7: +5 -1 lines
Diff to previous 1.7
Adding Gael Forget profile cost code.


Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Wed Sep 7 03:02:11 2005 UTC (18 years, 8 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpint57u_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
Changes since 1.6: +4 -4 lines
Diff to previous 1.6
Introduce nnztbar, nnzsbar to distinguish btw 2d/3d bar files
at initialisation time.


Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Thu Sep 1 22:45:26 2005 UTC (18 years, 8 months ago) by heimbach
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5
Fix typos for TMI.


Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Thu Sep 1 05:32:56 2005 UTC (18 years, 8 months ago) by heimbach
Branch: MAIN
Changes since 1.4: +4 -4 lines
Diff to previous 1.4
o Adding cost term for seaice obs (daily SMR vs. AREA)
  new seaice_cost init/weight/final routines
o Modularized cost_averages routines (new cost_averagesgeneric.F)


Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Wed Aug 31 19:00:52 2005 UTC (18 years, 8 months ago) by heimbach
Branch: MAIN
Changes since 1.3: +62 -11 lines
Diff to previous 1.3
New routine cost_generic.F should facilitate intro.
of new cost terms and replace individual routines.


Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Fri Apr 29 10:31:56 2005 UTC (19 years ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint57h_done, checkpoint57h_post, checkpoint57h_pre, checkpoint57i_post, checkpoint57j_post, checkpoint57k_post, checkpoint57l_post, checkpoint57m_post, checkpoint57n_post, checkpoint57o_post, checkpoint57p_post, checkpoint57q_post
Changes since 1.2: +41 -14 lines
Diff to previous 1.2
o extend hydrography cost to shallow areas
o small cleanups


Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Mon Oct 11 16:38:53 2004 UTC (19 years, 7 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint55d_post, 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, checkpoint57c_post, checkpoint57c_pre, checkpoint57d_post, checkpoint57e_post, checkpoint57f_post, checkpoint57f_pre, checkpoint57g_post, checkpoint57g_pre, eckpoint57e_pre
Changes since 1.1: +27 -25 lines
Diff to previous 1.1
o ECCO specific cost function terms (up-to-date with 1x1 runs)
o ecco_cost_weights is modified to 1x1 runs
o modifs to allow observations to be read in as
  single file or yearly files


Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Thu Nov 6 22:10:07 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_pre, ecco_c52_e35, hrcube4, hrcube5, hrcube_1, hrcube_2, hrcube_3
Branch point for: netcdf-sm0
o merging from ecco-branch
o pkg/ecco now containes ecco-specific part of cost function
o top level routines the_main_loop, forward_step
  supersede those in model/src/
  previous input data.cost now in data.ecco
  (new namelist ecco_cost_nml)


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