Changeset 26882


Ignore:
Timestamp:
02/10/22 15:50:36 (3 years ago)
Author:
dmenemen
Message:

M MITgcm/code_4003/shelfice_step_icemass.F
M MITgcm/coupling_rules.txt
A MITgcm/tools/lookat_4003.m

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  
    4545C     i,j, bi,bj  :: loop indices
    4646      INTEGER bi,bj,i,j
    47 #ifdef ALLOW_CPL_ISSM
    48       _RL  issm_density
    49       issm_density = 917.
    50 #endif /* ALLOW_CPL_ISSM */
    5147
    5248      IF ( SHELFICEMassStepping ) THEN
     
    7773          DO j=1-OLy,sNy+OLy-1
    7874           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
    8176           ENDDO
    8277          ENDDO
  • issm/trunk-jpl/test/MITgcm/coupling_rules.txt

    r26452 r26882  
    1010xC                     Nx*Ny       Real*8  10001005
    1111yC                     Nx*Ny       Real*8  10001006
    12 IceBase                Nx*Ny       Real*8  10001007
    13     (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
     12OceanMelt              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
     14IceBase                Nx*Ny       Real*8  10001008
     15    in m, 0 is sea level, negative is below sea level, 9999 is no ice
    1616
    1717>>>> INITIALIZATION FROM SCRATCH
Note: See TracChangeset for help on using the changeset viewer.