openmethane / setup-wrf

Setup the WRF model
0 stars 0 forks source link

Run MCIP #6

Closed lewisjared closed 1 month ago

lewisjared commented 1 month ago

Description

Runs MCIP (converts WRF domain to CMAQ domain), ICON (Generate initial conditions), BCON(Generate boundary conditions) and produces the CMAQ run files.

The WRFout files have also been renamed from WRFOUT_d??_%Y-%m-%d_%H:%M:%S -> WRFOUT_d??_%Y-%m-%dT%H00Z.nc. Removing ":"'s and adding a file extension make these files play nicer with other tools.

These processes are run via the CI as well now

Checklist

Please confirm that this pull request has done the following:

Notes

lewisjared commented 1 month ago

@prayner This PR makes a change in the filename convention of the WRFOUT files (WRFOUT_d??_%Y-%m-%d_%H:%M:%S -> WRFOUT_d??_%Y-%m-%dT%H%MZ.nc). MCIP works fine with new naming convention.

Do you think this will have any cascading issues elsewhere?

prayner commented 1 month ago

It was there because csh use to have limits on stacksize and other such things that were smaller than expected, especially when resourcing big jobs. I'm not sure it's been needed for a good while. -- Peter Rayner (he/him), Honorary Professorial Fellow, University of Melbourne mobile +61 402 752 379 zoom id 4431343191, join at https://unimelb.zoom.us/j/4431343191?pwd=a1E5Z3JEOTRVQUJsaVdRbVUvR1QyZz09 mail-to: @.*** google scholar: https://scholar.google.com.au/citations?user=H3up71wAAAAJ&hl=en I acknowledge the Traditional Custodians of the land on which I work, the Wurundjeri people of the Kulin nation, and pay my respect to their Elders, past and present I am sending this email when convenient for me, please only respond when convenient for you

lewisjared commented 1 month ago

Thanks for the info @prayner.

Let's try exclude it and only add it back in if we have those issues in future.