Changeset 28250
- Timestamp:
- 05/03/24 09:07:45 (11 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/modules/SurfaceMassBalancex/Gembx.cpp
r28073 r28250 1281 1281 1282 1282 // SHORTWAVE FUNCTION 1283 if (swIdx == 0 | (dIce - d[0])<Dtol) {// all sw radation is absorbed in by the top grid cell1283 if (swIdx == 0 || (dIce - d[0])<Dtol) {// all sw radation is absorbed in by the top grid cell 1284 1284 1285 1285 // calculate surface shortwave radiation fluxes [W m-2]
Note:
See TracChangeset
for help on using the changeset viewer.