/[MITgcm]/MITgcm/model/src/packages_init_variables.F
ViewVC logotype

Diff of /MITgcm/model/src/packages_init_variables.F

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

revision 1.11 by adcroft, Mon Mar 4 17:26:41 2002 UTC revision 1.12 by heimbach, Thu May 30 22:49:56 2002 UTC
# Line 1  Line 1 
 C $Header$  
 C $Name$  
1    
2  #include "CPP_OPTIONS.h"  #include "CPP_OPTIONS.h"
3    
# Line 80  C--   Open boundaries data Line 78  C--   Open boundaries data
78  c--   Map the control variables onto the model state.  c--   Map the control variables onto the model state.
79        call ctrl_map_ini( mythid )        call ctrl_map_ini( mythid )
80        _BARRIER        _BARRIER
 c--   Initialise the cost function.  
       call cost_init( mythid )  
       _BARRIER  
81  #endif  #endif
82    
83  #ifdef INCLUDE_EXTERNAL_FORCING_PACKAGE  #ifdef INCLUDE_EXTERNAL_FORCING_PACKAGE
# Line 95  c--   Initialise the cost function. Line 90  c--   Initialise the cost function.
90        IF (useECCO) THEN        IF (useECCO) THEN
91         CALL ECCO_INIT( myThid )         CALL ECCO_INIT( myThid )
92        ENDIF        ENDIF
93    #else
94    # ifdef ALLOW_COST
95    c--   Initialise the cost function.
96          call cost_init( mythid )
97          _BARRIER
98    # endif
99  #endif  #endif
100    
101        RETURN        RETURN

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

  ViewVC Help
Powered by ViewVC 1.1.22