/[MITgcm]/MITgcm/pkg/ecco/ecco_cost.h
ViewVC logotype

Diff of /MITgcm/pkg/ecco/ecco_cost.h

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

revision 1.13 by heimbach, Thu Dec 22 15:57:40 2005 UTC revision 1.14 by heimbach, Thu Dec 22 21:13:21 2005 UTC
# Line 301  c                  function contribution Line 301  c                  function contribution
301       &                objf_salt,       &                objf_salt,
302       &                objf_temp0,       &                objf_temp0,
303       &                objf_salt0,       &                objf_salt0,
304         &                objf_temp0smoo,
305         &                objf_salt0smoo,
306       &                objf_sst,       &                objf_sst,
307       &                objf_tmi,       &                objf_tmi,
308       &                objf_sss,       &                objf_sss,
# Line 373  c                  function contribution Line 375  c                  function contribution
375        _RL  objf_salt (nsx,nsy)        _RL  objf_salt (nsx,nsy)
376        _RL  objf_temp0(nsx,nsy)        _RL  objf_temp0(nsx,nsy)
377        _RL  objf_salt0(nsx,nsy)        _RL  objf_salt0(nsx,nsy)
378          _RL  objf_temp0smoo(nsx,nsy)
379          _RL  objf_salt0smoo(nsx,nsy)
380        _RL  objf_sst  (nsx,nsy)        _RL  objf_sst  (nsx,nsy)
381        _RL  objf_tmi  (nsx,nsy)        _RL  objf_tmi  (nsx,nsy)
382        _RL  objf_sss  (nsx,nsy)        _RL  objf_sss  (nsx,nsy)
# Line 593  c                  function contribution Line 597  c                  function contribution
597       &                    mult_diffkr,       &                    mult_diffkr,
598       &                    mult_ini_fin,       &                    mult_ini_fin,
599       &                    mult_eddytau,       &                    mult_eddytau,
600       &                    mult_smooth       &                    mult_smooth_ic,
601         &                    mult_smooth_bc
602    
603        _RL  mult_hflux        _RL  mult_hflux
604        _RL  mult_sflux        _RL  mult_sflux
# Line 639  c                  function contribution Line 644  c                  function contribution
644        _RL  mult_diffkr        _RL  mult_diffkr
645        _RL  mult_ini_fin        _RL  mult_ini_fin
646        _RL  mult_eddytau        _RL  mult_eddytau
647        _RL  mult_smooth        _RL  mult_smooth_ic
648          _RL  mult_smooth_bc
649    
650  c     Record counters relevant for the cost function evaluation.  c     Record counters relevant for the cost function evaluation.
651  c     ==========================================================  c     ==========================================================

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

  ViewVC Help
Powered by ViewVC 1.1.22