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 6979 for branches/2016/dev_r6409_SIMPLIF_2_usrdef/NEMOGCM/NEMO/OPA_SRC/DOM/domain.F90 – NEMO

Ignore:
Timestamp:
2016-10-03T18:23:58+02:00 (8 years ago)
Author:
cetlod
Message:

SIMPLIF_2_usrdef : make it work for standard Offline configuration

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2016/dev_r6409_SIMPLIF_2_usrdef/NEMOGCM/NEMO/OPA_SRC/DOM/domain.F90

    r6976 r6979  
    6969      !!              - 1D configuration, move Coriolis, u and v at T-point 
    7070      !!---------------------------------------------------------------------- 
    71       INTEGER ::   ji, jj, jk   ! dummy loop indices 
     71      INTEGER ::   ji, jj, jk, ik   ! dummy loop indices 
    7272      INTEGER ::   iconf = 0    ! local integers 
    7373      CHARACTER (len=64) ::   cform = "(A12, 3(A13, I7))"  
     
    107107      ! 
    108108      DO jj = 1, jpj                   ! depth of the iceshelves 
    109          DO ji = 1, jpj 
    110             risfdep(ji,jj) = gdepw_0(ji,jj,mikt(ji,jj)) 
     109         DO ji = 1, jpi 
     110            ik = mikt(ji,jj) 
     111            risfdep(ji,jj) = gdepw_0(ji,jj,ik) 
    111112         END DO 
    112113      END DO 
Note: See TracChangeset for help on using the changeset viewer.