You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
case('<vname_qsim>'); vname_qsim =trim(cData) ! name of runoff variable
160
162
case('<vname_evapo>'); vname_evapo =trim(cData) ! name of actual evapoartion variable
161
163
case('<vname_precip>'); vname_precip =trim(cData) ! name of precipitation variable
162
-
case('<vname_solute>'); vname=trim(cData)! name of solute mass flux variables (up to 10 is ok)
164
+
case('<vname_solute>'); vname_tmp= split_line(trim(cData),delim=';,:') ! name of solute mass flux variables (up to 10 is ok), acceptable delimiter: : , :
163
165
case('<vname_time>'); vname_time =trim(cData) ! name of time variable in the runoff file
164
166
case('<vname_hruid>'); vname_hruid =trim(cData) ! name of the HRU id
165
167
case('<dname_time>'); dname_time =trim(cData) ! name of time variable in the runoff file
0 commit comments