Skip to content
Snippets Groups Projects
Commit 8a0f9f50 authored by WAUTELET Philippe's avatar WAUTELET Philippe
Browse files

Philippe 01/07/2021: correct cstdname for ACPRR field

parent 827ca243
No related branches found
No related tags found
No related merge requests found
......@@ -3046,9 +3046,8 @@ IDX = IDX+1
!
IF(IDX>MAXFIELDS) CALL ERR_INI_FIELD_LIST()
TFIELDLIST(IDX)%CMNHNAME = 'ACPRR'
TFIELDLIST(IDX)%CSTDNAME = 'rainfall_amount'
TFIELDLIST(IDX)%CSTDNAME = 'thickness_of_rainfall_amount'
TFIELDLIST(IDX)%CLONGNAME = 'ACPRR'
!PW: TODO: CF-convention prefers 'kg m-2'
TFIELDLIST(IDX)%CUNITS = 'm'
TFIELDLIST(IDX)%CDIR = 'XY'
TFIELDLIST(IDX)%CCOMMENT = 'X_Y_ACcumulated Precipitation Rain Rate'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment