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 2104 for branches/DEV_r2006_merge_TRA_TRC/NEMO/OPA_SRC/opa.F90 – NEMO

Ignore:
Timestamp:
2010-09-17T14:35:46+02:00 (14 years ago)
Author:
cetlod
Message:

update DEV_r2006_merge_TRA_TRC according to review

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DEV_r2006_merge_TRA_TRC/NEMO/OPA_SRC/opa.F90

    r2082 r2104  
    77   !!            7.0  ! 1991-11  (M. Imbard, C. Levy, G. Madec) 
    88   !!            7.1  ! 1993-03  (M. Imbard, C. Levy, G. Madec, O. Marti, M. Guyon, A. Lazar,  
    9    !!                             P. Delecluse, C. Perigaud, G. Caniaux, B. Colot, C. Maes ) release 7.1  
     9   !!                             P. Delecluse, C. Perigaud, G. Caniaux, B. Colot, C. Maes) release 7.1  
    1010   !!             -   ! 1992-06  (L.Terray)  coupling implementation 
    1111   !!             -   ! 1993-11  (M.A. Filiberti) IGLOO sea-ice  
    1212   !!            8.0  ! 1996-03  (M. Imbard, C. Levy, G. Madec, O. Marti, M. Guyon, A. Lazar,  
    13    !!                             P. Delecluse, L.Terray, M.A. Filiberti, J. Vialar, A.M. Treguier, M. Levy)  release 8.0 
     13   !!                             P. Delecluse, L.Terray, M.A. Filiberti, J. Vialar, A.M. Treguier, M. Levy) release 8.0 
    1414   !!            8.1  ! 1997-06  (M. Imbard, G. Madec) 
    1515   !!            8.2  ! 1999-11  (M. Imbard, H. Goosse)  LIM sea-ice model  
     
    3131   !!   opa_model      : solve ocean dynamics, tracer and/or sea-ice 
    3232   !!   opa_init       : initialization of the opa model 
    33    !!   opa_flg        : initialisation of algorithm flag  
     33   !!   opa_ctl        : initialisation of algorithm flag  
    3434   !!   opa_closefile  : close remaining files 
    3535   !!---------------------------------------------------------------------- 
     
    7272 
    7373   !!---------------------------------------------------------------------- 
    74    !! NEMO/OPA 3.2 , LOCEAN-IPSL (2009)  
     74   !! NEMO/OPA 3.3 , LOCEAN-IPSL (2010)  
    7575   !! $Id$ 
    7676   !! Software governed by the CeCILL licence (modipsl/doc/NEMO_CeCILL.txt) 
     
    204204         WRITE(numout,*) '                       NEMO team' 
    205205         WRITE(numout,*) '            Ocean General Circulation Model' 
    206          WRITE(numout,*) '                  version 3.2  (2009) ' 
     206         WRITE(numout,*) '                  version 3.3  (2010) ' 
    207207         WRITE(numout,*) 
    208208         WRITE(numout,*) 
     
    217217      !                             !--------------------------------! 
    218218 
    219       CALL opa_flg                           ! Control prints & Benchmark 
     219      CALL opa_ctl                           ! Control prints & Benchmark 
    220220 
    221221      !                                      ! Domain decomposition 
     
    223223      ELSE                            ;   CALL mpp_init2     ! eliminate land processors 
    224224      ENDIF 
    225   
    226  
    227  
    228       
    229225 
    230226      !                                      ! General initialization 
     
    243239 
    244240      !                                     ! Ocean physics 
    245                             CALL     sbc_init   !  Forcings : surface module  
    246  
     241                            CALL     sbc_init   ! Forcings : surface module  
    247242      !                                         ! Vertical physics 
    248243                            CALL     zdf_init      ! namelist read 
    249244                            CALL zdf_bfr_init      ! bottom friction 
    250245      IF( lk_zdfric     )   CALL zdf_ric_init      ! Richardson number dependent Kz 
    251       IF( lk_zdftke_old )   CALL zdf_tke_init      ! TKE closure scheme for Kz (old scheme) 
    252       IF( lk_zdftke     )   CALL     tke_init      ! TKE closure scheme for Kz 
     246      IF( lk_zdftke_old )   CALL zdf_tke_init_o    ! TKE closure scheme for Kz (old scheme) 
     247      IF( lk_zdftke     )   CALL zdf_tke_init      ! TKE closure scheme for Kz 
    253248      IF( lk_zdfkpp     )   CALL zdf_kpp_init      ! KPP closure scheme for Kz 
    254249      IF( lk_zdftmx     )   CALL zdf_tmx_init      ! tidal vertical mixing 
     
    272267      !                                     ! Dynamics 
    273268                            CALL dyn_adv_init   ! advection (vector or flux form) 
    274                             CALL     vor_init   ! vorticity term including Coriolis 
     269                            CALL dyn_vor_init   ! vorticity term including Coriolis 
    275270                            CALL dyn_ldf_init   ! lateral mixing 
    276                             CALL     hpg_init   ! horizontal gradient of Hydrostatic pressure 
     271                            CALL dyn_hpg_init   ! horizontal gradient of Hydrostatic pressure 
    277272                            CALL dyn_zdf_init   ! vertical diffusion 
    278273                            CALL dyn_spg_init   ! surface pressure gradient 
     
    291286 
    292287 
    293    SUBROUTINE opa_flg 
     288   SUBROUTINE opa_ctl 
    294289      !!---------------------------------------------------------------------- 
    295290      !!                     ***  ROUTINE opa  *** 
     
    308303      IF(lwp) THEN                 ! Parameter print 
    309304         WRITE(numout,*) 
    310          WRITE(numout,*) 'opa_flg: Control prints & Benchmark' 
     305         WRITE(numout,*) 'opa_ctl: Control prints & Benchmark' 
    311306         WRITE(numout,*) '~~~~~~~ ' 
    312307         WRITE(numout,*) '   Namelist namctl' 
     
    377372         END SELECT 
    378373      ENDIF 
    379  
    380       REWIND( numnam )              ! Read Namelist namdyn_hpg : ln_dynhpg_imp must be read at the initialisation phase 
    381       READ  ( numnam, namdyn_hpg ) 
    382       ! 
    383    END SUBROUTINE opa_flg 
     374      ! 
     375   END SUBROUTINE opa_ctl 
    384376 
    385377 
Note: See TracChangeset for help on using the changeset viewer.