-
Notifications
You must be signed in to change notification settings - Fork 6
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
master+bgc #13
Comments
increasing so without understanding what each item means (i think i understand
let me know if this is problematic. |
@aekiss if you think the BGC input files are fine ( Can |
Hi @hakaseh, I don't see a problem with increasing these limits. This is just due to the large number of diagnostic files.
in the 0.1deg IAF. https://github.com/COSIMA/01deg_jra55_iaf/blob/01deg_jra55v140_iaf_cycle3/ocean/input.nml#L23 |
I'm in the process of moving the inputs to |
I've re-created the input files using this updated version of the script in this PR: COSIMA/input_om2-bgc#4 The master+bgc branches will need two entries for the mom and cice inputs, with |
I haven't put the |
@aekiss my first test run with
I noticed there are slight difference between
while the original file looks like this:
any idea? |
It looks like it's having trouble interpreting the axes. There needs to be metadata that matches one of these https://github.com/mom-ocean/MOM5/blob/1d9af9d262b/src/shared/axis_utils/axis_utils.F90#L92-L99 lon_names = (/'lon','x '/)
lat_names = (/'lat','y '/)
z_names = (/'depth ','height','z '/)
t_names = (/'time','t '/)
lon_units = (/'degrees_e ', 'degrees_east', 'degreese '/)
lat_units = (/'degrees_n ', 'degrees_north', 'degreesn '/)
z_units = (/'cm ','m ','pa ','hpa'/)
t_units = (/'sec', 'min','hou','day','mon','yea'/) so I guess the problem is it can't recognize did |
@hakaseh try again with |
thanks @aekiss. the issue is resolved with the new input data. it has worked with For this fix, did you update https://github.com/COSIMA/input_om2-bgc/tree/ak-dev ? If so, I should merge this into |
Glad it worked. It was in ak-dev and I've now merged that into main. |
@aekiss and @russfiedler have you see this type of error:
I get this in my test run with 1deg-RYF (with or without BGC; with the latest executables), while it works fine for other configs (1deg-IAF, 025deg-IAF, 025-RYF). My directory is: |
I've seen similar things before but never had much idea what was causing it. Is this repeatable? If not, might be a transient glitch on the machine |
it is repeatable, and i am still getting the same error. it's strange because i don't get the same error with the 5 other configs. i might re-create this config. |
@aekiss could you try to run |
yes, I get the same issue |
thanks for checking. i'll try to re-create the experiment. |
A test run of the current master (https://github.com/COSIMA/1deg_jra55_ryf/tree/878db7c7) worked fine. I'll now try the new exes. |
It seems to run fine with the latest non-bgc exes
I'll try your BGC exes next. |
It worked fine when I used the current master (https://github.com/COSIMA/1deg_jra55_ryf/tree/878db7c7) with your |
I noticed that |
also why is this an RYF config, given this issue is in 1deg_jra55_iaf? |
good morning @aekiss. good news that i resolved this issue after creating this experiment from Now I think all of the 6 https://github.com/hakaseh/1deg_jra55_iaf/tree/master+bgc |
Awesome, thanks @hakaseh! I think it would be best to first add them as To do this, git remote add upstream https://github.com/COSIMA/<config>.git
git checkout master+bgc
git push upstream master+bgc in each config directory, where |
@aekiss I have the COSIMA repo as There seems to be issue with permission:
|
yes, if
I've just given you elevated access to https://github.com/COSIMA/1deg_jra55_iaf - let me know if that works and I'll then fix the others. |
awesome, i was able to |
cool, I'll fix the rest |
ok they should all work now - let me know how you go |
all done now :) |
great, thanks :-) |
They all look fine to me - nice work! I've pushed a few commits to update the metadata and README files in all 6 versions. |
I'm now merging master+bgc into the 01deg_jra55v140_iaf_cycle4 branch |
Oh I already made a branch specific to cycle 4
Regards,
Hakase
…________________________________
From: Andrew Kiss ***@***.***>
Sent: Wednesday, November 10, 2021 3:57:58 PM
To: COSIMA/1deg_jra55_iaf ***@***.***>
Cc: Hakase Hayashida ***@***.***>; Mention ***@***.***>
Subject: Re: [COSIMA/1deg_jra55_iaf] master+bgc (Issue #13)
I'm now merging master+bgc into the 01deg_jra55v140_iaf_cycle4 branch
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#13 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AMDA5P3LFPXRJ3AJNVAXF6DULH3VNANCNFSM5HFLSIQQ>.
|
COSIMA/01deg_jra55_iaf#11 (comment) this one.
Regards,
Hakase
…________________________________
From: Hakase Hayashida ***@***.***>
Sent: Wednesday, November 10, 2021 4:14:16 PM
To: COSIMA/1deg_jra55_iaf ***@***.***>; COSIMA/1deg_jra55_iaf ***@***.***>
Cc: Mention ***@***.***>
Subject: Re: [COSIMA/1deg_jra55_iaf] master+bgc (Issue #13)
Oh I already made a branch specific to cycle 4
Regards,
Hakase
________________________________
From: Andrew Kiss ***@***.***>
Sent: Wednesday, November 10, 2021 3:57:58 PM
To: COSIMA/1deg_jra55_iaf ***@***.***>
Cc: Hakase Hayashida ***@***.***>; Mention ***@***.***>
Subject: Re: [COSIMA/1deg_jra55_iaf] master+bgc (Issue #13)
I'm now merging master+bgc into the 01deg_jra55v140_iaf_cycle4 branch
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#13 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AMDA5P3LFPXRJ3AJNVAXF6DULH3VNANCNFSM5HFLSIQQ>.
|
@aekiss I'm opening up a new issue to report any changes I make while I try to create the
master+bgc
branch.My first test run suggests that I need to increase
max_files
indiag_manager_nml
ofocean/input.nml
./scratch/v45/hh0162/access-om2-cycle4/control/1deg_jra55_iaf_bgc/archive/error_logs/access-om2.30703854.gadi-pbs.err
:In 1-deg,
max_files = 200
. I changed to 400.After this change, I got this error next (
/scratch/v45/hh0162/access-om2-cycle4/control/1deg_jra55_iaf_bgc/archive/error_logs/access-om2.30738106.gadi-pbs.err
):I'm not really sure what this means. I think we can tell how many files will be produced from
diag_table
, but can we tell also what value to set formax_num_axis_sets
?The text was updated successfully, but these errors were encountered: