Changeset 26882
- Timestamp:
- 02/10/22 15:50:36 (3 years ago)
- Location:
- issm/trunk-jpl/test/MITgcm
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/test/MITgcm/code_4003/shelfice_step_icemass.F
r26544 r26882 45 45 C i,j, bi,bj :: loop indices 46 46 INTEGER bi,bj,i,j 47 #ifdef ALLOW_CPL_ISSM48 _RL issm_density49 issm_density = 917.50 #endif /* ALLOW_CPL_ISSM */51 47 52 48 IF ( SHELFICEMassStepping ) THEN … … 77 73 DO j=1-OLy,sNy+OLy-1 78 74 DO i=1-OLx+1,sNx+OLx-1 79 shelficeMass(i,j,bi,bj) = 80 & R_shelfIce(i,j,bi,bj) * issm_density 75 shelficeMass(i,j,bi,bj) = R_shelfIce(i,j,bi,bj) * rhoConst 81 76 ENDDO 82 77 ENDDO -
issm/trunk-jpl/test/MITgcm/coupling_rules.txt
r26452 r26882 10 10 xC Nx*Ny Real*8 10001005 11 11 yC Nx*Ny Real*8 10001006 12 IceBaseNx*Ny Real*8 1000100713 (in m, 0 is sea level, negative is below sea level, 9999 is no ice,14 use density 917 kg/m^3) 15 OceanMelt Nx*Ny Real*8 10001008 12 OceanMelt Nx*Ny Real*8 10001007 13 melt_mesh[i]=-melt_mesh[i]/rho_ice; //heat flux provided by ocean is in kg/m^2/s 14 IceBase Nx*Ny Real*8 10001008 15 in m, 0 is sea level, negative is below sea level, 9999 is no ice 16 16 17 17 >>>> INITIALIZATION FROM SCRATCH
Note:
See TracChangeset
for help on using the changeset viewer.