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 13247 for NEMO/branches/2020/dev_r12558_HPC-08_epico_Extra_Halo/src/OCE/USR – NEMO

Ignore:
Timestamp:
2020-07-03T19:15:31+02:00 (4 years ago)
Author:
francesca
Message:

dev_r12558_HPC-08_epico_Extra_Halo: merge with trunk@13227, see #2366

Location:
NEMO/branches/2020/dev_r12558_HPC-08_epico_Extra_Halo/src/OCE/USR
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2020/dev_r12558_HPC-08_epico_Extra_Halo/src/OCE/USR/usrdef_nam.F90

    r13238 r13247  
    6969      kk_cfg = nn_GYRE 
    7070      ! 
    71       IF( Agrif_Root() ) THEN         ! Global Domain size: add 1 land point on each side 
    72          kpi = 30 * nn_GYRE + 2       !                      
    73          kpj = 20 * nn_GYRE + 2 
    74       ELSE                            ! Global Domain size: add nbghostcells + 1 "land" point on each side 
     71      kpi = 30 * nn_GYRE + 2       !                      
     72      kpj = 20 * nn_GYRE + 2 
     73#if defined key_agrif 
     74      IF( .NOT.Agrif_Root() ) THEN         ! Global Domain size: add 1 land point on each side 
    7575         kpi  = nbcellsx + nbghostcells_x   + nbghostcells_x   + 2 
    7676         kpj  = nbcellsy + nbghostcells_y_s + nbghostcells_y_n + 2 
    7777      ENDIF 
     78#endif 
    7879      kpk = jpkglo 
    7980      !                             ! Set the lateral boundary condition of the global domain 
  • NEMO/branches/2020/dev_r12558_HPC-08_epico_Extra_Halo/src/OCE/USR/usrdef_sbc.F90

    r12489 r13247  
    181181         wndm(ji,jj) = SQRT( zmod * zcoef ) 
    182182      END_2D 
    183       CALL lbc_lnk_multi( 'usrdef_sbc', taum(:,:), 'T', 1. , wndm(:,:), 'T', 1. ) 
     183      CALL lbc_lnk_multi( 'usrdef_sbc', taum(:,:), 'T', 1.0_wp , wndm(:,:), 'T', 1.0_wp ) 
    184184 
    185185      ! ---------------------------------- ! 
Note: See TracChangeset for help on using the changeset viewer.