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 14336 for NEMO/branches/2021/dev_r14312_MPI_Interface/src/SAS – NEMO

Ignore:
Timestamp:
2021-01-23T11:09:54+01:00 (3 years ago)
Author:
smasson
Message:

dev_r14312_MPI_Interface: replace jperio by l_Iperio, l_Jperio, l_NFold, c_NFtype, #2598

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2021/dev_r14312_MPI_Interface/src/SAS/nemogcm.F90

    r14331 r14336  
    340340      ! 
    341341      IF( ln_read_cfg ) THEN            ! Read sizes in domain configuration file 
    342          CALL domain_cfg ( cn_cfg, nn_cfg, Ni0glo, Nj0glo, jpkglo, jperio ) 
     342         CALL domain_cfg ( cn_cfg, nn_cfg, Ni0glo, Nj0glo, jpkglo, l_Iperio, l_Jperio, l_NFold, c_NFtype ) 
    343343      ELSE                              ! user-defined namelist 
    344          CALL usr_def_nam( cn_cfg, nn_cfg, Ni0glo, Nj0glo, jpkglo, jperio ) 
    345       ENDIF 
    346       l_Iperio = jperio == 1 .OR. jperio == 4 .OR. jperio == 6 .OR. jperio == 7   ! i-periodicity? 
    347       l_Jperio = jperio == 2 .OR. jperio == 7                                     ! j-periodicity ? 
    348       l_NFoldT = jperio == 3 .OR. jperio == 4                                     !  
    349       l_NFoldF = jperio == 5 .OR. jperio == 6                                     !  
     344         CALL usr_def_nam( cn_cfg, nn_cfg, Ni0glo, Nj0glo, jpkglo, l_Iperio, l_Jperio, l_NFold, c_NFtype ) 
     345      ENDIF 
    350346      ! 
    351347      IF(lwm)   WRITE( numond, namcfg ) 
Note: See TracChangeset for help on using the changeset viewer.