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 13553 for NEMO/branches/2020/dev_r13383_HPC-02_Daley_Tiling/src/SAS/nemogcm.F90 – NEMO

Ignore:
Timestamp:
2020-10-01T13:33:30+02:00 (4 years ago)
Author:
hadcv
Message:

Merge in trunk up to [13550]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2020/dev_r13383_HPC-02_Daley_Tiling/src/SAS/nemogcm.F90

    r13286 r13553  
    355355      ! 
    356356      !                                      ! General initialization 
    357       IF( ln_timing    )   CALL timing_init     ! timing 
     357      IF( ln_timing    )   CALL timing_init ( 'timing_sas.output' ) 
    358358      IF( ln_timing    )   CALL timing_start( 'nemo_init') 
    359359 
     
    371371 
    372372      !                                      ! external forcing  
     373#if defined key_agrif 
     374      uu(:,:,:,:) = 0.0_wp   ;   vv(:,:,:,:) = 0.0_wp   ;   ts(:,:,:,:,:) = 0.0_wp   ! needed for interp done at initialization phase 
     375#endif  
    373376                           CALL sbc_init( Nbb, Nnn, Naa )  ! Forcings : surface module  
    374377 
     
    480483      ierr =        dia_wri_alloc() 
    481484      ierr = ierr + dom_oce_alloc()          ! ocean domain 
    482       ierr = ierr + oce_alloc    ()          ! (tsn...) needed for agrif and/or SI3 and bdy 
     485      ierr = ierr + oce_alloc    ()          ! (ts...) needed for agrif and/or SI3 and bdy 
    483486      ierr = ierr + bdy_oce_alloc()          ! bdy masks (incl. initialization) 
    484487      ! 
Note: See TracChangeset for help on using the changeset viewer.