New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 3954 for branches/2013/dev_r3853_CNRS9_ConfSetting/NEMOGCM/NEMO/OPA_SRC/nemogcm.F90 – NEMO

Ignore:
Timestamp:
2013-07-03T16:20:05+02:00 (11 years ago)
Author:
clevy
Message:

Configuration setting/Step2, additions, see ticket:#1074

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2013/dev_r3853_CNRS9_ConfSetting/NEMOGCM/NEMO/OPA_SRC/nemogcm.F90

    r3901 r3954  
    118118      !!---------------------------------------------------------------------- 
    119119      ! 
     120 
    120121#if defined key_agrif 
    121122      CALL Agrif_Init_Grids()      ! AGRIF: set the meshes 
     
    135136# endif 
    136137#endif 
     138 
    137139      ! check that all process are still there... If some process have an error, 
    138140      ! they will never enter in step and other processes will wait until the end of the cpu time! 
     
    161163 
    162164         DO WHILE ( istp <= nitend .AND. nstop == 0 ) 
     165 
    163166#if defined key_agrif 
    164167            CALL Agrif_Step( stp )           ! AGRIF: time stepping 
     
    166169            CALL stp( istp )                 ! standard time stepping 
    167170#endif 
     171 
    168172            istp = istp + 1 
    169173            IF( lk_mpp )   CALL mpp_max( nstop ) 
     
    360364                            CALL     sbc_init   ! Forcings : surface module 
    361365      !                                         ! Vertical physics 
     366 
    362367                            CALL     zdf_init      ! namelist read 
     368 
    363369                            CALL zdf_bfr_init      ! bottom friction 
     370 
    364371      IF( lk_zdfric     )   CALL zdf_ric_init      ! Richardson number dependent Kz 
    365372      IF( lk_zdftke     )   CALL zdf_tke_init      ! TKE closure scheme 
     
    394401      IF( nn_cla == 1   )   CALL cla_init       ! Cross Land Advection 
    395402                            CALL icb_init( rdt, nit000)   ! initialise icebergs instance 
    396        
     403      
    397404#if defined key_top 
    398405      !                                     ! Passive tracers 
    399406                            CALL     trc_init 
    400407#endif 
    401       !                                     ! Diagnostics 
     408      ! 
     409  
     410                                            ! Diagnostics 
    402411      IF( lk_floats     )   CALL     flo_init   ! drifting Floats 
    403412      IF( lk_diaar5     )   CALL dia_ar5_init   ! ar5 diag 
Note: See TracChangeset for help on using the changeset viewer.