Scheduled Downtime
On Friday 21 April 2023 @ 5pm MT, this website will be down for maintenance and expected to return online the morning of 24 April 2023 at the latest

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

  • wrf_tsin.F
    4.8 KB · Views: 48
Top