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/SAO/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/SAO/nemogcm.F90

    r13970 r14644  
    3535   USE lbcnfd  , ONLY : isendto, nsndto ! Setup of north fold exchanges  
    3636   USE lib_fortran    ! Fortran utilities (allows no signed zero when 'key_nosignedzero' defined) 
    37 #if defined key_iomput 
     37#if defined key_xios 
    3838   USE xios           ! xIOserver 
    3939#endif 
     
    107107      !                             !-------------------------------------------------! 
    108108      ! 
    109 #if defined key_iomput 
     109#if defined key_xios 
    110110      IF( Agrif_Root() ) THEN 
    111111         IF( lk_oasis ) THEN 
     
    207207      ! 
    208208      IF( ln_read_cfg ) THEN            ! Read sizes in domain configuration file 
    209          CALL domain_cfg ( cn_cfg, nn_cfg, Ni0glo, Nj0glo, jpkglo, jperio ) 
     209         CALL domain_cfg ( cn_cfg, nn_cfg, Ni0glo, Nj0glo, jpkglo, l_Iperio, l_Jperio, l_NFold, c_NFtype ) 
    210210      ELSE                              ! user-defined namelist 
    211          CALL usr_def_nam( cn_cfg, nn_cfg, Ni0glo, Nj0glo, jpkglo, jperio ) 
     211         CALL usr_def_nam( cn_cfg, nn_cfg, Ni0glo, Nj0glo, jpkglo, l_Iperio, l_Jperio, l_NFold, c_NFtype ) 
    212212      ENDIF 
    213213      ! 
     
    323323      !!                     ***  ROUTINE nemo_alloc  *** 
    324324      !! 
    325       !! ** Purpose :   Allocate all the dynamic arrays of the OPA modules 
     325      !! ** Purpose :   Allocate all the dynamic arrays of the OCE modules 
    326326      !! 
    327327      !! ** Method  : 
Note: See TracChangeset for help on using the changeset viewer.