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 4231 for branches/2013/dev_MERCATOR_UKMO_2013/NEMOGCM/NEMO/OPA_SRC/par_C1D_PAPA.h90 – NEMO

Ignore:
Timestamp:
2013-11-18T12:58:12+01:00 (11 years ago)
Author:
cbricaud
Message:

correct some bugs in UKMO_MERCATOR 2013 branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2013/dev_MERCATOR_UKMO_2013/NEMOGCM/NEMO/OPA_SRC/par_C1D_PAPA.h90

    r4228 r4231  
    2929      jpiglo  = jpidta,      &  !: first  dimension of global domain --> i 
    3030      jpjglo  = jpjdta,      &  !: second dimension of global domain --> j 
     31      ! Domain characteristics 
     32      jperio  =    0            !: lateral cond. type (between 0 and 6) 
     33 
     34   INTEGER  ::   & 
    3135      ! starting position of the zoom 
    3236      jpizoom =   1   ,      &  !: left bottom (i,j) indices of the zoom 
    33       jpjzoom =   1   ,      &  !: in data indices 
    34       ! Domain characteristics 
    35       jperio  =    0            !: lateral cond. type (between 0 and 6) 
     37      jpjzoom =   1             !: in data indices 
    3638 
    3739   !!  Values set to pp_not_used indicates that this parameter is not used in THIS config. 
Note: See TracChangeset for help on using the changeset viewer.