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 15279 for utils/tools/DOMAINcfg/src/par_oce.f90 – NEMO

Ignore:
Timestamp:
2021-09-23T12:00:23+02:00 (3 years ago)
Author:
jchanut
Message:

#2222 and #2638: Enable creating agrif meshes with different vertical grids (geopotential only as a start)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • utils/tools/DOMAINcfg/src/par_oce.f90

    r14931 r15279  
    5656   INTEGER, PUBLIC            ::   nbug_in_agrif_conv_do_not_remove_or_modify = 1 - 1 
    5757   INTEGER, PUBLIC, PARAMETER ::   nbghostcells = 4 !: number of ghost cells: default value 
    58    INTEGER, PUBLIC            ::   nbghostcells_x   !: number of ghost cells in i-direction 
    59    INTEGER, PUBLIC            ::   nbghostcells_y_s   !: number of ghost cells in j-direction at south 
    60    INTEGER, PUBLIC            ::   nbghostcells_y_n   !: number of ghost cells in j-direction at north 
    61    INTEGER, PUBLIC            ::   nbcellsx   ! = jpiglo - 2 - 2*nbghostcells_x   !: number of cells in i-direction 
    62    INTEGER, PUBLIC            ::   nbcellsy   ! = jpjglo - 2 - 2*nbghostcells_y   !: number of cells in j-direction 
     58   INTEGER, PUBLIC            ::   nbghostcells_x_w   !: number of ghost cells in i-direction (west) 
     59   INTEGER, PUBLIC            ::   nbghostcells_x_e   !: number of ghost cells in i-direction (east) 
     60   INTEGER, PUBLIC            ::   nbghostcells_y_s   !: number of ghost cells in j-direction (south) 
     61   INTEGER, PUBLIC            ::   nbghostcells_y_n   !: number of ghost cells in j-direction (north) 
     62   INTEGER, PUBLIC            ::   nbcellsx   ! = Ni0glo - nbghostcells_x_w - nbghostcells_x_e  !: number of cells in i-direction 
     63   INTEGER, PUBLIC            ::   nbcellsy   ! = Nj0glo - nbghostcells_y_s - nbghostcells_y_n  !: number of cells in j-direction 
    6364 
    6465   ! local domain size                !!! * local computational domain * 
Note: See TracChangeset for help on using the changeset viewer.