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

Adding python script to extract data from WACCM for input to MusicBox #201

Merged
merged 15 commits into from
Aug 28, 2024

Conversation

carl-drews
Copy link
Collaborator

This is a stand-alone script that will run from the command line, apart from MusicBox. Calling sequence example is:

python3 waccmToMusicBox.py waccmDir="./model-output" musicaDir="./csvDir" date="20240301" time="07:00" latitude=3.1 longitude=101.7

For now, we place a JSON file with the initial values, and that section should be pasted into my_config.json. This script is intended for use during the demo on August 28.

mattldawson
mattldawson previously approved these changes Aug 28, 2024
K20shores
K20shores previously approved these changes Aug 28, 2024
@carl-drews
Copy link
Collaborator Author

Whoops! I am still working in this branch, and have almost completed the zipping.

@carl-drews carl-drews dismissed stale reviews from K20shores and mattldawson via b5204f8 August 28, 2024 02:13
@carl-drews
Copy link
Collaborator Author

Here is my calling sequence in goWaccm:
python3 waccmToMusicBox.py waccmDir="./model-output" musicaDir="./csvJsonDir" date="20240301" time="07:00" latitude=3.1 longitude=101.7 template=/home/drews/MusicBox/WACCM/templates/TS1

@K20shores K20shores merged commit 27d6fd0 into main Aug 28, 2024
4 checks passed
@K20shores K20shores deleted the tools-waccm branch August 28, 2024 13:09
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

Successfully merging this pull request may close these issues.

Create a script that extracts information from WACCM simulation output to use as inputs to MusicBox
3 participants