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

Problems 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,
The error you are getting is this:

Code:
module_cu_g3.f90:3106:41:

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



Take a look at the final post on this page. There is a fix for this problem there. This particular code did not change between versions 3.8.1 and 3.9 so that code should work fine for you. Make sure to issue a 'clean -a' before reconfiguring and recompiling.
http://forum.mmm.ucar.edu/phpBB3/viewtopic.php?f=37&t=217&p=482&hilit=random_seed#p482
 
Top