Contributing code steps

This post was from a previous version of the WRF&MPAS-A Support Forum. New replies have been disabled and if you have follow up questions related to this post, then please start a new thread from the forum home page.

Please see the attached update for wrf_tsin.F in which it now expects the header of tslist to be "I" then "J". Also, the IF statement that reads in the tower locations is changed from:
Code:
IF (config_flags%map_proj == 0 .OR. grid%tslist_ij) THEN
to
Code:
IF ( grid%tslist_ij) THEN
due to the redundancy from checking if it is an idealized case where all idealized cases will only use I/J (and not lat/lon).

It looks like mgduda will push an update to allow for the header to be written in uppercase or lowercase - I think this is a good idea.
 

Attachments

Back
Top