MOSES MOTION LOADCASES

Hi, I wanted to do motion analysis at different seastate with multiple COG location. However, im getting error "Too Many Token for ST_FCargo Defined" and the output file does not give result of the rest of COG location. Appreciate if you can check what is missing in the input command

               *** ERROR:  Too Many Tokens for ST_FCARG Defined         

                   *** ERROR:  Too Many Tokens for JONSWAP Defined                 

Attached is my command:

$ -------- MOTION & ACCELERATION DATA ---------------------------------
&data env
&set list_env =
&set head_l = 225 180 135 90 45 0 315 270
&set sptum = jonswap
&set hs_l = 3.1 3.8 1.0 0.9 1.8 1.7 1.6 1.6
&set tp_l = 9.8 10.4 8.9 8.5 5.9 5.8 5.7 8.1
&set sp_type = peak
&set gamma_l = 1.4 1.4 1.5 1.5 1.9 1.9 1.8 1.6
$
$ ---------------------------------------------------------------------------
$
&loop n 1 8 1
&set hd_use = &token(%n% %head_l%)
&set hs_use = &token(%n% %hs_l%)
&set tp_use = &token(%n% %tp_l%)

env e_%(hd_use)_%(hs_use)_%(tp_use) \
-sea %sptum %hd_use %hs_use %tp_use %gamma_l -sp_type peak
end_&data
$ ---------------------------------------------------------------------------

&set env_use = env e_%(hd_use)_%(hs_use)_%(tp_use) -sea %sptum %hd_use %hs_use %tp_use %gamma_l -sp_type peak

$ location of points for the motion analysis
&set cog_n = 4
&set cog_1 = 116.50 0.287 32.88
&set cog_2 = 75.00 36.00 68.50
&set cog_3 = 77.00 38.00 71.00
&set cog_4 = 75.00 -36.00 68.50
&set cog_5 = 77.00 -38.00 71.00
$
&loop n (%cog_n%)
&set cargo_cg = %(cog_%(n))
fr_point &token(n %cargo_cg%)
end
$
fr_point &token(n %cargo_cg%)
end
$
st_point %env_use%
report
end
st_fcargo %env_use
report
&endloop
&endloop
&fini
$