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 1463 for trunk/NEMO/LIM_SRC_2/limwri_2.F90 – NEMO

Ignore:
Timestamp:
2009-06-09T16:45:31+02:00 (15 years ago)
Author:
smasson
Message:

force 3rd dimension in sea-ice coupling fields, see ticket:444

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/LIM_SRC_2/limwri_2.F90

    r1359 r1463  
    158158            zcmo(ji,jj,15) = utaui_ice(ji,jj) 
    159159            zcmo(ji,jj,16) = vtaui_ice(ji,jj) 
    160             zcmo(ji,jj,17) = qsr_ice(ji,jj) 
    161             zcmo(ji,jj,18) = qns_ice(ji,jj) 
     160            zcmo(ji,jj,17) = qsr_ice(ji,jj,1) 
     161            zcmo(ji,jj,18) = qns_ice(ji,jj,1) 
    162162            zcmo(ji,jj,19) = sprecip(ji,jj) 
    163163         END DO 
Note: See TracChangeset for help on using the changeset viewer.