Changeset 23525


Ignore:
Timestamp:
12/10/18 00:40:15 (6 years ago)
Author:
rueckamp
Message:

CHG: added patch to SEMIC routine surface_physics

Location:
issm/trunk-jpl/externalpackages/semic
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/externalpackages/semic/install.sh

    r23480 r23525  
    33
    44#Some cleanup
    5 rm -rf install src
    6 mkdir install
     5#rm -rf install src
     6#mkdir install
    77
    88#Download latest version
    9 git clone https://github.com/mkrapp/semic.git src
     9#git clone https://github.com/mkrapp/semic.git src
    1010
    1111if which ifort >/dev/null; then
     
    4141make
    4242
     43# patch surface_physics
     44patch surface_physics.f90 < ../surface_physics.f90.patch
     45
    4346#Compile semic module surface_physics.f90
    4447(
Note: See TracChangeset for help on using the changeset viewer.