-
Notifications
You must be signed in to change notification settings - Fork 20
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
icebergs cannot restart from distributed restart files #47
Comments
To reproduce this run a restart test for ice_ocean_SIS2/SIS2_icebergs with SIS_override including #override IO_LAYOUT = 1,4 |
I can't even get that far with distributed restarts. I get a SEGV from
inside read_compressed_2d():
#1 0x27BBF60 in _gfortrani_backtrace_handler at compile_options.c:129
… #2 0x27BBA6F in __open_nocancel
#3 0x227233F in __mpp_io_mod_MOD_mpp_read_compressed_r2d at
mpp_read_compressed.h:39 (discriminator 17)
#4 0x1A4EF23 in __fms_io_mod_MOD_read_compressed_2d at fms_io.F90:5173
(discriminator 54)
#5 0x1A4F75F in __fms_io_mod_MOD_read_compressed_1d at fms_io.F90:5131
(discriminator 40)
#6 0x7A091A in __ice_bergs_io_MOD_read_restart_bergs at
icebergs_io.F90:801
#7 0x17145B1 in __ice_bergs_MOD_icebergs_init at icebergs.F90:117
#8 0x9F4E7A in __ice_model_mod_MOD_ice_model_init at ice_model.F90:2357
(discriminator 16)
#9 0xC0BA7D in coupler_init at coupler_main.F90:1565
#10 0xBFF5AF in coupler_main at coupler_main.F90:524
--
Dr Alistair Adcroft ([email protected])
Princeton University Tel: (609) 987-5073
NOAA/GFDL, 201 Forrestal Road, Princeton, NJ 08540
On Mon, Dec 19, 2016 at 1:59 PM, Niki Zadeh ***@***.***> wrote:
To reproduce this run a restart test for ice_ocean_SIS2/SIS2_icebergs with
SIS_override including
#override IO_LAYOUT = 1,4
#override LAYOUT = 16,8
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#47 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AFlo887NhEvKQ0CaYe1tPSRgydAMlJirks5rJtQfgaJpZM4LREK3>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When we do not combine iceberg restart files at the end of the 1st day of 2x1day restart experiment the model crashes with
This used to work before (and after the new io was implemented by Jeff).
The text was updated successfully, but these errors were encountered: