Opened 6 years ago

Last modified 2 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 Ian Culverwell, 6 years ago

Milestone: 10.09.1

comment:2 by Ian Culverwell, 6 years ago

Milestone: 9.110.0

Bumping to ROPP10.0.

comment:3 by Ian Culverwell, 4 years ago

Defer to ROPP-11.0.

comment:4 by Ian Culverwell, 4 years ago

Milestone: 10.011.0

comment:5 by Ian Culverwell, 2 years ago

Milestone: 11.012.0

Rolling over to ROPP-12.0.

Note: See TracTickets for help on using tickets.