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/in_out_manager.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/in_out_manager.F90

    r13970 r14072  
    1 MODULE in_out_manager    
     1MODULE in_out_manager 
    22   !!====================================================================== 
    33   !!                       ***  MODULE  in_out_manager  *** 
     
    5353   ! The following four values determine the partitioning of the output fields 
    5454   ! into netcdf4 chunks. They are unrelated to the nn_chunk_sz setting which is 
    55    ! for runtime optimisation. The individual netcdf4 chunks can be optionally  
    56    ! gzipped (recommended) leading to significant reductions in I/O volumes  
     55   ! for runtime optimisation. The individual netcdf4 chunks can be optionally 
     56   ! gzipped (recommended) leading to significant reductions in I/O volumes 
    5757   !                         !!!**  variables only used with iom_nf90 routines and key_netcdf4 ** 
    58    INTEGER ::   nn_nchunks_i   !: number of chunks required in the i-dimension  
    59    INTEGER ::   nn_nchunks_j   !: number of chunks required in the j-dimension  
    60    INTEGER ::   nn_nchunks_k   !: number of chunks required in the k-dimension  
    61    INTEGER ::   nn_nchunks_t   !: number of chunks required in the t-dimension  
     58   INTEGER ::   nn_nchunks_i   !: number of chunks required in the i-dimension 
     59   INTEGER ::   nn_nchunks_j   !: number of chunks required in the j-dimension 
     60   INTEGER ::   nn_nchunks_k   !: number of chunks required in the k-dimension 
     61   INTEGER ::   nn_nchunks_t   !: number of chunks required in the t-dimension 
    6262   LOGICAL ::   ln_nc4zip      !: netcdf4 usage: (T) chunk and compress output using the HDF5 sublayers of netcdf4 
    63    !                           !                 (F) ignore chunking request and use the netcdf4 library  
    64    !                           !                     to produce netcdf3-compatible files  
     63   !                           !                 (F) ignore chunking request and use the netcdf4 library 
     64   !                           !                     to produce netcdf3-compatible files 
    6565#endif 
    6666 
     
    8585   !!---------------------------------------------------------------------- 
    8686   INTEGER ::   nitrst                !: time step at which restart file should be written 
    87    LOGICAL ::   lrst_oce              !: logical to control the oce restart write  
    88    LOGICAL ::   lrst_ice              !: logical to control the ice restart write  
    89    LOGICAL ::   lrst_abl              !: logical to control the abl restart write  
     87   LOGICAL ::   lrst_oce              !: logical to control the oce restart write 
     88   LOGICAL ::   lrst_ice              !: logical to control the ice restart write 
     89   LOGICAL ::   lrst_abl              !: logical to control the abl restart write 
    9090   INTEGER ::   numror = 0            !: logical unit for ocean restart (read). Init to 0 is needed for SAS (in daymod.F90) 
    9191   INTEGER ::   numrir = 0            !: logical unit for ice   restart (read) 
     
    155155 
    156156   !!---------------------------------------------------------------------- 
    157    !!                          Run control   
     157   !!                          Run control 
    158158   !!---------------------------------------------------------------------- 
    159159   INTEGER       ::   no_print = 0          !: optional argument of fld_fill (if present, suppress some control print) 
Note: See TracChangeset for help on using the changeset viewer.