- Timestamp:
- 02/13/22 14:07:27 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/test/MITgcm/code_4003/shelfice_step_icemass.F
r26882 r26886 73 73 DO j=1-OLy,sNy+OLy-1 74 74 DO i=1-OLx+1,sNx+OLx-1 75 shelficeMass(i,j,bi,bj) = R_shelfIce(i,j,bi,bj) * rhoConst75 shelficeMass(i,j,bi,bj) = -R_shelfIce(i,j,bi,bj) * rhoConst 76 76 ENDDO 77 77 ENDDO
Note:
See TracChangeset
for help on using the changeset viewer.