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 3318 for branches/2012/dev_r3309_LOCEAN12_Ediag/NEMOGCM/NEMO/OPA_SRC/nemogcm.F90 – NEMO

Ignore:
Timestamp:
2012-02-25T16:50:01+01:00 (12 years ago)
Author:
gm
Message:

Ediag branche: #927 split TRA/DYN trd computation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2012/dev_r3309_LOCEAN12_Ediag/NEMOGCM/NEMO/OPA_SRC/nemogcm.F90

    r3294 r3318  
    5555   USE zdfini          ! vertical physics setting          (zdf_init routine) 
    5656   USE phycst          ! physical constant                  (par_cst routine) 
    57    USE trdmod          ! momentum/tracers trends       (trd_mod_init routine) 
     57   USE trdini          ! dyn/tra trends initialization     (trd_init routine) 
    5858   USE asmtrj          ! writing out state trajectory 
    5959   USE diaptr          ! poleward transports           (dia_ptr_init routine) 
     
    309309                            CALL     dom_init   ! Domain 
    310310 
    311       IF( ln_nnogather )    CALL nemo_northcomms   ! Initialise the northfold neighbour lists (must be done after the masks are defined) 
     311      IF( ln_nnogather  )   CALL nemo_northcomms   ! Initialise the northfold neighbour lists (must be done after the masks are defined) 
    312312 
    313313      IF( ln_ctl        )   CALL prt_ctl_init   ! Print control 
     
    315315      IF( lk_obc        )   CALL     obc_init   ! Open boundaries  
    316316      IF( lk_bdy        )   CALL     bdy_init       ! Open boundaries initialisation 
    317       IF( lk_bdy        )   CALL     bdy_dta_init   ! Open boundaries initialisation of external data arrays 
    318       IF( lk_bdy        )   CALL     tide_init      ! Open boundaries initialisation of tidal harmonic forcing 
    319  
    320                             CALL flush(numout) 
    321                             CALL dyn_nept_init  ! simplified form of Neptune effect 
    322                             CALL flush(numout) 
     317      IF( lk_bdy        )   CALL bdy_dta_init       ! Open boundaries initialisation of external data arrays 
     318      IF( lk_bdy        )   CALL    tide_init       ! Open boundaries initialisation of tidal harmonic forcing 
    323319 
    324320                            CALL  istate_init   ! ocean initial state (Dynamics and tracers) 
     
    357353                            CALL dyn_zdf_init   ! vertical diffusion 
    358354                            CALL dyn_spg_init   ! surface pressure gradient 
     355                            CALL dyn_nept_init  ! Neptune effect (simplified form) 
    359356                             
    360357      !                                     ! Misc. options 
    361       IF( nn_cla == 1   )   CALL cla_init       ! Cross Land Advection 
     358      IF( nn_cla == 1   )   CALL     cla_init   ! Cross Land Advection 
    362359       
    363360#if defined key_top 
     
    369366                            CALL     iom_init   ! iom_put initialization 
    370367      IF( lk_diaar5     )   CALL dia_ar5_init   ! ar5 diag 
    371                             CALL dia_ptr_init   ! Poleward TRansports initialization 
     368                            CALL dia_ptr_init   ! Poleward TRansports 
    372369      IF( lk_diadct     )   CALL dia_dct_init   ! Sections tranports 
    373370                            CALL dia_hsb_init   ! heat content, salt content and volume budgets 
    374                             CALL trd_mod_init   ! Mixed-layer/Vorticity/Integral constraints trends 
     371                            CALL     trd_init   ! momentum/tracer trends 
    375372      IF( lk_diaobs     ) THEN                  ! Observation & model comparison 
    376373                            CALL dia_obs_init            ! Initialize observational data 
Note: See TracChangeset for help on using the changeset viewer.