Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix random module request #399

Open
Dooruk opened this issue Aug 1, 2024 · 0 comments
Open

Fix random module request #399

Dooruk opened this issue Aug 1, 2024 · 0 comments
Assignees

Comments

@Dooruk
Copy link
Collaborator

Dooruk commented Aug 1, 2024

This needs to be changed to the modules file in the experiment folder:

module_path_miniconda = '/discover/nobackup/drholdaw/opt/modulefiles/core/'
make_file_name = ioda_obs_file_name + '.sh'
make_file = f'#!/bin/bash \n' + \
f'module use -a {module_path_miniconda} \n' + \
f'ml miniconda/py39_23.3.1 \n' + \
f'ncks -d Location,0,0,1 -Q -O {ioda_obs_file_name} ' + \
f'{ioda_obs_file_name}'

thanks @mathomp4 for pointing out

@Dooruk Dooruk self-assigned this Aug 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant