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 14072 for NEMO/trunk/src/OCE/IOM/iom_def.F90 – NEMO

Ignore:
Timestamp:
2020-12-04T08:48:38+01:00 (3 years ago)
Author:
laurent
Message:

Merging branch "2020/dev_r13648_ASINTER-04_laurent_bulk_ice", ticket #2369

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/src/OCE/IOM/iom_def.F90

    r13970 r14072  
    1717   INTEGER, PARAMETER, PUBLIC ::   jpdom_local         = 2   !: (Nis0: Nie0 ,Njs0: Nje0 ) 
    1818   INTEGER, PARAMETER, PUBLIC ::   jpdom_unknown       = 3   !: No dimension checking 
    19    INTEGER, PARAMETER, PUBLIC ::   jpdom_auto          = 4   !:  
     19   INTEGER, PARAMETER, PUBLIC ::   jpdom_auto          = 4   !: 
    2020   INTEGER, PARAMETER, PUBLIC ::   jpdom_auto_xy       = 5   !: Automatically set horizontal dimensions only 
    2121 
     
    3333!$AGRIF_DO_NOT_TREAT 
    3434   INTEGER, PUBLIC            ::   iom_open_init = 0   !: used to initialize iom_file(:)%nfid to 0 
    35 !XIOS write restart    
     35!XIOS write restart 
    3636   LOGICAL, PUBLIC            ::   lwxios = .FALSE.    !: write single file restart using XIOS 
    3737   INTEGER, PUBLIC            ::   nxioso = 0          !: type of restart file when writing using XIOS 1 - single, 2 - multiple 
    38 !XIOS read restart    
     38!XIOS read restart 
    3939   LOGICAL, PUBLIC            ::   lrxios = .FALSE.     !: read single file restart using XIOS main switch 
    4040   LOGICAL, PUBLIC            ::   lxios_sini = .FALSE. ! is restart in a single file 
     
    5050      INTEGER                                   ::   iduld    !: id of the unlimited dimension 
    5151      INTEGER                                   ::   lenuld   !: length of the unlimited dimension (number of records in file) 
    52       INTEGER                                   ::   irec     !: writing record position   
     52      INTEGER                                   ::   irec     !: writing record position 
    5353      CHARACTER(LEN=32)                         ::   uldname  !: name of the unlimited dimension 
    5454      CHARACTER(LEN=32), DIMENSION(jpmax_vars)  ::   cn_var   !: names of the variables 
     
    5656      INTEGER, DIMENSION(jpmax_vars)            ::   ndims    !: number of dimensions of the variables 
    5757      LOGICAL, DIMENSION(jpmax_vars)            ::   luld     !: variable using the unlimited dimension 
    58       INTEGER, DIMENSION(jpmax_dims,jpmax_vars) ::   dimsz    !: size of variables dimensions  
     58      INTEGER, DIMENSION(jpmax_dims,jpmax_vars) ::   dimsz    !: size of variables dimensions 
    5959      REAL(kind=wp), DIMENSION(jpmax_vars)      ::   scf      !: scale_factor of the variables 
    6060      REAL(kind=wp), DIMENSION(jpmax_vars)      ::   ofs      !: add_offset of the variables 
Note: See TracChangeset for help on using the changeset viewer.