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 – NEMO

Changeset 4231


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

correct some bugs in UKMO_MERCATOR 2013 branch

Location:
branches/2013/dev_MERCATOR_UKMO_2013/NEMOGCM
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/2013/dev_MERCATOR_UKMO_2013/NEMOGCM/CONFIG/cfg.txt

    r4229 r4231  
    1 AMM12 OPA_SRC 
    21GYRE OPA_SRC 
    32GYRE_BFM OPA_SRC TOP_SRC 
     
    65ORCA2_SAS_LIM OPA_SRC SAS_SRC LIM_SRC_2 NST_SRC 
    76ORCA2_LIM_CFC_C14b OPA_SRC LIM_SRC_2 NST_SRC TOP_SRC 
    8 ORCA2_LIM OPA_SRC LIM_SRC_2 NST_SRC 
    97ORCA2_OFF_PISCES OPA_SRC OFF_SRC TOP_SRC 
    108ORCA2_LIM_PISCES OPA_SRC LIM_SRC_2 NST_SRC TOP_SRC 
     9C1D_PAPA OPA_SRC 
     10ORCA2_LIM OPA_SRC LIM_SRC_2 NST_SRC 
     11AMM12 OPA_SRC 
  • branches/2013/dev_MERCATOR_UKMO_2013/NEMOGCM/NEMO/OPA_SRC/DOM/domzgr.F90

    r4229 r4231  
    11161116      INTEGER  ::   iip1, ijp1, iim1, ijm1   ! temporary integers 
    11171117      REAL(wp) ::   zrmax, ztaper   ! temporary scalars 
    1118       ! 
     1118      REAL(wp) ::   zrfact 
     1119      ! 
     1120      REAL(wp), POINTER, DIMENSION(:,:  ) :: ztmpi1, ztmpi2, ztmpj1, ztmpj2 
    11191121      REAL(wp), POINTER, DIMENSION(:,:  ) :: zenv, ztmp, zmsk, zri, zrj, zhbat 
    11201122 
  • 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.