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 2715 for trunk/NEMOGCM/NEMO/OPA_SRC/par_ORCA_R05.h90 – NEMO

Ignore:
Timestamp:
2011-03-30T17:58:35+02:00 (13 years ago)
Author:
rblod
Message:

First attempt to put dynamic allocation on the trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/NEMO/OPA_SRC/par_ORCA_R05.h90

    r2528 r2715  
    3636      jpiglo  = jpidta,      &  !: 1st dimension of global domain --> i 
    3737      jpjglo  = 187   ,      &  !: 2nd     "                 "    --> j  
    38       jpk     = jpkdta,      &  !: number of vertical levels 
    3938      ! starting position of the zoom 
    4039      jpizoom =   1   ,      &  !: left bottom (i,j) indices of the zoom 
     
    5352      jpiglo  = 562,         &  !: 1st dimension of global domain --> i 
    5453      jpjglo  = jpjdta-301+1,&  !: 2nd     "                 "    --> j 
    55       jpk     = jpkdta,      &  !: number of vertical levels 
    5654      ! zoom starting position 
    5755      jpizoom =  81   ,      &  !: left bottom (i,j) indices of the zoom 
     
    6967      jpiglo  = jpidta,      &  !: 1st dimension of global domain --> i 
    7068      jpjglo  = jpjdta,      &  !: 2nd     "                 "    --> j 
    71       jpk     = jpkdta,      &  !: number of vertical levels 
    7269      ! zoom starting position     
    7370      jpizoom =   1   ,      &  !: left bottom (i,j) indices of the zoom 
Note: See TracChangeset for help on using the changeset viewer.