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

Payu preindustrial um2nc job still yeilds UNKNOWN VARIABLEs for CASA output. #172

Open
tammasloughran opened this issue Dec 12, 2024 · 1 comment

Comments

@tammasloughran
Copy link

I did a quick test of the ESM1.5 pre-industrial+concentrations payu configuration. The CASA variables in the atmosphere output do not have the correct variable names. The um2nc stashmasters.py file does contain the correct variable names for codes:

835
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
884
885
893
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920

but it does not seem to be used. Other tiled output does have the correct metadata; these are listed in the stashmasters.py file with 3 prepended to those stashvar codes. Perhaps the CASA variables are actually 3835, 3851... etc.?

@blimlim
Copy link
Collaborator

blimlim commented Jan 15, 2025

Hi @tammasloughran, thanks for bringing this issue up. As you noted, the stashmasters.py has been updated to include the names for the CASA variables. ESM1.5 uses the version of um2nc from the released payu conda environment, which doesn't yet include the above fixes, and hence the correct names aren't used during ESM1.5 simulations. Once the next version of payu is released, the correct names should be used.

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

2 participants