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 14770 for NEMO/branches/2021/dev_r13747_HPC-11_mcastril_HPDAonline_DiagGPU/tests/BENCH/EXPREF/namelist_cfg_orca12_like – NEMO

Ignore:
Timestamp:
2021-04-30T12:05:23+02:00 (3 years ago)
Author:
mcastril
Message:

[DiagGPU] Update with trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2021/dev_r13747_HPC-11_mcastril_HPDAonline_DiagGPU/tests/BENCH/EXPREF/namelist_cfg_orca12_like

    r13461 r14770  
    1818   nn_jsize   =   3146     ! number of point in j-direction of global(local) domain if >0 (<0)   
    1919   nn_ksize   =   75       ! total number of point in k-direction 
    20    nn_perio   =   4        ! periodicity 
    21 / 
    22 !----------------------------------------------------------------------- 
    23 &nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi") 
     20   ln_Iperio  =   .true.   ! i-periodicity 
     21   ln_Jperio  =  .false.   ! j-periodicity 
     22   ln_NFold   =   .true.   ! North pole folding 
     23      cn_NFtype   =   'T'  ! Folding type: T or F 
     24/ 
     25!----------------------------------------------------------------------- 
     26&nammpp        !   Massively Parallel Processing 
    2427!----------------------------------------------------------------------- 
    2528   ln_nnogather=  .true.   !  activate code to avoid mpi_allgather use at the northfold 
     
    177180!----------------------------------------------------------------------- 
    178181   ln_dynvor_een = .true. !  energy & enstrophy scheme 
    179       nn_een_e3f = 0          ! =0  e3f = mi(mj(e3t))/4  
     182      nn_e3f_typ = 0          ! =0  e3f = mi(mj(e3t))/4  
    180183      !                       ! =1  e3f = mi(mj(e3t))/mi(mj( tmask)) 
    181184/ 
Note: See TracChangeset for help on using the changeset viewer.