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 4015 for branches/2013/dev_r3940_CNRS4_IOCRS/NEMOGCM/NEMO/OPA_SRC/par_AMM_12km.h90 – NEMO

Ignore:
Timestamp:
2013-09-09T12:13:17+02:00 (11 years ago)
Author:
cetlod
Message:

2013/dev_r3940_CNRS4_IOCRS: 1st step, add new routines for outputs coarsening

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2013/dev_r3940_CNRS4_IOCRS/NEMOGCM/NEMO/OPA_SRC/par_AMM_12km.h90

    r3680 r4015  
    44   !!                  (AMM_12km configuration VN3.3) 
    55   !!--------------------------------------------------------------------- 
    6    CHARACTER (len=16)        & 
    7 #if !defined key_agrif 
    8       , PARAMETER  & 
    9 #endif 
    10       ::    &   
    11       cp_cfg = "amm"         !: name of the configuration 
    12    INTEGER                   & 
    13 #if !defined key_agrif 
    14       , PARAMETER  & 
    15 #endif 
    16       ::    &   
    17       jp_cfg = 011  ,        &  !: resolution of the configuration (degrees) 
     6   CHARACTER (len=16) :: cp_cfg = "amm"  !: name of the configuration 
     7   INTEGER            :: jp_cfg = 011    !: resolution of the configuration (degrees) 
     8   INTEGER, PARAMETER ::     & 
    189      ! Original data size 
    1910      jpidta  = 198,        &  !: first horizontal dimension > or = to jpi 
    2011      jpjdta  = 224,        &  !: second                     > or = to jpj 
    21       jpkdta  = 51,         &  !: number of levels           > or = to jpk 
     12      jpkdta  = 33             !: number of levels           > or = to jpk 
     13   INTEGER            ::     & 
    2214      ! total domain matrix size 
    2315      jpiglo  = jpidta,      &  !: first  dimension of global domain --> i 
Note: See TracChangeset for help on using the changeset viewer.