Opened 7 years ago
Last modified 3 years ago
#500 new enhancement
Augment obs_refrac structure to hold tdry
Reported by: | Ian Culverwell | Owned by: | Ian Culverwell |
---|---|---|---|
Priority: | normal | Milestone: | 12.0 |
Component: | ropp_fm | Version: | 9.0 |
Keywords: | obs_refrac, tdry | Cc: |
Description
Hans Gleisner at DMI remarks:
Just to clarify the issue with adding tdry to the Fortran structured variable used in forward modelling: The subroutine for doing 1D forward modelling to refractivity is ropp_fm_refrac_1d( state, obs_refrac ) where TYPE(State1dFM)::state and TYPE(Obs1dRefrac)::obs_refrac The subroutine for doing forward modelling to dry temperatures is currently ropp_fm_tdry_1d( state, obs_refrac, tdry ) where REAL(wp)::tdry . It would be practical to include tdry as a part of the Obs1dRefrac structure. It sits on the same vertical levels as refractivity, so there is no need to change anything else in the Obs1drefrac structure. In that way, we would not have to define an explicit variable tdry.
Sounds fairy nuff to me.
Change history (5)
comment:1 by , 7 years ago
Milestone: | 10.0 → 9.1 |
---|
comment:2 by , 6 years ago
Milestone: | 9.1 → 10.0 |
---|
comment:4 by , 4 years ago
Milestone: | 10.0 → 11.0 |
---|
Note:
See TracTickets
for help on using tickets.
Bumping to ROPP10.0.