You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Distantly related to a problem with "error recreation", the e2c MPAS jobs involve an "input directory" of .nc files, and expect the same directory to have an associated restart file for the mesh information. In practice, these are kept in separate directories. Thus, "recreate a problem" either requires copying the restart file to the "model-output" directory, or else creating a synthetic input directory with links to both.
Describe the solution you'd like
Add "--mpas-mesh <suitable_restart_file> to command line, and stop requiring it to be co-located with the data files being processed.
Describe alternatives you've considered
Creating a synthetic input directory with links to both the data files and the restart file, required of anyone who needs to verify a problem involving mpas cmorizing.
Additional context
No response
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem?
Distantly related to a problem with "error recreation", the e2c MPAS jobs involve an "input directory" of .nc files, and expect the same directory to have an associated restart file for the mesh information. In practice, these are kept in separate directories. Thus, "recreate a problem" either requires copying the restart file to the "model-output" directory, or else creating a synthetic input directory with links to both.
Describe the solution you'd like
Add "--mpas-mesh <suitable_restart_file> to command line, and stop requiring it to be co-located with the data files being processed.
Describe alternatives you've considered
Creating a synthetic input directory with links to both the data files and the restart file, required of anyone who needs to verify a problem involving mpas cmorizing.
Additional context
No response
The text was updated successfully, but these errors were encountered: