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 7189 for branches/2016/dev_r6409_SIMPLIF_2_usrdef/NEMOGCM/TOOLS/DOMAINcfg/namelist_cfg – NEMO

Ignore:
Timestamp:
2016-11-04T08:17:27+01:00 (7 years ago)
Author:
gm
Message:

#1692 - branch SIMPLIF_2_usrdef: e3.=dk[dep.] TOOLS update + domzgr style

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2016/dev_r6409_SIMPLIF_2_usrdef/NEMOGCM/TOOLS/DOMAINcfg/namelist_cfg

    r6951 r7189  
    1414&namcfg        !   parameters of the configuration 
    1515!----------------------------------------------------------------------- 
    16    cp_cfg      =  "orca"               !  name of the configuration 
    17    jp_cfg      =       2               !  resolution of the configuration 
    18    jpidta      =     182               !  1st lateral dimension ( >= jpi ) 
    19    jpjdta      =     149               !  2nd    "         "    ( >= jpj ) 
    20    jpkdta      =      31               !  number of levels      ( >= jpk ) 
    21    jpiglo      =     182               !  1st dimension of global domain --> i =jpidta 
    22    jpjglo      =     149               !  2nd    -                  -    --> j  =jpjdta 
    23    jpizoom     =       1               !  left bottom (i,j) indices of the zoom 
    24    jpjzoom     =       1               !  in data domain indices 
    25    jperio      =       4               !  lateral cond. type (between 0 and 6) 
     16   ! 
     17   ln_e2_dep   = .true.    ! =T : e3=dk[depth] in discret sens.  
     18   !                       !      ===>>> will become the only possibility in v4.0 
     19   !                       ! =F : e3 analytical derivative of depth function 
     20   !                       !      only there for backward compatibility test with v3.6 
     21   !                       !       
     22   cp_cfg      =  "orca"   !  name of the configuration 
     23   jp_cfg      =       2   !  resolution of the configuration 
     24   jpidta      =     182   !  1st lateral dimension ( >= jpi ) 
     25   jpjdta      =     149   !  2nd    "         "    ( >= jpj ) 
     26   jpkdta      =      31   !  number of levels      ( >= jpk ) 
     27   jpiglo      =     182   !  1st dimension of global domain --> i =jpidta 
     28   jpjglo      =     149   !  2nd    -                  -    --> j  =jpjdta 
     29   jpizoom     =       1   !  left bottom (i,j) indices of the zoom 
     30   jpjzoom     =       1   !  in data domain indices 
     31   jperio      =       4   !  lateral cond. type (between 0 and 6) 
    2632/ 
    2733!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.