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

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

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


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

Revision 1.57 - (view) (download) (annotate) - [select for diffs]
Sat Apr 7 00:12:03 2012 UTC (12 years, 2 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint63m, checkpoint63n, checkpoint63o, checkpoint63p, checkpoint63q
Changes since 1.56: +1 -52 lines
Diff to previous 1.56
Move cal-specific calls from ecco_readparms.F to ecco_cost_init_fixed.F
as per jmc request


Revision 1.56 - (view) (download) (annotate) - [select for diffs]
Tue Dec 6 04:14:04 2011 UTC (12 years, 6 months ago) by mmazloff
Branch: MAIN
CVS Tags: checkpoint63g, checkpoint63h, checkpoint63i, checkpoint63j, checkpoint63k, checkpoint63l
Changes since 1.55: +15 -4 lines
Diff to previous 1.55
Enabling inverted echo sounder constraint (IES).  Turned on with ALLOW_IESTAU_COST_CONTRIBUTION.  Code copied primarily from ALLOW_BP_COST_CONTRIBUTION

This includes determining sound speed setting the stage for tomography constraints.  For now sound speed is determined in cost_averagesfields.F.  Would be better to have its own function but cause numerous recomputations.  Needs more thought


Revision 1.55 - (view) (download) (annotate) - [select for diffs]
Sun Jun 19 21:38:08 2011 UTC (13 years ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint62z, checkpoint63, checkpoint63a, checkpoint63b, checkpoint63c, checkpoint63d, checkpoint63e, checkpoint63f
Changes since 1.54: +10 -10 lines
Diff to previous 1.54
Misplaced if-statement


Revision 1.54 - (view) (download) (annotate) - [select for diffs]
Fri May 20 22:22:54 2011 UTC (13 years, 1 month ago) by gforget
Branch: MAIN
CVS Tags: checkpoint62y
Changes since 1.53: +4 -1 lines
Diff to previous 1.53
ecco/ecco_readparms.F
  if no gencost_name then copy gencost_datafile to gencost_name
ecco/ecco_cost_final.F
  use gencost_name in print statements
ecco/ecco_cost_weights.F
  introduce ALLOW_WSALTLEV/WTHETALEV to force read of WSALTLEV/WTHETALEV
ecco/cost_generic.F
  introduce COST_GENERIC_ASSUME_CYCLIC
  to switch assumption in case we find no yearly files


Revision 1.53 - (view) (download) (annotate) - [select for diffs]
Sun Mar 13 22:24:43 2011 UTC (13 years, 3 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint62u, checkpoint62v, checkpoint62w, checkpoint62x
Changes since 1.52: +9 -1 lines
Diff to previous 1.52
Merging Benny Cheng code for init. etan, uvel, vvel controls
Fix weight handling


Revision 1.52 - (view) (download) (annotate) - [select for diffs]
Sun Aug 29 19:28:50 2010 UTC (13 years, 9 months ago) by gforget
Branch: MAIN
CVS Tags: checkpoint62k, checkpoint62l, checkpoint62m, checkpoint62n, checkpoint62o, checkpoint62p, checkpoint62q, checkpoint62r, checkpoint62s, checkpoint62t
Changes since 1.51: +9 -8 lines
Diff to previous 1.51
Documenting ALLOW_GENCOST_CONTRIBUTION in ECCO_CPPOPTIONS.h
(see extract below) and adding the ALLOW_GENCOST_FREEFORM sub-option.

C       >>> ALLOW_GENCOST_CONTRIBUTION: interactive way to add basic 2D cost function terms.
C       > In data.ecco, this requires the specification of data file (name, frequency,
C         etc.), bar file name for corresp. model average, standard error file name, etc.
C       > In addition, adding such cost terms requires editing ecco_cost.h to increase
C         NGENCOST, and editing cost_gencost_customize.F to implement the actual
C         model average (i.e. the bar file content).
#undef ALLOW_GENCOST_CONTRIBUTION
C       >>> free form version of GENCOST: allows one to use otherwise defined elements (e.g.
C         psbar and and topex data) while taking advantage of the cost function/namelist slots
C         that can be made available using ALLOW_GENCOST_CONTRIBUTION. To this end
C         ALLOW_GENCOST_CONTRIBUTION simply switches off tests that check whether all of the
C         gencost elements (e.g. gencost_barfile and gencost_datafile) are specified in data.ecco.
C       > While this option increases flexibility within the gencost framework, it implies more room
C         for error, so it should be used cautiously, and with good knowledge of the rest of pkg/ecco.
C       > It requires providing a specific cost function routine, and editing cost_gencost_all.F accordingly.
#undef ALLOW_GENCOST_FREEFORM


Revision 1.51 - (view) (download) (annotate) - [select for diffs]
Sat Aug 28 18:35:16 2010 UTC (13 years, 9 months ago) by gforget
Branch: MAIN
Changes since 1.50: +6 -4 lines
Diff to previous 1.50
- Introducing gencost_name that will be
used when printing cost function to file.
- Changing default for gencost_barfile to ' '
in which case no specific bar file is generated.


Revision 1.50 - (view) (download) (annotate) - [select for diffs]
Fri Aug 27 18:41:11 2010 UTC (13 years, 9 months ago) by gforget
Branch: MAIN
Changes since 1.49: +3 -1 lines
Diff to previous 1.49
adding file name for potential smoothing scale field.


Revision 1.49 - (view) (download) (annotate) - [select for diffs]
Wed Aug 25 22:25:34 2010 UTC (13 years, 9 months ago) by gforget
Branch: MAIN
Changes since 1.48: +5 -4 lines
Diff to previous 1.48
In cost_sshv4.F use space variable length scales
using the name specified as sshv4cost_scalefile in data.ecco


Revision 1.48 - (view) (download) (annotate) - [select for diffs]
Sat Apr 17 20:40:47 2010 UTC (14 years, 2 months ago) by gforget
Branch: MAIN
CVS Tags: checkpoint62f, checkpoint62g, checkpoint62h, checkpoint62i, checkpoint62j
Changes since 1.47: +7 -3 lines
Diff to previous 1.47
gencost: a couple of fixes + modifications in ecco_readparams.F to
 allow the generation of bar files without specifying data sets.


Revision 1.47 - (view) (download) (annotate) - [select for diffs]
Sat Mar 13 23:12:48 2010 UTC (14 years, 3 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint62d, checkpoint62e
Changes since 1.46: +29 -7 lines
Diff to previous 1.46
Updating gencost code
* merge B. Cheng's changes
* bug fixes (especially cost_generic_all.F)


Revision 1.46 - (view) (download) (annotate) - [select for diffs]
Tue Feb 16 23:33:37 2010 UTC (14 years, 4 months ago) by gforget
Branch: MAIN
CVS Tags: checkpoint62c
Changes since 1.45: +10 -2 lines
Diff to previous 1.45
allow user defined cost function contributions
	CPP: ALLOW_USERCOST_CONTRIBUTION
	USAGE: compute contributions in cost_usercost_all.F
note: this is identical to what ALLOW_GENCOST_CONTRIBUTION once was.
      the two options are complementary.


Revision 1.45 - (view) (download) (annotate) - [select for diffs]
Sat Feb 6 11:30:16 2010 UTC (14 years, 4 months ago) by heimbach
Branch: MAIN
Changes since 1.44: +7 -4 lines
Diff to previous 1.44
More code for GENCOST.


Revision 1.44 - (view) (download) (annotate) - [select for diffs]
Sat Feb 6 02:43:03 2010 UTC (14 years, 4 months ago) by heimbach
Branch: MAIN
Changes since 1.43: +65 -18 lines
Diff to previous 1.43
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.43 - (view) (download) (annotate) - [select for diffs]
Tue Nov 3 03:35:23 2009 UTC (14 years, 7 months ago) by gforget
Branch: MAIN
CVS Tags: checkpoint61y, checkpoint61z, checkpoint62, checkpoint62a, checkpoint62b
Changes since 1.42: +11 -3 lines
Diff to previous 1.42
MDT/SLA cost function terms for ECCO version 4 -- initial check-in


Revision 1.42 - (view) (download) (annotate) - [select for diffs]
Mon Oct 26 00:41:23 2009 UTC (14 years, 7 months ago) by gforget
Branch: MAIN
Changes since 1.41: +3 -2 lines
Diff to previous 1.41
completion of the bottom pressure (GRACE) cost term


Revision 1.41 - (view) (download) (annotate) - [select for diffs]
Sun Oct 25 01:33:21 2009 UTC (14 years, 7 months ago) by gforget
Branch: MAIN
Changes since 1.40: +4 -1 lines
Diff to previous 1.40
specify SST weights file


Revision 1.40 - (view) (download) (annotate) - [select for diffs]
Wed Sep 30 15:49:56 2009 UTC (14 years, 8 months ago) by mlosch
Branch: MAIN
CVS Tags: checkpoint61w, checkpoint61x
Changes since 1.39: +27 -18 lines
Diff to previous 1.39
catch the case of empty filenames


Revision 1.39 - (view) (download) (annotate) - [select for diffs]
Thu Aug 27 17:51:13 2009 UTC (14 years, 9 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint61v
Changes since 1.38: +8 -1 lines
Diff to previous 1.38
initialise cost_yftype ; stop if cost_yftype.NE.'RL'.


Revision 1.38 - (view) (download) (annotate) - [select for diffs]
Wed Aug 26 23:33:53 2009 UTC (14 years, 9 months ago) by jmc
Branch: MAIN
Changes since 1.37: +2 -2 lines
Diff to previous 1.37
remove 1 tab.


Revision 1.37 - (view) (download) (annotate) - [select for diffs]
Fri Mar 13 01:58:37 2009 UTC (15 years, 3 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint61j, checkpoint61k, checkpoint61l, checkpoint61m, checkpoint61n, checkpoint61o, checkpoint61p, checkpoint61q, checkpoint61r, checkpoint61s, checkpoint61t, checkpoint61u
Changes since 1.36: +15 -15 lines
Diff to previous 1.36
Modify cost calculation for SSH anomalies:
* Model mean is sampled according to altimeter data for each instrument
* Period for computing model mean can be prescribed through daily flags;
  corresponding daily flag time series provided in files
  tpTimeMaskFile, ersTimeMaskFile, gfoTimeMaskFile
NOT YET TESTED.


Revision 1.36 - (view) (download) (annotate) - [select for diffs]
Sat Oct 18 12:42:30 2008 UTC (15 years, 8 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint61e, checkpoint61f, checkpoint61g, checkpoint61h, checkpoint61i
Changes since 1.35: +3 -2 lines
Diff to previous 1.35
Add call.


Revision 1.35 - (view) (download) (annotate) - [select for diffs]
Sat Feb 2 02:34:14 2008 UTC (16 years, 4 months ago) by gforget
Branch: MAIN
CVS Tags: checkpoint59n, checkpoint59o, checkpoint59p, checkpoint59q, checkpoint59r, checkpoint60, checkpoint61, checkpoint61a, checkpoint61b, checkpoint61c, checkpoint61d
Changes since 1.34: +7 -4 lines
Diff to previous 1.34
introduce isopycnal diffusion coefficient control.


Revision 1.34 - (view) (download) (annotate) - [select for diffs]
Tue Oct 9 00:02:51 2007 UTC (16 years, 8 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint59i, checkpoint59j, checkpoint59k, checkpoint59l, checkpoint59m
Changes since 1.33: +19 -18 lines
Diff to previous 1.33
add missing cvs $Header:$ or $Name:$


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


Revision 1.32 - (view) (download) (annotate) - [select for diffs]
Thu Sep 20 18:39:21 2007 UTC (16 years, 9 months ago) by heimbach
Branch: MAIN
Changes since 1.31: +3 -2 lines
Diff to previous 1.31
Adding cost function for daily Florida Strait transport.


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


Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Fri Sep 7 22:41:14 2007 UTC (16 years, 9 months ago) by gforget
Branch: MAIN
CVS Tags: checkpoint59g
Changes since 1.29: +11 -3 lines
Diff to previous 1.29
allow user defined cost function contributions
	CPP: ALLOW_GENCOST_CONTRIBUTION
	USAGE: compute contributions in cost_gencost_all.F


Revision 1.29 - (view) (download) (annotate) - [select for diffs]
Fri Aug 17 21:36:40 2007 UTC (16 years, 10 months ago) by gforget
Branch: MAIN
CVS Tags: checkpoint59f
Changes since 1.28: +12 -1 lines
Diff to previous 1.28
internal parameter controls: completements of implementations


Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Thu Nov 2 05:26:50 2006 UTC (17 years, 7 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint58r_post, checkpoint58s_post, checkpoint58t_post, checkpoint58u_post, checkpoint58v_post, checkpoint58w_post, checkpoint58x_post, checkpoint58y_post, checkpoint59, checkpoint59a, checkpoint59b, checkpoint59c, checkpoint59d, checkpoint59e
Changes since 1.27: +29 -2 lines
Diff to previous 1.27
o ecco_readparms namelist was incomplete for new control terms
o seaice load added to stored state
o slightly more storing in do_oceanic_phys


Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Thu Oct 26 01:22:00 2006 UTC (17 years, 7 months ago) by heimbach
Branch: MAIN
Changes since 1.26: +9 -1 lines
Diff to previous 1.26
Change error messaging to std. err/out.


Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Thu Oct 12 21:03:22 2006 UTC (17 years, 8 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint58q_post
Changes since 1.25: +6 -2 lines
Diff to previous 1.25
Enable separate error fields for TP, ERS, GFO


Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Fri Jul 7 22:53:36 2006 UTC (17 years, 11 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint58l_post, checkpoint58m_post, checkpoint58n_post, checkpoint58o_post, checkpoint58p_post
Changes since 1.24: +8 -3 lines
Diff to previous 1.24
o cost_averagesflags now returns year indices in addition to day, month
o sflux balance is performed on annual basis
  (sflxumm, sfluxmm2, bal_sfluxmm)
o for SSH anomaly, separate more cleanly contrib from T/P, ERS, GFO,
  including separate counting and multipliers


Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Fri May 12 13:35:37 2006 UTC (18 years, 1 month ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint58e_post, checkpoint58f_post, checkpoint58g_post, checkpoint58h_post, checkpoint58i_post, checkpoint58j_post, checkpoint58k_post
Changes since 1.23: +5 -1 lines
Diff to previous 1.23
Adding weights for diffkr, etc.


Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Fri Mar 24 22:58:25 2006 UTC (18 years, 2 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint58d_post
Changes since 1.22: +1 -12 lines
Diff to previous 1.22
o package cost profiles routines to better modularize them.


Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Thu Mar 23 23:06:48 2006 UTC (18 years, 3 months ago) by heimbach
Branch: MAIN
Changes since 1.21: +14 -2 lines
Diff to previous 1.21
Adding Gael Forget profile cost code.


Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Mon Mar 6 19:16:53 2006 UTC (18 years, 3 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint58b_post, checkpoint58c_post
Changes since 1.20: +10 -1 lines
Diff to previous 1.20
Remove trend in SSH anomaly obs.


Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Thu Mar 2 02:53:23 2006 UTC (18 years, 3 months ago) by heimbach
Branch: MAIN
Changes since 1.19: +4 -1 lines
Diff to previous 1.19
Adding parameter to remove on-the-fly global mean and trend from
exf forcing and ctrl control adjustments


Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Wed Feb 15 20:01:51 2006 UTC (18 years, 4 months ago) by heimbach
Branch: MAIN
Changes since 1.18: +12 -1 lines
Diff to previous 1.18
o Adding GFO observations
o Modified masks to add costs beyond TOPEX 66N/S


Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Thu Dec 22 21:13:21 2005 UTC (18 years, 6 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint57z_post, checkpoint58, checkpoint58a_post
Changes since 1.17: +4 -3 lines
Diff to previous 1.17
Smoothness constraint now enabled also for initial T, S
This has changed flags slightly; now use
o at compile time:
  * ALLOW_SMOOTH_IC_COST_CONTRIBUTION
  * ALLOW_SMOOTH_BC_COST_CONTRIBUTION
o at runtime
  * mult_smooth_ic
  * mult_smooth_bc


Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Thu Dec 22 15:57:41 2005 UTC (18 years, 6 months ago) by heimbach
Branch: MAIN
Changes since 1.16: +3 -1 lines
Diff to previous 1.16
o Adding smoothness constraint on forcing controls
  * enable at compile-time via ALLOW_SMOOTH_BOUNDARY_CTRL_COST
  * enable at run-time via mult_smooth = 1
  * Absolute scale somewhat unclear so far
  * no area weighting was included since no other cost term does so far


Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Fri Oct 21 00:02:52 2005 UTC (18 years, 8 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint57w_post, checkpoint57x_post, checkpoint57y_post, checkpoint57y_pre
Changes since 1.15: +4 -1 lines
Diff to previous 1.15
Initialize new fields.


Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Fri Oct 14 19:54:49 2005 UTC (18 years, 8 months ago) by heimbach
Branch: MAIN
Changes since 1.14: +2 -1 lines
Diff to previous 1.14
Adding vars for temp0errfile, salt0errfile


Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Thu Aug 25 16:10:42 2005 UTC (18 years, 9 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpint57u_post, checkpoint57r_post, checkpoint57s_post, checkpoint57t_post, checkpoint57v_post
Changes since 1.13: +1 -11 lines
Diff to previous 1.13
Moving seaice-related cost to pkg/seaice/


Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Sat Aug 6 11:02:01 2005 UTC (18 years, 10 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint57q_post
Changes since 1.12: +10 -6 lines
Diff to previous 1.12
Adding swdown control.


Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Fri Jul 29 05:19:40 2005 UTC (18 years, 10 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint57n_post, checkpoint57o_post, checkpoint57p_post
Changes since 1.11: +14 -2 lines
Diff to previous 1.11
o Replacing 10 forcing penalty cost routines by 1 generic.
o Implementing partitioning in time-mean and variable adjustment
  for atmos. state.


Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Thu Jul 28 19:51:58 2005 UTC (18 years, 10 months ago) by heimbach
Branch: MAIN
Changes since 1.10: +9 -4 lines
Diff to previous 1.10
Adding swflux control


Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Thu Jul 28 13:51:36 2005 UTC (18 years, 10 months ago) by heimbach
Branch: MAIN
Changes since 1.9: +15 -3 lines
Diff to previous 1.9
Adding precip control


Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Mon May 23 19:28:45 2005 UTC (19 years, 1 month ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint57i_post, checkpoint57j_post, checkpoint57k_post, checkpoint57l_post, checkpoint57m_post
Changes since 1.8: +21 -9 lines
Diff to previous 1.8
Replace call to nml_filter by open_copy_data_file
(dont know why it hasnt always been that way in the first place).


Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Mon Oct 11 16:38:53 2004 UTC (19 years, 8 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, checkpoint57h_done, checkpoint57h_post, checkpoint57h_pre, eckpoint57e_pre
Changes since 1.7: +25 -1 lines
Diff to previous 1.7
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.7 - (view) (download) (annotate) - [select for diffs]
Thu Nov 6 22:10:08 2003 UTC (20 years, 7 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
Changes since 1.6: +191 -80 lines
Diff to previous 1.6
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)


Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Thu Oct 23 04:41:40 2003 UTC (20 years, 8 months ago) by edhill
Branch: MAIN
CVS Tags: checkpoint51n_post, checkpoint51n_pre, checkpoint51o_post, checkpoint51o_pre, checkpoint51p_post, checkpoint51q_post, checkpoint51r_post, checkpoint51s_post, checkpoint51t_post
Branch point for: branch-nonh, checkpoint51n_branch
Changes since 1.5: +4 -1 lines
Diff to previous 1.5
 o added the [#include "AD_CONFIG.h"] statement to all files that need
   it for adjoint/tl #defines
 o re-worked the build logic in genmake2 to support AD_CONFIG.h
 o removed tools/genmake since it no longer works


Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Sat Jul 13 02:10:04 2002 UTC (21 years, 11 months ago) by heimbach
Branch: MAIN
CVS Tags: branch-exfmods-tag, branchpoint-genmake2, checkpoint46, checkpoint46a_post, checkpoint46a_pre, checkpoint46b_post, checkpoint46b_pre, checkpoint46c_post, checkpoint46c_pre, checkpoint46d_post, checkpoint46d_pre, checkpoint46e_post, checkpoint46e_pre, checkpoint46f_post, checkpoint46g_post, checkpoint46g_pre, checkpoint46h_post, checkpoint46h_pre, checkpoint46i_post, checkpoint46j_post, checkpoint46j_pre, checkpoint46k_post, checkpoint46l_post, checkpoint46l_pre, checkpoint46m_post, checkpoint46n_post, checkpoint47, checkpoint47a_post, checkpoint47b_post, checkpoint47c_post, checkpoint47d_post, checkpoint47d_pre, checkpoint47e_post, checkpoint47f_post, checkpoint47g_post, checkpoint47h_post, checkpoint47i_post, checkpoint47j_post, checkpoint48, checkpoint48a_post, checkpoint48b_post, checkpoint48c_post, checkpoint48c_pre, checkpoint48d_post, checkpoint48d_pre, checkpoint48e_post, checkpoint48f_post, checkpoint48g_post, checkpoint48h_post, checkpoint48i_post, checkpoint49, checkpoint50, checkpoint50a_post, checkpoint50b_post, checkpoint50b_pre, checkpoint50c_post, checkpoint50c_pre, checkpoint50d_post, checkpoint50d_pre, checkpoint50e_post, checkpoint50e_pre, checkpoint50f_post, checkpoint50f_pre, checkpoint50g_post, checkpoint50h_post, checkpoint50i_post, checkpoint51, checkpoint51a_post, checkpoint51b_post, checkpoint51b_pre, checkpoint51c_post, checkpoint51d_post, checkpoint51e_post, checkpoint51f_post, checkpoint51f_pre, checkpoint51g_post, checkpoint51h_pre, checkpoint51i_post, checkpoint51i_pre, checkpoint51j_post, checkpoint51k_post, checkpoint51l_post, checkpoint51l_pre, checkpoint51m_post
Branch point for: branch-exfmods-curt, branch-genmake2, tg2-branch
Changes since 1.4: +2 -2 lines
Diff to previous 1.4
Merging from release1_p5.


Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Thu May 30 22:49:56 2002 UTC (22 years ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint45c_post, checkpoint45d_post
Changes since 1.3: +2 -49 lines
Diff to previous 1.3
Modified initialisations to enable exf package for MITgcm
(without invoking ECCO_PACKAGE).


Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Fri Jan 11 19:24:24 2002 UTC (22 years, 5 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint44, checkpoint44b_post, checkpoint44b_pre, checkpoint44e_post, checkpoint44e_pre, checkpoint44f_post, checkpoint44f_pre, checkpoint44g_post, checkpoint44h_post, checkpoint44h_pre, checkpoint45, checkpoint45a_post, checkpoint45b_post, chkpt44a_post, chkpt44a_pre, chkpt44c_post, chkpt44c_pre, chkpt44d_post, release1_final_v1
Branch point for: release1_final
Changes since 1.2: +2 -3 lines
Diff to previous 1.2
Changes to enable field swapping for external forcing
consistent with adjoint flow.
This allows to avoid in both forward and adjoint mode
the reading of fields at every time step.


Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Fri Jul 13 13:42:16 2001 UTC (22 years, 11 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint40, checkpoint40pre2, checkpoint40pre3, checkpoint40pre4, checkpoint40pre5, checkpoint40pre6, checkpoint40pre7, checkpoint40pre8, checkpoint40pre9, checkpoint41, checkpoint42, checkpoint43, checkpoint43a-release1mods, release1-branch-end, release1-branch_branchpoint, release1-branch_tutorials, release1_b1, release1_beta1
Branch point for: ecco-branch, release1, release1-branch, release1_coupled
Changes since 1.1: +7 -18 lines
Diff to previous 1.1
o Added probing routine
o Added runtime flag for useGrdchk


Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Mon May 14 22:10:37 2001 UTC (23 years, 1 month ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint39, checkpoint40pre1
Added essential files needed to control exf (and cal) package.
This is not the entire ECCO environment!
Not presently supported by mitgcm, i.e. disabled by default.


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