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 9015 for branches/2017/dev_CNRS_2017/NEMOGCM/NEMO/OPA_SRC/nemogcm.F90 – NEMO

Ignore:
Timestamp:
2017-12-13T15:10:30+01:00 (7 years ago)
Author:
acc
Message:

Branch dev_CNRS_2017. Tidy up timing calls. Correct a few inconsistent labels and fix incorrect call in trc_sub_stp. Remove timing from icethd_pnd which is not always called by all processors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_CNRS_2017/NEMOGCM/NEMO/OPA_SRC/nemogcm.F90

    r9012 r9015  
    423423      !                                      ! Domain decomposition 
    424424      CALL mpp_init 
    425       IF( ln_nnogather )    CALL nemo_northcomms! northfold neighbour lists (must be done after the masks are defined) 
     425      IF( ln_nnogather )   CALL nemo_northcomms! northfold neighbour lists 
    426426      ! 
    427427      IF( ln_timing    )   CALL timing_init 
     
    434434                           CALL     dom_init   ! Domain 
    435435      IF( ln_crs       )   CALL     crs_init   ! coarsened grid: domain initialization  
    436       !IF( ln_nnogather )    CALL nemo_northcomms! northfold neighbour lists (must be done after the masks are defined) 
    437436      IF( ln_ctl       )   CALL prt_ctl_init   ! Print control 
    438437       
Note: See TracChangeset for help on using the changeset viewer.