GEOS-ESM / MAPL

MAPL is a foundation layer of the GEOS architecture, whose original purpose is to supplement the Earth System Modeling Framework (ESMF)
https://geos-esm.github.io/MAPL/
Apache License 2.0
26 stars 17 forks source link

Help with ExtData Template #2250

Closed mathomp4 closed 10 months ago

mathomp4 commented 1 year ago

Received an email about ExtData from Mariusz Pagowski (@mpagowski) of NOAA

I work at NOAA with a model called UFS-Aerosols which is derived from NASA's GOCART2G. I am trying to make the model read (emission) files at hourly intervals coded in ExtData.rc . I followed a template used for 24h interval and changed it from

# -------------|-------|-------|--------|----------------------|--------|--------|-------------|----------|
#  Import      |           |          | Regrid  |        Refresh            | OffSet | Scale  | Variable On |   File   |
#  Name       | Units | Clim  | Method |     Time Template    | Factor | Factor |     File          | Template |
# -------------|-------|-------|--------|----------------------|--------|--------|-------------|----------|

...

BC_ANTEBC1 NA  N Y %y4-%m2-%d2t12:00:00 none none BC       ExtData/nexus/CEDS/v2019/%y4/CEDS.2019.emis.%y4%m2%d2.nc

to

BC_ANTEBC1 NA  N Y %y4-%m2-%d2t%h2:00:00 none none BC       ExtData/nexus/CEDS/v2019/%y4/CEDS.2019.emis.%y4%m2%d2%h2.nc

plus other attempts with _%h2%n2 etc. but failed to solve the problem as the code crashes and I cannot decipher the correct format.

First, will the code read consecutive emission files every 24 hours for forecasts longer than a day when configured as in the original formulation above? Or read only initially for the first hour and keep emissions constant forever. Then, is it possible to make the code read emissions at hourly intervals during a forecast and how to format it properly?

I asked at NOAA but did not find a solution.

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. If there are no updates within 7 days, it will be closed. You can add the "long term" tag to prevent the Stale bot from closing this issue.

mathomp4 commented 1 year ago

@mpagowski Was this ever fixed/solved for you?

mpagowski commented 1 year ago

Yes, I understand how it works

On Fri, Sep 22, 2023 at 6:07 AM Matthew Thompson @.***> wrote:

@mpagowski https://github.com/mpagowski Was this ever fixed/solved for you?

— Reply to this email directly, view it on GitHub https://github.com/GEOS-ESM/MAPL/issues/2250#issuecomment-1731386964, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFOU6SYTCQBBUMRE653RYYDX3WERTANCNFSM6AAAAAA2TM6TCI . You are receiving this because you were mentioned.Message ID: @.***>

stale[bot] commented 10 months ago

This issue has been automatically marked as stale because it has not had recent activity. If there are no updates within 7 days, it will be closed. You can add the "long term" tag to prevent the Stale bot from closing this issue.