summaryrefslogtreecommitdiff
path: root/science/fvcom/files/patch-mod_lag.F
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2013-02-20 17:30:45 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2013-02-20 17:30:45 +0000
commitcf35ad4c49eaa2583fb5724d18ceab5f20dded7d (patch)
treec1ebb6edb85a870e7c1dbcfded91354faff1dfa1 /science/fvcom/files/patch-mod_lag.F
parentFix installation of devel/eric4 when stdin is closed. (diff)
Add new ports science/fvcom and science/fvcom-mpi:
FVCOM is a prognostic, unstructured-grid, finite-volume, free-surface, 3-D primitive equation coastal ocean circulation model developed by UMASSD-WHOI joint efforts. WWW: http://fvcom.smast.umassd.edu/FVCOM/index.html PR: ports/166726 PR: ports/166728 Submitted by: Jason Bacon <jwbacon at tds.net>
Diffstat (limited to 'science/fvcom/files/patch-mod_lag.F')
-rw-r--r--science/fvcom/files/patch-mod_lag.F16
1 files changed, 16 insertions, 0 deletions
diff --git a/science/fvcom/files/patch-mod_lag.F b/science/fvcom/files/patch-mod_lag.F
new file mode 100644
index 000000000000..84377bb00b64
--- /dev/null
+++ b/science/fvcom/files/patch-mod_lag.F
@@ -0,0 +1,16 @@
+--- mod_lag.F.orig 2008-07-25 16:44:11.000000000 -0500
++++ mod_lag.F 2012-03-31 21:57:17.000000000 -0500
+@@ -212,7 +212,12 @@
+ !Lagrangian particle associated scalar
+ character(len=80) :: lag_scal_choice
+ integer, parameter:: n_scal_choice = 6
+- character(len=80) :: scal_choices(n_scal_choice) = (/"s1","t1","rho1","km","kh","user_defined"/)
++ character(len=80) :: scal_choices(n_scal_choice) = (/ "s1 ", &
++ "t1 ", &
++ "rho1 ", &
++ "km ", &
++ "kh ", &
++ "user_defined"/)
+ logical :: scal_choice_valid
+
+