Scheduled Downtime
On Tuesday 24 October 2023 @ 5pm MT the forums will be in read only mode in preparation for the downtime. On Wednesday 25 October 2023 @ 5am MT, this website will be down for maintenance and expected to return online later in the morning.
Normal Operations
The forums are back online with normal operations. If you notice any issues or errors related to the forums, please reach out to help@ucar.edu

runoff-to-ocean mapping error

Venkat

Venkat
New Member
Hello. Could someone please help me with a couple of issues I'm facing while creating the runoff-ocean mapping files? 1. When I try the runoff_map_1deg exe from the toolkit, it gives an "ERROR esize too small" error and aborts during step 3 before creating a "smoothed version of nn map". What could be the fix for this? 2. I wanted to try the 2-degree runoff map executable as mentioned in the Paleo resources FAQs. But 'runoff_map_2deg' is not available in the "paleoToolkit/trunk/cesm1_2/rof/" path. Can I find the file at some path that I am missing?

Thank you.
 

jiangzhu

Member
For paleo-applications, most of the time, we use 0.5deg runoff model, which is also the resolution used in CESM's many present-day applications.
1deg runoff model is sometime used in deep-time applications, such as the Eocene.
If you want to set up a 2-degree runoff model, you will have to study and change the source code (paleoToolkit/cesm1_2/rof/runoff_map_src) yourself .

I am not sure about what caused the error. You may want to try run the executable with a larger memory allocation.
If you post your steps or namelist of runoff_map, I can take a look.
 

Venkat

Venkat
New Member
Hello. Thank you for your solution. I have changed the source code and it worked. I will proceed with either a 1-degree or 2-degree setup. Also for the 'esize error' I allocated a higher value for 'esize' in the code and it worked too, for creating the third mapping file. It indeed looks like a memory array size error.
 

yongsheng zheng

Yongsheng zheng
Member
Hello. Thank you for your solution. I have changed the source code and it worked. I will proceed with either a 1-degree or 2-degree setup. Also for the 'esize error' I allocated a higher value for 'esize' in the code and it worked too, for creating the third mapping file. It indeed looks like a memory array size error.
Dear Venkat,
Hello, when I was using the supercomputer, this step also appeared "esize error", but I increased the number of available cores still could not meet, may I ask you how to solve it? Thank you very much!
 

Siva

Siva Kattamuri
New Member
Hello Zheng. As I remember, increasing the 'esize' in the source code and creating the executable solves the issue. Also running this executable on a (super)computer with a higher number of CPU cores also helps to avoid the error. Hope it works or let me know.
 

yongsheng zheng

Yongsheng zheng
Member
Hi Siva,
As you said, modifying the "esize" source code will help solve the problem, thanks for your help!

Bests,
Yongsheng
 
Top