Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8292dda

Browse files
author
pmunar
committed
added line to cta_data6.gs to give also the height at which computes the surface values
1 parent af0201c commit 8292dda

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pyWRF/meteo_utils/cta_data6.gs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ while(tt<=20)
1717
'd t2'
1818
temp2m=sublin(result,2)
1919
dummy=write(outputfile,temp2m,append)
20+
'd hgtsfc'
21+
hsfc = sublin(result,2)
22+
dummy=write(outputfile,hsfc, append)
2023
'd RH'
2124
rhsfc=sublin(result,2)
2225
dummy=write(outputfile,rhsfc,append)

0 commit comments

Comments
 (0)