Skip to content

Commit

Permalink
update commments
Browse files Browse the repository at this point in the history
  • Loading branch information
JhanSrbinovsky committed Jan 14, 2025
1 parent da2aef5 commit 1e508a5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/offline/cable_parameters.F90
Original file line number Diff line number Diff line change
Expand Up @@ -736,13 +736,13 @@ SUBROUTINE spatialSoil(nlon, nlat, logn)
ok = NF90_CLOSE(ncid)
IF (ok /= NF90_NOERR) CALL nc_abort(ok, 'Error closing IGBP soil map.')

!ice values from nml file
!!dont even esxist in what we have
!comparing mysterious existing loop with ice values from nml file
!!dont even exist in what we have
!!soilin%clay = 0.3
!!soilin%silt = 0.33

!!agreement with what we have
!!soilin%css = 2100
!!quasi-agreement with what we have. Below have adpopted these values
!!soilin%css = 2100 (see WHERE() below )
!!soilin%hyds = 0.000001 (*1e3?)
!!soilin%rhosoil = 917 (correct ice density)
!!soilin%sucs = -0.153 (sign)
Expand Down

0 comments on commit 1e508a5

Please sign in to comment.