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

Ignore:
Timestamp:
2013-09-18T10:01:34+02:00 (11 years ago)
Author:
cetlod
Message:

Branch 2013/dev_r3940_CNRS4_IOCRS : minor improvments

File:
1 edited

Legend:

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

    r4015 r4029  
    44   !!                  (AMM_12km configuration VN3.3) 
    55   !!--------------------------------------------------------------------- 
    6    CHARACTER (len=16) :: cp_cfg = "amm"  !: name of the configuration 
    7    INTEGER            :: jp_cfg = 011    !: resolution of the configuration (degrees) 
    8    INTEGER, PARAMETER ::     & 
     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) 
    918      ! Original data size 
    1019      jpidta  = 198,        &  !: first horizontal dimension > or = to jpi 
    1120      jpjdta  = 224,        &  !: second                     > or = to jpj 
    1221      jpkdta  = 33             !: number of levels           > or = to jpk 
     22 
    1323   INTEGER            ::     & 
    1424      ! total domain matrix size 
Note: See TracChangeset for help on using the changeset viewer.