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 8722 for branches/2017/dev_rev8689_LIM3_RST/NEMOGCM/NEMO/OPA_SRC/IOM/iom_nf90.F90 – NEMO

Ignore:
Timestamp:
2017-11-16T10:50:38+01:00 (6 years ago)
Author:
andmirek
Message:

#1976 changes in variable name and indentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_rev8689_LIM3_RST/NEMOGCM/NEMO/OPA_SRC/IOM/iom_nf90.F90

    r8708 r8722  
    700700      LOGICAL               :: lchunk               ! logical switch to activate chunking and compression 
    701701                                                    ! when appropriate (currently chunking is applied to 4d fields only) 
    702       INTEGER               :: i                    ! local variable 
     702      INTEGER               :: idlv                 ! local variable 
    703703      !--------------------------------------------------------------------- 
    704704      ! 
     
    837837               ELSE 
    838838                  CALL iom_nf90_check(NF90_INQ_VARID( if90id, 'numcat'     , idmy ), clinfo) 
    839                   CALL iom_nf90_check(NF90_PUT_VAR( if90id, idmy, (/ (i, i = 1,iom_file(kiomid)%nlev) /)), clinfo) 
     839                  CALL iom_nf90_check(NF90_PUT_VAR( if90id, idmy, (/ (idlv, idlv = 1,iom_file(kiomid)%nlev) /)), clinfo) 
    840840               ENDIF 
    841841               ! +++ WRONG VALUE: to be improved but not really useful... 
Note: See TracChangeset for help on using the changeset viewer.