Swat+ Irrigation Schedule

284 views
Skip to first unread message

marianna leone

unread,
Jan 24, 2022, 6:28:00 AM1/24/22
to SWAT+
Hello all, 

I have to set up  manual irrigation schedule that does not appear to perform any irrigation. In the output files for example "basin_wb" the irrigation is equal to 0 mm.

A possible solution found on this forum is at the link: https://groups.google.com/g/swatplus/c/CBE_ExzDphY/m/3C2zHrBeDAAJ. Edit the mgt_sched.f90 file at line 248: put "irrop = mgt% op1" instead of "irrop = mgt% op4".

However, while following the word guide downloadable from the SWAT + site, it gives me this type of error:
WhatsApp Image 2022-01-24 at 12.15.17.jpeg

Can anyone explain to me how to proceed or another solution to implement irrigation?
Thanks in advance
Marianna

Patricia Spellman

unread,
Jan 28, 2022, 3:01:58 PM1/28/22
to SWAT+
We are having the same problem. Compiling on windows did not help at all. I don't understand how they let this get by. This is a core part of the reason people use this program. 

Nancy B. Sammons

unread,
Jan 31, 2022, 7:49:07 AM1/31/22
to Patricia Spellman, SWAT+, Jeff Arnold

Patricia: 

We apologize for the problems you are having.  These routines included in the snap below were included in the BitBucket commit by mistake and do not need to be included in a project.  We have addressed many of the irrigation issues in our more recent versions of the model.  The new interfaces should be released soon that includes all these updates .  In the meantime, if you are using the IRRM (irrigation manual) in your management schedule I believe could get this going for you in a timely manner.  I would need your current txtinout (.zip) to take a look.   Again, we apologize for the delay.

Nancy

 

 

From: swat...@googlegroups.com <swat...@googlegroups.com> On Behalf Of Patricia Spellman
Sent: Friday, January 28, 2022 2:02 PM
To: SWAT+ <swat...@googlegroups.com>
Subject: [SWAT+ User Group] Re: Swat+ Irrigation Schedule

 

We are having the same problem. Compiling on windows did not help at all. I don't understand how they let this get by. This is a core part of the reason people use this program. 

 

 

On Monday, January 24, 2022 at 6:28:00 AM UTC-5 m.leo...@gmail.com wrote:

Hello all, 

I have to set up  manual irrigation schedule that does not appear to perform any irrigation. In the output files for example "basin_wb" the irrigation is equal to 0 mm.

A possible solution found on this forum is at the link: https://groups.google.com/g/swatplus/c/CBE_ExzDphY/m/3C2zHrBeDAAJ. Edit the mgt_sched.f90 file at line 248: put "irrop = mgt% op1" instead of "irrop = mgt% op4".

However, while following the word guide downloadable from the SWAT + site, it gives me this type of error:



Can anyone explain to me how to proceed or another solution to implement irrigation?
Thanks in advance
Marianna

--
You received this message because you are subscribed to the Google Groups "SWAT+" group.
To unsubscribe from this group and stop receiving emails from it, send an email to swatplus+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/swatplus/a670eb07-0e88-4a4c-b3fd-520e3e84802dn%40googlegroups.com.

Pati Spellman

unread,
Jan 31, 2022, 9:44:29 AM1/31/22
to Nancy B. Sammons, SWAT+, Jeff Arnold
Hey Nancy,

No worries! It was just getting a bit confusing. I can zip everything up and send it over via Box later today.

Thank you so much for your help! 


Patricia Spellman
Assistant Professor
Department of Geosciences
University of South Florida



Ebrochet

unread,
Jan 31, 2022, 10:45:17 AM1/31/22
to SWAT+
Hello Marianna,

If you wan't to compile the Fortran files before the new release, I found on the forum (https://groups.google.com/g/swatplus/c/xzWt0A6T4J8/m/cThxcmg2BQAJ) the list of files you can remove before compiling : proc_allo.f90, ru_allo.f90, siminit_yr.f90, water_hru.f90, hru_soiltest_update.f90, soiltest_all_init.f90, soiltest_init.f90.
I hope we don't miss important processes by removing these files, but the compilation works !

Elisabeth

Nancy B. Sammons

unread,
Feb 1, 2022, 7:29:32 AM2/1/22
to Ebrochet, SWAT+

These routines were included by mistake in this commit and are not being used in the current SWAT+ code.  They can be deleted if you are compiling code.

I apologize for the inconvenience.

Nancy

 

 

 

From: swat...@googlegroups.com <swat...@googlegroups.com> On Behalf Of Ebrochet
Sent: Monday, January 31, 2022 9:45 AM
To: SWAT+ <swat...@googlegroups.com>
Subject: [SWAT+ User Group] Re: Swat+ Irrigation Schedule

 

Hello Marianna,

 

If you wan't to compile the Fortran files before the new release, I found on the forum (https://groups.google.com/g/swatplus/c/xzWt0A6T4J8/m/cThxcmg2BQAJ) the list of files you can remove before compiling : proc_allo.f90, ru_allo.f90, siminit_yr.f90, water_hru.f90, hru_soiltest_update.f90, soiltest_all_init.f90, soiltest_init.f90.

I hope we don't miss important processes by removing these files, but the compilation works !

 

Elisabeth

 

Le lundi 24 janvier 2022 à 12:28:00 UTC+1, m.leo...@gmail.com a écrit :

Hello all, 

I have to set up  manual irrigation schedule that does not appear to perform any irrigation. In the output files for example "basin_wb" the irrigation is equal to 0 mm.

A possible solution found on this forum is at the link: https://groups.google.com/g/swatplus/c/CBE_ExzDphY/m/3C2zHrBeDAAJ. Edit the mgt_sched.f90 file at line 248: put "irrop = mgt% op1" instead of "irrop = mgt% op4".

However, while following the word guide downloadable from the SWAT + site, it gives me this type of error:



Can anyone explain to me how to proceed or another solution to implement irrigation?
Thanks in advance
Marianna

--

You received this message because you are subscribed to the Google Groups "SWAT+" group.
To unsubscribe from this group and stop receiving emails from it, send an email to swatplus+u...@googlegroups.com.

Tejas Kulkarni

unread,
Feb 1, 2022, 7:56:42 AM2/1/22
to Nancy B. Sammons, SWAT+
  Dear All,

I'm getting these same errors when I implement an auto-irrigation function in management operations. I know that this module has not been incorporated in the SWAT+ editor.  How can I proceed with this further?

Please do let me know. 




--
Many thanks, 
Best regards

Tejas Kulkarni

An der Lutherkirche 13,
Hannover, 30167
Mobile/Whatsapp : +49-1786279899


Reply all
Reply to author
Forward
0 new messages