-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fatal:ContourPlotDraw: Workspace reallocation would exceed maximum size 100000000 #21
Comments
Hi Lixu, it seems to be that your wsMaximumSize is too small. You shouldn't remove the entry but increase the value, maybe to 10000000000. -Karin |
Yes. I wonder where I could change this value. Thanks, |
The file has to be in you home directory.
See also https://www.pyngl.ucar.edu/Resources/hluresfile.shtml -Karin |
Hi Karin, There is no
But, when I try to source it, it shows that
Thanks, |
Hi,
This is not a file you "source"; its a file that NCL looks for by default,
and if it exists, then it uses whatever resource settings it finds in the
file as "starting values -- values that might be different than what NCL
normally defaults to. You can of course still override these settings with
explicit resource settings in your script.
RB
…On Tue, Oct 15, 2019 at 2:09 PM Lixu Jin ***@***.***> wrote:
Hi Karin,
There is no .hluresfile in my home directory. So I create one.
! Comments for this file are preceded by a "!".
! Remember quotations are not used in this file.
! Black background, white foreground (not recommended, but hey)
*wkForegroundColor : (/1.,1.,1./)
*wkBackgroundColor : (/0.,0.,0./)
! Fonts. We personally like "helvetica" better.
*Font : times-roman
! Make default X11 window larger (adjust as necessary)
*wkWidth : 800
*wkHeight : 800
! Have a favorite colormap that you use for everything? You can
! make it your default here (note the name is NOT in quotes):
*wkColorMap : BlAqGrYeOrReVi200
! Increase the default (16mb) contour memory
! If you hgave gridded data > 500 x 500, you may need this
But, when I try to source it, it shows that
!: Command not found.
!: Command not found.
Badly placed ()'s.
Thanks,
Lixu
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#21?email_source=notifications&email_token=ADLWOXWAEXQ4HLRYJN2PY4DQOYPOBA5CNFSM4IXP6ZSKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEBKBY2A#issuecomment-542383208>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADLWOXSQ67XE7ZZHHLC7AMDQOYPOBANCNFSM4IXP6ZSA>
.
|
Hi there,
I met a common NCL error when using pyngl. But in this case, we can't fix this bug by removing the wsMaximumSize statement in ~/.hluresfile. Any suggestion on it?
Lixu
The text was updated successfully, but these errors were encountered: