Opened 8 years ago
Closed 8 years ago
#156 closed Defect (fixed)
Flexpart-WRF 3.3, new parameter in readinput.f90
Reported by: | mschoeppner | Owned by: | adingwell |
---|---|---|---|
Priority: | minor | Milestone: | FLEXPART_WRF_3.3_FPbase_9 |
Component: | FP other | Version: | FLEXPART-WRF |
Keywords: | Cc: |
Description
There seems to be a new parameter listed in readinput.f90 of the newly released Flexpart-WRF3.3. In line 225 lu_option is listed between turb_option and cbl_scheme, but it is not listed in the flxp_input.txt examples. This makes the existing flxp_input format incompatible with the new Flexpart-WRF version. What is the purpose of lu_option?
In order to make Flexpart-WRF 3.3 work with the existing flxp_input format, we had to remove line 225 from readinput.f90 and recompile.
Change History (2)
comment:1 Changed 8 years ago by adingwell
- Component changed from FP coding/compilation to FP other
- Milestone set to FLEXPART_WRF_3.3_FPbase_9
- Owner set to adingwell
- Priority changed from major to minor
- Status changed from new to accepted
comment:2 Changed 8 years ago by adingwell
- Resolution set to fixed
- Status changed from accepted to closed
Note: See
TracTickets for help on using
tickets.
The option is for reading landuse data from WRF instead of using the 0.3 degree landuse data bundled with flexpart-wrf (useful at higher resolutions). The option is included in the default input file (flexwrf.input) and the reference file (flexwrf.input.reference), but I missed adding to examples/*; a fix is now included in the upcoming 3.3.1.