-
Notifications
You must be signed in to change notification settings - Fork 23
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
Model run for few minutes and exited automatically #256
Comments
Hi Chinglen, How are you building access-om2? Does it work for you if you compile the version in https://github.com/COSIMA/access-om2 master? The master branch is actually quite out of date, so that could also be the problem. I'll update it when we finalise some changes to the model components. Re. input files - we normally fill in the land mask nans with interpolations (instead of zero) so the model gets reasonable data if there is a land mask misalignment - e.g. see https://github.com/COSIMA/initial_conditions_access-om2 and its various submodules. |
Hi Andrew, And, I also changed some module namelist switches in /ocean/input.nml to use k-epsilon mixing scheme instead of kpp model (MOM's default) The model run completely fine if I don't switch on wave mixing as described above. The problem arises when I include wave I was wondering if it is the timestep and start time used in accessom2.nml. Regards |
Thanks Andrew, And, I need some clarification regarding ACCESS-OM25+BGC that is : How can I fix this error? |
Hi Chinglen, sorry for my slow reply. Have you been able to fix this new problem? |
Hi Andrew, forrtl: error (78): process killed (SIGTERM) Regards |
Hi Chinglen, that seems odd but the error message you've posted doesn't provide enough information for me to diagnose the problem. Do you need BGC? |
Hi Andrew, Regards |
The problem is Looks like you are missing an initial condition for ice nitrate. Are you using the same inputs in Also, if you only want ocean BGC you can turn off ice BGC - see README. |
Hi Andrew, I think all the required IC files for BGC are not present in the input paths mentioned in config.yaml file. For example, previously, I couldn't find these three files 'ocmip2_press_monthly_om2.nc', 'ocmip2_xkw_monthly_om2.nc', and 'ocmip2_fice_monthly_om1p5_bc.nc' in the input paths of config.yaml. So, I downloaded 'p','xkw' and'fice' monthly data from OCMIP2 website (http://ocmip5.ipsl.jussieu.fr/OCMIP/phase2/simulations/) and used for my experiment. Now, I turn off ice BGC and run again. Now, the error is different. The error file is here Thanks |
I'm pretty confused by all this. Which model component needs 'ocmip2_press_monthly_om2.nc', 'ocmip2_xkw_monthly_om2.nc', and 'ocmip2_fice_monthly_om1p5_bc.nc'? They're not needed by MOM or CICE in the usual ACCESS-OM2 configs. Are they for WW3? Regarding your new error, did you change something in |
Hi Andrew, "namelists","ocean_mod","csiro_bgc/global" And, the model throws errors if above three files are not present in the input paths. But I have already prepared these files. Regarding new error, it is due to additional 3 field_in 'wnd_io', 'iof_nit', 'iof_alg' and 2 additional field_out 'n_surf', 'alg_surf' in the ocean/input.nml file in BGC configuration. These additional fields are not used in master branch. The model will throw 'ice: bad initialization array name nit_io' error if I removed these additional field_in and field_out. Regards |
Those 3 files in ocean/field_table should ignored if you run from the master+bgc branch of a fresh clone of https://github.com/COSIMA/1deg_jra55_iaf, so you shouldn't need to provide them. Re. the new error, these 3 fields shouldn't be used the master branch. Are you trying to run from a restart generated with BGC? You may need to edit the restart files to get that to work. |
Did you base your code on the latest MOM5 from the master branch at https://github.com/mom-ocean/MOM5? |
Hi Andrew, FATAL from PE 46: MPP_OPEN:INPUT/ocmip2_press_monthly_om2.nc does not exist. Image PC Routine Line Source The problem is only when I run from BGC configuration. The model runs fine without BGC. Regarding restart, for now, I am not using any restart yet. I will use restarts from previous BGC experiments for longer run later on. |
I can't see
to see if your MOM source includes the latest updates in origin/master. |
The codes are the latest ones. I usually do git pull before installation. Also, I check the following |
Hi everyone,
When I run ACCESS-OM2 with my configuration (including surface wave mixing) the model run for few minutes like 5 mins and exited automatically throwing this error:
payu: Model exited with error code 174; aborting.
And I find the followings in the error log
Regarding my input data, I have changed variable attributes as required and also changed all the missing values from nans to 0 where the land masked are.
Kindly help how to fix this!
The text was updated successfully, but these errors were encountered: