Skip to content

Bugs in wrf_timeseries.F #2255

@thodoros65

Description

@thodoros65

I am in WRF 4.4 and I believe there are two issues in wrf_timeseries.F

  1. In line 910 I believe there is a bug in the write statement:
    in the FMT there are 54 variables to be printed however below there are 55 variables.
    This causes an extra line to appear in TS file with only the last variable just below the regular record.

  2. Further, the variable ts_ghi_accum(n,i) grows large enough so that the f13.5 in the FMT is not adequate to describe it, so the resulting output in the TS file is ****************

  3. A suggestion: It is my experience that relative humidity plays also an important role in solar applications. So it would be useful if the relative humidity variable is also stored in the TS file.

Many thanks

Thodoros

for example see the following sample output :

4 48.588886 1 43 88 305.44971 0.00948 -3.84707 -5.18628 101150.67188 368.04108 202.17233 76.25343 0.00431 309.21909 310.69809 0.00000 0.00000 0.00000 0.00000 15.23179 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 -999.00000 -999.00000 -999.00000 -999.00000 0.60662 69.43839 ************* 299.72440 443.25650 140.48209 299.72440 443.25650 364.04523 889.20947 44.39108 364.04523
889.20947
4 48.589634 1 43 88 305.44958 0.00948 -3.84791 -5.18570 101150.63281 368.04108 202.17233 76.25314 0.00431 309.21893 310.69778 0.00000 0.00000 0.00000 0.00000 15.23241 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 -999.00000 -999.00000 -999.00000 -999.00000 0.60662 69.44749 ************* 299.72440 443.25650 140.48209 299.72440 443.25650 363.87231 889.12952 44.37802 363.87231
889.12952
4 48.590374 1 43 88 305.44846 0.00948 -3.84726 -5.18567 101150.59375 368.04108 202.17233 76.26057 0.00431 309.21820 310.69748 0.00000 0.00000 0.00000 0.00000 15.23310 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 -999.00000 -999.00000 -999.00000 -999.00000 0.60662 69.45667 ************* 299.72440 443.25650 140.48209 299.72440 443.25650 363.69736 889.04852 44.36472 363.69736
889.04852
4 48.591110 1 43 88 305.44888 0.00948 -3.84744 -5.18594 101150.63281 368.04108 202.17233 76.25578 0.00431 309.21838 310.69717 0.00000 0.00000 0.00000 0.00000 15.23361 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 -999.00000 -999.00000 -999.00000 -999.00000 0.60662 69.46580 ************* 299.72440 443.25650 140.48209 299.72440 443.25650 363.52280 888.96729 44.35150 363.52280
888.96729

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions