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 9458 for branches/2017/dev_merge_2017/NEMOGCM/CONFIG/TEST_CASES/SAS_BIPER/MY_SRC/usrdef_nam.F90 – NEMO

Ignore:
Timestamp:
2018-04-04T16:05:10+02:00 (6 years ago)
Author:
clem
Message:

debug sas biper test case after the last commits

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_merge_2017/NEMOGCM/CONFIG/TEST_CASES/SAS_BIPER/MY_SRC/usrdef_nam.F90

    r7818 r9458  
    7373      kk_cfg = INT( rn_dx ) 
    7474      ! 
    75       ! Global Domain size:  SAS_BIPER domain is  300 km x 300 Km x 2000 m 
     75      ! Global Domain size:  SAS_BIPER domain is  300 km x 300 Km x 10 m 
    7676      kpi = INT( 300.e3 / rn_dx ) -1 
    7777      kpj = INT( 300.e3 / rn_dy ) -1 
     78#if defined key_agrif 
     79      IF( .NOT. Agrif_Root() ) THEN 
     80         kpi = nbcellsx + 2 + 2*nbghostcells 
     81         kpj = nbcellsy + 2 + 2*nbghostcells 
     82      ENDIF 
     83#endif 
    7884      kpk = 1 
    7985      ! 
Note: See TracChangeset for help on using the changeset viewer.