C $Header: /home/ubuntu/mnt/e9_copy/MITgcm/pkg/ecco/cost_gencost_all.F,v 1.2 2007/10/09 00:02:50 jmc Exp $ C $Name: $ #include "COST_CPPOPTIONS.h" subroutine cost_gencost_all( myiter, mytime, mythid ) c ================================================================== c SUBROUTINE cost_gencost_all c ================================================================== c c o Evaluate user defined penalty terms c c ================================================================== c SUBROUTINE cost_gencost_all c ================================================================== implicit none c == global variables == #include "SIZE.h" #include "EEPARAMS.h" #include "PARAMS.h" #include "GRID.h" #include "cal.h" #include "ctrl.h" #include "ctrl_dummy.h" #include "ecco_cost.h" c == routine arguments == integer mythid integer myiter _RL mytime c == local variables == integer startrec integer endrec c == end of interface == c-- Evaluate user defined cost function contributions. c-- [to be added here by user] end