Opened 6 years ago
Closed 4 years ago
#648 closed task (wontfix)
Consider reducing the default 'best' refractivity spacing to 100 m in troposphere
Reported by: | Ian Culverwell | Owned by: | Ian Culverwell |
---|---|---|---|
Priority: | normal | Milestone: | 10.0 |
Component: | ropp_fm | Version: | 9.0 |
Keywords: | refractivity spacing | Cc: |
Description
This is Action 01 of ROPP9.0 DRI.
The current default values (see ropp_fm/config/best_fm.nml) are
! -------------------- ! Refractivity options ! -------------------- refrac_wanted = .TRUE., ! Refractivities desired geop_min = 200.0, ! Minimum refrac geopotential (uniformly spaced) geop_max = 60000.0, ! Maximum refrac geopotential (uniformly spaced) n_geop = 300, ! No. of geopotential levels (uniformly spaced)
These match the defaults in ropp_fm/tools/ropp_bg2ro_1d.f90.
They imply a uniform spacing of 200 m between refractvity geopotential levels. As the title says, we should consider reducing this to 100 m.
Note:
See TracTickets
for help on using tickets.
Won't fix. Since these parameters can now be provided in a namelist, i.e. there is no need to recompile to set different values, then there is no need to change the base code.