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

Code simplification in the directory creation #25

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

Code simplification in the directory creation #25

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

Comments

@atteggiani
Copy link
Collaborator

The following code:

era5_fname = land_yes + '/' + era_files[0].split('/')[-1]

Can be simplified with:

era5_fname = era_files[0] 

Same for the line in the replace_landsurface_with_BARRA2R_IC.py

@atteggiani atteggiani moved this to Todo ⏳ in ACCESS-RAM3 Aug 1, 2024
@atteggiani atteggiani self-assigned this Aug 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo ⏳
Development

No branches or pull requests

1 participant