SFS crashed at MOM6 #3552
Replies: 7 comments 11 replies
-
you can try -apps SFS instaed of S2S. |
Beta Was this translation helpful? Give feedback.
-
MOM_input is inside "fcst.xxx" run dir. Also we need to see more info. on your error file. Try to paste the section started from "WARNING......" |
Beta Was this translation helpful? Give feedback.
-
MOM_input is a ASCII file that you set up parameters, it shouldn't be the same as IC file which is netcdf file |
Beta Was this translation helpful? Give feedback.
-
check your input.nml, in the end, there is one line "input_filename" |
Beta Was this translation helpful? Give feedback.
-
did you make any changes to MOM_input after you checked out the g-w ? |
Beta Was this translation helpful? Give feedback.
-
Nope, made no changes, as you know I just found out where the file was
located :-)
…On Mon, Apr 7, 2025, 12:24 PM jiandewang ***@***.***> wrote:
did you make any changes to MOM_input after you checked out the g-w ?
—
Reply to this email directly, view it on GitHub
<#3552 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKEOR2TYRHOIJWPTQXXVYXL2YK7GHAVCNFSM6AAAAAB2SKL6VOVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTENZVGQ4DCMY>
.
You are receiving this because you authored the thread.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
-
I checked your run log, it ran but died for science reason here you have 9m of ssh. Are you sure you didn't mess up on IC date ? All components shall use the IC for the same date. |
Beta Was this translation helpful? Give feedback.
-
Hello!
I used the latest "develop" branch to run cold-start SFS with the UFS-replay data as IC, but the model kept crashing. The problem seems to be associated with MOM6. Your timely help is much appreciated. Thanks. - Weiwei (attn: @shansun6)
This is how I set up my experiment:
./setup_expt.py sfs forecast-only --app S2S --pslot test --idate 2018050100 --edate 2018050100 --resdetatmos 96 --resdetocean 1.0 --configdir ...
Below are relevant warning/error messages.
30: WARNING from PE 0: MEKE_init: Initializing MEKE with a local equilibrium balance.
30:
30: NOTE from PE 0: MOM_restart: Unable to find MEKE_Le queried by pointer, probably because of the suspect comparison of pointers by ASSOCIATED.
30: NOTE from PE 0: MOM_restart: Unknown restart variable MEKE_Le queried for initialization.
30:
30: WARNING from PE 0: MEKE_init: Initializing MEKE with a local equilibrium balance.
WARNING from PE 19: btstep: eta has dropped below bathyT:
42: Image PC Routine Line Source
42: gfs_model.x 0000000006484087 Unknown Unknown Unknown
42: gfs_model.x 000000000569C159 mpp_mod_mp_mpp_er 72 mpp_util_mpi.inc
42: gfs_model.x 00000000049D9080 mom_error_handler 191 MOM_error_handler.F90
42: gfs_model.x 00000000046C82AC mom_mp_extract_su 4060 MOM.F90
42: gfs_model.x 00000000046B2B23 mom_mp_step_mom_ 1053 MOM.F90
42: gfs_model.x 00000000046860CD mom_ocean_model_n 630 mom_ocean_model_nuopc.F90
42: gfs_model.x 000000000464E7AF mom_cap_mod_mp_mo 1770 mom_cap.F90
Beta Was this translation helpful? Give feedback.
All reactions