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

Run WRF using 360 day calendar?

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.

Chris Thomas

New member
Is it possible to run WRF using a 360 day calendar? Some GCMs use such a calendar and I want to know if we can use WRF to downscale such models.
Chris
 
Hi Chris,
We have a colleague who was working on this application a few years ago. I'm attaching what they gave to us. Their group developed the code, based on the WRFV3.8.1 code. If you are using newer code, you’ll have to update the files to the new code. Note that there is also a known issue with a jump/discontinuity in solar position at the end of the year, simply because the 12*30 = 360 days don't add up to 365 or 366 days, so that may be something else you’ll need to play around with.

There are modifications to both the WPS and WRF programs, and I believe you need a compile flag
-DD360_CALENDAR
in WPS and WRF, (similar to the no-leap calendar). You'll modify the configure.wps and configure.wrf files to add the above to the "ARCH_LOCAL" macro.

We have not tested this in our group, and unfortunately that is all the information we have. I hope it’s helpful!
 

Attachments

  • wrf_wps_3.8.1_360d_patches.zip
    6.8 KB · Views: 53
Top