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

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

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

revision 1.47 by mlosch, Wed Sep 25 19:36:50 2002 UTC revision 1.64 by heimbach, Mon Oct 27 22:32:55 2003 UTC
# Line 91  C    | | |-CTRL_INIT           :: Contro Line 91  C    | | |-CTRL_INIT           :: Contro
91  C    | | |-OPTIM_READPARMS     :: Optimisation support package. see pkg/ctrl  C    | | |-OPTIM_READPARMS     :: Optimisation support package. see pkg/ctrl
92  C    | | |-GRDCHK_READPARMS    :: Gradient check package. see pkg/grdchk  C    | | |-GRDCHK_READPARMS    :: Gradient check package. see pkg/grdchk
93  C    | | |-ECCO_READPARMS      :: ECCO Support Package. see pkg/ecco  C    | | |-ECCO_READPARMS      :: ECCO Support Package. see pkg/ecco
94    C    | | |-PTRACERS_READPARMS  :: multiple tracer package, see pkg/ptracers
95    C    | | |-GCHEM_READPARMS     :: tracer interface package, see pkg/gchem
96  C    | |  C    | |
97  C    | |-PACKAGES_CHECK  C    | |-PACKAGES_CHECK
98  C    | | |  C    | | |
# Line 101  C    | | Line 103  C    | |
103  C    | |-PACKAGES_INIT_FIXED  C    | |-PACKAGES_INIT_FIXED
104  C    | | |-OBCS_INIT_FIXED     :: Open bndy Package. see pkg/obcs  C    | | |-OBCS_INIT_FIXED     :: Open bndy Package. see pkg/obcs
105  C    | | |-FLT_INIT            :: Floats Package. see pkg/flt  C    | | |-FLT_INIT            :: Floats Package. see pkg/flt
106    C    | | |-GCHEM_INIT_FIXED    :: tracer interface pachage, see pkg/gchem
107  C    | |  C    | |
108  C    | |-ZONAL_FILT_INIT       :: FFT filter Package. see pkg/zonal_filt  C    | |-ZONAL_FILT_INIT       :: FFT filter Package. see pkg/zonal_filt
109  C    | |  C    | |
# Line 178  C    | | | |-GMREDI_INIT          :: GM Line 181  C    | | | |-GMREDI_INIT          :: GM
181  C    | | | |-KPP_INIT             :: KPP package. ( see pkg/kpp )  C    | | | |-KPP_INIT             :: KPP package. ( see pkg/kpp )
182  C    | | | |-KPP_OPEN_DIAGS      C    | | | |-KPP_OPEN_DIAGS    
183  C    | | | |-OBCS_INIT_VARIABLES  :: Open bndy. package. ( see pkg/obcs )  C    | | | |-OBCS_INIT_VARIABLES  :: Open bndy. package. ( see pkg/obcs )
184    C    | | | |-PTRACERS_INIT        :: multi. tracer package,(see pkg/ptracers)
185    C    | | | |-GCHEM_INIT           : : tracer interface pkg (see pkh/gchem)
186  C    | | | |-AIM_INIT             :: Interm. atmos package. ( see pkg/aim )  C    | | | |-AIM_INIT             :: Interm. atmos package. ( see pkg/aim )
187  C    | | | |-CTRL_MAP_INI         :: Control vector package.( see pkg/ctrl )  C    | | | |-CTRL_MAP_INI         :: Control vector package.( see pkg/ctrl )
188  C    | | | |-COST_INIT            :: Cost function package. ( see pkg/cost )  C    | | | |-COST_INIT            :: Cost function package. ( see pkg/cost )
# Line 220  C/\  | | | |                    :: Simpl Line 225  C/\  | | | |                    :: Simpl
225  C/\  | | | |                    :: for forcing datasets.  C/\  | | | |                    :: for forcing datasets.
226  C/\  | | | |                    C/\  | | | |                  
227  C/\  | | | |-EXCH :: Sync forcing. in overlap regions.  C/\  | | | |-EXCH :: Sync forcing. in overlap regions.
228    C/\  | | |-SEAICE_MODEL   :: Compute sea-ice terms. ( pkg/seaice )
229    C/\  | | |-GCHEM_FIELD_LOAD :: load tracer forcing fields (pkg/gchem)
230  C/\  | | |  C/\  | | |
231  C/\  | | |-THERMODYNAMICS :: theta, salt + tracer equations driver.  C/\  | | |-THERMODYNAMICS :: theta, salt + tracer equations driver.
232  C/\  | | | |  C/\  | | | |
# Line 231  C/\  | | | |-CALC_IVDC       :: Set Impl Line 238  C/\  | | | |-CALC_IVDC       :: Set Impl
238  C/\  | | | |  C/\  | | | |
239  C/\  | | | |-OBCS_CALC            :: Open bndy. package ( see pkg/obcs ).  C/\  | | | |-OBCS_CALC            :: Open bndy. package ( see pkg/obcs ).
240  C/\  | | | |-EXTERNAL_FORCING_SURF:: Accumulates appropriately dimensioned  C/\  | | | |-EXTERNAL_FORCING_SURF:: Accumulates appropriately dimensioned
241  C/\  | | | |                      :: forcing terms.  C/\  | | | | |                    :: forcing terms.
242    C/\  | | | | |-PTRACERS_FORCING_SURF :: Tracer package ( see pkg/ptracers ).
243  C/\  | | | |  C/\  | | | |
244  C/\  | | | |-GMREDI_CALC_TENSOR   :: GM package ( see pkg/gmredi ).  C/\  | | | |-GMREDI_CALC_TENSOR   :: GM package ( see pkg/gmredi ).
245  C/\  | | | |-GMREDI_CALC_TENSOR_DUMMY :: GM package ( see pkg/gmredi ).  C/\  | | | |-GMREDI_CALC_TENSOR_DUMMY :: GM package ( see pkg/gmredi ).
# Line 249  C/\  | | | | Line 257  C/\  | | | |
257  C/\  | | | |-CALC_GT              :: Calculate the temperature tendency terms  C/\  | | | |-CALC_GT              :: Calculate the temperature tendency terms
258  C/\  | | | | |  C/\  | | | | |
259  C/\  | | | | |-GAD_CALC_RHS       :: Generalised advection package  C/\  | | | | |-GAD_CALC_RHS       :: Generalised advection package
260  C/\  | | | | |                    :: ( see pkg/gad )  C/\  | | | | | |                  :: ( see pkg/gad )
261    C/\  | | | | | |-KPP_TRANSPORT_T  :: KPP non-local transport ( see pkg/kpp ).
262    C/\  | | | | |
263  C/\  | | | | |-EXTERNAL_FORCING_T :: Problem specific forcing for temperature.  C/\  | | | | |-EXTERNAL_FORCING_T :: Problem specific forcing for temperature.
264  C/\  | | | | |-ADAMS_BASHFORTH2   :: Extrapolate tendencies forward in time.  C/\  | | | | |-ADAMS_BASHFORTH2   :: Extrapolate tendencies forward in time.
265  C/\  | | | | |-FREESURF_RESCALE_G :: Re-scale Gt for free-surface height.  C/\  | | | | |-FREESURF_RESCALE_G :: Re-scale Gt for free-surface height.
# Line 259  C/\  | | | | Line 269  C/\  | | | |
269  C/\  | | | |-CALC_GS              :: Calculate the salinity tendency terms  C/\  | | | |-CALC_GS              :: Calculate the salinity tendency terms
270  C/\  | | | | |  C/\  | | | | |
271  C/\  | | | | |-GAD_CALC_RHS       :: Generalised advection package  C/\  | | | | |-GAD_CALC_RHS       :: Generalised advection package
272  C/\  | | | | |                    :: ( see pkg/gad )  C/\  | | | | | |                  :: ( see pkg/gad )
273    C/\  | | | | | |-KPP_TRANSPORT_S  :: KPP non-local transport ( see pkg/kpp ).
274    C/\  | | | | |
275  C/\  | | | | |-EXTERNAL_FORCING_S :: Problem specific forcing for salt.  C/\  | | | | |-EXTERNAL_FORCING_S :: Problem specific forcing for salt.
276  C/\  | | | | |-ADAMS_BASHFORTH2   :: Extrapolate tendencies forward in time.  C/\  | | | | |-ADAMS_BASHFORTH2   :: Extrapolate tendencies forward in time.
277  C/\  | | | | |-FREESURF_RESCALE_G :: Re-scale Gs for free-surface height.  C/\  | | | | |-FREESURF_RESCALE_G :: Re-scale Gs for free-surface height.
# Line 270  C/\  | | | |-CALC_GTR1            :: Cal Line 282  C/\  | | | |-CALC_GTR1            :: Cal
282  C/\  | | | | |  C/\  | | | | |
283  C/\  | | | | |-GAD_CALC_RHS       :: Generalised advection package  C/\  | | | | |-GAD_CALC_RHS       :: Generalised advection package
284  C/\  | | | | |                    :: ( see pkg/gad )  C/\  | | | | |                    :: ( see pkg/gad )
285    C/\  | | | | |
286  C/\  | | | | |-EXTERNAL_FORCING_TR:: Problem specific forcing for tracer.  C/\  | | | | |-EXTERNAL_FORCING_TR:: Problem specific forcing for tracer.
287  C/\  | | | | |-ADAMS_BASHFORTH2   :: Extrapolate tendencies forward in time.  C/\  | | | | |-ADAMS_BASHFORTH2   :: Extrapolate tendencies forward in time.
288  C/\  | | | | |-FREESURF_RESCALE_G :: Re-scale Gs for free-surface height.  C/\  | | | | |-FREESURF_RESCALE_G :: Re-scale Gs for free-surface height.
289  C/\  | | | |  C/\  | | | |
290  C/\  | | | |-TIMESTEP_TRACER      :: Step tracer field forward in time  C/\  | | | |-TIMESTEP_TRACER      :: Step tracer field forward in time
291    C/\  | | | |
292    C/\  | | | |-PTRACERS_INTEGRATE   :: Integrate other tracer(s) ( see pkg/ptracers ).
293    C/\  | | | | |
294    C/\  | | | | |-GAD_CALC_RHS       :: Generalised advection package
295    C/\  | | | | | |                  :: ( see pkg/gad )
296    C/\  | | | | | |-KPP_TRANSPORT_PTR:: KPP non-local transport ( see pkg/kpp ).
297    C/\  | | | | |
298    C/\  | | | | |-PTRACERS_FORCING   :: Problem specific forcing for tracer.
299    C/\  | | | | |-GCHEM_FORCING_INT  :: tracer forcing for gchem pkg (if all
300    C/\  | | | | |                       tendancy terms calcualted together)
301    C/\  | | | | |-ADAMS_BASHFORTH2   :: Extrapolate tendencies forward in time.
302    C/\  | | | | |-FREESURF_RESCALE_G :: Re-scale Gs for free-surface height.
303    C/\  | | | | |-TIMESTEP_TRACER    :: Step tracer field forward in time
304    C/\  | | | |
305  C/\  | | | |-OBCS_APPLY_TS        :: Open bndy. package (see pkg/obcs ).  C/\  | | | |-OBCS_APPLY_TS        :: Open bndy. package (see pkg/obcs ).
306  C/\  | | | |-FREEZE               :: Limit range of temperature.  C/\  | | | |-FREEZE               :: Limit range of temperature.
307  C/\  | | | |  C/\  | | | |
# Line 335  C/\  | | | Line 362  C/\  | | |
362  C/\  | | |-DO_FIELDS_BLOCKING_EXCHANGES :: Sync up overlap regions.  C/\  | | |-DO_FIELDS_BLOCKING_EXCHANGES :: Sync up overlap regions.
363  C/\  | | | |-EXCH                                                    C/\  | | | |-EXCH                                                  
364  C/\  | | |  C/\  | | |
365    C/\  | | |-GCHEM_FORCING_SEP :: tracer forcing for gchem pkg (if
366    C/\  | | |                      tracer dependent tendencies calculated
367    C/\  | | |                      separatly)
368    C/\  | | |
369  C/\  | | |-FLT_MAIN         :: Float package ( pkg/flt ).  C/\  | | |-FLT_MAIN         :: Float package ( pkg/flt ).
370  C/\  | | |  C/\  | | |
371  C/\  | | |-MONITOR          :: Monitor package ( pkg/monitor ).  C/\  | | |-MONITOR          :: Monitor package ( pkg/monitor ).
# Line 345  C/\  | | | |-TIMEAVE_STATV_WRITE :: Time Line 376  C/\  | | | |-TIMEAVE_STATV_WRITE :: Time
376  C/\  | | | |-AIM_WRITE_DIAGS     :: Intermed. atmos diags. see pkg/aim  C/\  | | | |-AIM_WRITE_DIAGS     :: Intermed. atmos diags. see pkg/aim
377  C/\  | | | |-GMREDI_DIAGS        :: GM diags. see pkg/gmredi  C/\  | | | |-GMREDI_DIAGS        :: GM diags. see pkg/gmredi
378  C/\  | | | |-KPP_DO_DIAGS        :: KPP diags. see pkg/kpp  C/\  | | | |-KPP_DO_DIAGS        :: KPP diags. see pkg/kpp
379    C/\  | | | |-SBO_CALC            :: SBO diags. see pkg/sbo
380    C/\  | | | |-SBO_DIAGS           :: SBO diags. see pkg/sbo
381    C/\  | | | |-GCHEM_DIAGS         :: gchem diags. see pkg/gchem
382  C/\  | | |  C/\  | | |
383  C/\  | | |-WRITE_CHECKPOINT :: Do I/O for restart files.  C/\  | | |-WRITE_CHECKPOINT :: Do I/O for restart files.
384  C/\  | |  C/\  | |
# Line 368  C Line 402  C
402  CEOI  CEOI
403    
404    
405    #include "AD_CONFIG.h"
406    #include "PACKAGES_CONFIG.h"
407  #include "CPP_OPTIONS.h"  #include "CPP_OPTIONS.h"
408    
409  CBOP  CBOP
# Line 454  C           impose additional synchronis Line 490  C           impose additional synchronis
490  C           updated.  C           updated.
491  C     myCurrentTime - Time counter for this thread  C     myCurrentTime - Time counter for this thread
492  C     myCurrentIter - Iteration counter for this thread  C     myCurrentIter - Iteration counter for this thread
       INTEGER I  
       INTEGER bi,bj  
493        INTEGER myCurrentIter        INTEGER myCurrentIter
494        _RL     myCurrentTime        _RL     myCurrentTime
495          logical  exst
496          logical  lastdiva
497  CEOP  CEOP
498    c--   set default:
499          lastdiva = .TRUE.
500    
501    #ifndef DISABLE_DEBUGMODE
502          IF (debugMode) CALL DEBUG_ENTER('THE_MODEL_MAIN',myThid)
503    #endif
504    
505  C--   This timer encompasses the whole code  C--   This timer encompasses the whole code
506        CALL TIMER_START('ALL                    [THE_MODEL_MAIN]',myThid)        CALL TIMER_START('ALL                    [THE_MODEL_MAIN]',myThid)
507    
508    #ifndef DISABLE_DEBUGMODE
509          IF (debugMode) CALL DEBUG_CALL('INITIALISE_FIXED',myThid)
510    #endif
511    
512  C--   Set model configuration (fixed arrays)  C--   Set model configuration (fixed arrays)
513        CALL TIMER_START('INITIALISE_FIXED       [THE_MODEL_MAIN]',myThid)        CALL TIMER_START('INITIALISE_FIXED       [THE_MODEL_MAIN]',myThid)
514        CALL INITIALISE_FIXED( myThid )        CALL INITIALISE_FIXED( myThid )
# Line 471  C--   Set model configuration (fixed arr Line 517  C--   Set model configuration (fixed arr
517        myCurrentTime = startTime        myCurrentTime = startTime
518        myCurrentIter = nIter0        myCurrentIter = nIter0
519    
520  #if ( defined (ALLOW_ADJOINT_RUN) || \  #if ( defined (ALLOW_ADMTLM) )
521        defined (ALLOW_TANGENTLINEAR_RUN) || \  c
522        defined (ALLOW_GRADIENT_CHECK) || \        CALL TIMER_START('ADMTLM_DRIVER          [THE_MODEL_MAIN]',mythid)
523        defined (ALLOW_ECCO_OPTIMIZATION) )        CALL ADMTLM_DRIVER ( myThid )
524          CALL TIMER_STOP ('ADMTLM_DRIVER          [THE_MODEL_MAIN]',mythid)
525    c
526    #elif ( defined (ALLOW_AUTODIFF))
527    
528        _BEGIN_MASTER( mythid )        _BEGIN_MASTER( mythid )
529        IF (myProcId .eq. 0) THEN        IF (myProcId .eq. 0) THEN
530           CALL TIMER_START('CTRL_UNPACK         [THE_MODEL_MAIN]',mythid)           inquire( file='costfinal', exist=exst )
531           CALL CTRL_UNPACK( mycurrentiter, mycurrenttime, mythid )           IF ( .NOT. exst) THEN
532           CALL TIMER_STOP ('CTRL_UNPACK         [THE_MODEL_MAIN]',mythid)              CALL TIMER_START('CTRL_UNPACK      [THE_MODEL_MAIN]',mythid)
533                CALL CTRL_UNPACK( mycurrentiter, mycurrenttime, mythid )
534                CALL TIMER_STOP ('CTRL_UNPACK      [THE_MODEL_MAIN]',mythid)
535             ENDIF
536        ENDIF        ENDIF
537        _END_MASTER( mythid )        _END_MASTER( mythid )
538        _BARRIER        _BARRIER
# Line 488  C--   Set model configuration (fixed arr Line 540  C--   Set model configuration (fixed arr
540        CALL COST_DEPENDENT_INIT ( mythid )        CALL COST_DEPENDENT_INIT ( mythid )
541        _BARRIER        _BARRIER
542    
543  #if ( defined (ALLOW_ADJOINT_RUN) || \  # if ( defined (ALLOW_TANGENTLINEAR_RUN) )
544        defined (ALLOW_ECCO_OPTIMIZATION) )  c
       CALL TIMER_START('ADTHE_MAIN_LOOP           [ADJOINT RUN]',mythid)  
       CALL ADTHE_MAIN_LOOP ( mythid )  
       CALL TIMER_STOP ('ADTHE_MAIN_LOOP           [ADJOINT RUN]',mythid)  
       _BARRIER  
 #elif (defined (ALLOW_TANGENTLINEAR_RUN))  
545        CALL TIMER_START('G_THE_MAIN_LOOP           [TANGENT RUN]',mythid)        CALL TIMER_START('G_THE_MAIN_LOOP           [TANGENT RUN]',mythid)
546        CALL G_THE_MAIN_LOOP ( myCurrentTime, myCurrentIter, myThid )        CALL G_THE_MAIN_LOOP ( myCurrentTime, myCurrentIter, myThid )
547        CALL TIMER_STOP ('G_THE_MAIN_LOOP           [TANGENT RUN]',mythid)        CALL TIMER_STOP ('G_THE_MAIN_LOOP           [TANGENT RUN]',mythid)
548        _BARRIER  c
549  #endif  # elif ( defined (ALLOW_ADJOINT_RUN) || \
550             defined (ALLOW_ECCO_OPTIMIZATION) )
551    c
552    #  ifdef ALLOW_DIVIDED_ADJOINT
553    c-- The following assumes the TAF option '-pure'
554          inquire( file='costfinal', exist=exst )
555          IF ( .NOT. exst) THEN
556             CALL TIMER_START('MDTHE_MAIN_LOOP            [MD RUN]', mythid)
557             CALL MDTHE_MAIN_LOOP ( myCurrentTime, myCurrentIter, mythid )
558             CALL TIMER_STOP ('MDTHE_MAIN_LOOP            [MD RUN]', mythid)
559             CALL COST_FINAL_STORE ( mythid, lastdiva )
560          ELSE
561             CALL TIMER_START('ADTHE_MAIN_LOOP       [ADJOINT RUN]', mythid)
562             CALL ADTHE_MAIN_LOOP ( mythid )
563             CALL TIMER_STOP ('ADTHE_MAIN_LOOP       [ADJOINT RUN]', mythid)
564             CALL COST_FINAL_RESTORE ( mythid, lastdiva )
565          ENDIF
566    c--
567    #  else /* ALLOW_DIVIDED_ADJOINT undef */
568          CALL TIMER_START('ADTHE_MAIN_LOOP          [ADJOINT RUN]', mythid)
569          CALL ADTHE_MAIN_LOOP ( mythid )
570          CALL TIMER_STOP ('ADTHE_MAIN_LOOP          [ADJOINT RUN]', mythid)
571    #  endif /* ALLOW_DIVIDED_ADJOINT */
572    c
573    # endif
574    
575        _BEGIN_MASTER( mythid )        _BEGIN_MASTER( mythid )
576        IF (myProcId .eq. 0) THEN        IF ( myProcId .eq. 0 .AND. lastdiva ) THEN
577           CALL TIMER_START('CTLR_PACK           [THE_MODEL_MAIN]',mythid)           CALL TIMER_START('CTRL_PACK           [THE_MODEL_MAIN]',mythid)
578           call CTRL_PACK( mycurrentiter, mycurrenttime, mythid )           call CTRL_PACK( mycurrentiter, mycurrenttime, mythid )
579           CALL TIMER_STOP ('CTLR_PACK           [THE_MODEL_MAIN]',mythid)           CALL TIMER_STOP ('CTRL_PACK           [THE_MODEL_MAIN]',mythid)
580        ENDIF        ENDIF
581        _END_MASTER( mythid )        _END_MASTER( mythid )
582        _BARRIER        _BARRIER
583    c
584    
585  #else /* ALLOW_ADJOINT_RUN undef */  # ifdef ALLOW_GRDCHK
586          IF ( useGrdchk .AND. lastdiva ) THEN
587             CALL TIMER_START('GRDCHK_MAIN         [THE_MODEL_MAIN]',mythid)
588             CALL GRDCHK_MAIN( mythid )
589             CALL TIMER_STOP ('GRDCHK_MAIN         [THE_MODEL_MAIN]',mythid)
590             _BARRIER
591          ENDIF
592    # endif
593    
594    #else /* ALL AD-related undef */
595    
596    #ifndef DISABLE_DEBUGMODE
597          IF (debugMode) CALL DEBUG_CALL('THE_MAIN_LOOP',myThid)
598    #endif
599    
600  C--   Call time stepping loop of full model  C--   Call time stepping loop of full model
601        CALL TIMER_START('THE_MAIN_LOOP          [THE_MODEL_MAIN]',myThid)        CALL TIMER_START('THE_MAIN_LOOP          [THE_MODEL_MAIN]',myThid)
602        CALL THE_MAIN_LOOP( myCurrentTime, myCurrentIter, myThid )        CALL THE_MAIN_LOOP( myCurrentTime, myCurrentIter, myThid )
603        CALL TIMER_STOP ('THE_MAIN_LOOP          [THE_MODEL_MAIN]',myThid)        CALL TIMER_STOP ('THE_MAIN_LOOP          [THE_MODEL_MAIN]',myThid)
604    
605  #endif /* ALLOW_ADJOINT_RUN */  #endif /* ALLOW_TANGENTLINEAR_RUN ALLOW_ADJOINT_RUN ALLOW_ADMTLM_RUN */
606    
607  #ifdef ALLOW_GRADIENT_CHECK  C--   Sea-ice checkpoint (in case the in-loop checkpoint was missed)
608        if (useGrdchk) then  #ifdef ALLOW_SEAICE
609           CALL TIMER_START('GRDCHK_MAIN         [THE_MODEL_MAIN]',mythid)        IF ( useSEAICE )
610           CALL GRDCHK_MAIN( mythid )       &     CALL SEAICE_WRITE_PICKUP(
611           CALL TIMER_STOP ('GRDCHK_MAIN         [THE_MODEL_MAIN]',mythid)       &     .TRUE., myCurrentTime, myCurrentIter, myThid )
          _BARRIER  
       end if  
612  #endif  #endif
613    
614  C--   Final checkpoint (incase the in-loop checkpoint was missed)  C--   Final checkpoint (in case the in-loop checkpoint was missed)
615        CALL TIMER_START('WRITE_CHECKPOINT       [THE_MODEL_MAIN]',myThid)        CALL TIMER_START('WRITE_CHECKPOINT       [THE_MODEL_MAIN]',myThid)
616        CALL WRITE_CHECKPOINT(        CALL WRITE_CHECKPOINT(
617       &        .TRUE., myCurrentTime, myCurrentIter, myThid )       &        .TRUE., myCurrentTime, myCurrentIter, myThid )
# Line 542  C--   Write timer statistics Line 625  C--   Write timer statistics
625         CALL COMM_STATS         CALL COMM_STATS
626        ENDIF        ENDIF
627    
628    #ifndef DISABLE_DEBUGMODE
629          IF (debugMode) CALL DEBUG_LEAVE('THE_MODEL_MAIN',myThid)
630    #endif
631    
632        RETURN        RETURN
633        END        END

Legend:
Removed from v.1.47  
changed lines
  Added in v.1.64

  ViewVC Help
Powered by ViewVC 1.1.22