NCAR / wrfcloud

WRF Cloud Framework
Apache License 2.0
15 stars 6 forks source link

Default disk space is insufficient for longer forecasts #76

Closed mkavulich closed 1 year ago

mkavulich commented 2 years ago

The default AWS instance created by wrfcloud-connect has 50 GB of disk space available. While this is sufficient for testing, this will fairly quickly become inadequate once put into real-world use. Based on some test cases I ran with the default 6km domain:

On a per-file basis, here are the figures based on the default 6km domain:

Describe the Enhancement

In order to allow longer forecasts and/or higher-resolution, and/or nested domains, we will need more memory. The crude way to do this would be to make the default disk space much larger, but this seems wasteful. A more elegant solution would be to make a function that uses the above figures prior to spinning up an instance to decide what disk size to allocate.

Another way to achieve some space-savings, though ultimately probably less impactful than the above suggested changes, is to delete temporary files once they are no longer needed. This includes GFS input files and ungrib output (FILE:*) files.

Time Estimate

2 days

Sub-Issues

Consider breaking the enhancement down into sub-issues.

Relevant Deadlines

NONE

Define the Metadata

Assignee

Labels

Projects and Milestone

Enhancement Checklist

hahnd commented 2 years ago

Disk size can be changed here.

fossell commented 1 year ago

Disk space was increased in recent commits.