Changeset 22797


Ignore:
Timestamp:
05/21/18 11:46:06 (7 years ago)
Author:
dmenemen
Message:

MITgcm sends shelficeFreshWaterFlux
instead of shelficeHeatFlux to ISSM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/test/MITgcm/code/cpl_issm.F

    r22712 r22797  
    159159               DO j=1,sNy
    160160                  DO i=1,sNx
    161                      local(i,j,bi,bj) = shelficeHeatFlux(i,j,bi,bj)
     161                     local(i,j,bi,bj)=shelficeFreshWaterFlux(i,j,bi,bj)
    162162                  ENDDO
    163163               ENDDO
     
    175175         ENDIF
    176176         CALL BAR2( myThid )
    177          print*,'Done Sending shelficeHeatFlux array.'
     177         print*,'Done Sending shelficeFreshWaterFlux array.'
    178178         
    179179      ENDIF
Note: See TracChangeset for help on using the changeset viewer.