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

WRFV3.8 problem building executables

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.

Hi,
If you look in your compile log, and do a search for the word "Error" (with a captial "E"), the first error message it is giving is:
Code:
module_cu_g3.f90:3128:41:

                    call random_seed (PUT=seed)
                                         1
Error: Size of ‘put’ argument of ‘random_seed’ intrinsic at (1) too small (12/33)

Typically the first error is the primary problem, and all following errors are a result of things not building due to the first/previous problems.

Take a look at this "Known Problems" page, and scroll to the bottom to see the fix for this particular problem:
http://www2.mmm.ucar.edu/wrf/users/wrfv3.8/known-prob-3.8.html
 
Top