Skip to content

Commit

Permalink
Merge pull request #771 from shugongwang/support/lisf-557ww-7.4
Browse files Browse the repository at this point in the history
couple_jules_to_lis.sh modification
  • Loading branch information
emkemp authored Apr 27, 2021
2 parents fa448d2 + 513d6fb commit 1cb321b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lis/surfacemodels/land/jules.5.0/couple_jules_to_lis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -210,3 +210,7 @@ vim -N -u NONE -i NONE -e -s \

### Step 5: delete jules.F90
rm ./src/control/standalone/jules.F90

### Step 6: modify soil_htc_jls_mod.F90 to avoid a truncation error causing LIS-JULES crash
sed -i 's/smcl(i,n)\ -\ smclu(i,n)/max(smcl(i,n)\ -\ smclu(i,n),0.0)\ ! Modified\ by\ the\ LIS\ team\ to\ avoid\ truncation\ error/g' \
./src/science/soil/soil_htc_jls_mod.F90

0 comments on commit 1cb321b

Please sign in to comment.