-
I am setting up for participating in the METPLUS ADVANCED TRAINING SERIES. I'm setting up the tutorial environment (bash) on the DoD HPC. When editing the METplus v5.0.0 Tutorial Setup Script I think I have the correct paths for the following: The above two paths point to the location of the METplus V5.0.1 singularity container (metplus.simg). When the container is running it should execute point_stat to display the usage and also execute the command "which run_metplus.py", but I have not tested this pending my editing the script to set the correct path for the METPLUS_DATA variable. Where is the sample test data directory? I assume that it is located inside the container, but I haven't been able to find it. Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hi John: Apologies for the slow response. It took a bit of time to figure this out on my end. METplus sample data for the container can be accessed here. Are you able to access to this? Christina |
Beta Was this translation helpful? Give feedback.
Thanks for the tip on modifying the pull command by adding the "tag" name. This worked for me. The singularity container was installed on the HPC. I found that it will not "execute" or "run", but I was able to use singularity shell to look at the data directories and found the data at:
/data/input/METplus_Data/model_applications/marine_and_cryosphere
I assume that this is the data needed for the METplus sample test data.
Thanks to Christina too for debugging the issue and locating the sample data.