Scheduled Downtime
On Friday 21 April 2023 @ 5pm MT, this website will be down for maintenance and expected to return online the morning of 24 April 2023 at the latest

Irrigation in Noah-MP

qingling

New member
I used WRF coupling Noah-mp to simulate irrigation in the 2000. I set an experiment that is only used by flood irrigation method. However, There was big values when I get the Sprinkler Irrigation Water Accumulated (IRSIVOL). It is so confused. I would be very grateful if you could answer the question. Looking forward to you reply!
1754577667596.png1754577825977.png
 
Hello, can you make sure about the noahmp irrigation option, opt_irr is on and opt_irrm = 3 for only flood irrigation.
And Where is the study area?
Thank you for your reply! I just used the opt_irrm = 0 (based on geo_em fraction). My study area is in xinjiang, China.
The three images is FIFRACT, MIFRACT, and SIFRACT from geo_em.d02.nc respectively. MIFRACT and SIFRACT in my study area is zero but IRSIVOL's values is big.
Looking forward to your reply! Thanks!
1754726591975.png1754726928616.png1754726974415.png1754727034403.png
 
Thank you for these maps, I think this issue is related to this line in the irrigation code:

! If OPT_IRRM = 0 and if methods are unknown for certain area, then use sprinkler irrigation method

It happens on cropland and when irrigation fraction > than IRR_FRAC:
( IF((CROPLU .EQV. .TRUE.) .AND. (IRRFRA .GE. parameters%IRR_FRAC) .AND. &)
but all these irrigation method fraction is 0, then it will choose for sprinkler irrigation by default

I suggest you can look into the spatial distribution of irrigation fraction, cropland distribution, these three different irrigation method, and their discrepancy.
And when you know there is only flood irrigation, you can use OPT_IRRM=3 for flood irrigation only.
 
Thank you for these maps, I think this issue is related to this line in the irrigation code:

! If OPT_IRRM = 0 and if methods are unknown for certain area, then use sprinkler irrigation method

It happens on cropland and when irrigation fraction > than IRR_FRAC:
( IF((CROPLU .EQV. .TRUE.) .AND. (IRRFRA .GE. parameters%IRR_FRAC) .AND. &)
but all these irrigation method fraction is 0, then it will choose for sprinkler irrigation by default

I suggest you can look into the spatial distribution of irrigation fraction, cropland distribution, these three different irrigation method, and their discrepancy.
And when you know there is only flood irrigation, you can use OPT_IRRM=3 for flood irrigation only.
Thank you for your reply! I will check that! I have other questions about Irrigation.
1. How to understand opt_irr = 1?
2. The max value of flood irrigation amount in my study is so big up to 53104 mm/year. I think it is abnormal. How to explain this phenomenon?
Looking forward to your reply! Thanks!
1755047474267.png
 
Top