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 7813 for trunk/NEMOGCM/NEMO/LIM_SRC_3/limrst.F90 – NEMO

Ignore:
Timestamp:
2017-03-20T17:17:45+01:00 (7 years ago)
Author:
clem
Message:

synchronize trunk with 3.6

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/NEMO/LIM_SRC_3/limrst.F90

    r7753 r7813  
    147147         z2d(:,:) = t_su(:,:,jl) 
    148148         CALL iom_rstput( iter, nitrst, numriw, znam , z2d ) 
    149       END DO 
    150  
    151       DO jl = 1, jpl  
    152          WRITE(zchar,'(I2.2)') jl 
    153149         znam = 'tempt_sl1'//'_htc'//zchar 
    154150         z2d(:,:) = e_s(:,:,1,jl) 
    155151         CALL iom_rstput( iter, nitrst, numriw, znam , z2d ) 
    156       END DO 
    157  
    158       DO jl = 1, jpl  
    159          WRITE(zchar,'(I2.2)') jl 
    160152         DO jk = 1, nlay_i  
    161153            WRITE(zchar1,'(I2.2)') jk 
     
    376368         CALL iom_get( numrir, jpdom_autoglo, znam , z2d ) 
    377369         t_su(:,:,jl) = z2d(:,:) 
    378       END DO 
    379  
    380       DO jl = 1, jpl  
    381          WRITE(zchar,'(I2.2)') jl 
    382370         znam = 'tempt_sl1'//'_htc'//zchar 
    383371         CALL iom_get( numrir, jpdom_autoglo, znam , z2d ) 
    384372         e_s(:,:,1,jl) = z2d(:,:) 
    385       END DO 
    386  
    387       DO jl = 1, jpl  
    388          WRITE(zchar,'(I2.2)') jl 
    389373         DO jk = 1, nlay_i  
    390374            WRITE(zchar1,'(I2.2)') jk 
Note: See TracChangeset for help on using the changeset viewer.