-
Notifications
You must be signed in to change notification settings - Fork 14
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
GOCART AMIP Develop only runs on certain dates: SU volcanoes #293
Comments
Oh wait. Maybe we don't need to fix this but need to organize files correctly. Let me reach out to the ops folks. |
Matt, let me ask at our group meeting today.
From: Matt Thompson ***@***.***>
Date: Tuesday, October 8, 2024 at 10:02 AM
To: GEOS-ESM/GOCART ***@***.***>
Cc: Colarco, Peter R. (GSFC-6140) ***@***.***>, Mention ***@***.***>
Subject: [EXTERNAL] [BULK] Re: [GEOS-ESM/GOCART] GOCART Develop currently does not run: SU volcanoes (Issue #293)
CAUTION: This email originated from outside of NASA. Please take care when clicking links or opening attachments. Use the "Report Message" button to report suspicious messages to the NASA SOC.
Oh wait. Maybe we don't need to fix this but need to organize files correctly. Let me reach out to the ops folks.
—
Reply to this email directly, view it on GitHub<#293 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ANW73YH44GDCUU6C5JVHRF3Z2PQW3AVCNFSM6AAAAABPSJEOM2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGOJZHE2DKMJYHE>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
@pcolarco et al An update. So, the Ops groups copied over the files and the good news is Ops emissions can run without changes. The problem now is AMIP doesn't run on some days. I'm updating the main comment above about this. |
FYI @pcolarco and others: my test for GOCART-develop ran without crashing for the tested one day, after adding a control to check the volcanic-file's existence. BUT the code did not read any of the volcanic files (regardless their existence) perhaps because the 'fname' was not defined (e.g., here
|
update: defining 'fname' in the code worked, the model now read in the degassing files (the test was with AMIP emissions for 2000-04-14) |
@jrjoshi1 Once you have a PR, let me know and I'll test it as well. Thanks! |
Updated issue
The Ops folks managed to copy over all the files, so that is a good thing. Ops emissions runs (where explosive is
/dev/null
) works.However, there is now another issue. AMIP runs are currently limited to dates where explosive files exist.
For example, I tried to run AMIP on 2000-04-14 but the model crashes:
My guess is that it is looking for a file for that day but none exists as there are only 19 files for the year 2000:
If I edit the SU2G instance file to just hardcode in, say, the 20000818 file no matter the date, things run (I'm guessing a continuously exploding volcano might make a weird climate, but it runs).
I believe SU needs some sort of protection if an
explosive
file does not exist for a given date.Old issue
The below was fixed by copying over files into main ExtData location.
Pinging @amdasilva and @pcolarco
Currently in
develop
we have for Ops emissions:and for AMIP:
There are two issues here.
degassing
path is incorrect and needs asfc/
directory after thev202401
:ExtData/chemistry/CARN/v202401/sfc/so2_volcanic_emissions_CARN_v202401.degassing_only.rc
explosive
files do not exist in the default ExtData area. I see them in$SHARE/dasilva/fvInput/ExtData/chemistry/CARN/v202401/explosive
but they are not in$SHARE/gmao_ops/fvInput/ExtData/chemistry/CARN/v202401/
The text was updated successfully, but these errors were encountered: