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 14644 for NEMO/branches/2020/dev_r14116_HPC-04_mcastril_Mixed_Precision_implementation_final/src/SWE/nemogcm.F90 – NEMO

Ignore:
Timestamp:
2021-03-26T15:33:49+01:00 (3 years ago)
Author:
sparonuz
Message:

Merge trunk -r14642:HEAD

Location:
NEMO/branches/2020/dev_r14116_HPC-04_mcastril_Mixed_Precision_implementation_final
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2020/dev_r14116_HPC-04_mcastril_Mixed_Precision_implementation_final

    • Property svn:externals
      •  

        old new  
        99 
        1010# SETTE 
        11 ^/utils/CI/sette_wave@13990         sette 
         11^/utils/CI/sette@14244        sette 
  • NEMO/branches/2020/dev_r14116_HPC-04_mcastril_Mixed_Precision_implementation_final/src/SWE/nemogcm.F90

    r14200 r14644  
    4444   CHARACTER(lc) ::   cform_aaa="( /, 'AAAAAAAA', / ) "     ! flag for output listing 
    4545 
    46 #if defined key_mpp_mpi 
     46#if ! defined key_mpi_off 
    4747   ! need MPI_Wtime 
    4848   INCLUDE 'mpif.h' 
     
    135135      CALL nemo_closefile 
    136136      ! 
    137 #if defined key_iomput 
     137#if defined key_xios 
    138138                       CALL xios_finalize  ! end mpp communications with xios 
    139139#else 
     
    170170      !                             !-------------------------------------------------! 
    171171      ! 
    172 #if defined key_iomput 
     172#if defined key_xios 
    173173      CALL xios_initialize( "for_xios_mpi_id", return_comm=ilocal_comm )   ! nemo local communicator given by xios 
    174174      CALL mpp_start( ilocal_comm ) 
     
    261261      ! 
    262262      IF( ln_read_cfg ) THEN            ! Read sizes in domain configuration file 
    263          CALL domain_cfg ( cn_cfg, nn_cfg, Ni0glo, Nj0glo, jpkglo, jperio ) 
     263         CALL domain_cfg ( cn_cfg, nn_cfg, Ni0glo, Nj0glo, jpkglo, l_Iperio, l_Jperio, l_NFold, c_NFtype ) 
    264264      ELSE                              ! user-defined namelist 
    265          CALL usr_def_nam( cn_cfg, nn_cfg, Ni0glo, Nj0glo, jpkglo, jperio ) 
     265         CALL usr_def_nam( cn_cfg, nn_cfg, Ni0glo, Nj0glo, jpkglo, l_Iperio, l_Jperio, l_NFold, c_NFtype ) 
    266266      ENDIF 
    267267      ! 
     
    413413      !!                     ***  ROUTINE nemo_alloc  *** 
    414414      !! 
    415       !! ** Purpose :   Allocate all the dynamic arrays of the OPA modules 
     415      !! ** Purpose :   Allocate all the dynamic arrays of the OCE modules 
    416416      !! 
    417417      !! ** Method  : 
Note: See TracChangeset for help on using the changeset viewer.